tlw1985 / cnpack

Automatically exported from code.google.com/p/cnpack
0 stars 0 forks source link

Delphi 2010 IDE hangs after startup #22

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. install CnPack
2. Start Delphi
3. Select a project in Welcom screen
4. Wait forever...

I made a debug build using the sources (so I could make a .map file) and used 
the "process stack viewer" of  AsmProfiler 
(http://code.google.com/p/asmprofiler/wiki/ProcessStackViewer) to get the stack 
of the main thread:
=======================================================
[7697CD81]{USER32.dll  } SendMessageW + $4C
[0AAE0473]{CnWizards_D14.dll} CnInputHelper.TCnInputListBox.SetCount + $2F
[0AAE2E20]{CnWizards_D14.dll} CnInputHelper.TCnInputHelper.ClearList + $30
[0AAE2DAF]{CnWizards_D14.dll} CnInputHelper.TCnInputHelper.HideAndClearList + 
$17
[0AAE18E0]{CnWizards_D14.dll} CnInputHelper.TCnInputHelper.ActiveControlChanged 
+ $20
[0A949BF8]{CnWizards_D14.dll} 
CnWizNotifier.TCnWizNotifierServices.DoActiveControlChange + $80
[0A949B35]{CnWizards_D14.dll} 
CnWizNotifier.TCnWizNotifierServices.CheckActiveControl + $21
[0A94A158]{CnWizards_D14.dll} 
CnWizNotifier.TCnWizNotifierServices.DoApplicationMessage + $30
[50306F6C]{vcl140.bpl  } AppEvnts.TCustomApplicationEvents.DoMessage (Line 245, 
"AppEvnts.pas") + $0
[09E07BBA]{IDEFixPack.dll}  + $0
[004369B3]{bds.exe     } bds.bds (Line 200, "") + $10000
[753D3677]{kernel32.dll} BaseThreadInitThunk + $12
[77259D42]{ntdll.dll   } Unknown function at RtlInitializeExceptionChain + $63
[77259D15]{ntdll.dll   } Unknown function at RtlInitializeExceptionChain + $36

Original issue reported on code.google.com by andre.mussche on 19 Oct 2010 at 2:12