Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!usc!elroy.jpl.nasa.gov!decwrl!ucbvax!CS.UOREGON.EDU!lth From: lth@CS.UOREGON.EDU Newsgroups: gnu.g++.bug Subject: gnulib3 problem / g++ 1.36.1 Message-ID: <9001232307.AA00401@pragmatix.cs.uoregon.edu.cs.uoregon.edu> Date: 23 Jan 90 23:07:44 GMT Sender: daemon@ucbvax.BERKELEY.EDU Lines: 14 I have brought g++ 1.36.1 up on a Sun SPARCstation 1 using gcc 1.36. The compiler runs fine and appears to generate correct code. The code runs fine but dumps core in the gnulib3 procedure __do_cleanup() (i.e. after the user code has exited). I presume that it is trying to call posted atexit() procedures or something along those lines. The error generated is a Bus Error. The same gnulib is used for gcc. Question: Is this a known bug? Is there a fix? --lars