From: "Mark E." To: djgpp-workers AT delorie DOT com Date: Fri, 18 May 2001 16:51:47 -0400 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: realloc enhancement Message-ID: <3B055323.29202.B9BDBB@localhost> In-reply-to: <8296-Fri18May2001231908+0300-eliz@is.elta.co.il> References: <3B052BF0 DOT 28905 DOT 20987D AT localhost> (snowball3 AT bigfoot DOT com) X-mailer: Pegasus Mail for Win32 (v3.12c) Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > I'm not sure I understand: what program is it that crashes? Does it > do something special? > > I don't think we have any known problems with profiling. Nope. I can make it happen with the simplest program with libc cvs and gcc 2.95.3. main.c: #include int main() { exit (0); } gcc -pg -o main.exe main.c > main.exe A dialog box comes up saying, "The program has performed an illegal exception and will be terminated." Pressing the "details" button shows the following message: The program encountered an invalid page exception. Fault location: 0028:C023FF8B Faulting component: VMM(0E) + 00000F8B Interrupts in service: none