User forums > Nightly builds

The 17 September 2011 build (7452) DEBUGGER BRANCH version is out.

<< < (5/9) > >>

renega_666:
Ok take your time!
this is just a little issue that doesn't prevent me from working :)

Aradayn:
First, thank you to everyone who's made Code::Blocks possible. The debugger branch has improved an already great project; thanks!

I'd like to report two related debugging problems.

First, when I try debugging, I get the message:
"ERROR: You need to specify a debugger program in the debuggers's settings."

In an attempt to fix this problem, I went to the menu, but the build crashed when I went to the Settings > Debugger... menu option.

codeblocks.exe caused an Unknown [0xC000041D] Exception at location 734d4c4f.

Registers:
eax=0cf46500 ebx=00000001 ecx=00000000 edx=00000000 esi=0000a918 edi=0004175c
eip=763a40c4 esp=00093f3c ebp=00093f88 iopl=0         nv up ei pl zr na po nc
cs=0023  ss=002b  ds=002b  es=002b  fs=0053  gs=002b             efl=00000246

Call stack:
763A40C4  USER32.dll:763A40C4  GetScrollInfo
763A410F  USER32.dll:763A410F  SetScrollInfo
763BD55F  USER32.dll:763BD55F  SetScrollRange
7213E05E  COMCTL32.DLL:7213E05E  Ordinal382
720BD0E6  COMCTL32.DLL:720BD0E6  GetWindowSubclass
7213D744  COMCTL32.DLL:7213D744  ImageList_Draw
720BD0E6  COMCTL32.DLL:720BD0E6  GetWindowSubclass
7213D744  COMCTL32.DLL:7213D744  ImageList_Draw
720BD0E6  COMCTL32.DLL:720BD0E6  GetWindowSubclass
7213D744  COMCTL32.DLL:7213D744  ImageList_Draw

The function calls continue on like that. I updated the wxwidgets DLL and also tried running the program in administrator mode, but neither seemed to help. I'm running on Windows 7 service pack 1.

oBFusCATed:
Yes, another one who has this mysterious crash.
So now if we could understand why it is happening...

I've tried to debug it, but I couldn't understand the reason.

Edit: do you happen to have tortoise svn 64bit installed or other shell extensions?

Aradayn:
Maybe it has something to do with the version of MinGW/GDB I'm using?

gdb -v
GNU gdb (GDB) 7.3
Copyright (C) 2011 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "mingw32".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.

gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=c:/development/mingw/bin/../libexec/gcc/mingw32/4.5.2/lto-wrapper.exe
Target: mingw32
Configured with: ../gcc-4.5.2/configure --enable-languages=c,c++,ada,fortran,objc,obj-c++ --disable-sjlj-exceptions --wi
th-dwarf2 --enable-shared --enable-libgomp --disable-win32-registry --enable-libstdcxx-debug --enable-version-specific-r
untime-libs --disable-werror --build=mingw32 --prefix=/mingw
Thread model: win32
gcc version 4.5.2 (GCC)

Edit: Yes, I have Tortoise SVN 64 installed as a shell extension. I also have the AMD VISION Engine Control Center extension (ATI graphics card stuff)

oBFusCATed:
The GDB is not involved in the crash.
The crash happens somewhere in the user32.dll, gdi32.dll or some other system dll.
Can you try to remove/uninstall the TortoiseSVN? I'm not on windows at the moment and I can't test it right now.

p.s. I'm using nVidia card. I guess it is not a bad video driver.
p.p.s. Unfortunately I can debug it with gdb, because it doesn't understand ms symbols.  :?

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version