[OpenSIPS-Devel] [ opensips-Bugs-3301166 ] Opensips Crashes with CDR

2012-02-22 Thread SourceForge . net
Bugs item #3301166, was opened at 2011-05-12 11:39
Message generated for change (Settings changed) made by razvancrainea
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=1086410aid=3301166group_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: 1.6.x
Status: Closed
Resolution: Out of Date
Priority: 2
Private: No
Submitted By: Patrick Ferguson (patrickferguson)
Assigned to: Razvan Crainea (razvancrainea)
Summary: Opensips Crashes with CDR 

Initial Comment:
ACC causes crash on line 1248 in store_core_leg_values 
(SET_LEN(cdr_buf.s,nr_values).

Backtrace:


#0  0x41ce0002 in store_core_leg_values (dlg=0x2, req=0x0) at 
acc.c:1248
1248SET_LEN(cdr_buf.s,nr_values);
(gdb) bt
#0  0x41ce0002 in store_core_leg_values (dlg=0x2, req=0x0) at 
acc.c:1248
#1  0x00728de0 in mem_pool ()
#2  0x001c in ?? ()
#3  0x0041d8dc in insert_new_lump_after (after=0x38, new_hdr=0x134 
Address 0x134 out of bounds, len=1118843304, type=55)
at data_lump.c:120
#4  0x4226ca49 in restore_uri (msg=0x200, rr_param=0x4142a870, 
check_from=0) at replace.c:420
#5  0x4248d3e8 in ?? ()
#6  0x0071e278 in mem_pool ()
#7  0x00727f70 in mem_pool ()
#8  0x000f in ?? ()
#9  0x4154a9d0 in last_dir.9589 () from 
/usr/local/opensips/lib64/opensips/modules/rr.so
#10 0x00673621 in buf.4301 ()
#11 0x4144769a in run_rr_callbacks (req=0x727f70, 
rr_params=0x50004) at rr_cb.c:99
#12 0x414434d2 in after_loose (_m=0x727f70, preloaded=0) at loose.c:934
#13 0x41444598 in loose_route (_m=0x727f70, _s1=Variable _s1 is not 
available.
) at loose.c:973
#14 0x0040ef2d in do_action (a=0x6b02c0, msg=0x727f70) at action.c:1195
#15 0x00412b62 in run_action_list (a=Variable a is not available.
) at action.c:140
#16 0x00469de9 in eval_elem (e=0x6b0398, msg=0x727f70, val=0x0) at 
route.c:1354
#17 0x0046c885 in eval_expr (e=0x6b0398, msg=0x727f70, val=0x0) at 
route.c:1696
#18 0x0046c86a in eval_expr (e=0x6b03e8, msg=0x727f70, val=0x0) at 
route.c:1717
#19 0x0040ee36 in do_action (a=0x6b1138, msg=0x727f70) at action.c:802
#20 0x00412b62 in run_action_list (a=Variable a is not available.
) at action.c:140
#21 0x0041156e in do_action (a=0x6b12e8, msg=0x727f70) at action.c:819
#22 0x00412b62 in run_action_list (a=Variable a is not available.
) at action.c:140
#23 0x00412efd in run_top_route (a=0x6aec28, msg=0x727f70) at 
action.c:120
#24 0x00459758 in receive_msg (
buf=0x673440 BYE sip:xxx...@xxx.xxx.xxx.xxx:5060 SIP/2.0\r\nFrom: 
sip:yyy...@xxx.xxx.xxx.xxx;tag=1ce6d720-17f-13c4-55013-1d710d-11d6c586-1d710d\r\nTo:
 sip:xxx...@xxx.xxx.xxx.xxx;tag=gK07680e12\r\nCall-ID:..., len=585, 
rcv_info=0x7fffebe0)
at receive.c:162
#25 0x004aaa27 in udp_rcv_loop () at udp_server.c:492
#26 0x0042a916 in main (argc=Variable argc is not available.
) at main.c:824


