| View previous topic :: View next topic |
| Author |
Message |
Bart van der Werf Guest
|
Posted: Wed Apr 11, 2007 3:11 pm Post subject: FastMM + DEP + COM+ |
|
|
I'm seeing sporadic crashes and dep violations on shutdown of com+ objects
when i'm using fastmm with the fulldebugmode.dll
is this to be expected/worked around ? |
|
| Back to top |
|
 |
Pierre le Riche Guest
|
Posted: Wed Apr 11, 2007 7:36 pm Post subject: Re: FastMM + DEP + COM+ |
|
|
Hi Bart,
| Quote: | I'm seeing sporadic crashes and dep violations on shutdown of com+ objects
when i'm using fastmm with the fulldebugmode.dll
|
I doubt FastMM is to blame here, since COM memory allocation is usually done
through the Windows heap.
Do you get the same errors when using other memory managers?
Regards,
Pierre |
|
| Back to top |
|
 |
Bart van der Werf Guest
|
Posted: Thu Apr 12, 2007 6:36 pm Post subject: Re: FastMM + DEP + COM+ |
|
|
"Pierre le Riche" <pleriche (AT) hotmail (DOT) com> wrote in message
news:461cf26c (AT) newsgroups (DOT) borland.com...
| Quote: | Hi Bart,
I'm seeing sporadic crashes and dep violations on shutdown of com+
objects when i'm using fastmm with the fulldebugmode.dll
I doubt FastMM is to blame here, since COM memory allocation is usually
done through the Windows heap.
|
the com+ objects are written in delphi.
| Quote: | Do you get the same errors when using other memory managers?
|
I can't seem to get a reliable reproduction so i can't reliably show this
yet. |
|
| Back to top |
|
 |
Robert Marquardt Guest
|
Posted: Fri Apr 13, 2007 6:40 pm Post subject: Re: FastMM + DEP + COM+ |
|
|
Bart van der Werf wrote:
| Quote: | I'm seeing sporadic crashes and dep violations on shutdown of com+ objects
when i'm using fastmm with the fulldebugmode.dll
|
It could be fastmm exposing a bug in your COM+ object. |
|
| Back to top |
|
 |
|