Date: Sat, 18 Apr 1998 10:05:51 -0700 From: Mike Smith <mike@smith.net.au> To: dmaddox@scsn.net Cc: emulation@FreeBSD.ORG Subject: Re: Linux 'cpp' coredumping on -current Message-ID: <199804181705.KAA05039@antipodes.cdrom.com> In-Reply-To: Your message of "Sat, 18 Apr 1998 13:01:46 -0000." <19980418130146.53016@scsn.net>
next in thread | previous in thread | raw e-mail | index | archive | help
> 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 An unimplemented system call, mremap() in particular. I presume you have updated some or all of the components of your cross-development system from those in the linux_devel kit? -- \\ Sometimes you're ahead, \\ Mike Smith \\ sometimes you're behind. \\ mike@smith.net.au \\ The race is long, and in the \\ msmith@freebsd.org \\ end it's only with yourself. \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199804181705.KAA05039>