-
Notifications
You must be signed in to change notification settings - Fork 865
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
Comments
I get this error, using VS2013 : fatal error C1083: Cannot open include file: 'sys/syslog.h': No such file or directory |
I also get an error looking for <arpa/inet.h> |
Closed
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. |
Closed
This was referenced Dec 12, 2019
Closed
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
No description provided.
The text was updated successfully, but these errors were encountered: