OutOfMemoryException is release mode

  • Thread starter Thread starter akash
  • Start date Start date
A

akash

I have a windows forms app that does a lot of number crunching. In
certain calculations I get an OutOfMemoryException, even though the
Windows XP performance monitor reports 1GB of physical memory available
(2GB total). There is no stack trace available, so I can't pinpoint
where the problem is occurring.

However, if I try debugging the app through Visual Studio, I do not get
the out of memory problem! Does anyone have any idea why I'm seeing the
different results in debug/release mode? Any idea what I can try to do
to pinpoint the source of the problem?

Thanks
Akash
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top