[Home]

Summary:ASTERISK-23511: Asterisk-12.1.1 segmentation fault
Reporter:Beka Iglesias (geekshabeka)Labels:
Date Opened:2014-03-20 21:43:41Date Closed:2014-03-24 18:43:11
Priority:MajorRegression?
Status:Closed/CompleteComponents:Channels/chan_vpb
Versions:Frequency of
Occurrence
Constant
Related
Issues:
Environment:Debian 6Attachments:
Description:I have constantly got segmentation fault when I have tried to start asterisk-12.1.1 in debian 6.
I have read (and I  have included in this issue the external ID) another similar segmentation fault issue. In that case, the problem was chan_vpb.so module.I have seen in menuselect that this module is deprecated, but I can't access CLI console, so I can't  type module unload.In my case segmentation fault is continous. How could I fix that?Any idea?

Thanks in advance,

Beka
Comments:By: Rusty Newton (rnewton) 2014-03-24 18:43:01.618-0500

I'm not sure I understand your problem description.

It doesn't sound like you know for sure where your crash is originating.

The person on the forum post you linked setup a "noload" in modules.conf to prevent a crash occurring supposedly with the chan_vpb module.

If you have that module and are experiencing the same problem, and you don't need that module, then you should try the same solution and prevent the module from loading via modules.conf configuration.

If that doesn't resolve your crash, then read through the following links and come back to file a new issue with all the relevant information needed to troubleshoot a crash.

https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines
https://wiki.asterisk.org/wiki/display/AST/Collecting+Debug+Information
https://wiki.asterisk.org/wiki/display/AST/Getting+a+Backtrace

Thanks!