Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The build on Windows is failing #1

Closed
AdamYellen opened this issue Apr 22, 2017 · 3 comments
Closed

The build on Windows is failing #1

AdamYellen opened this issue Apr 22, 2017 · 3 comments

Comments

@AdamYellen
Copy link
Contributor

No description provided.

@rndi rndi added the bug label Apr 23, 2017
@BobbleNablet
Copy link

I get this error, using VS2013 : fatal error C1083: Cannot open include file: 'sys/syslog.h': No such file or directory

@jordancrittenden
Copy link

I also get an error looking for <arpa/inet.h>

@ethouris
Copy link
Collaborator

ethouris commented Jun 8, 2017

Whoever can, please confirm that it can be compiled on VS. The fix I provided makes it compile and work correctly on VS, just need some second pair of eyes to confirm that there are no more problems.

@dduquesne dduquesne mentioned this issue Jul 21, 2018
quink-black added a commit to quink-black/srt that referenced this issue Apr 2, 2021
./test-srt  --gtest_filter=TestEnforcedEncryption.CASE_B_2_NonBlocking*

==24654==ERROR: AddressSanitizer: heap-use-after-free on address 0x62a000000f40 at pc 0x000109e6c756 bp 0x700000512550 sp 0x700000512548
READ of size 8 at 0x62a000000f40 thread T6
    #0 0x109e6c755 in srt::sync::TimePoint<srt::sync::steady_clock>::TimePoint(srt::sync::TimePoint<srt::sync::steady_clock> const&) sync.h:189
    Haivision#1 0x109df3f6c in srt::sync::TimePoint<srt::sync::steady_clock>::TimePoint(srt::sync::TimePoint<srt::sync::steady_clock> const&) sync.h:190
    Haivision#2 0x10a1f0bfb in CRendezvousQueue::updateConnStatus(EReadStatus, EConnectStatus, CPacket const&) queue.cpp:949
    Haivision#3 0x10a1fa38a in CRcvQueue::worker(void*) queue.cpp:1337
    Haivision#4 0x7fff2032c94f in _pthread_start+0xdf (libsystem_pthread.dylib:x86_64+0x694f)
    Haivision#5 0x7fff2032847a in thread_start+0xe (libsystem_pthread.dylib:x86_64+0x247a)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants