Re: RELENG_6_1 unstable also ...

2006-06-25 Thread Peter Jeremy
On Sun, 2006-Jun-25 00:20:41 -0300, Marc G. Fournier wrote:
cvsup'd both RELENG_6 and RELENG_6_1 ... both cause the server to crash 
... in fact, barely get into a buildworld with RELENG_6_1 and get:

internal:0: internal compiler error: Abort trap: 6

This tends to indicate a hardware problem.  Check the usual suspects.

but, just finished a clean buildworld with RELENG_6_1 sources on a 6.1-RC1 
kernel installed from CD, and not a hiccup ...

That doesn't rule out hardware.  A slight change in the data or code
layout can cause a pattern-sensitive fault vanish or critical data to
miss a marginal DRAM cell.

-- 
Peter Jeremy


pgpQweltzDuE4.pgp
Description: PGP signature


RELENG_6_1 unstable also ...

2006-06-24 Thread Marc G. Fournier


'k, here's what I have so far:

cvsup'd both RELENG_6 and RELENG_6_1 ... both cause the server to crash 
... in fact, barely get into a buildworld with RELENG_6_1 and get:


internal:0: internal compiler error: Abort trap: 6
Please submit a full bug report,
with preprocessed source if appropriate.
See URL:http://gcc.gnu.org/bugs.html for instructions.
mkdep: compile failed
*** Error code 1

Stop in /usr/src/gnu/usr.bin/gperf.
*** Error code 1

Stop in /usr/src.
*** Error code 1


but, just finished a clean buildworld with RELENG_6_1 sources on a 6.1-RC1 
kernel installed from CD, and not a hiccup ...


Now, this time, it actually gave me a crash dump to look at, if that helps 
any?



