[OpenSIPS-Devel] [ opensips-Bugs-2430988 ] Opensips crashes when publish received for RLS list
SourceForge.net
noreply at sourceforge.net
Mon Dec 15 14:58:10 CET 2008
Bugs item #2430988, was opened at 2008-12-15 19:06
Message generated for change (Settings changed) made by rmnathan
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=1086410&aid=2430988&group_id=232389
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: modules
Group: trunk
>Status: Deleted
>Resolution: Duplicate
Priority: 5
Private: No
Submitted By: Nathan (rmnathan)
Assigned to: Nobody/Anonymous (nobody)
Summary: Opensips crashes when publish received for RLS list
Initial Comment:
Version - trunk(5049)
I have tried all sort of following thing to generate core . But it failed to generate core dump.
1. disable_core_dump is set to no
2. set fork=no and child=no
3. tried to find core dump at /
4. compiled opensips with the following command
make mode=debug modules
echo $?
make mode=debug prefix=/usr/local/ install
5. OS stinbng46:/# uname -a
Linux stinbng46 2.6.18-staros-v2-20294-deb #1 SMP Mon Jul 14 05:18:18 EDT 2008 i686 GNU/Linux ( With same OS openser created core dump)
Is there any anything I might be missing? please help me to generate core dump , it will be very helpful for debugging.
Crash:
=====
Crash observed when notify sent out for RLS list in case of PUBLISH received. for more information please find the attached logs.
Dec 15 05:12:44 [15278] DBG:core:parse_uri: uri params:
transport=<>, val=<>, proto=0
Dec 15 05:12:44 [15278] DBG:core:parse_uri: user-param=<>, val=<>
Dec 15 05:12:44 [15278] DBG:core:parse_uri: method=<>, val=<>
Dec 15 05:12:44 [15278] DBG:core:parse_uri: ttl=<>, val=<>
Dec 15 05:12:44 [15278] DBG:core:parse_uri: maddr=<>, val=<>
Dec 15 05:12:44 [15278] DBG:core:parse_uri: lr=<lr>
Dec 15 05:12:44 [15278] DBG:core:mk_proxy: doing DNS lookup...
Dec 15 05:12:44 [15278] DBG:tm:dlg2hash: 21643
Dec 15 05:12:44 [15278] DBG:tm:print_request_uri: sip:c3-1 at 192.168.126.151:40000
Dec 15 05:12:44 [15278] DBG:tm:set_timer: relative timeout is 500000
Dec 15 05:12:44 [15278] DBG:tm:insert_timer_unsafe: [4]: 0xb5be4a64 (20500000)
Dec 15 05:12:44 [15278] DBG:tm:set_timer: relative timeout is 30
Dec 15 05:12:44 [15278] DBG:tm:insert_timer_unsafe: [0]: 0xb5be4a84 (50)
Dec 15 05:12:44 [15278] DBG:rls:timer_send_notify: Found rl-subs record in hash table
Dec 15 05:12:44 [15277] INFO:core:handle_sigs: child process 15278 exited by a signal 11
Dec 15 05:12:44 [15277] INFO:core:handle_sigs: core was not generated
Dec 15 05:12:44 [15277] INFO:core:handle_sigs: terminating due to SIGCHLD
Dec 15 05:12:44 [15279] INFO:core:sig_usr: signal 15 received
Dec 15 05:12:44 [15277] DBG:core:shm_mem_destroy:
Dec 15 05:12:44 [15277] DBG:core:shm_mem_destroy: destroying the shared memory lock
Dec 15 05:12:44 [15277] DBG:core:handle_sigs: terminating due to SIGCHLD
----------------------------------------------------------------------
Comment By: Nathan (rmnathan)
Date: 2008-12-15 19:10
Message:
Hi bogdan_iancu,
Sorry the issue was created twice. the gdb bt as follows
Core was generated by `/usr/local/sbin/opensips -D'.
Program terminated with signal 11, Segmentation fault.
#0 0xb7e9f61d in _IO_str_overflow () from /lib/libc.so.6
(gdb) bt
#0 0xb7e9f61d in _IO_str_overflow () from /lib/libc.so.6
#1 0xb7e9e747 in _IO_default_xsputn () from /lib/libc.so.6
#2 0xb7e75a94 in vfprintf () from /lib/libc.so.6
#3 0xb7e9392c in vsprintf () from /lib/libc.so.6
#4 0xb7e7e75e in sprintf () from /lib/libc.so.6
#5 0xb7978256 in timer_send_notify () from
/usr/local//lib/opensips/modules/rls.so
#6 0x080b11a0 in timer_ticker ()
#7 0x080b0fd1 in run_timer_process ()
#8 0x080b130b in start_timer_processes ()
#9 0x08065cdd in main_loop ()
#10 0x08067f5f in main ()
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=1086410&aid=2430988&group_id=232389
More information about the Devel
mailing list