RE: [Asterisk-Users] Strange Segmentation fault

2004-12-13 Thread Florian Overkamp
Hi, 

 -Original Message-
 I get seg. fault with my * box. at the crash time i had about 35
 Bridged Channel.
 i have:
 - dual xeon box (3.2Ghz)
 - 2Gb of memory 
 - E7501 chipset motherboard.
 - U320 scsi disks
 - intel Gb ethernet device.
 - i only use sip for clients (no fxs in box)
 - TE405P for fxo (with 4 atran TA750).
 - ulaw is used as codec and echo cancellationo is enabled.
 
 but the core dump file has nothing to show with gdb.
 
 this is the output of gdb:
 
 Program terminated with signal 11, Segmentation fault.
 #0  0xb7fbbce4 in ?? ()

Hmm without knowing anything else about your specific situation: A signal 11
most often is caused by a hardware malfunction, for instance a rotten bit in
your memory or something.Any chance you could do some heavy diagnostics on
that machine ?

http://www.bitwizard.nl/sig11/

Best regards,
Florian

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Strange Segmentation fault

2004-12-13 Thread Paradise Dove
I'm using FC2. but with a fresh 2.6.9 kernel downloaded from kernel.org.
I've recently upgraded my Glibc to glibc-2.3.3-27.1.
I'm also using ECC Reg Memory.
and this is my Xeon CPU info: (HyperThreading is ON)
processor   : 0
vendor_id   : GenuineIntel
cpu family  : 15
model   : 2
model name  : Intel(R) Xeon(TM) CPU 3.20GHz
stepping: 5
cpu MHz : 3199.895
cache size  : 512 KB
physical id : 0
siblings: 2
fdiv_bug: no
hlt_bug : no
f00f_bug: no
coma_bug: no
fpu : yes
fpu_exception   : yes
cpuid level : 2
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe cid xtpr
bogomips: 6340.60



On Mon, 13 Dec 2004 13:58:33 +0100, Andreas Sikkema
[EMAIL PROTECTED] wrote:
 [EMAIL PROTECTED] wrote:
 
 
 
  - dual xeon box (3.2Ghz)
  - 2Gb of memory
  - E7501 chipset motherboard.
  - U320 scsi disks
  - intel Gb ethernet device.
  - i only use sip for clients (no fxs in box)
  - TE405P for fxo (with 4 atran TA750).
  - ulaw is used as codec and echo cancellationo is enabled.
 
  but the core dump file has nothing to show with gdb.
 
  this is the output of gdb:
 
  Program terminated with signal 11, Segmentation fault. #0 
  0xb7fbbce4 in ?? () ___
 
 What Linux (assuming you're running Linux) distribution
 are you running?
 
 I have seen lots of this kind of problems before. We
 had lots of stability problems with GNUgk on Debian
 Woody. Once we moved to Sarge we had no problems at all,
 with uptime going from a couple of days to several
 months when we had no need for GNUgk anymore.
 
 --
 Andreas SikkemaRits tele.com
 Van Vollenhovenstraat 33016 BE Rotterdam
 t: +31 (0)10 2245544f: +31 (0)10 2245540
 ___
 Asterisk-Users mailing list
 [EMAIL PROTECTED]
 http://lists.digium.com/mailman/listinfo/asterisk-users
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] Strange Segmentation fault

2004-12-13 Thread Andreas Sikkema
[EMAIL PROTECTED] wrote:

 - dual xeon box (3.2Ghz)
 - 2Gb of memory
 - E7501 chipset motherboard.
 - U320 scsi disks
 - intel Gb ethernet device.
 - i only use sip for clients (no fxs in box)
 - TE405P for fxo (with 4 atran TA750).
 - ulaw is used as codec and echo cancellationo is enabled.
 
 but the core dump file has nothing to show with gdb.
 
 this is the output of gdb:
 
 Program terminated with signal 11, Segmentation fault. #0 
 0xb7fbbce4 in ?? () ___

What Linux (assuming you're running Linux) distribution 
are you running? 

I have seen lots of this kind of problems before. We 
had lots of stability problems with GNUgk on Debian 
Woody. Once we moved to Sarge we had no problems at all, 
with uptime going from a couple of days to several 
months when we had no need for GNUgk anymore.

-- 
Andreas SikkemaRits tele.com
Van Vollenhovenstraat 33016 BE Rotterdam
t: +31 (0)10 2245544f: +31 (0)10 2245540
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Strange Segmentation fault

2004-12-13 Thread Paradise Dove
I got another crash... the core dumped file shows that the 
crash has been occurred at the same point as the previous crash.

Program terminated with signal 11, Segmentation fault.
#0  0xb7fbbce4 in ?? ()
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Strange Segmentation fault

2004-12-13 Thread Paradise Dove
 I have seen lots of this kind of problems before. We
 had lots of stability problems with GNUgk on Debian
 Woody.

is there any relation between * and GNUgk? 

thanks

Paradise Dove
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Strange Segmentation fault

2004-12-13 Thread Paradise Dove
 Hmm without knowing anything else about your specific situation: A signal 11
 most often is caused by a hardware malfunction, for instance a rotten bit in
 your memory or something.Any chance you could do some heavy diagnostics on
 that machine ?

I've just seen a new update of my M.B. Bios,
does it (upgrading a bios) seem to fix the problem?

thanks,
Paradise Dove
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users