'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 . scrappy@hub.org MSN . scrappy@hub.org Yahoo . yscrappy Skype: hub.org ICQ . 7615664
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 root@opus.cse.buffalo.edu:/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 . scrappy@hub.org MSN . scrappy@hub.org > Yahoo . yscrappy Skype: hub.org ICQ . 7615664 >---- Marc G. Fournier Hub.Org Networking Services (http://www.hub.org) Email . scrappy@hub.org MSN . scrappy@hub.org Yahoo . yscrappy Skype: hub.org ICQ . 7615664
Marc G. Fournier
2006-Jun-25 04:30 UTC
panic: vm_page_insert: page already inserted (Was: Re: RELENG_6_1 unstable also ... )
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 . scrappy@hub.org MSN . scrappy@hub.org > Yahoo . yscrappy Skype: hub.org ICQ . 7615664 > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" >---- Marc G. Fournier Hub.Org Networking Services (http://www.hub.org) Email . scrappy@hub.org MSN . scrappy@hub.org Yahoo . yscrappy Skype: hub.org ICQ . 7615664 -------------- next part -------------- A non-text attachment was scrubbed... Name: dump.0 Type: application/octet-stream Size: 4703 bytes Desc: Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20060625/0eafbcc7/dump.obj
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: 6This 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 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 187 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20060625/2943caf2/attachment.pgp