From: Joakim V. <jo...@ve...> - 2004-04-01 09:17:29
|
Valgrind rules! There is supposed to be some gui for it now, aleyoop. Have you tested it? /Joakim Patrick Earl wrote: >I fixed and commited a memory bug that was in engine/Project.cpp. It >may have been causing the wierd crash. > >The following line is there: > if(mRecInfo) delete mRecInfo; > >However, there was no mRecInfo=0 in the constructor. It was deleting >a garbage pointer, which can no doubt lead to all sorts of craziness. > >This memory fix brought to you by our friendly neighbourhood valgrind. > > Patrick > >On Thursday 01 April 2004 00:34, Joakim Verona wrote: > > >>Patrick Earl wrote: >> >> >>>I don't think that had anything to do with the problem. If it >>>were me, I'd try and reproduce the problem and do some valgrind >>>work on it. >>> >>> >>Well, the problem is gone now, so we'll see how it turns out. >> >> > > > >------------------------------------------------------- >This SF.Net email is sponsored by: IBM Linux Tutorials >Free Linux tutorial presented by Daniel Robbins, President and CEO of >GenToo technologies. Learn everything from fundamentals to system >administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click >_______________________________________________ >jazzplusplus-devel mailing list >jaz...@li... >https://lists.sourceforge.net/lists/listinfo/jazzplusplus-devel > > |