X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Message-ID: <002001c184b8$ed27ec30$1400a8c0@alex> From: "Alex Oleynikov" To: Subject: Profiling application Date: Fri, 14 Dec 2001 11:03:53 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Reply-To: djgpp AT delorie DOT com Hi, everybody! I am trying to profile my application (compiled with DJGPP v.2.03, gcc v.2.95.3, binutils v.2.10). I have compiled it with -pg and -a switches and ran. It produces a file bb.out (BTW, DJGPP FAQ talks about gmon.out, do I have to rename it afterwards?) with some statistics. Now, every time I try to run my profiler (gprof app.exe bb.out) it exits with a message: "d:/djgpp/bin/gprof.exe: Cannot allocate 1087817412 bytes" How do I get around this? Any help would be highly appreciated. Thanks, Alex