News:

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

Main Menu

Codeblocks crash on my Fedora 24 Beta

Started by dworkin, June 02, 2016, 10:55:45 AM

Previous topic - Next topic

dworkin

Hello everybody,
I use codeblocks without any problem before updating Fedora to the beta version, and now, codeblocks crashs at startup.
I have used GDB to obtain more informations :
QuoteThread 1 "codeblocks" received signal SIGSEGV, Segmentation fault.
0x00007ffff583f5d3 in wxStringBase::operator=(wxStringBase const&) ()
   from /lib64/libwx_baseu-2.8.so.0
(gdb) bt
#0  0x00007ffff583f5d3 in wxStringBase::operator=(wxStringBase const&) ()
    at /lib64/libwx_baseu-2.8.so.0
#1  0x00007ffff7a78141 in wxPGProperty::Init(wxString const&, wxString const&) () at /lib64/libcodeblocks.so.0
#2  0x00007ffff7a86515 in wxPGProperty::wxPGProperty(wxString const&, wxString const&) () at /lib64/libcodeblocks.so.0
#3  0x00007ffff7aa0bd5 in wxStringProperty::wxStringProperty(wxString const&, wxString const&, wxString const&) () at /lib64/libcodeblocks.so.0
#4  0x000055555566d703 in WatchesDlg::WatchesDlg() ()
#5  0x00005555555d4805 in DebugInterfaceFactory::CreateWatches() ()
#6  0x00007ffff77125ca in DebuggerManager::CreateWindows() ()
    at /lib64/libcodeblocks.so.0
#7  0x00007ffff771265d in DebuggerManager::SetInterfaceFactory(cbDebugInterfaceFactory*) () at /lib64/libcodeblocks.so.0
#8  0x00005555556140b5 in MainFrame::SetupDebuggerUI() ()
#9  0x00005555556265d4 in MainFrame::CreateIDE() ()
#10 0x000055555562a6ab in MainFrame::MainFrame(wxWindow*) ()
#11 0x00005555555c0d60 in CodeBlocksApp::InitFrame() ()
#12 0x00005555555c559e in CodeBlocksApp::OnInit() ()
#13 0x00007ffff58203a7 in wxEntry(int&, wchar_t**) ()
    at /lib64/libwx_baseu-2.8.so.0
---Type <return> to continue, or q <return> to quit---
#14 0x00005555555b3a82 in main ()
Does someone have an idea to solve my problem?

Jenna

I know about this issue/bug, but did not find time to dig into it deeper, sorry ?

oBFusCATed

Is this fedora specific? I've never seen this.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Jenna