Author Topic: Codeblocks crash on my Fedora 24 Beta  (Read 4239 times)

dworkin

  • Guest
Codeblocks crash on my Fedora 24 Beta
« on: June 02, 2016, 10:55:45 am »
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 :
Quote
Thread 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?

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7252
Re: Codeblocks crash on my Fedora 24 Beta
« Reply #1 on: June 02, 2016, 11:25:09 am »
I know about this issue/bug, but did not find time to dig into it deeper, sorry ?

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13406
    • Travis build status
Re: Codeblocks crash on my Fedora 24 Beta
« Reply #2 on: June 02, 2016, 08:24:24 pm »
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!]

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7252
Re: Codeblocks crash on my Fedora 24 Beta
« Reply #3 on: June 02, 2016, 08:27:15 pm »
Is this fedora specific? I've never seen this.
Most likely gcc6 related