[asterisk-bugs] [JIRA] (ASTERISK-21763) asterisk -r Bus Error on Debian/sparc

Walter Doekes (JIRA) noreply at issues.asterisk.org
Wed Jun 19 09:20:11 CDT 2013


    [ https://issues.asterisk.org/jira/browse/ASTERISK-21763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=207339#comment-207339 ] 

Walter Doekes commented on ASTERISK-21763:
------------------------------------------

A-ha.

Before:

{noformat}
wdoekes at t1000:/usr/local/src/asterisk/asterisk-11.5.0-rc1$ asterisk -r
Unable to connect to remote asterisk (does /var/run/asterisk/asterisk.ctl exist?)
Bus error
wdoekes at t1000:/usr/local/src/asterisk/asterisk-11.5.0-rc1$
{noformat}

After:

{noformat}
wdoekes at t1000:/usr/local/src/asterisk/asterisk-11.5.0-rc1$ ./main/asterisk -r
Unable to connect to remote asterisk (does /var/run/asterisk/asterisk.ctl exist?)
wdoekes at t1000:/usr/local/src/asterisk/asterisk-11.5.0-rc1$ 
{noformat}

This is the one: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=634261

{noformat}
gcc  -o asterisk -Wl,--export-dynamic -Wl,--version-script,asterisk.exports -Wl,--dynamic-list,asterisk.dynamics      abstract_jb.o acl.o ad ...
{noformat}

{noformat}
--- main/asterisk.exports.orig  2013-06-19 10:17:48.000000000 -0400
+++ main/asterisk.exports       2013-06-19 10:06:39.000000000 -0400
@@ -46,6 +46,7 @@
                res_srtp;
                res_srtp_policy;
                secure_call_info;
+               _IO_stdin_used;
        local:
                *;
 };
{noformat}

That's one sigbus down..
                
> asterisk -r Bus Error on Debian/sparc
> -------------------------------------
>
>                 Key: ASTERISK-21763
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-21763
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: General
>    Affects Versions: 1.8.20.0, 1.8.21.0, 10.12.2, 11.4.0
>         Environment: Debian 6 SPARC
>            Reporter: Jeremy Kister
>         Attachments: astmm_align.patch, backtrace1.txt, break-main-backtrace.txt, diff-uNrw-between-19-and-20.diff, pimped-backtrace1.txt
>
>
> as root:
> # /etc/init.d/asterisk stop
> stopping asterisk.
> Asterisk ended with exit status 0
> Asterisk shutdown normally.
> # /etc/init.d/asterisk start
> starting asterisk.
> Unable to connect to remote asterisk (does /var/run/asterisk/asterisk.ctl exist?)
> Bus error (core dumped)
> as non-root:
> # asterisk -r
> Unable to connect to remote asterisk (does /var/run/asterisk/asterisk.ctl exist?)
> Bus error
> as root:
> # asterisk -r
> Asterisk 10.12.2, Copyright (C) 1999 - 2012 Digium, Inc. and others.
> Created by Mark Spencer <markster at digium.com>
> Asterisk comes with ABSOLUTELY NO WARRANTY; type 'core show warranty' for details.
> This is free software, with components licensed under the GNU General Public
> License version 2 and other licenses; you are welcome to redistribute it under
> certain conditions. Type 'core show license' for details.
> =========================================================================
> Connected to Asterisk 10.12.2 currently running on pbx1 (pid = 8635)
> Verbosity is at least 3
> pbx1*CLI> 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list