View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003190 | DarkRadiant | Design/Coding | public | 02.08.2012 20:13 | 27.08.2013 14:32 |
Reporter | Urfoex | Assigned To | greebo | ||
Priority | normal | Severity | crash | Reproducibility | always |
Status | closed | Resolution | duplicate | ||
Platform | Linux | OS | Debian | OS Version | Testing 64Bit |
Fixed in Version | 1.8.0 | ||||
Summary | 0003190: DarkRadiant segfaults on start | ||||
Description | I've build DarkRadiant on Debian Testing 64Bit from git. autogen - configure --enable-debug - make - make install No problems so far. But when I try to run it via 'darkradiant' it first shows the loading screen, the configuration dialog (where I set nothing), then appears a question if I want to recheck the settings because they are not right, then continueing with loading by pressing No and then when loading is nearly done it segfaults. I could trace it down to that point: (gdb) bt bt #0 ui::MRU::constructMenu (this=0xde7a20) at ui/mru/MRU.cpp:195 0000001 0x0000000000b6823b in Radiant_Initialise () at mainframe_old.cpp:136 0000002 0x000000000081d15d in main (argc=1, argv=0x7fff41d98888) at main.cpp:143 (gdb) print empty print empty $1 = (Gtk::Widget *) 0x0 (gdb) list ui/mru/MRU.cpp:195 list ui/mru/MRU.cpp:195 190 "", // empty icon 191 "" // empty event 192 ); 193 194 _emptyMenuItem.setWidget(empty); 195 empty->hide(); 196 197 // Add all the created widgets to the menu 198 for (MenuItems::iterator m = _menuItems.begin(); m != _menuItems.end(); ++m) 199 { I tried if(empty) empty->hide(); but only got till that point: 0000001 ui::MainFrame::create() at /home/kakarott/projects/iodoom3/DarkRadiant/radiant/ui/mainframe/MainFrame.cpp:386 vbox->pack_start(*createMenuBar(), false, false, 0); which also segfaults. | ||||
Steps To Reproduce | Just start darkradiant and it will segfault. | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
02.08.2012 20:13 | Urfoex | New Issue | |
28.09.2012 20:04 | greebo | Relationship added | has duplicate 0003137 |
28.09.2012 20:08 | greebo | Status | new => resolved |
28.09.2012 20:08 | greebo | Fixed in Version | => 1.8.0 |
28.09.2012 20:08 | greebo | Resolution | open => duplicate |
28.09.2012 20:08 | greebo | Assigned To | => greebo |
27.08.2013 14:32 | greebo | Status | resolved => closed |