Board index » delphi » 2 Automation objects + D5 = D5 crashes

2 Automation objects + D5 = D5 crashes

Hi,
I created an exe with to TAutoObjects (A and B),
I created the client , and If I create A and without releasing its reference
I create B,and I got the following message :
Assertion failure "ev-> structsize == sizeof(DbkLogEvent))"
in ..\win32src\logev.cpp at line 15
Continue execution?

The same project runs Ok in Delphi4.
If I run the client directly(not from the IDE of Delphi ) it runs OK.

Anybody had the same problem?
I think the problem is in the de{*word*81}, any  idea?

Thanks
Analia Urbano

 

Re:2 Automation objects + D5 = D5 crashes


Analia,
  Do you have COM Cross-process support enabled in the de{*word*81}  (Tools|De{*word*81}
Options|Distributed Debugging -- note this option in only available in Delphi
Enterprise )?  If so, does this problem persist if you disable this setting?  At
any rate, could you submit a bug report (via the bug submission page on our web
site) with a reproducable test case so that we can investigate?

Thanks,
Chris

Quote
Analia Urbano wrote:
> Hi,
> I created an exe with to TAutoObjects (A and B),
> I created the client , and If I create A and without releasing its reference
> I create B,and I got the following message :
> Assertion failure "ev-> structsize == sizeof(DbkLogEvent))"
> in ..\win32src\logev.cpp at line 15
> Continue execution?

> The same project runs Ok in Delphi4.
> If I run the client directly(not from the IDE of Delphi ) it runs OK.

> Anybody had the same problem?
> I think the problem is in the de{*word*81}, any  idea?

> Thanks
> Analia Urbano

Re:2 Automation objects + D5 = D5 crashes


Yes , the option is enabled.

Analia

Chris Hesik (Borland) <che...@borland.com> wrote in message
news:380DE821.2DEB6D97@borland.com...

Quote
> Analia,
>   Do you have COM Cross-process support enabled in the de{*word*81}
(Tools|De{*word*81}
> Options|Distributed Debugging -- note this option in only available in
Delphi
> Enterprise )?  If so, does this problem persist if you disable this
setting?  At
> any rate, could you submit a bug report (via the bug submission page on
our web
> site) with a reproducable test case so that we can investigate?

> Thanks,
> Chris

> Analia Urbano wrote:

> > Hi,
> > I created an exe with to TAutoObjects (A and B),
> > I created the client , and If I create A and without releasing its
reference
> > I create B,and I got the following message :
> > Assertion failure "ev-> structsize == sizeof(DbkLogEvent))"
> > in ..\win32src\logev.cpp at line 15
> > Continue execution?

> > The same project runs Ok in Delphi4.
> > If I run the client directly(not from the IDE of Delphi ) it runs OK.

> > Anybody had the same problem?
> > I think the problem is in the de{*word*81}, any  idea?

> > Thanks
> > Analia Urbano

Other Threads