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

Invalid memory reference (SIGSEGV) crash #9

Open
philn opened this issue Jan 19, 2022 · 0 comments
Open

Invalid memory reference (SIGSEGV) crash #9

philn opened this issue Jan 19, 2022 · 0 comments

Comments

@philn
Copy link
Contributor

philn commented Jan 19, 2022

Introduced by commit a581863
It's a racy crash, deep in libopentok. The commit looks good at first glance, this could be a bug in opentok, but I'm filing one here for initial triaging.

(gdb) bt                                                                                                 
#0  0x00007ffff69488c2 in otk_session_invoke_msg () at /usr/lib/libopentok.so                            
#1  0x00007ffff6939ab0 in otk_ev_async_callback () at /usr/lib/libopentok.so                             
#2  0x00007ffff69c4eea in uv.async_event () at /usr/lib/libopentok.so                                    
#3  0x00007ffff69c512d in uv.async_io () at /usr/lib/libopentok.so                                       
#4  0x00007ffff69ce253 in uv.io_poll () at /usr/lib/libopentok.so                                        
#5  0x00007ffff69c5588 in uv_run () at /usr/lib/libopentok.so                                            
#6  0x00007ffff693a251 in otk_ev_thread_main () at /usr/lib/libopentok.so                                
#7  0x00007ffff691f7ea in network_thread_main () at /usr/lib/libopentok.so                               
#8  0x00007ffff671dfa3 in start_thread () at /lib/x86_64-linux-gnu/libpthread.so.0                       
#9  0x00007ffff64c44cf in clone () at /lib/x86_64-linux-gnu/libc.so.6       
philn added a commit to opentok-rust/opentok-rs that referenced this issue Feb 9, 2022
This patch caused racy crashes, reverting until further investigation is done.
See also:
ferjm/opentok-rs#9

This reverts commit a581863.
philn added a commit to opentok-rust/opentok-rs that referenced this issue Feb 9, 2022
This patch caused racy crashes, reverting until further investigation is done.
See also:
ferjm/opentok-rs#9

This reverts commit a581863.
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

No branches or pull requests

1 participant