8336587: failure_handler lldb command times out on macosx-aarch64 core file

Reviewed-by: dlong, dholmes, jpai
This commit is contained in:
Chris Plummer 2024-07-18 00:21:03 +00:00
parent 78cc0f9569
commit 21a6cf848d

View File

@ -1,5 +1,5 @@
# #
# Copyright (c) 2015, 2022, Oracle and/or its affiliates. All rights reserved. # Copyright (c) 2015, 2024, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
# #
# This code is free software; you can redistribute it and/or modify it # This code is free software; you can redistribute it and/or modify it
@ -71,6 +71,9 @@ native.core.timeout=600000
cores=native.lldb cores=native.lldb
native.lldb.app=lldb native.lldb.app=lldb
native.lldb.delimiter=\0 native.lldb.delimiter=\0
# Core files can be very big and take a long time to load on macosx-aarch64.
# The 20 seconds default timeout is not nearly enough.
native.lldb.timeout=120000
# Assume that java standard laucher has been used # Assume that java standard laucher has been used
native.lldb.args=--core\0%p\0%java\0-o\0thread backtrace all\0-o\0quit native.lldb.args=--core\0%p\0%java\0-o\0thread backtrace all\0-o\0quit