Re: Unhandled exception
From: Noël Danjou (noel_at_noeld.com)
Date: 05/06/04
- Next message: Yasoo: "Re: Some Virtual Keycodes aren't found"
- Previous message: Joseph M. Newcomer: "Re: Associating edit contols with radio buttons"
- In reply to: Steve Horne: "Re: Unhandled exception"
- Next in thread: Steve Horne: "Re: Unhandled exception"
- Reply: Steve Horne: "Re: Unhandled exception"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 6 May 2004 19:04:30 +0200
Hello Steve,
Thanks for your information.
I ran Perfmon a few times and the results are about always the same. Here is
an example (in DEBUG mode):
The debug executable file size is 4816896 bytes.
A few seconds after the application is launched:
Last: 5525504
Average: 4848968
Minimum: 3899392
Maximum: 5779456
Duration: 1:40
After a few minutes the application is almost idle:
Last: 5517312
Average: 5517312
Minimum: 5517312
Maximum: 5517312
Duration: 1:40
I am not sure if that tells how much space in the heap is used.
I still did not experience the unhandled exception since I posted the
message though.
Currently in the linker options, the heap and stack sizes are like this
(default?):
Heap Reserve Size: 0
Heap Commit Size: 0
Stack Reserve Size: 0
Stack Commit Size: 0
I already had some stack checking options enabled:
/GS - Buffer Security Check
/RTC1 = /RTCsu - Stack Frames & Uninitialized Variables
I could not locate /Gs so I added it in the Additional Options. I recompiled
the whole code and will run some test with it.
I enabled full dump in DrWatson.
Thanks for all your information.
Noël
- Next message: Yasoo: "Re: Some Virtual Keycodes aren't found"
- Previous message: Joseph M. Newcomer: "Re: Associating edit contols with radio buttons"
- In reply to: Steve Horne: "Re: Unhandled exception"
- Next in thread: Steve Horne: "Re: Unhandled exception"
- Reply: Steve Horne: "Re: Unhandled exception"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|