 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Uffe Kousgaard Guest
|
Posted: Sat Mar 11, 2006 8:03 pm Post subject: using FastMM |
|
|
I have an application, which generates random errors (seems very random to
me anyway) and have now tried these 3 setups:
D7, standard MM: Errors
D7, FastMM 4.62, FullDebugMode Off, outside of IDE: Errors
D7, FastMM 4.62, FullDebugMode On, inside IDE: No Errors
The application unzips a lot of gzipped files to a stream, processes the
content (XML) and writes some new stuff to other files. The error is always
from malformed XML (missing end-tag etc.). The error may not show up until
file no 300 out of 400 or so. It is often the same file, but not always the
same error. The file itself is of course OK.
Unzipping is done with Abbrevia and XML parsing by NativeXML.
What more can I do to locate the error? I have only changed the
FullDebugMode option in FastMM - all other settings are left as default.
Regards
Uffe |
|
| Back to top |
|
 |
Pierre le Riche Guest
|
Posted: Sun Mar 12, 2006 9:03 am Post subject: Re: using FastMM |
|
|
Hi Uffe,
| Quote: | content (XML) and writes some new stuff to other files. The error is
always
from malformed XML (missing end-tag etc.). The error may not show up until
|
If the error that you're seeing is not an actual memory manager error, even
in FullDebugMode, then unfortunately I don't think I'll be able to help you.
My gut tells me you should look elsewhere for the problem, I just don't know
where .
Regards,
Pierre |
|
| Back to top |
|
 |
Ricardona Guest
|
Posted: Mon Mar 13, 2006 2:03 pm Post subject: Re: using FastMM |
|
|
| Quote: | What more can I do to locate the error? I have only changed the
FullDebugMode option in FastMM - all other settings are left as default.
|
Use MadExcept http://madshi.net/ to locate the error
Regards
Ricardo Cardona |
|
| Back to top |
|
 |
Uffe Kousgaard Guest
|
Posted: Mon Mar 13, 2006 8:03 pm Post subject: Re: using FastMM |
|
|
"Ricardona" <rcardona_fix_ (AT) no____ (DOT) open.com.co> wrote in message
news:44157857$1 (AT) newsgroups (DOT) borland.com...
| Quote: | What more can I do to locate the error? I have only changed the
FullDebugMode option in FastMM - all other settings are left as default.
Use MadExcept http://madshi.net/ to locate the error
|
The error shows up when the stream contains invalid XML. But how did it get
there? MaxExcept can't help with that.
I ended up changing the application from using streams to a temporary file
and now the problem seems gone. FastMM also made the application 35% faster
!
Regards
Uffe |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|