--

Comment By: Razvan Crainea (razvancrainea)
Date: 2011-06-21 02:08

Message:
Hi Patrick,

Have you managed to solve this issue?

Regards,
Razvan

--

Comment By: Patrick Ferguson (patrickferguson)
Date: 2011-05-17 08:22

Message:
with revision 7940, it it still crashed:


#0  0x4224289a in prebuild_string (value_str=Variable value_str
is not available.
) at acc.c:1296
#1  0x42242fc9 in acc_log_cdrs_request (dlg=Variable dlg is not
available.
) at acc.c:238


--

Comment By: Anca Vamanu (anca_vamanu)
Date: 2011-05-16 02:36

Message:
Hi Patrick,

What opensips version are you using? There was a problem with overflow
fixed in acc with dialog. Can you please update acc module from svn to use
that fix? Let us know if you still see crashes with that.

Regards,
Anca

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=1086410aid=3301166group_id=232389

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [ opensips-Bugs-3301166 ] Opensips Crashes with CDR

2011-06-21 Thread SourceForge.net
Bugs item #3301166, was opened at 2011-05-12 21:39
Message generated for change (Comment added) made by razvancrainea
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=1086410aid=3301166group_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: 1.6.x
Status: Open
Resolution: None
Priority: 7
Private: No
Submitted By: Patrick Ferguson (patrickferguson)
Assigned to: Razvan Crainea (razvancrainea)
Summary: Opensips Crashes with CDR 

Initial Comment:
ACC causes crash on line 1248 in store_core_leg_values 
(SET_LEN(cdr_buf.s,nr_values).

Backtrace:


#0  0x41ce0002 in store_core_leg_values (dlg=0x2, req=0x0) at 
acc.c:1248
1248SET_LEN(cdr_buf.s,nr_values);
(gdb) bt
#0  0x41ce0002 in store_core_leg_values (dlg=0x2, req=0x0) at 
acc.c:1248
#1  0x00728de0 in mem_pool ()
#2  0x001c in ?? ()
#3  0x0041d8dc in insert_new_lump_after (after=0x38, new_hdr=0x134 
Address 0x134 out of bounds, len=1118843304, type=55)
at data_lump.c:120
#4  0x4226ca49 in restore_uri (msg=0x200, rr_param=0x4142a870, 
check_from=0) at replace.c:420
#5  0x4248d3e8 in ?? ()
#6  0x0071e278 in mem_pool ()
#7  0x00727f70 in mem_pool ()
#8  0x000f in ?? ()
#9  0x4154a9d0 in last_dir.9589 () from 
/usr/local/opensips/lib64/opensips/modules/rr.so
#10 0x00673621 in buf.4301 ()
#11 0x4144769a in run_rr_callbacks (req=0x727f70, 
rr_params=0x50004) at rr_cb.c:99
#12 0x414434d2 in after_loose (_m=0x727f70, preloaded=0) at loose.c:934
#13 0x41444598 in loose_route (_m=0x727f70, _s1=Variable _s1 is not 
available.
) at loose.c:973
#14 0x0040ef2d in do_action (a=0x6b02c0, msg=0x727f70) at action.c:1195
#15 0x00412b62 in run_action_list (a=Variable a is not available.
) at action.c:140
#16 0x00469de9 in eval_elem (e=0x6b0398, msg=0x727f70, val=0x0) at 
route.c:1354
#17 0x0046c885 in eval_expr (e=0x6b0398, msg=0x727f70, val=0x0) at 
route.c:1696
#18 0x0046c86a in eval_expr (e=0x6b03e8, msg=0x727f70, val=0x0) at 
route.c:1717
#19 0x0040ee36 in do_action (a=0x6b1138, msg=0x727f70) at action.c:802
#20 0x00412b62 in run_action_list (a=Variable a is not available.
) at action.c:140
#21 0x0041156e in do_action (a=0x6b12e8, msg=0x727f70) at action.c:819
#22 0x00412b62 in run_action_list (a=Variable a is not available.
) at action.c:140
#23 0x00412efd in run_top_route (a=0x6aec28, msg=0x727f70) at 
action.c:120
#24 0x00459758 in receive_msg (
buf=0x673440 BYE sip:xxx...@xxx.xxx.xxx.xxx:5060 SIP/2.0\r\nFrom: 
sip:yyy...@xxx.xxx.xxx.xxx;tag=1ce6d720-17f-13c4-55013-1d710d-11d6c586-1d710d\r\nTo:
 sip:xxx...@xxx.xxx.xxx.xxx;tag=gK07680e12\r\nCall-ID:..., len=585, 
