Fun with cc

John juancho buchanan buchanan at cs.ubc.ca
Thu Feb 28 06:46:23 AEST 1991


One of our students found this little gem, which I though would be of
interest to the compiler group.

groucho [45] ~ % rlogin gummo
IRIX System V Release 3.3.2 gummo.cs.ubc.ca
Copyright (c) 1988,1989,1990 Silicon Graphics, Inc.
All Rights Reserved.
gummo [41] ~ % cat crash.c
#include <gl/gl.h>

void main()
{
   bgnline();
   v2f( 0.0, 0.0 );
   endline();
}
gummo [42] ~ % cc -c crash.c
Fatal error in: /usr/lib/ugen - core dumped
 Signal 133 gummo [43] ~ % 
gummo [43] ~ % file `which cc`
/usr/bin/cc:    mipseb demand paged stripped - version 2.0
gummo [44] ~ % 



More information about the Comp.sys.sgi mailing list