View Issue Details

IDProjectCategoryView StatusLast Update
0005394JEDI VCL00 JVCL Componentspublic2012-02-29 16:53
ReporterrcbeukerAssigned Toobones 
PrioritynormalSeveritycrashReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.40 
Target VersionFixed in Version3.45 
Summary0005394: JvDockSupportControl crashes at shutdown with Delphi/C++Builder XE
DescriptionJvDockSupportControl contains a rather ugly workaround for a crash at shutdown (line 2960);

{$ifdef VER210}
  if (csDestroying in Self.ComponentState) then exit; // rather ugly workaround for Delphi2010 crash at shutdown.
{$endif}

Using Delphi/C++Builder XE the component crashes again...

The ugly bus should be fixed or an extra define is needed;

{$ifdef VER220}
  if (csDestroying in Self.ComponentState) then exit;
{$endif}
TagsNo tags attached.

Activities

obones

2010-11-09 14:26

administrator   ~0018042

Thank you, this is fixed in SVN

Issue History

Date Modified Username Field Change
2010-11-08 16:09 rcbeuker New Issue
2010-11-09 14:26 obones Note Added: 0018042
2010-11-09 14:26 obones Status new => resolved
2010-11-09 14:26 obones Fixed in Version => Daily / SVN
2010-11-09 14:26 obones Resolution open => fixed
2010-11-09 14:26 obones Assigned To => obones
2012-02-29 16:53 obones Fixed in Version Daily / SVN => 3.45