wuhailinjerry / edb-debugger

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

Mysterious hang when starting #120

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I recently installed edb (built from source), following the instructions on the 
wiki verbatim. Of course, this was all after experiencing the same error 
regardless of configuration.

System info:
Proc: AMD64
Distro: SolusOS Eveline (Debian squeeze compatible, I think)
Path: 
/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/home/lol/bin:/sbin/:/u
sr/sbin:/usr/local/bin:/usr/local/sbin:/home/lol/.rvm/bin

Only one user has posted with a similar error (I tried the suggested solutions):

~/Source/edb-debugger-read-only $ edb
Starting edb version: 0.9.19 
Please Report Bugs & Requests At: http://bugs.codef00.com/
[load_plugins] Loading Plugin: libAnalyzer.so                 : 0x19b6250
[load_plugins] Loading Plugin: libBinaryInfo.so               : 0x19b6d00
[load_plugins] Loading Plugin: libBinarySearcher.so           : 0x19c4ea0
[load_plugins] Loading Plugin: libBookmarks.so                : 0x19b7470
[load_plugins] Loading Plugin: libBreakpointManager.so        : 0x19c32f0
[load_plugins] Loading Plugin: libCheckVersion.so             : 0x18233c0
[load_plugins] Loading Core Plugin: libDebuggerCore.so        : 0x7f4f740016d0
[load_plugins] Loading Plugin: libDumpState.so                : 0x7f4f74002160
[load_plugins] Loading Plugin: libFunctionFinder.so           : 0x7f4f74000e60
[load_plugins] Loading Plugin: libHardwareBreakpoints.so      : 0x7f4f740036b0
[load_plugins] Loading Plugin: libHeapAnalyzer.so             : 0x7f4f74003ff0
[load_plugins] Loading Plugin: libOpcodeSearcher.so           : 0x7f4f74005fa0
[load_plugins] Loading Plugin: libProcessProperties.so        : 0x7f4f74004eb0
[load_plugins] Loading Plugin: libReferences.so               : 0x1bb37a0
[load_plugins] Loading Plugin: libROPTool.so                  : 0x1c5f490
[load_plugins] Loading Plugin: libSessionManager.so           : 0x1c5e2a0
[load_plugins] Loading Plugin: libSymbolViewer.so             : 0x1c5efa0
comparing versions: [2322] [2323]
^C
~/Source/edb-debugger-read-only $ which edb
/usr/bin/edb
~/Source/edb-debugger-read-only $ 

Frankly, I'm at a loss. I'm not sure if it's because I'm tired after a lot of 
JAVA programming, or whatnot; Nonetheless, I'm at a loss.

Original issue reported on code.google.com by roby...@gmail.com on 7 Mar 2013 at 5:44

GoogleCodeExporter commented 9 years ago
The CheckVersion plugin is set to check for new releases on startup by default. 
(Note that "comparing versions: [2322] [2323]"). Is it possible that it is 
hanging during that check? Try renaming the libCheckVersion.so that you built 
to something like "libCheckVersion.so.bak" and running it again.

If that works, then we know what he culplit is and we can take steps to address 
it.

Thanks,
Evan

Original comment by evan.teran on 1 Jun 2013 at 11:23

GoogleCodeExporter commented 9 years ago
Unfortunately, there hasn't been any feedback on this issue, so I will mark it 
"Invalid" for now. If the issue still comes up, please re-open the issue.

Original comment by evan.teran on 11 Feb 2014 at 3:43