rcv_info=0x7fffebe0)
at receive.c:162
#25 0x004aaa27 in udp_rcv_loop () at udp_server.c:492
#26 0x0042a916 in main (argc=Variable argc is not available.
) at main.c:824


--

Comment By: Razvan Crainea (razvancrainea)
Date: 2011-06-21 12:08

Message:
Hi Patrick,

Have you managed to solve this issue?

Regards,
Razvan

--

Comment By: Patrick Ferguson (patrickferguson)
Date: 2011-05-17 18:22

Message:
with revision 7940, it it still crashed:


#0  0x4224289a in prebuild_string (value_str=Variable value_str
is not available.
) at acc.c:1296
#1  0x42242fc9 in acc_log_cdrs_request (dlg=Variable dlg is not
available.
) at acc.c:238


--

Comment By: Anca Vamanu (anca_vamanu)
Date: 2011-05-16 12:36

Message:
Hi Patrick,

What opensips version are you using? There was a problem with overflow
fixed in acc with dialog. Can you please update acc module from svn to use
that fix? Let us know if you still see crashes with that.

Regards,
Anca

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=1086410aid=3301166group_id=232389

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [ opensips-Bugs-3301166 ] Opensips Crashes with CDR

2011-06-20 Thread SourceForge.net
Bugs item #3301166, was opened at 2011-05-12 21:39
Message generated for change (Settings changed) made by bogdan_iancu
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=1086410aid=3301166group_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: 1.6.x
Status: Open
Resolution: None
Priority: 7
Private: No
Submitted By: Patrick Ferguson (patrickferguson)
Assigned to: Razvan Crainea (razvancrainea)
Summary: Opensips Crashes with CDR 

