-
Bug
-
Resolution: Fixed
-
P4
-
24
-
b07
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8357527 | 21.0.9-oracle | Kavya K S | P4 | Resolved | Fixed | master |
JDK-8357856 | 21.0.8 | Goetz Lindenmaier | P4 | Resolved | Fixed | b05 |
JDK-8357526 | 17.0.17-oracle | Kavya K S | P4 | Resolved | Fixed | master |
JDK-8357859 | 17.0.16 | Goetz Lindenmaier | P4 | Resolved | Fixed | b05 |
----------------------------------------
[2024-07-15 05:15:47] [<snip>/usr/bin/lldb, --core, <snip>/core.92643, <snip>/bin/java, -o, thread backtrace all, -o, quit] timeout=20000 in <snip>
----------------------------------------
(lldb) target create "<snip>/bin/java" --core "<snip>/core.92643"
WARNING: tool timed out: killed process after 20000 ms
----------------------------------------
[2024-07-15 05:16:07] exit code: -2 time: 20163 ms
----------------------------------------
20 seconds is the failure_handler default timeout for all commands. Core files on macosx-aarch64 tend to be very large. This one was over 13gb. On my MBPro it took 30 seconds. I bumped up the timeout to 60 seconds and reproduce the same crash in mach5 (more than once), and it usually took about 55 seconds for the lldb command, but it did succeed with the longer timeout. I think we should change the timeout to event more than 60 seconds just to make sure we won't see timeouts. 120 seconds is probably a good amount
- backported by
-
JDK-8357526 failure_handler lldb command times out on macosx-aarch64 core file
-
- Resolved
-
-
JDK-8357527 failure_handler lldb command times out on macosx-aarch64 core file
-
- Resolved
-
-
JDK-8357856 failure_handler lldb command times out on macosx-aarch64 core file
-
- Resolved
-
-
JDK-8357859 failure_handler lldb command times out on macosx-aarch64 core file
-
- Resolved
-
- links to
-
Commit(master) openjdk/jdk17u-dev/4859b49b
-
Commit(master) openjdk/jdk21u-dev/432eb573
-
Commit(master) openjdk/jdk/21a6cf84
-
Review(master) openjdk/jdk17u-dev/3605
-
Review(master) openjdk/jdk21u-dev/1824
-
Review(master) openjdk/jdk/20206