Jeff Morriss
changed
bug 10278
Comment # 1
on bug 10278
from Jeff Morriss
This runs fine in master and master-1.12 but still crashes in master-1.10.
Given the backtrace I suspect this is a duplicate of bug 9920 (which, while it
was reported against master-1.10 was not fixed there). Unfortunatey the change
does not apply cleanly so it's not easy to tell.
~~~
#0 0x0000003d4b438338 in g_hash_table_remove_all_nodes () from
/lib64/libglib-2.0.so.0
#1 0x0000003d4b4390b1 in g_hash_table_remove_all () from
/lib64/libglib-2.0.so.0
#2 0x0000003d4b43911e in g_hash_table_destroy () from /lib64/libglib-2.0.so.0
#3 0x00007fea7c415d5b in srtp_add_address (pinfo=0x2163760,
pinfo@entry=0x7fffbe5f8e90, addr=0x7fea76cb42c0, port=4164,
other_port=1993033320, setup_method=0x7fea7ca9c56a "SDP", setup_frame_number=1,
Python Exception <class 'gdb.error'> There is no member named keys.:
is_video=34825088, rtp_dyn_payload=0x2164800, srtp_info=0x2136380) at
packet-rtp.c:884
#4 0x00007fea7c44ce40 in setup_sdp_transport (tvb=tvb@entry=0x215ea40,
pinfo=pinfo@entry=0x7fffbe5f8e90,
exchange_type=exchange_type@entry=SDP_EXCHANGE_ANSWER_ACCEPT,
request_frame=request_frame@entry=1,
delay=<optimized out>) at packet-sdp.c:1883
#5 0x00007fea7c460658 in dissect_sip_common (tvb=tvb@entry=0x2161580,
offset=583, offset@entry=0, pinfo=pinfo@entry=0x7fffbe5f8e90,
tree=tree@entry=0x2165b90,
dissect_other_as_continuation=dissect_other_as_continuation@entry=0,
use_reassembly=use_reassembly@entry=0) at packet-sip.c:3198
#6 0x00007fea7c464111 in dissect_sip (tvb=0x2161580, pinfo=0x7fffbe5f8e90,
tree=0x2165b90, data="" out>) at packet-sip.c:2036
#7 0x00007fea7beb22bf in call_dissector_through_handle
(handle=handle@entry=0x1313d50, tvb=tvb@entry=0x2161580,
pinfo=pinfo@entry=0x7fffbe5f8e90, tree=tree@entry=0x2165b90,
data=""
at packet.c:454
#8 0x00007fea7beb2938 in call_dissector_work (handle=0x1313d50,
tvb=tvb@entry=0x2161580, pinfo_arg=pinfo_arg@entry=0x7fffbe5f8e90,
tree=tree@entry=0x2165b90, add_proto_name=add_proto_name@entry=1,
data="" at packet.c:549
#9 0x00007fea7beb313c in dissector_try_uint_new (sub_dissectors=<optimized
out>, uint_val=uint_val@entry=5060, tvb=tvb@entry=0x2161580,
pinfo=pinfo@entry=0x7fffbe5f8e90, tree=tree@entry=0x2165b90,
add_proto_name=add_proto_name@entry=1, data="" at packet.c:966
~~~
You are receiving this mail because:
- You are watching all bug changes.