-
Notifications
You must be signed in to change notification settings - Fork 566
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
HANG dynamorio hangs when I add -debug
switch
#957
Comments
From [email protected] on November 15, 2012 08:06:55 There was a discussion going on about make process effecting the execution in: https://groups.google.com/forum/?fromgroups=#!topic/DynamoRIO-Users/jY3JfkZGLh8 I checked this again to see if this problem relates to the same thing. I realized now there's a typo in the minimal example client code under Also I cannot reproduce the HANG anymore but instead it gives me a memory dump like error as this:
|
From [email protected] on November 20, 2012 16:27:30 I compiled the example app and client, and I can't reproduce anything. It works just fine, more or less. Do you have the same problems on other apps like ls? |
From [email protected] on November 21, 2012 07:06:06
so I feel like it might be related to |
From [email protected] on November 21, 2012 15:20:53 What happens if you run DR without a client with -debug? The initial report says this is DR 3.2.0-3. Does the problem go away with a recent build of DR? Recent builds: http://build.chromium.org/p/client.dynamorio/builds/ Let me know if those don't work. |
From [email protected] on November 22, 2012 06:07:18 I have the same SIGSEGV error Does the problem go away with a recent build of DR? Tried 1731 with and without client but no luck.. |
From [email protected] on January 23, 2013 05:46:39 Not reproducible anymore according to discussion here: https://groups.google.com/forum/#!msg/dynamorio-users/hpZfQga33yw/IENBV1xWMckJ Status: CannotReproduce |
From [email protected] on October 19, 2012 06:59:42
For the Summary, please follow the guidelines at https://code.google.com/p/dynamorio/wiki/BugReporting and use one of the CRASH, APP CRASH, HANG, or ASSERT keywords What version of DynamoRIO are you using? 3.2.0-3 What operating system version are you running on? 64 bit Ubuntu 12.04
Linux kernel 3.2.0-32-generic What application are you running? a simple systemc example:
What happens when you run with debug build ("-debug" flag to drrun/drconfig/drinject)? It works ok when I run without
-debug
switch. It hangs when I include-debug
switch after printing:<Starting application a.out (4015)>
<Initial options = -client_lib '/home/gokce/bitbucket/gokcehan-thesis/dynamorio/
bin/libwrapperpp.so;0;' -code_api -stack_size 56K -max_elide_jmp 0 -max_elide_ca
ll 0 -no_inline_ignored_syscalls -no_native_exec -no_indcall2direct >
tracing started.. What steps will reproduce the problem? I have prepared a minimal example of the client where I observe the hang:
As I said above, it hangs with
-debug
switch, works ok without it. What is the expected output? What do you see instead? Is this an application crash, a DynamoRIO crash, a DynamoRIO assert, or a hang (see https://code.google.com/p/dynamorio/wiki/BugReporting and set the title appropriately)? I would expect just the output of my systemc program since I haven't really done anything in my client. Please provide any additional information below. This issue may or may not be related to my previous issue: https://code.google.com/p/dynamorio/issues/detail?id=956&q=systemc These two were first discussed in: https://groups.google.com/forum/?fromgroups=#!topic/DynamoRIO-Users/GkVL9IxxdnQOriginal issue: http://code.google.com/p/dynamorio/issues/detail?id=957
The text was updated successfully, but these errors were encountered: