DynamoRIO / DynamoRIO/dynamorio
HANG (1.5.0.1 openoffice.org)
- Dominant language
- C
- Stars
- 3.2k
- Forks
- 629
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 31
Description
_From [da...@sicnarf.com](https://code.google.com/u/106558258126541495365/) on January 24, 2010 18:17:38_
launch openoffice: bin64/drdeploy -ops "-pause_on_error" -debug -client
samples/bin64/libempty.so 0x1 "" openoffice.org
Segmentation fault (core dumped)
Segmentation fault
after 40 minutes of cpu time, here's a backtrace of oosplash.bin (pid
7557):
---
#0 0x000000007116e89c in syscall_ready ()
from /home/david/Applications/Source/DynamoRIO-
#1 0x0000000077532680 in ?? ()
#2 0x0000000071178e45 in thread_yield ()
at /work/dr/tot/opensource/core/linux/os.c:2024
#3 0x000000007117ac35 in mutex_wait_contended_lock (lock=0x775325a8)
at /work/dr/tot/opensource/core/linux/os.c:6256
#4 0x00000000710c9fa3 in mutex_lock (lock=0x775325a8)
at /work/dr/tot/opensource/core/utils.c:876
#5 0x000000007118a749 in signal_thread_exit (dcontext=0x77527700)
at /work/dr/tot/opensource/core/linux/signal.c:1260
#6 0x000000007117f2a0 in os_thread_exit (dcontext=0x77527700)
at /work/dr/tot/opensource/core/linux/os.c:1491
#7 0x000000007104197c in dynamo_thread_exit_common (dcontext=0x77527700,
id=7551, other_thread=1) at /work/dr/tot/opensource/core/dynamo.c:2140
#8 0x0000000071041d5b in dynamo_other_thread_exit (tr=0x774fa168)
at /work/dr/tot/opensource/core/dynamo.c:2242
#9 0x0000000071043178 in dynamorio_fork_init (dcontext=0x77532680)
at /work/dr/tot/opensource/core/dynamo.c:731
#10 0x000000007117e0dd in post_system_call (dcontext=0x77532680)
at /work/dr/tot/opensource/core/linux/os.c:4566
#11 0x000000007109654b in handle_post_system_call (dcontext=0x77532680)
at /work/dr/tot/opensource/core/dispatch.c:1832
#12 0x000000007109a1a0 in dispatch_enter_dynamorio (dcontext=0x77532680)
at /work/dr/tot/opensource/core/dispatch.c:708
#13 0x000000007109a31e in dispatch (dcontext=0x77532680)
at /work/dr/tot/opensource/core/dispatch.c:140
#14 0x000000007750ed59 in ?? ()
#15 0x0000000000000000 in ?? ()
and the second one:
---
#0 0x000000007116e89c in syscall_ready ()
from /home/david/Applications/Source/DynamoRIO-
#1 0x0000000077532680 in ?? ()
#2 0x0000000071178e45 in thread_yield ()
at /work/dr/tot/opensource/core/linux/os.c:2024
#3 0x000000007117ac35 in mutex_wait_contended_lock (lock=0x775325a8)
at /work/dr/tot/opensource/core/linux/os.c:6256
#4 0x00000000710c9fa3 in mutex_lock (lock=0x775325a8)
at /work/dr/tot/opensource/core/utils.c:876
#5 0x000000007118a749 in signal_thread_exit (dcontext=0x77527700)
at /work/dr/tot/opensource/core/linux/signal.c:1260
#6 0x000000007117f2a0 in os_thread_exit (dcontext=0x77527700)
at /work/dr/tot/opensource/core/linux/os.c:1491
#7 0x000000007104197c in dynamo_thread_exit_common (dcontext=0x77527700,
id=7551, other_thread=1) at /work/dr/tot/opensource/core/dynamo.c:2140
#8 0x0000000071041d5b in dynamo_other_thread_exit (tr=0x774fa168)
at /work/dr/tot/opensource/core/dynamo.c:2242
#9 0x0000000071043178 in dynamorio_fork_init (dcontext=0x77532680)
at /work/dr/tot/opensource/core/dynamo.c:731
#10 0x000000007117e0dd in post_system_call (dcontext=0x77532680)
at /work/dr/tot/opensource/core/linux/os.c:4566
#11 0x000000007109654b in handle_post_system_call (dcontext=0x77532680)
at /work/dr/tot/opensource/core/dispatch.c:1832
#12 0x000000007109a1a0 in dispatch_enter_dynamorio (dcontext=0x77532680)
at /work/dr/tot/opensource/core/dispatch.c:708
#13 0x000000007109a31e in dispatch (dcontext=0x77532680)
at /work/dr/tot/opensource/core/dispatch.c:140
#14 0x000000007750ed59 in ?? ()
#15 0x0000000000000000 in ?? ()
i tried to kill the process with Ctrl+C:
^C
oosplash.bin kept on running (it has pid 7557) and only a "kill -9" would
bring it down.
tested this on 2 systems running the same debian linux. see the other
issue for more details: issue #252
_Original issue: http://code.google.com/p/dynamorio/issues/detail?id=253_
Contributor guide
Assessment
This issue has not been assessed yet.