From: rand@world.std.com (Randolph G Brown) Subject: Re: [BUG? C++ lib]: C++ problem. (core dumps!) Date: Wed, 30 Jun 1993 12:14:09 GMT
In article <1993Jun30.064720.18430@mnemosyne.cs.du.edu> dminer@nyx.cs.du.edu (Dan Miner) writes:
>Program received signal 11, Segmentation fault
>0x60022b24 in ios::sync_with_stdio (Cannot access memory at address 0xdde85008.
I've had this same error come at me on numerous toy programs I've
tried to write in C++. It seems that any program I write with a fair
amount of output with some class with a non-trivial destructor comes
out with this problem. I haven't posted anything so far, because I
haven't had the time to isolate the problem. The programs all dump
core as the global classes are destroyed.
-Randy