Marc G. Fournier   Hub.Org Networking Services (http://www.hub.org)
Email . [EMAIL PROTECTED]  MSN . [EMAIL PROTECTED]
Yahoo . yscrappy   Skype: hub.orgICQ . 7615664
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: RELENG_6_1 unstable also ...

2006-06-24 Thread Marc G. Fournier


As an appendum, the kernel that so far *appears* to work properly (about 
to re-start yet another buildworld on it) is from an April CD I burnt:


FreeBSD jupiter.hub.org 6.1-RC1 FreeBSD 6.1-RC1 #0: Mon Apr 10 17:03:22 UTC 
2006 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/SMP  i386

My kernel config looks like:


machine i386
cpu I686_CPU
ident   kernel

makeoptions DEBUG=-g# Build kernel with gdb(1) debug symbols

options SMP

options SCHED_4BSD  # 4BSD scheduler
options PREEMPTION  # Enable kernel thread preemption
options INET# InterNETworking
options FFS # Berkeley Fast Filesystem
options SOFTUPDATES # Enable FFS soft updates support
options UFS_ACL # Support for access control lists
options UFS_DIRHASH # Improve performance on big directories
options NFSCLIENT   # Network Filesystem Client
options NFSSERVER   # Network Filesystem Server

options PROCFS  # Process filesystem (requires PSEUDOFS)
options PSEUDOFS# Pseudo-filesystem framework
options COMPAT_43   # Compatible with BSD 4.3 [KEEP THIS!]
options COMPAT_FREEBSD5 # Compatible with FreeBSD5
options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
options KTRACE  # ktrace(1) support

options SYSVSHM
options SHMMAXPGS=199608
options SHMMAX=(SHMMAXPGS*PAGE_SIZE+1)

options SYSVSEM
options SEMMNI=4096
options SEMMNS=8192

options SYSVMSG # SYSV-style message queues

options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time 
extensions
options KBD_INSTALL_CDEV# install a CDEV entry in /dev

options ADAPTIVE_GIANT  # Giant mutex is adaptive.

device  apic# I/O APIC
device  pci

device  scbus   # SCSI bus (required for SCSI)
device  da  # Direct Access (disks)
device  pass# Passthrough device (direct SCSI access)
device  ses # SCSI Environmental Services (and SAF-TE)

device  iir # Intel Integrated RAID

device  atkbdc  # AT keyboard controller
device  atkbd   # AT keyboard
device  psm # PS/2 mouse

device  kbdmux  # keyboard multiplexer

device  vga # VGA video card driver

device  splash  # Splash screen and screen saver support

device  sc

device  agp # support several AGP chipsets
device  miibus  # MII bus support
device  fxp # Intel EtherExpress PRO/100B (82557, 82558)

device  loop# Network loopback
device  random  # Entropy device
device  ether   # Ethernet support
device  pty # Pseudo-ttys (telnet etc)

device  bpf # Berkeley packet filter

options INCLUDE_CONFIG_FILE




On Sun, 25 Jun 2006, Marc G. Fournier wrote:



'k, here's what I have so far:

cvsup'd both RELENG_6 and RELENG_6_1 ... both cause the server to crash ... 
in fact, barely get into a buildworld with RELENG_6_1 and get:


internal:0: internal compiler error: Abort trap: 6
Please submit a full bug report,
with preprocessed source if appropriate.
See URL:http://gcc.gnu.org/bugs.html for instructions.
mkdep: compile failed
*** Error code 1

Stop in /usr/src/gnu/usr.bin/gperf.
*** Error code 1

Stop in /usr/src.
*** Error code 1


but, just finished a clean buildworld with RELENG_6_1 sources on a 6.1-RC1 
kernel installed from CD, and not a hiccup ...


Now, this time, it actually gave me a crash dump to look at, if that helps 
any?



Marc G. Fournier   Hub.Org Networking Services (http://www.hub.org)
Email . [EMAIL PROTECTED]  MSN . [EMAIL PROTECTED]
Yahoo . yscrappy   Skype: hub.orgICQ . 7615664




Marc G. Fournier   Hub.Org Networking Services (http://www.hub.org)
Email . [EMAIL PROTECTED]  MSN . [EMAIL PROTECTED]
Yahoo . yscrappy   Skype: hub.orgICQ . 7615664
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: RELENG_6_1 unstable also ...

2006-06-24 Thread Marc G. Fournier


make -j3 buildworld just completed on the April 10th kernel, something 
that I could not get to complete on either the RELENG_6_1 or RELENG_6 
kernels ...


Am running it a second time right now ...

On Sun, 25 Jun 2006, Marc G. Fournier wrote:



As an appendum, the kernel that so far *appears* to work properly (about to 
re-start yet another buildworld on it) is from an April CD I burnt:


FreeBSD jupiter.hub.org 6.1-RC1 FreeBSD 6.1-RC1 #0: Mon Apr 10 17:03:22 UTC 
2006 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/SMP  i386


My kernel config looks like:


machine i386
cpu I686_CPU
ident   kernel

makeoptions DEBUG=-g# Build kernel with gdb(1) debug 
symbols


options SMP

options SCHED_4BSD  # 4BSD scheduler
options PREEMPTION  # Enable kernel thread preemption
options INET# InterNETworking
options FFS # Berkeley Fast Filesystem
options SOFTUPDATES # Enable FFS soft updates support
options UFS_ACL # Support for access control lists
options UFS_DIRHASH # Improve performance on big 
directories

options NFSCLIENT   # Network Filesystem Client
options NFSSERVER   # Network Filesystem Server

options PROCFS  # Process filesystem (requires 
PSEUDOFS)

options PSEUDOFS# Pseudo-filesystem framework
options COMPAT_43   # Compatible with BSD 4.3 [KEEP 
THIS!]

options COMPAT_FREEBSD5 # Compatible with FreeBSD5
options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
options KTRACE  # ktrace(1) support

options SYSVSHM
options SHMMAXPGS=199608
options SHMMAX=(SHMMAXPGS*PAGE_SIZE+1)

options SYSVSEM
options SEMMNI=4096
options SEMMNS=8192

options SYSVMSG # SYSV-style message queues

options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time 
extensions

options KBD_INSTALL_CDEV# install a CDEV entry in /dev

options ADAPTIVE_GIANT  # Giant mutex is adaptive.

device  apic# I/O APIC
device  pci

device  scbus   # SCSI bus (required for SCSI)
device  da  # Direct Access (disks)
device  pass# Passthrough device (direct SCSI access)
device  ses # SCSI Environmental Services (and SAF-TE)

device  iir # Intel Integrated RAID

device  atkbdc  # AT keyboard controller
device  atkbd   # AT keyboard
device  psm # PS/2 mouse

device  kbdmux  # keyboard multiplexer

device  vga # VGA video card driver

device  splash  # Splash screen and screen saver support

device  sc

device  agp # support several AGP chipsets
device  miibus  # MII bus support
device  fxp # Intel EtherExpress PRO/100B (82557, 82558)

device  loop# Network loopback
device  random  # Entropy device
device  ether   # Ethernet support
device  pty # Pseudo-ttys (telnet etc)

device  bpf # Berkeley packet filter

options INCLUDE_CONFIG_FILE




On Sun, 25 Jun 2006, Marc G. Fournier wrote:



'k, here's what I have so far:

cvsup'd both RELENG_6 and RELENG_6_1 ... both cause the server to crash ... 
in fact, barely get into a buildworld with RELENG_6_1 and get:


internal:0: internal compiler error: Abort trap: 6
Please submit a full bug report,
with preprocessed source if appropriate.
See URL:http://gcc.gnu.org/bugs.html for instructions.
mkdep: compile failed
*** Error code 1

Stop in /usr/src/gnu/usr.bin/gperf.
*** Error code 1

Stop in /usr/src.
*** Error code 1


but, just finished a clean buildworld with RELENG_6_1 sources on a 6.1-RC1 
kernel installed from CD, and not a hiccup ...


Now, this time, it actually gave me a crash dump to look at, if that helps 
any?



Marc G. Fournier   Hub.Org Networking Services (http://www.hub.org)
Email . [EMAIL PROTECTED]  MSN . [EMAIL PROTECTED]
Yahoo . yscrappy   Skype: hub.orgICQ . 7615664




Marc G. Fournier   Hub.Org Networking Services (http://www.hub.org)
Email . [EMAIL PROTECTED]  MSN . [EMAIL PROTECTED]
Yahoo . yscrappy   Skype: hub.orgICQ . 7615664
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]




Marc G. Fournier   Hub.Org Networking Services 

panic: vm_page_insert: page already inserted (Was: Re: RELENG_6_1 unstable also ... )

2006-06-24 Thread Marc G. Fournier


Attached is a simple trace using kgdb on the dump created by the crash ... 
let me know if there is more that I can provide ...

y
On Sun, 25 Jun 2006, Marc G. Fournier wrote:



'k, here's what I have so far:

cvsup'd both RELENG_6 and RELENG_6_1 ... both cause the server to crash ... 
in fact, barely get into a buildworld with RELENG_6_1 and get:


internal:0: internal compiler error: Abort trap: 6
Please submit a full bug report,
with preprocessed source if appropriate.
See URL:http://gcc.gnu.org/bugs.html for instructions.
mkdep: compile failed
*** Error code 1

Stop in /usr/src/gnu/usr.bin/gperf.
*** Error code 1

Stop in /usr/src.
*** Error code 1


but, just finished a clean buildworld with RELENG_6_1 sources on a 6.1-RC1 
kernel installed from CD, and not a hiccup ...


Now, this time, it actually gave me a crash dump to look at, if that helps 
any?



Marc G. Fournier   Hub.Org Networking Services (http://www.hub.org)
Email . [EMAIL PROTECTED]  MSN . [EMAIL PROTECTED]
Yahoo . yscrappy   Skype: hub.orgICQ . 7615664
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]




Marc G. Fournier   Hub.Org Networking Services (http://www.hub.org)
Email . [EMAIL PROTECTED]  MSN . [EMAIL PROTECTED]
Yahoo . yscrappy   Skype: hub.orgICQ . 7615664

dump.0
Description: Binary data
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]