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

janus coredump at plugins/janus_videoroom.c:2725 #2698

Closed
lm123 opened this issue Jun 12, 2021 · 5 comments
Closed

janus coredump at plugins/janus_videoroom.c:2725 #2698

lm123 opened this issue Jun 12, 2021 · 5 comments
Labels

Comments

@lm123
Copy link

lm123 commented Jun 12, 2021

Janus (v0.11.3) coredumps at plugins/janus_videoroom.c:2725, the backtrack is as following:

(gdb) bt
#0  0x0000000000000040 in ?? ()
#1  0x00007f7aa03214c4 in janus_videoroom_leave_or_unpublish (
    participant=participant@entry=0x7f7a6c025e50,
    is_leaving=is_leaving@entry=0, kicked=kicked@entry=0)
    at plugins/janus_videoroom.c:2725
#2  0x00007f7aa0321c09 in janus_videoroom_hangup_media_internal (
    session_data=session_data@entry=0x7f7a80022680)
    at plugins/janus_videoroom.c:5870
#3  0x00007f7aa0321fe7 in janus_videoroom_hangup_media (handle=<optimized out>)
    at plugins/janus_videoroom.c:5772
#4  0x00007f7aa033bcba in janus_videoroom_handler (data=<optimized out>)
    at plugins/janus_videoroom.c:6895
#5  0x00007f7ac3fd6d25 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#6  0x00007f7ac26586ba in start_thread (arg=0x7f7a9b7fe700)
    at pthread_create.c:333
#7  0x00007f7ac238e51d in clone ()
    at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109

(gdb) f 1
#1  0x00007f7aa03214c4 in janus_videoroom_leave_or_unpublish (
    participant=participant@entry=0x7f7a6c025e50,
    is_leaving=is_leaving@entry=0, kicked=kicked@entry=0)
    at plugins/janus_videoroom.c:2725
warning: Source file is more recent than executable.
2725                    janus_refcount_decrease(&room->ref);
(gdb) p room->ref
$1 = {count = 0, free = 0x40}
@lminiero
Copy link
Member

warning: Source file is more recent than executable.

Are you sure you're using a recently compiled version of Janus? This warning seems to suggest the code is more recent than the executable and shared objects.

@lm123
Copy link
Author

lm123 commented Jun 15, 2021

Yes.

@lminiero
Copy link
Member

Please share a libasan trace instead: https://janus-legacy.conf.meetecho.com/docs/debug.html

@atoppi atoppi added the needinfo label Jul 6, 2021
@lminiero
Copy link
Member

@lm123 any update on the libasan trace we asked for?

@lminiero
Copy link
Member

lminiero commented Sep 1, 2021

Closing for lack of feedback.

@lminiero lminiero closed this as completed Sep 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants