User forums > Help

CodeBlocks cash when "Find declaration " on some symbol

(1/5) > >>

nanyu:
windows 7
cb night build svn 6931
my project have a cpp file named "data_space_helper.cpp/.h"
after open this cpp file do nothing 3~4 sec, the c::b crash.
OR, do the  "Find declaration of FlowRuntimeContext",c::b crash.

do the same operator with other cpp files, OR, "Find declaration of XXX " (XXX isnot "FlowRuntimeContext"), everything ok, the c::b didn't crash.
---------
codeblocks.RPT is :

--- Code: ----------------------

Error occured on Sunday, January 23, 2011 at 01:15:45.

E:\CodeBlocks\codeblocks.exe caused an Access Violation at location 6d8e20f5 in module E:\CodeBlocks\share\codeblocks\plugins\debugger.dll Reading from location fffffff8.

Registers:
eax=fffffff4 ebx=00000000 ecx=00000001 edx=00000000 esi=000006a9 edi=0211ee00
eip=6d8e20f5 esp=0022f3b8 ebp=0022f3bc iopl=0         nv up ei ng nz ac pe cy
cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00010293

Call stack:
6D8E20F5  E:\CodeBlocks\share\codeblocks\plugins\debugger.dll:6D8E20F5  _ZN8cbPlugin9OnReleaseEb
6D8E20DD  E:\CodeBlocks\share\codeblocks\plugins\debugger.dll:6D8E20DD  _ZN8cbPlugin9OnReleaseEb
6D8E2CF5  E:\CodeBlocks\share\codeblocks\plugins\debugger.dll:6D8E2CF5  _ZNK8cbPlugin9CanDetachEv
6D8D880D  E:\CodeBlocks\share\codeblocks\plugins\debugger.dll:6D8D880D  _ZN14cbWizardPlugin9BuildMenuEP9wxMenuBar
6D8B5EF6  E:\CodeBlocks\share\codeblocks\plugins\debugger.dll:6D8B5EF6
6D898C2E  E:\CodeBlocks\share\codeblocks\plugins\debugger.dll:6D898C2E
6D89BA42  E:\CodeBlocks\share\codeblocks\plugins\debugger.dll:6D89BA42
6CCC3C28  E:\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCC3C28  _ZN12wxEvtHandler21ProcessEventIfMatchesERK21wxEventTableEntryBasePS_R7wxEvent
6CCC3D61  E:\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCC3D61  _ZN16wxEventHashTable11HandleEventER7wxEventP12wxEvtHandler
6CCC412C  E:\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCC412C  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCC3AC0  E:\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCC3AC0  _ZN12wxEvtHandler20ProcessPendingEventsEv
6CC417AE  E:\CodeBlocks\wxmsw28u_gcc_cb.dll:6CC417AE  _ZN12wxAppConsole20ProcessPendingEventsEv
6D0372ED  E:\CodeBlocks\wxmsw28u_gcc_cb.dll:6D0372ED  _ZN18wxIconLocationBaseC2ERK8wxString
76F27B45  C:\Windows\system32\USER32.dll:76F27B45  GetUserObjectInformationA
76F331EB  C:\Windows\system32\USER32.dll:76F331EB  GetClassNameW
76F34260  C:\Windows\system32\USER32.dll:76F34260  ChangeWindowMessageFilter
779A647E  C:\Windows\SYSTEM32\ntdll.dll:779A647E  KiUserCallbackDispatcher
6CCF0A7E  E:\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCF0A7E  _ZN11wxEventLoop8DispatchEv
6CD84A6C  E:\CodeBlocks\wxmsw28u_gcc_cb.dll:6CD84A6C  _ZN17wxEventLoopManual3RunEv
6CD64279  E:\CodeBlocks\wxmsw28u_gcc_cb.dll:6CD64279  _ZN9wxAppBase8MainLoopEv
004058C4  E:\CodeBlocks\codeblocks.exe:004058C4
6CC7114E  E:\CodeBlocks\wxmsw28u_gcc_cb.dll:6CC7114E  _Z14wxEntryCleanupv
6CCC95D6  E:\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCC95D6  _Z7wxEntryP11HINSTANCE__S0_Pci
00401D71  E:\CodeBlocks\codeblocks.exe:00401D71
0045F7F6  E:\CodeBlocks\codeblocks.exe:0045F7F6
004010DB  E:\CodeBlocks\codeblocks.exe:004010DB
00401158  E:\CodeBlocks\codeblocks.exe:00401158
77661194  C:\Windows\system32\kernel32.dll:77661194  BaseThreadInitThunk
779BB529  C:\Windows\SYSTEM32\ntdll.dll:779BB529  RtlInitializeExceptionChain
779BB4FC  C:\Windows\SYSTEM32\ntdll.dll:779BB4FC  RtlInitializeExceptionChain

--- End code ---

==============================
add :
back to svn 6921  : occurred yet.
back to svn 6906  : occurred yet...
back to 10.02 :  now, not occurred.    :)
sorry for my english.

MortenMacFly:

--- Quote from: nanyu on February 06, 2011, 04:20:49 am ---after open this cpp file do nothing 3~4 sec, the c::b crash.
OR, do the  "Find declaration of FlowRuntimeContext",c::b crash.

--- End quote ---
Can you provide this file/projects (probably stripped to a minimal content)?
IT seems the crash is caused by the debugger, which is  a bit weired. Do you debug something? Do you run the debugger-enhanced nightly?

ollydbg:
@nanyu
please supply at least the test code that we can help to test the CC crash. (you can send me email also)

nanyu:
I have try to did that , but when no success.

MortenMacFly:

--- Quote from: nanyu on February 14, 2011, 05:50:12 pm ---I have try to did that , but when no success.

--- End quote ---
What did you try? You can also attach a minimal sample to this thread/post...

Navigation

[0] Message Index

[#] Next page

Go to full version