Initial Comment:
ACC causes crash on line 1248 in store_core_leg_values 
(SET_LEN(cdr_buf.s,nr_values).

Backtrace:


#0  0x41ce0002 in store_core_leg_values (dlg=0x2, req=0x0) at 
acc.c:1248
1248SET_LEN(cdr_buf.s,nr_values);
(gdb) bt
#0  0x41ce0002 in store_core_leg_values (dlg=0x2, req=0x0) at 
acc.c:1248
#1  0x00728de0 in mem_pool ()
#2  0x001c in ?? ()
#3  0x0041d8dc in insert_new_lump_after (after=0x38, new_hdr=0x134 
Address 0x134 out of bounds, len=1118843304, type=55)
at data_lump.c:120
#4  0x4226ca49 in restore_uri (msg=0x200, rr_param=0x4142a870, 
check_from=0) at replace.c:420
#5  0x4248d3e8 in ?? ()
#6  0x0071e278 in mem_pool ()
#7  0x00727f70 in mem_pool ()
#8  0x000f in ?? ()
#9  0x4154a9d0 in last_dir.9589 () from 
/usr/local/opensips/lib64/opensips/modules/rr.so
#10 0x00673621 in buf.4301 ()
#11 0x4144769a in run_rr_callbacks (req=0x727f70, 
rr_params=0x50004) at rr_cb.c:99
#12 0x414434d2 in after_loose (_m=0x727f70, preloaded=0) at loose.c:934
#13 0x41444598 in loose_route (_m=0x727f70, _s1=Variable _s1 is not 
available.
) at loose.c:973
#14 0x0040ef2d in do_action (a=0x6b02c0, msg=0x727f70) at action.c:1195
#15 0x00412b62 in run_action_list (a=Variable a is not available.
) at action.c:140
#16 0x00469de9 in eval_elem (e=0x6b0398, msg=0x727f70, val=0x0) at 
route.c:1354
#17 0x0046c885 in eval_expr (e=0x6b0398, msg=0x727f70, val=0x0) at 
route.c:1696
#18 0x0046c86a in eval_expr (e=0x6b03e8, msg=0x727f70, val=0x0) at 
route.c:1717
#19 0x0040ee36 in do_action (a=0x6b1138, msg=0x727f70) at action.c:802
#20 0x00412b62 in run_action_list (a=Variable a is not available.
) at action.c:140
#21 0x0041156e in do_action (a=0x6b12e8, msg=0x727f70) at action.c:819
#22 0x00412b62 in run_action_list (a=Variable a is not available.
) at action.c:140
#23 0x00412efd in run_top_route (a=0x6aec28, msg=0x727f70) at 
action.c:120
#24 0x00459758 in receive_msg (
buf=0x673440 BYE sip:xxx...@xxx.xxx.xxx.xxx:5060 SIP/2.0\r\nFrom: 
sip:yyy...@xxx.xxx.xxx.xxx;tag=1ce6d720-17f-13c4-55013-1d710d-11d6c586-1d710d\r\nTo:
 sip:xxx...@xxx.xxx.xxx.xxx;tag=gK07680e12\r\nCall-ID:..., len=585, 
rcv_info=0x7fffebe0)
at receive.c:162
#25 0x004aaa27 in udp_rcv_loop () at udp_server.c:492
#26 0x0042a916 in main (argc=Variable argc is not available.
) at main.c:824


--

Comment By: Patrick Ferguson (patrickferguson)
Date: 2011-05-17 18:22

Message:
with revision 7940, it it still crashed:


#0  0x4224289a in prebuild_string (value_str=Variable value_str
is not available.
) at acc.c:1296
#1  0x42242fc9 in acc_log_cdrs_request (dlg=Variable dlg is not
available.
) at acc.c:238


--

Comment By: Anca Vamanu (anca_vamanu)
Date: 2011-05-16 12:36

Message:
Hi Patrick,

What opensips version are you using? There was a problem with overflow
fixed in acc with dialog. Can you please update acc module from svn to use
that fix? Let us know if you still see crashes with that.

Regards,
Anca

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=1086410aid=3301166group_id=232389

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [ opensips-Bugs-3301166 ] Opensips Crashes with CDR

2011-05-17 Thread SourceForge.net
Bugs item #3301166, was opened at 2011-05-12 14:39
Message generated for change (Comment added) made by patrickferguson
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=1086410aid=3301166group_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: 1.6.x
Status: Open
Resolution: None
Priority: 7
Private: No
Submitted By: Patrick Ferguson (patrickferguson)
Assigned to: Nobody/Anonymous (nobody)
Summary: Opensips Crashes with CDR 

