Skip to content

Commit

Permalink
8332917: failure_handler should execute gdb "info threads" command on…
Browse files Browse the repository at this point in the history
… linux

Reviewed-by: lmesnik, sspitsyn
  • Loading branch information
plummercj committed May 30, 2024
1 parent b3e29db commit ec88c6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/failure_handler/src/share/conf/linux.properties
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ native.locks.app=lslocks
native.locks.args=-u --pid %p

native.stack.app=gdb
native.stack.args=--pid=%p\0-batch\0-ex\0thread apply all backtrace
native.stack.args=--pid=%p\0-batch\0-ex\0info threads\0-ex\0thread apply all backtrace
native.stack.args.delimiter=\0
native.stack.params.repeat=6

Expand All @@ -63,7 +63,7 @@ native.core.timeout=600000
cores=native.gdb
native.gdb.app=gdb
# Assume that java standard laucher has been used
native.gdb.args=%java\0-c\0%p\0-batch\0-ex\0thread apply all backtrace
native.gdb.args=%java\0-c\0%p\0-batch\0-ex\0info threads\0-ex\0thread apply all backtrace
native.gdb.args.delimiter=\0

################################################################################
Expand Down

1 comment on commit ec88c6a

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.