uWS::Loop::defer causes crashes (SIGSEGV) #1729
damirbarr
started this conversation in
Show and tell
Replies: 3 comments 1 reply
|
|
0 replies
|
I was using the Reference from this repo: |
0 replies
|
defer is thread safe. But you need to check your composition with ThreadSanitizer or AddressSanitizer. The stacktrace is very weird and most likely not showing the real problem |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'm using this library in a multithreaded environment.
On open, I'm storing the Loop object:
Then, when I want to send data, I'm using
defer:I'm getting the following crash:
I'm using the libraries from Conan:
All reactions