Initial Comment:
ACC causes crash on line 1248 in store_core_leg_values 
(SET_LEN(cdr_buf.s,nr_values).

Backtrace:


#0  0x41ce0002 in store_core_leg_values (dlg=0x2, req=0x0) at 
acc.c:1248
1248SET_LEN(cdr_buf.s,nr_values);
(gdb) bt
#0  0x41ce0002 in store_core_leg_values (dlg=0x2, req=0x0) at 
acc.c:1248
#1  0x00728de0 in mem_pool ()
#2  0x001c in ?? ()
#3  0x0041d8dc in insert_new_lump_after (after=0x38, new_hdr=0x134 
Address 0x134 out of bounds, len=1118843304, type=55)
at data_lump.c:120
#4  0x4226ca49 in restore_uri (msg=0x200, rr_param=0x4142a870, 
check_from=0) at replace.c:420
#5  0x4248d3e8 in ?? ()
#6  0x0071e278 in mem_pool ()
#7  0x00727f70 in mem_pool ()
#8  0x000f in ?? ()
#9  0x4154a9d0 in last_dir.9589 () from 
/usr/local/opensips/lib64/opensips/modules/rr.so
#10 0x00673621 in buf.4301 ()
#11 0x4144769a in run_rr_callbacks (req=0x727f70, 
rr_params=0x50004) at rr_cb.c:99
#12 0x414434d2 in after_loose (_m=0x727f70, preloaded=0) at loose.c:934
#13 0x41444598 in loose_route (_m=0x727f70, _s1=Variable _s1 is not 
available.
) at loose.c:973
#14 0x0040ef2d in do_action (a=0x6b02c0, msg=0x727f70) at action.c:1195
#15 0x00412b62 in run_action_list (a=Variable a is not available.
) at action.c:140
#16 0x00469de9 in eval_elem (e=0x6b0398, msg=0x727f70, val=0x0) at 
route.c:1354
#17 0x0046c885 in eval_expr (e=0x6b0398, msg=0x727f70, val=0x0) at 
route.c:1696
#18 0x0046c86a in eval_expr (e=0x6b03e8, msg=0x727f70, val=0x0) at 
route.c:1717
#19 0x0040ee36 in do_action (a=0x6b1138, msg=0x727f70) at action.c:802
#20 0x00412b62 in run_action_list (a=Variable a is not available.
) at action.c:140
#21 0x0041156e in do_action (a=0x6b12e8, msg=0x727f70) at action.c:819
#22 0x00412b62 in run_action_list (a=Variable a is not available.
) at action.c:140
#23 0x00412efd in run_top_route (a=0x6aec28, msg=0x727f70) at 
action.c:120
#24 0x00459758 in receive_msg (
buf=0x673440 BYE sip:xxx...@xxx.xxx.xxx.xxx:5060 SIP/2.0\r\nFrom: 
sip:yyy...@xxx.xxx.xxx.xxx;tag=1ce6d720-17f-13c4-55013-1d710d-11d6c586-1d710d\r\nTo:
 sip:xxx...@xxx.xxx.xxx.xxx;tag=gK07680e12\r\nCall-ID:..., len=585, 
rcv_info=0x7fffebe0)
at receive.c:162
#25 0x004aaa27 in udp_rcv_loop () at udp_server.c:492
#26 0x0042a916 in main (argc=Variable argc is not available.
) at main.c:824


--

Comment By: Patrick Ferguson (patrickferguson)
Date: 2011-05-17 11:22

Message:
with revision 7940, it it still crashed:


#0  0x4224289a in prebuild_string (value_str=Variable value_str
is not available.
) at acc.c:1296
#1  0x42242fc9 in acc_log_cdrs_request (dlg=Variable dlg is not
available.
) at acc.c:238


--

Comment By: Anca Vamanu (anca_vamanu)
Date: 2011-05-16 05:36

Message:
Hi Patrick,

What opensips version are you using? There was a problem with overflow
fixed in acc with dialog. Can you please update acc module from svn to use
that fix? Let us know if you still see crashes with that.

Regards,
Anca

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=1086410aid=3301166group_id=232389

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [ opensips-Bugs-3301166 ] Opensips Crashes with CDR

2011-05-16 Thread SourceForge.net
Bugs item #3301166, was opened at 2011-05-12 21:39
Message generated for change (Comment added) made by anca_vamanu
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=1086410aid=3301166group_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: 1.6.x
Status: Open
Resolution: None
Priority: 7
Private: No
Submitted By: Patrick Ferguson (patrickferguson)
Assigned to: Nobody/Anonymous (nobody)
Summary: Opensips Crashes with CDR 

