wuhailinjerry / edb-debugger

Automatically exported from code.google.com/p/edb-debugger
GNU General Public License v2.0
0 stars 0 forks source link

Crash on startup #41

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Whenever I try start edb I get the message "Failed to load debugger core 
plugin. Please make sure it exists and that the plugin path is correctly 
configured.
This is normal if EDB has not been previously run or the configuration file has 
been removed.", after this I get a configuration dialog, and I'm able to change 
any options.

As soon as I close this configuration dialog edb crashes with the message: "In 
file DebuggerMain.cpp, line 1597: Out of memory
Segmentation fault (core dumped)".

I compiled edb 0.8.22 from scratch on Kubuntu 7.10 without problem

Original issue reported on code.google.com by evan.teran on 3 Oct 2012 at 3:21

GoogleCodeExporter commented 9 years ago
Sorry for the slow follow up. First of all, edb is failing to find a necessary 
plugin: libDebuggerCore.so. Please make sure that the plugin directory 
specified in the configuration dialog is set to a directory that has this file. 
(or if it is in the current directory that is fine).

As for the message. That sounds like you hit a debugging check that should not 
be enabled in release builds. I'll have to look into why you are seeing that.

Evan

Original comment by evan.teran on 3 Oct 2012 at 3:50

GoogleCodeExporter commented 9 years ago
Fixed it now, was setting wrong path for plugins.

And as for the debugging check it may be because I compiled it myself, I 
couldn't find a package for Ubuntu.

Original comment by evan.teran on 3 Oct 2012 at 3:50