From: rand@world.std.com (Randolph G Brown) Subject: Re: [BUG? C++ lib]: C++ problem. (core dumps!) Date: Thu, 1 Jul 1993 03:50:52 GMT
In article <C9FonM.H9y@world.std.com> rand@world.std.com (Randolph G Brown) writes:
>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++.
Never mind. :-)
I had a constant bug in these programs of using a deleted pointer, and
it was a linked list so in my destructor i should have been trying to
free memory all over the place in my destructor. Why does the signal
come to this odd place and not where i was trying to delete bizzare
locations?
-Randy