From owner-freebsd-hackers Thu Jun 25 16:27:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA21751 for freebsd-hackers-outgoing; Thu, 25 Jun 1998 16:27:25 -0700 (PDT) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from mail.camalott.com (root@mail.camalott.com [208.203.140.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA21656 for ; Thu, 25 Jun 1998 16:26:45 -0700 (PDT) (envelope-from joelh@gnu.org) Received: from detlev.UUCP (tex-49.camalott.com [208.229.74.49] (may be forged)) by mail.camalott.com (8.8.7/8.8.5) with ESMTP id SAA06758; Thu, 25 Jun 1998 18:26:14 -0500 Received: (from joelh@localhost) by detlev.UUCP (8.8.8/8.8.8) id SAA07983; Thu, 25 Jun 1998 18:26:22 -0500 (CDT) (envelope-from joelh) Date: Thu, 25 Jun 1998 18:26:22 -0500 (CDT) Message-Id: <199806252326.SAA07983@detlev.UUCP> To: J.Hogeveen@twiddle.com CC: freebsd-hackers@FreeBSD.ORG In-reply-to: (message from Jeroen Hogeveen on Thu, 25 Jun 1998 21:51:05 +0200 (CEST)) Subject: Re: Signal-11 From: Joel Ray Holveck Reply-to: joelh@gnu.org References: Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > hi, just one quick question. sorry to ask it here, but response on > -questions is 0,0. > Has anyone had experiences regarding sig11's like these? > .map\" -O -pipe -I/usr/local/include log-server.c > gcc: Internal compiler error: program as got fatal signal 11 > *** Error code 1 > Sig-11 indicates a SIGSEV - segmentation violation as far as I know. > Does this mean my memory (configuration) is bad or that my CPU is > overheated? Check for reproducability. If it's easily reproducable, then it is probably a bug in gcc. These frequently will apply only to particular sequences of C statements. I would suggest finding which function the failure occours in (by using #if 0 / #endif to generate a binary search), then narrow it to a small bit of code. That code may be rewritten to avoid the bug. If you are using gcc 2.8.1, then it would be nice to send in a bug report to bug-gcc@gnu.org with the snippet of code. Happy hacking, joelh -- Joel Ray Holveck - joelh@gnu.org - http://www.wp.com/piquan Fourth law of programming: Anything that can go wrong wi sendmail: segmentation violation - core dumped To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message