Initial Comment:
ACC causes crash on line 1248 in store_core_leg_values 
(SET_LEN(cdr_buf.s,nr_values).

Backtrace:


#0  0x41ce0002 in store_core_leg_values (dlg=0x2, req=0x0) at 
acc.c:1248
1248SET_LEN(cdr_buf.s,nr_values);
(gdb) bt
#0  0x41ce0002 in store_core_leg_values (dlg=0x2, req=0x0) at 
acc.c:1248
#1  0x00728de0 in mem_pool ()
#2  0x001c in ?? ()
#3  0x0041d8dc in insert_new_lump_after (after=0x38, new_hdr=0x134 
Address 0x134 out of bounds, len=1118843304, type=55)
at data_lump.c:120
#4  0x4226ca49 in restore_uri (msg=0x200, rr_param=0x4142a870, 
check_from=0) at replace.c:420
#5  0x4248d3e8 in ?? ()
#6  0x0071e278 in mem_pool ()
#7  0x00727f70 in mem_pool ()
#8  0x000f in ?? ()
#9  0x4154a9d0 in last_dir.9589 () from 
/usr/local/opensips/lib64/opensips/modules/rr.so
#10 0x00673621 in buf.4301 ()
#11 0x4144769a in run_rr_callbacks (req=0x727f70, 
rr_params=0x50004) at rr_cb.c:99
#12 0x414434d2 in after_loose (_m=0x727f70, preloaded=0) at loose.c:934
#13 0x41444598 in loose_route (_m=0x727f70, _s1=Variable _s1 is not 
available.
) at loose.c:973
#14 0x0040ef2d in do_action (a=0x6b02c0, msg=0x727f70) at action.c:1195
#15 0x00412b62 in run_action_list (a=Variable a is not available.
) at action.c:140
#16 0x00469de9 in eval_elem (e=0x6b0398, msg=0x727f70, val=0x0) at 
route.c:1354
#17 0x0046c885 in eval_expr (e=0x6b0398, msg=0x727f70, val=0x0) at 
route.c:1696
#18 0x0046c86a in eval_expr (e=0x6b03e8, msg=0x727f70, val=0x0) at 
route.c:1717
#19 0x0040ee36 in do_action (a=0x6b1138, msg=0x727f70) at action.c:802
#20 0x00412b62 in run_action_list (a=Variable a is not available.
) at action.c:140
#21 0x0041156e in do_action (a=0x6b12e8, msg=0x727f70) at action.c:819
#22 0x00412b62 in run_action_list (a=Variable a is not available.
) at action.c:140
#23 0x00412efd in run_top_route (a=0x6aec28, msg=0x727f70) at 
action.c:120
#24 0x00459758 in receive_msg (
buf=0x673440 BYE sip:xxx...@xxx.xxx.xxx.xxx:5060 SIP/2.0\r\nFrom: 
sip:yyy...@xxx.xxx.xxx.xxx;tag=1ce6d720-17f-13c4-55013-1d710d-11d6c586-1d710d\r\nTo:
 sip:xxx...@xxx.xxx.xxx.xxx;tag=gK07680e12\r\nCall-ID:..., len=585, 
rcv_info=0x7fffebe0)
at receive.c:162
#25 0x004aaa27 in udp_rcv_loop () at udp_server.c:492
#26 0x0042a916 in main (argc=Variable argc is not available.
) at main.c:824


--

Comment By: Anca Vamanu (anca_vamanu)
Date: 2011-05-16 12:36

Message:
Hi Patrick,

What opensips version are you using? There was a problem with overflow
fixed in acc with dialog. Can you please update acc module from svn to use
that fix? Let us know if you still see crashes with that.

Regards,
Anca

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=1086410aid=3301166group_id=232389

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [ opensips-Bugs-3301166 ] Opensips Crashes with CDR

