[Home]

Summary:ASTERISK-25273: Can't compile Asterisk - 'make menuselect' fails with segfault and core dump
Reporter:NOC Afone (noc_level3)Labels:
Date Opened:2015-07-22 07:36:10Date Closed:2015-08-03 09:46:10
Priority:MajorRegression?
Status:Closed/CompleteComponents:.Release/Targets
Versions:13.1.0 13.4.0 Frequency of
Occurrence
Constant
Related
Issues:
Environment:- OS: CentOS 6.6 - Kernel: 2.6.32-504.30.3.el6.x86_64 - Machine type: Virtual Machine with (memory: 2Go, disk space: 30Go, CPU 4 core) - Other: glibc version is 2.12-1.149 and gcc version is 4.4.7-11Attachments:( 0) config.log
( 1) console_log.txt
Description:Hello,

After configure, I unable to run "make menuselect". I have segementation fault error. See attached log of this case.


Regards,
Anthony
Comments:By: Asterisk Team (asteriskteam) 2015-07-22 07:36:13.329-0500

The severity of this issue has been automatically downgraded from "Blocker" to "Major". The "Blocker" severity is reserved for issues which have been determined to block the next release of Asterisk. This severity can only be set by privileged users. If this issue is deemed to block the next release it will be updated accordingly during the triage process.

By: Asterisk Team (asteriskteam) 2015-07-22 07:36:14.121-0500

Thanks for creating a report! The issue has entered the triage process. That means the issue will wait in this status until a Bug Marshal has an opportunity to review the issue. Once the issue has been reviewed you will receive comments regarding the next steps towards resolution.

A good first step is for you to review the [Asterisk Issue Guidelines|https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines] if you haven't already. The guidelines detail what is expected from an Asterisk issue report.

Then, if you are submitting a patch, please review the [Patch Contribution Process|https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process].

By: Rusty Newton (rnewton) 2015-07-23 18:15:29.603-0500

Hi! A few notes:

* Please remove your Linux console log from the Reference Notes field and attach as a file (console_log.txt or similar).
* Read through the Asterisk Issue Guidelines linked in the comments above.
* Please attach your config.log

By: NOC Afone (noc_level3) 2015-07-24 01:59:55.438-0500

console error log

By: Rusty Newton (rnewton) 2015-07-28 09:34:03.402-0500

Thanks!

Please also attach your config.log.

By: NOC Afone (noc_level3) 2015-07-29 08:03:13.905-0500

Hi,

Please find the "config.log" file as asked.

Regards,
Anthony

By: Rusty Newton (rnewton) 2015-07-30 15:06:59.879-0500

{quote}
Machine type: Virtual Machine with (memory: 2Go, disk space: 30Go, CPU 4 core)
{quote}

Please provide more information on the Virtual Machine platform and technology used.

In addition, please provide a backtrace by running menuselect inside of GDB.

{noformat}
gdb --args menuselect/cmenuselect menuselect.makeopts
{noformat}

you may wish to turn on logging using "set logging on". This command will save all output to the default file of gdb.txt, which in the end can be uploaded as an attachment to the bug tracker.

Once GDB is up, then:
{noformat}
run
{noformat}



By: NOC Afone (noc_level3) 2015-08-03 09:43:14.978-0500

Hello,

Thanks for your support but I've reinstalling the machine from scratch. This problem seems linked to system lib's corruption because now the compilation works like a charm.
This ticket can be now closed.

Regards,
Anthony