Author Topic: crashes always on building  (Read 8447 times)

Offline Joerg

  • Multiple posting newcomer
  • *
  • Posts: 100
crashes always on building
« on: November 03, 2008, 10:31:39 am »
Hi,
trying to build an ARM project with the Codesourcery toolchain
I got repeatedly crashes on calling cs-make.

Probably not very helpful debugger log:
Code
...
'codeblocks.exe': Loaded 'C:\WINDOWS\system32\imagehlp.dll'
'codeblocks.exe': Loaded 'C:\WINDOWS\system32\dbghelp.dll'
'codeblocks.exe': Loaded 'C:\WINDOWS\system32\version.dll'
Unhandled exception at 0x00000000 in codeblocks.exe: 0xC0000005: Access violation reading location 0x00000031.

Happens every time, never seen this before and wonder whats the problem?
Maybe my project is bullshit and make throws too many errors for C::B?

Greets,
Joerg
It's never too late to fail!

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: crashes always on building
« Reply #1 on: November 04, 2008, 01:52:30 pm »
See my replay to this; please respond if it helps
http://forums.codeblocks.org/index.php/topic,8675.msg63238.html#msg63238

Quote
I just had the same error last week traced it to more than one copy of different version of mingwm10.dll in my path.

Tim S
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline Joerg

  • Multiple posting newcomer
  • *
  • Posts: 100
Re: crashes always on building
« Reply #2 on: November 06, 2008, 09:32:06 am »
Hi Tim,
thanks for reply.
The only other mingwm10.dll is from wxFormBuilder
and its exactly the same.
The error is gone, now that I fixed the project.
The only thing I can guess is that there were too
much errors too fast.
And that the C::B command shell wasn't able to handle them?
It's never too late to fail!

Offline mmkider

  • Almost regular
  • **
  • Posts: 150
Re: crashes always on building
« Reply #3 on: November 08, 2008, 05:45:55 am »
Sometimes I get trouble with building, not always.

Maybe I found this bug.

See that
http://forums.codeblocks.org/index.php/topic,9508.0.html
« Last Edit: November 08, 2008, 05:48:46 am by mmkider »