[Home]

Summary:ASTERISK-24757: INTERNAL_OBJ: user_data is NULL and segfaults
Reporter:Allan Button (Allan Button)Labels:
Date Opened:2015-02-03 15:49:44.000-0600Date Closed:2015-02-05 09:11:34.000-0600
Priority:MajorRegression?
Status:Closed/CompleteComponents:
Versions:12.8.1 Frequency of
Occurrence
Related
Issues:
Environment:Centos 6.5 in VMWare ESXi 5.5 . ~ 40 Cisco 79x1 phones on SIP ( chan_sip ).Attachments:( 0) bt_full1.txt
( 1) bt1.txt
Description:Experiecing segfaults w/ core dumps on Asterisk 12.8.1 . The only thing that stands out in the log is spam about astobj2.c user_data .

I've attached results of bt and bt full.

[2015-02-03 15:21:08] ERROR[21339][C-000004ec] astobj2.c: user_data is NULL
[2015-02-03 15:21:08] ERROR[21339][C-000004ec] astobj2.c: user_data is NULL
[2015-02-03 15:21:08] ERROR[21339][C-000004ec] astobj2.c: user_data is NULL
[2015-02-03 15:21:08] ERROR[21339][C-000004ec] astobj2.c: user_data is NULL
[2015-02-03 15:21:08] ERROR[21339][C-000004ec] astobj2.c: user_data is NULL
[2015-02-03 15:21:08] ERROR[21339][C-000004ec] astobj2.c: user_data is NULL
[2015-02-03 15:21:08] ERROR[21339][C-000004ec] astobj2.c: user_data is NULL
[2015-02-03 15:21:08] ERROR[21339][C-000004ec] astobj2.c: user_data is NULL
[2015-02-03 15:21:08] ERROR[21339][C-000004ec] astobj2.c: user_data is NULL
[2015-02-03 15:21:08] ERROR[21339][C-000004ec] astobj2.c: user_data is NULL
[2015-02-03 15:21:08] ERROR[21339][C-000004ec] astobj2.c: user_data is NULL
[2015-02-03 15:21:08] ERROR[21339][C-000004ec] astobj2.c: user_data is NULL
[2015-02-03 15:21:08] ERROR[21339][C-000004ec] astobj2.c: user_data is NULL


edit: I feel this is related:

[2015-02-03 17:05:56] ERROR[10993][C-00000140] astobj2.c: bad magic number for object 0x7f0c94005868. Object is likely destroyed.
[2015-02-03 17:05:56] ERROR[10993][C-00000140] astobj2.c: bad magic number for object 0x7f0c94005868. Object is likely destroyed.
[2015-02-03 17:05:56] ERROR[10993][C-00000140] astobj2.c: bad magic number for object 0x7f0c94005868. Object is likely destroyed.
[2015-02-03 17:05:56] ERROR[10993][C-00000140] astobj2.c: bad magic number for object 0x7f0c94005868. Object is likely destroyed.
[2015-02-03 17:05:56] ERROR[10993][C-00000140] astobj2.c: bad magic number for object 0x7f0c94005868. Object is likely destroyed.

Comments:By: Allan Button (Allan Button) 2015-02-03 15:50:19.910-0600

bt

By: Allan Button (Allan Button) 2015-02-03 15:50:32.881-0600

bt full

By: Matt Jordan (mjordan) 2015-02-03 17:07:51.920-0600

Asterisk 12 is now in security fix only mode and is no longer receiving bug fixes.

If you can, please re-test with the latest RC from Asterisk 13. There were a number of bug fixes related to the RTP engine/implementation, which is where your crash is occurring.

By: Allan Button (Allan Button) 2015-02-04 13:08:04.336-0600

Thanks Matt. Upgraded to 13.1.1 and had another crash. Not sure if its related to the same problem, I'll post back in a few hours.

By: Allan Button (Allan Button) 2015-02-05 09:09:15.944-0600

I am no longer receiving core dumps with asterisk 13.1.1 . I am still having another issue, but once I isolate it, I will open a new ticket if required.

By: Matt Jordan (mjordan) 2015-02-05 09:11:23.366-0600

Okay - I'll close this one out then. Thanks for reporting back!