Skip to content

Reports loaded libraries in crashtracking reports#11000

Open
bric3 wants to merge 2 commits intomasterfrom
bdu/proc-memory-mappings
Open

Reports loaded libraries in crashtracking reports#11000
bric3 wants to merge 2 commits intomasterfrom
bdu/proc-memory-mappings

Conversation

@bric3
Copy link
Copy Markdown
Contributor

@bric3 bric3 commented Mar 30, 2026

What Does This Do

Hotspot crashlogs have a Dynamic Libraries section, this PR reports it in the error event.
There are some differences between OSes, on Linux the JVM uses the procfs to write that section; on BSD, the JVM uses an internal track of loaded libraries, as such this data is named dynamic_libraries

Motivation

The dynamic libraries provide useful information to the actual path of the libraries, in particular the name of each lib can hint at the expected version of the native lib.

Additional Notes

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

comp: crash tracking Crash Tracking type: enhancement Enhancements and improvements

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants