User forums > Nightly builds

The 14 october 2006 build is out.

<< < (2/4) > >>

MortenMacFly:

--- Quote from: artoj on October 14, 2006, 07:53:20 pm ---This can be closed now: bug #9080

--- End quote ---
Done. Thanks!

oZZ:
Thanks for fixing the stack trace on gdb 5.2, but there's one thing the regex still missed:

#1  0x006e84a3 in std::_Rb_tree_iterator<std::pair<unsigned long const, Entity*> >::operator++(int) (this=0xb64db38) at C:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/bits/stl_tree.h:188


I dunno if it misses templates in gdb 6.x, but it missed this line (found in the debugger log).

Thanks!

cmaxb:
Ok, I am running CodeBlocks for the first time. Everything is great. Except: I went through Qt4 wizard. Hello World runs ok. I downloaded and installed gdb 6.3-2. When I run the debugger, I see:

Building to ensure sources are up-to-date
Build succeeded
Selecting target: Debug
Adding source dir: C:\Dev\c++\testCB\
Adding source dir: C:\Dev\c++\testCB\
Adding file: bin\Debug\testCB.exe
Starting debugger: done
Registered new type: wxString
Registered new type: STL String
Registered new type: STL Vector
Setting breakpoints
Debugger name and version: GNU gdb 6.3
Debugger finished with status 1

To be fair it does this from the command line, too. So I don't know what is wrong.

MortenMacFly:

--- Quote from: cmaxb on October 15, 2006, 05:29:45 am ---Debugger finished with status 1

--- End quote ---
Did you compile your project with the debugging info enabled (-g switch) in the compiler options? Did you re-compile the project after you have enabled this option?
With regards, Morten.

mandrav:

--- Quote from: oZZ on October 15, 2006, 03:44:16 am ---Thanks for fixing the stack trace on gdb 5.2, but there's one thing the regex still missed:

#1  0x006e84a3 in std::_Rb_tree_iterator<std::pair<unsigned long const, Entity*> >::operator++(int) (this=0xb64db38) at C:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/bits/stl_tree.h:188


I dunno if it misses templates in gdb 6.x, but it missed this line (found in the debugger log).

Thanks!

--- End quote ---

Fixed, thanks again.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version