Skip site navigation (1)Skip section navigation (2)
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
Message-ID:  <19980418130146.53016@scsn.net>

next 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
  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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980418130146.53016>