Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Eric GiffonEric GiffonReporter
Julien HenryJulien HenryFix versions
Components
Edition
CommunityGoals
NoneDue date
May 14, 2024Priority
Normal
Details
Details
Assignee
Eric Giffon
Eric GiffonReporter
Julien Henry
Julien HenryFix versions
Components
Edition
Community
Goals
None
Due date
May 14, 2024
Priority

Sentry
Sentry
Sentry
Created April 25, 2024 at 9:22 AM
Updated December 3, 2024 at 8:02 AM
Resolved June 20, 2024 at 12:06 PM
JGit is using a shutdown hook the do some cleanup.
Since we are loading the scanner engine in a child URLClassloader, and closing the classloader before the VM stops, the shutdown hook is trying to load extra classes that are not available anymore.
I reported the issue to JGit:
There is maybe a possible workaround on our side: force the load of the ThrowableProxy class before the end of the scanner engine.