X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Message-ID: X-Originating-IP: [65.95.197.252] X-Originating-Email: [april_white AT sympatico DOT ca] Message-ID: <42F51AC4.8080902@sympatico.ca> Date: Sat, 06 Aug 2005 16:17:08 -0400 From: April White User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: djgpp Subject: an old newbie question Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 06 Aug 2005 20:17:08.0148 (UTC) FILETIME=[D1F14F40:01C59AC3] Reply-To: djgpp AT delorie DOT com I've been away from djgpp for quite a while, but I've downloaded and installed: djdev203.zip bnu2161b.zip gcc401b.zip gpp401b.zip mak3791b.zip I know my program has some memory leak or invalid memory access somewhere. I'm trying to use symify to show me the callstack. My makefile shows this output: gxx -g -DDEBUG -O3 -Wall -I"c:/projects/gnu/lib" -c t.cxx -o t.o gxx -g -DDEBUG -O3 -Wall -I"c:/projects/gnu/lib" -c others.cxx -o others.o gxx -L"c:/projects/gnu/lib" -g -DDEBUG -o t.exe t.o others.o -ldeltad And when I run t.exe, it crashes - I was expecting this, but running symify t.exe does not alter the screen like my earlier version did - sorry, it's been so long, I forget. If I run sympfiy -o ttt t.exe the file ttt merely contains a couple of K of null chars. Newbie on the loose. April -- I feel like I'm diagonally parked in a parallel universe.