2011-05-12 Thread SourceForge.net
Bugs item #3301166, was opened at 2011-05-12 14:39
Message generated for change (Tracker Item Submitted) made by patrickferguson
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=1086410aid=3301166group_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: 1.6.x
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Patrick Ferguson (patrickferguson)
Assigned to: Nobody/Anonymous (nobody)
Summary: Opensips Crashes with CDR 

Initial Comment:
ACC causes crash on line 1248 in store_core_leg_values 
(SET_LEN(cdr_buf.s,nr_values).

Backtrace:


#0  0x41ce0002 in store_core_leg_values (dlg=0x2, req=0x0) at 
acc.c:1248
1248SET_LEN(cdr_buf.s,nr_values);
(gdb) bt
#0  0x41ce0002 in store_core_leg_values (dlg=0x2, req=0x0) at 
acc.c:1248
#1  0x00728de0 in mem_pool ()
#2  0x001c in ?? ()
#3  0x0041d8dc in insert_new_lump_after (after=0x38, new_hdr=0x134 
Address 0x134 out of bounds, len=1118843304, type=55)
at data_lump.c:120
#4  0x4226ca49 in restore_uri (msg=0x200, rr_param=0x4142a870, 
check_from=0) at replace.c:420
#5  0x4248d3e8 in ?? ()
#6  0x0071e278 in mem_pool ()
#7  0x00727f70 in mem_pool ()
#8  0x000f in ?? ()
#9  0x4154a9d0 in last_dir.9589 () from 
/usr/local/opensips/lib64/opensips/modules/rr.so
#10 0x00673621 in buf.4301 ()
#11 0x4144769a in run_rr_callbacks (req=0x727f70, 
rr_params=0x50004) at rr_cb.c:99
#12 0x414434d2 in after_loose (_m=0x727f70, preloaded=0) at loose.c:934
#13 0x41444598 in loose_route (_m=0x727f70, _s1=Variable _s1 is not 
available.
) at loose.c:973
#14 0x0040ef2d in do_action (a=0x6b02c0, msg=0x727f70) at action.c:1195
#15 0x00412b62 in run_action_list (a=Variable a is not available.
) at action.c:140
#16 0x00469de9 in eval_elem (e=0x6b0398, msg=0x727f70, val=0x0) at 
route.c:1354
#17 0x0046c885 in eval_expr (e=0x6b0398, msg=0x727f70, val=0x0) at 
route.c:1696
#18 0x0046c86a in eval_expr (e=0x6b03e8, msg=0x727f70, val=0x0) at 
route.c:1717
#19 0x0040ee36 in do_action (a=0x6b1138, msg=0x727f70) at action.c:802
#20 0x00412b62 in run_action_list (a=Variable a is not available.
) at action.c:140
#21 0x0041156e in do_action (a=0x6b12e8, msg=0x727f70) at action.c:819
#22 0x00412b62 in run_action_list (a=Variable a is not available.
) at action.c:140
#23 0x00412efd in run_top_route (a=0x6aec28, msg=0x727f70) at 
action.c:120
#24 0x00459758 in receive_msg (
buf=0x673440 BYE sip:xxx...@xxx.xxx.xxx.xxx:5060 SIP/2.0\r\nFrom: 
sip:yyy...@xxx.xxx.xxx.xxx;tag=1ce6d720-17f-13c4-55013-1d710d-11d6c586-1d710d\r\nTo:
 sip:xxx...@xxx.xxx.xxx.xxx;tag=gK07680e12\r\nCall-ID:..., len=585, 
rcv_info=0x7fffebe0)
at receive.c:162
#25 0x004aaa27 in udp_rcv_loop () at udp_server.c:492
#26 0x0042a916 in main (argc=Variable argc is not available.
) at main.c:824


--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=1086410aid=3301166group_id=232389

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [ opensips-Bugs-3301166 ] Opensips Crashes with CDR

