Skip to content

Commit 432eb57

Browse files
committed
8336587: failure_handler lldb command times out on macosx-aarch64 core file
Backport-of: 21a6cf8
1 parent 4acbd98 commit 432eb57

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/failure_handler/src/share/conf/mac.properties

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2015, 2022, Oracle and/or its affiliates. All rights reserved.
2+
# Copyright (c) 2015, 2024, Oracle and/or its affiliates. All rights reserved.
33
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
#
55
# This code is free software; you can redistribute it and/or modify it
@@ -71,6 +71,9 @@ native.core.timeout=600000
7171
cores=native.lldb
7272
native.lldb.app=lldb
7373
native.lldb.delimiter=\0
74+
# Core files can be very big and take a long time to load on macosx-aarch64.
75+
# The 20 seconds default timeout is not nearly enough.
76+
native.lldb.timeout=120000
7477
# Assume that java standard laucher has been used
7578
native.lldb.args=--core\0%p\0%java\0-o\0thread backtrace all\0-o\0quit
7679

0 commit comments

Comments
 (0)