[99200] in RedHat Linux List
Re: Win98 Source Code!
daemon@ATHENA.MIT.EDU (Patrick Hays)
Thu Nov 12 20:32:15 1998
Date: Thu, 12 Nov 1998 20:31:44 -0500
From: pjh@cstone.net (Patrick Hays)
To: redhat-list@redhat.com
Resent-From: redhat-list@redhat.com
Reply-To: redhat-list@redhat.com
I think I've isolated the problem. The following code snippet provides
a clue (hint - it core dumps).
# include <assert.h>
struct {
short IQ;
} gates;
int main {int argc, char * argv[])
{
assert(gates.IQ != 0);
}
--
PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com http://archive.redhat.com
To unsubscribe: mail redhat-list-request@redhat.com with
"unsubscribe" as the Subject.