News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

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?