Author Topic: Crash in codecompetition.  (Read 2542 times)

Offline Sagaceil

  • Single posting newcomer
  • *
  • Posts: 9
Crash in codecompetition.
« on: March 08, 2015, 10:08:47 pm »
Hello :)

Very often when working with C::B I'm dealing with crashes. Very often - once per every 5~10 minutes. It occurs mostly near saving process or parsing some files. Here is crash log:

Code

C:\CodeBlocks\codeblocks.exe caused an Access Violation at location 76f668a3 in module C:\WINDOWS\SYSTEM32\ntdll.dll Writing to location 0000000d.

Registers:
eax=0000000d ebx=00000001 ecx=00000009 edx=7ffdd000 esi=009d17f0 edi=03108f58
eip=76f668a3 esp=0029f014 ebp=0029f018 iopl=0         nv up ei pl nz ac pe cy
cs=0023  ss=002b  ds=002b  es=002b  fs=0053  gs=002b             efl=00210213

Call stack:
76F668A3  C:\WINDOWS\SYSTEM32\ntdll.dll:76F668A3  RtlEnterCriticalSection
65F5B908  C:\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65F5B908
65F55E5C  C:\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65F55E5C
65F562FA  C:\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65F562FA
65F55602  C:\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65F55602
65F568BB  C:\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65F568BB
65F58478  C:\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65F58478
6D00FE9C  C:\CodeBlocks\wxmsw28u_gcc_cb.dll:6D00FE9C  _ZN12wxCharBufferC1ERKS_
65F3708C  C:\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65F3708C
65F02A97  C:\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65F02A97
65F05652  C:\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65F05652
65EC7F63  C:\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65EC7F63
65EABBD5  C:\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65EABBD5
65F60ADB  C:\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65F60ADB
618CF70C  C:\CodeBlocks\codeblocks.dll:618CF70C  _ZN13PluginManager14ScanForPluginsERK8wxString
00484E96  C:\CodeBlocks\codeblocks.exe:00484E96
00491271  C:\CodeBlocks\codeblocks.exe:00491271
004024BD  C:\CodeBlocks\codeblocks.exe:004024BD
00407C84  C:\CodeBlocks\codeblocks.exe:00407C84
6CC71E85  C:\CodeBlocks\wxmsw28u_gcc_cb.dll:6CC71E85  _Z14wxUninitializev
6CCC9010  C:\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCC9010  _Z7wxEntryP11HINSTANCE__S0_Pci
00401DA8  C:\CodeBlocks\codeblocks.exe:00401DA8
004010FD  C:\CodeBlocks\codeblocks.exe:004010FD
76F7E14F  C:\WINDOWS\SYSTEM32\ntdll.dll:76F7E14F  RtlWalkFrameChain
76F7E11A  C:\WINDOWS\SYSTEM32\ntdll.dll:76F7E11A  RtlWalkFrameChain

It would be great if You coud look at this. Using C::B in daily basic right now is almost impossible.
Thanks :)

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Crash in codecompetition.
« Reply #1 on: March 08, 2015, 11:39:43 pm »
This crash report doesn't help much.
Can you make simple project that can be used to reproduce the crash?
Are you using the latest nightly?
Can you try building codeblocks and using debug version to reproduce the crash, so the backtrace is a bit more meaningful?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]