2011-05-12 Thread SourceForge.net
Bugs item #3301166, was opened at 2011-05-12 14:39
Message generated for change (Settings changed) made by patrickferguson
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=1086410aid=3301166group_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: 1.6.x
Status: Open
Resolution: None
Priority: 7
Private: No
Submitted By: Patrick Ferguson (patrickferguson)
Assigned to: Nobody/Anonymous (nobody)
Summary: Opensips Crashes with CDR 

Initial Comment:
ACC causes crash on line 1248 in store_core_leg_values 
(SET_LEN(cdr_buf.s,nr_values).

Backtrace:


#0  0x41ce0002 in store_core_leg_values (dlg=0x2, req=0x0) at 
acc.c:1248
1248SET_LEN(cdr_buf.s,nr_values);
(gdb) bt
#0  0x41ce0002 in store_core_leg_values (dlg=0x2, req=0x0) at 
acc.c:1248
#1  0x00728de0 in mem_pool ()
#2  0x001c in ?? ()
#3  0x0041d8dc in insert_new_lump_after (after=0x38, new_hdr=0x134 
Address 0x134 out of bounds, len=1118843304, type=55)
at data_lump.c:120
#4  0x4226ca49 in restore_uri (msg=0x200, rr_param=0x4142a870, 
check_from=0) at replace.c:420
#5  0x4248d3e8 in ?? ()
#6  0x0071e278 in mem_pool ()
#7  0x00727f70 in mem_pool ()
#8  0x000f in ?? ()
#9  0x4154a9d0 in last_dir.9589 () from 
/usr/local/opensips/lib64/opensips/modules/rr.so
#10 0x00673621 in buf.4301 ()
#11 0x4144769a in run_rr_callbacks (req=0x727f70, 
rr_params=0x50004) at rr_cb.c:99
#12 0x414434d2 in after_loose (_m=0x727f70, preloaded=0) at loose.c:934
#13 0x41444598 in loose_route (_m=0x727f70, _s1=Variable _s1 is not 
available.
) at loose.c:973
#14 0x0040ef2d in do_action (a=0x6b02c0, msg=0x727f70) at action.c:1195
#15 0x00412b62 in run_action_list (a=Variable a is not available.
) at action.c:140
#16 0x00469de9 in eval_elem (e=0x6b0398, msg=0x727f70, val=0x0) at 
route.c:1354
#17 0x0046c885 in eval_expr (e=0x6b0398, msg=0x727f70, val=0x0) at 
route.c:1696
#18 0x0046c86a in eval_expr (e=0x6b03e8, msg=0x727f70, val=0x0) at 
route.c:1717
#19 0x0040ee36 in do_action (a=0x6b1138, msg=0x727f70) at action.c:802
#20 0x00412b62 in run_action_list (a=Variable a is not available.
) at action.c:140
#21 0x0041156e in do_action (a=0x6b12e8, msg=0x727f70) at action.c:819
#22 0x00412b62 in run_action_list (a=Variable a is not available.
) at action.c:140
#23 0x00412efd in run_top_route (a=0x6aec28, msg=0x727f70) at 
action.c:120
#24 0x00459758 in receive_msg (
buf=0x673440 BYE sip:xxx...@xxx.xxx.xxx.xxx:5060 SIP/2.0\r\nFrom: 
sip:yyy...@xxx.xxx.xxx.xxx;tag=1ce6d720-17f-13c4-55013-1d710d-11d6c586-1d710d\r\nTo:
 sip:xxx...@xxx.xxx.xxx.xxx;tag=gK07680e12\r\nCall-ID:..., len=585, 
rcv_info=0x7fffebe0)
at receive.c:162
#25 0x004aaa27 in udp_rcv_loop () at udp_server.c:492
#26 0x0042a916 in main (argc=Variable argc is not available.
) at main.c:824


--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=1086410aid=3301166group_id=232389

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel