From owner-freebsd-emulation Sat Apr 18 10:01:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA18986 for freebsd-emulation-outgoing; Sat, 18 Apr 1998 10:01:57 -0700 (PDT) (envelope-from owner-freebsd-emulation@FreeBSD.ORG) Received: from mail.scsn.net (scsn.net [206.25.246.12]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA18918 for ; Sat, 18 Apr 1998 17:01:41 GMT (envelope-from dmaddox@scsn.net) Received: from rhiannon.scsn.net ([208.133.153.1]) by mail.scsn.net (Post.Office MTA v3.1.2 release (PO205-101c) ID# 0-41950U6000L1100S0) with ESMTP id AAA192 for ; Sat, 18 Apr 1998 12:57:30 -0400 Received: (from root@localhost) by rhiannon.scsn.net (8.8.8/8.8.8) id NAA04337; Sat, 18 Apr 1998 13:01:46 GMT (envelope-from root) Message-ID: <19980418130146.53016@scsn.net> Date: Sat, 18 Apr 1998 13:01:46 +0000 From: dmaddox@scsn.net (Donald J. Maddox) To: emulation@FreeBSD.ORG Subject: Linux 'cpp' coredumping on -current Reply-To: dmaddox@scsn.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89i Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I can't seem to get any Linux apps compiled on my -current (actually about a week old) system... The Linux cpp is consistently dumping core. I completely reinstalled the linux_lib and linux_devel ports (even deleted and re-fetched the distfiles), but the problem persists. This is an excerpt from a ktrace (dumped with linux_kdump): ); extern void XRemoveConnectionWatch( #if NeedFunctionPrototypes Display* /* dpy */, XConnectionWatchProc /* callback */, XPointer /* client_data */ #endif ); _XFUNCPROTOEND #endif /* _XLIB_H_ */ " 4309 cpp RET read 108626/0x1a852 4309 cpp CALL close(0x4) 4309 cpp RET close 0 4309 cpp CALL #163 <<<--- What is this??? 4309 cpp PSIG SIGSYS SIG_DFL 4309 cpp NAMI "cpp.core" 4308 gcc RET linux_wait4 4309/0x10d5 4308 gcc CALL write(0x2,0xefbfc770,0x4) 4308 gcc GIO fd 2 wrote 4 bytes "cc: " 4308 gcc RET write 4 4308 gcc CALL write(0x2,0xefbfc778,0x37) 4308 gcc GIO fd 2 wrote 55 bytes "Internal compiler error: program cpp got fatal signal 0" 4308 gcc RET write 55/0x37 4308 gcc CALL write(0x2,0xefbfc75c,0x1) 4308 gcc GIO fd 2 wrote 1 byte ---------------------------------------------------------------- The whole ktrace.out is available on request if anyone is interested... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message