<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi,<br>
<br>
Sorry about the lack of information...<br>
<br>
I use RHEL 4, asterisk cvs stable v1.0 and compile it myself..<br>
It was worked well..<br>
Asterisk was run stable in old platform (use duron), but then when I
upgraded it to P4, the problem is exists.<br>
<br>
The weird things is I set asterisk in the same exact machine and the
problem only lies in this one..<br>
The others run stable.<br>
<br>
Maybe it's because I do share interrupt for asterisk? Will it help for
asterisk stability?<br>
<br>
Here is output from lspci:<br>
<br>
00:00.0 Host bridge: Silicon Integrated Systems [SiS]
661FX/M661FX/M661MX Host (rev 11)<br>
00:01.0 PCI bridge: Silicon Integrated Systems [SiS]: Unknown device
0003<br>
00:02.0 ISA bridge: Silicon Integrated Systems [SiS] SiS964 [MuTIOL
Media IO] (rev 36)<br>
00:02.5 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE] (rev
01)<br>
00:02.7 Multimedia audio controller: Silicon Integrated Systems [SiS]
Sound Controller (rev a0)<br>
00:03.0 USB Controller: Silicon Integrated Systems [SiS] USB 1.0
Controller (rev 0f)<br>
00:03.1 USB Controller: Silicon Integrated Systems [SiS] USB 1.0
Controller (rev 0f)<br>
00:03.2 USB Controller: Silicon Integrated Systems [SiS] USB 1.0
Controller (rev 0f)<br>
00:03.3 USB Controller: Silicon Integrated Systems [SiS] USB 2.0
Controller<br>
00:04.0 Ethernet controller: Silicon Integrated Systems [SiS] SiS900
PCI Fast Ethernet (rev 90)<br>
00:08.0 Network controller: Tiger Jet Network Inc. Tiger3XX Modem/ISDN
interface<br>
00:09.0 Network controller: Tiger Jet Network Inc. Tiger3XX Modem/ISDN
interface<br>
00:0a.0 Network controller: Tiger Jet Network Inc. Tiger3XX Modem/ISDN
interface<br>
01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS]
661FX/M661FX/M661MX/741/M741/760/M760 PCI/AGP<br>
<br>
And here is output from cat /proc/interrupts<br>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CPU0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>
&nbsp; 0:&nbsp; 666453883&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; XT-PIC&nbsp; timer<br>
&nbsp; 1:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 16&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; XT-PIC&nbsp; i8042<br>
&nbsp; 2:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; XT-PIC&nbsp; cascade<br>
&nbsp; 5:&nbsp; 666283487&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; XT-PIC&nbsp; ohci_hcd, wctdm<br>
&nbsp; 8:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; XT-PIC&nbsp; rtc<br>
&nbsp; 9:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; XT-PIC&nbsp; acpi, ehci_hcd<br>
&nbsp;10:&nbsp; 666272466&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; XT-PIC&nbsp; SiS SI7012, ohci_hcd, wctdm<br>
&nbsp;11:&nbsp; 697289929&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; XT-PIC&nbsp; ohci_hcd, wctdm, eth0<br>
&nbsp;12:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 66&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; XT-PIC&nbsp; i8042<br>
&nbsp;14:&nbsp;&nbsp;&nbsp; 1557961&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; XT-PIC&nbsp; ide0<br>
&nbsp;15:&nbsp;&nbsp;&nbsp; 1557358&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; XT-PIC&nbsp; ide1<br>
NMI:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 <br>
ERR:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0<br>
<br>
Already do make clean, make and make install in the new platform.<br>
Seems do not help at all...<br>
<br>
* sigh *<br>
<pre wrap="">Can you pinpoint what causes it to crash?

This is a tough question...I have no idea of what causing this or what should I do right now...

Perhaps somebody willing to give me 5 minutes tutor of using gdb?

I'm in process of learning it...Gotta be careful cause the system is used by more than 10 person (well, I'm getting tired of apologizing anyway :P)


Thanks,

Best Regards,

Stevanus

</pre>
Andrew Kohlsmith wrote:<br>
<blockquote cite="mid200509072258.16079.akohlsmith-asterisk@benshaw.com"
 type="cite">
  <pre wrap="">On Wednesday 07 September 2005 22:56, stevanus wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">My asterisk is frequently dead by itself.

It leaves messages:

/usr/sbin/safe_asterisk: line 40: 24890 Segmentation fault      (core
dumped) asterisk ${CLIARGS} ${ASTARGS} &gt;&amp;/dev/${TTY} &lt;/dev/${TTY}
Asterisk ended with exit status 139
Asterisk exited on signal 11.
Automatically restarting Asterisk.

Anyone has any idea of the cause?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Someone new who's left us a wealth of information so we can diagnose the 
problem quickly and help him find a timely solution.

&lt;sigh&gt;

When you take your car to the mechanic, do you simply say "It's broken.  It 
doesn't run the way it should." or do you give him some details.  In this 
case:

- Distribution of Linux
- Source of your Asterisk binaries (distribution packages, did you compile 
yourself?)
- Version of Asterisk
- Has it ever worked
- Can you pinpoint what causes it to crash

I mean honestly, how do you expect us to help?

-A.
_______________________________________________
--Bandwidth and Colocation sponsored by Easynews.com --

Asterisk-Users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Asterisk-Users@lists.digium.com">Asterisk-Users@lists.digium.com</a>
<a class="moz-txt-link-freetext" href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a>
To UNSUBSCRIBE or update options visit:
   <a class="moz-txt-link-freetext" href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a>

  </pre>
</blockquote>
<br>
</body>
</html>