News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

[gdb] SIGSEGV on strings

Started by MoonKid, September 28, 2007, 11:21:08 AM

Previous topic - Next topic

MoonKid

I am using C::B nightlys under WinXPSP2 with wxWidgets2.9 (SVN) and MinGW.

If I want to watch a wxString while debugging there is everytime a SIGSEGV in
wxStringOperationsWchar::DecodeChar(const wxStringImpl::const_iterator& i)
{ return *i; }


It is on each string. Restarting the hole system has no effect. How can I watch strings now?