mike-xu / doubango

Automatically exported from code.google.com/p/doubango
0 stars 0 forks source link

webrtc2sip crash #346

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What version of the product are you using? On what operating system?
latest version of doubango and webrtc2sip

Please provide any additional information below.

I don't know how to reproduce this bug, but I have gdb trace

#0  0x00007fffe81a6dd0 in ?? ()
No symbol table info available.
#1  0x00007ffff7bd0655 in tsk_object_delete (self=0x7fffe80ac490) at 
src/tsk_object.c:232
        objdef = 0x7fffe80ac490
        __FUNCTION__ = "tsk_object_delete"
#2  0x00007ffff7bd05cd in tsk_object_unref (self=0x7fffe80ac490) at 
src/tsk_object.c:199
        objhdr = 0x7fffe80ac490
#3  0x00007ffff7bce575 in tsk_list_item_dtor (self=0x7fffe80bb2c0) at 
src/tsk_list.c:579
        item = 0x7fffe80bb2c0
        __FUNCTION__ = "tsk_list_item_dtor"
#4  0x00007ffff7bd0655 in tsk_object_delete (self=0x7fffe80bb2c0) at 
src/tsk_object.c:232
        objdef = 0x7fffe80bb2c0
        __FUNCTION__ = "tsk_object_delete"
#5  0x00007ffff7bd05cd in tsk_object_unref (self=0x7fffe80bb2c0) at 
src/tsk_object.c:199
        objhdr = 0x7fffe80bb2c0
#6  0x00007ffff7bd5f35 in run (self=0x70ed50) at src/tsk_timer.c:281
        timer = 0x7fffe80ac490
        ret = 0
        curr = 0x7fffe80bb2c0
        manager = 0x70ed50
        __FUNCTION__ = "run"

I think that these two problems can be associated with this one
https://code.google.com/p/doubango/issues/detail?id=141
https://code.google.com/p/webrtc2sip/issues/detail?id=122

Can anybody help me to solve these issue? Advice, patch, or something else?

Original issue reported on code.google.com by minkin.a...@gmail.com on 12 Feb 2014 at 10:11