-
Notifications
You must be signed in to change notification settings - Fork 561
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
APP CRASH (1.5.0.1 okular) #252
Comments
From [email protected] on January 24, 2010 13:52:20 Here's a backtrace: bin64/drdeploy -ops "-pause_on_error" -debug -client samples/bin64/libempty.so 0x1 "" gdb #0 0x000000007116e89c in syscall_ready () |
From [email protected] on January 25, 2010 08:08:21 We have fixed the bug and committed into the source code. |
From [email protected] on January 25, 2010 08:08:36 Status: Fixed |
From [email protected] on January 26, 2010 05:40:57 that fixed it :) thanks |
From [email protected] on January 21, 2010 15:17:12
What steps will reproduce the problem? 1. Setup Debian Testing (AMD64)
2. Get the latest Dynamorio release 1.5.0.1
3. Launch okular (a PDF reader): bin64/drdeploy -client
samples/bin64/libempty.so 0x1 "" okular What is the expected output? What do you see instead? Expected the program to run like it does normally, unfortunately it crashes.
<Application okular (2012)
** Received SIGSEGV at DynamoRIO pc 0xc28e1691 in thread 2012>
if i launch with the -debug flag, then the output is:
<Application okular (2025) DynamoRIO usage error : instr_encode error: no
encoding found> What version of the product are you using? On what operating system? Linux debian 2.6.30-2-amd64
#1
SMP Mon Dec 7 05:21:45 UTC 2009 x86_64 GNU/Linux Please provide any additional information below. i've compiled revision 261 and the problem remains. on some programs theprovided clients in the release work ok, on others they either hang or crash.
programs that work: ls, vim, links2 -g, rxvt
.. that hang: gvim, firefox, openoffice
.. that crash: okular
hopefully these issues can be resolved, as i'm planning on relying on
dynamorio as the basis for a 3d visualization debugger. feel free to ask if
u you need more info on the bug report. i'll report on the other programs
in a seperate entry.
david
Original issue: http://code.google.com/p/dynamorio/issues/detail?id=252
The text was updated successfully, but these errors were encountered: