From: Michael K. <li...@mk...> - 2017-09-21 09:36:02
|
> Am 21.09.2017 um 09:22 schrieb Michael Knill <mic...@ip...>: > > Oh dear. My busiest system too. Thanks goodness for safe_asterisk > > Sep 21 14:07:44 3037-QGPSC-CM1 user.info kernel: asterisk[1110]: segfault at 10 ip 00002b1ed1d4882c sp 00002b1ed728fcd0 error 4 in app_queue.so[2b1ed1d34000+35000] > Sep 21 14:07:45 3037-QGPSC-CM1 user.info safe_asterisk: Asterisk exited on signal 11. > > Any ideas? > Can I get a backtrace from Astlinux? > > Regards > Michael Knill Hi Michael, no, you can't get a backtrace directly within AstLinux. Therefor Asterisk would have been compiled with "asterisk-makeopts: MENUSELECT_CFLAGS=DONT_OPTIMIZE BETTER_BACKTRACES". And Asterisk would needed to be started with the "-g" option. A debugger and a lot of free disk space is needed as well :-(. More information: https://wiki.asterisk.org/wiki/display/AST/Getting+a+Backtrace Try to figure out if something special has happened at that time (or shortly before). Which Asterisk version, how many concurrent calls? In Asterisk 11 I rarely have seen segfaults of Asterisk. Michael http://www.mksolutions.info |