-
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
HANG and "ERROR: injection into child process failed" running powerpnt 2007 #466
Comments
From [email protected] on August 06, 2011 15:40:56 ** TODO why is SYSLOG_INTERNAL_ERROR showing up in release build? what's weird is that this is a SYSLOG_INTERNAL_ERROR so it shouldn't show my release build has default INTERNAL="" so should have INTERNAL off since ** DONE splwow64.exe
more info: presumably these errors are b/c it's admin: windbg attach list says: try to attach to 2656: error 0xC00000BB "The request is not supported" powerpnt is spinning after a while, splwow64.exe exits 2nd run, this time running drview as admin: proc explore says: running with -no_follow_children: no error msg, and splwow64.exe is debug DR says: ** DONE powerpnt spinning
attach to spinning powerpnt: 0:000> da 1d6cc3e8 0:000> dt dynamorio!read_write_lock_t 6deaf108 -debug: works adding last_reader field: 5 Id: 4e4.1644 Suspend: 1 Teb: 7efa9000 Unfrozen ChildEBP RetAddrWARNING: Frame IP not in any known module. Following frames may be wrong. +0x0a0 LoaderLock : 0x77b220c0 found the bug: |
From [email protected] on August 06, 2011 15:56:47 Summary: HANG and "ERROR: injection into child process failed" running powerpnt 2007 |
From [email protected] on August 06, 2011 20:06:31 the INTERNAL problem: it's b/c I had INTERNAL_DEFAULT set to 0FF instead of OFF! |
From [email protected] on August 07, 2011 19:26:19 This issue was closed by revision r918 . Status: Fixed |
From [email protected] on May 26, 2011 11:35:17
xref issue #457 and issue #462 running powerpnt 2007 under DR, occasionally I see:
Shared memory key is: "Global\DynamoRIO_Client_Statistics.001"
<ERROR: injection into child process failed>
related to running as admin (for shmem)?
usually when this error shows up on win7, powerpnt hangs. killing it and
re-running usually has everything work fine w/ no error msg. I have seen
this error and hang even after issue #462 was fixed.
on xp64, running powerpnt 2007, I see the same message, but everything
works fine and DR appears to be injected.
Original issue: http://code.google.com/p/dynamorio/issues/detail?id=466
The text was updated successfully, but these errors were encountered: