[JIRA] (SSPCPP-964) crash while checking configuration
Scott Cantor (Jira)
jira at shibboleth.atlassian.net
Tue Nov 29 14:10:40 UTC 2022
Scott Cantor ( https://shibboleth.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A5b78efc9-1379-42cc-a3f6-56c6ea3a0007 ) *commented* on SSPCPP-964 ( https://shibboleth.atlassian.net/browse/SSPCPP-964?atlOrigin=eyJpIjoiMGJlNDFiZDdhMTliNDA2NGFkZGVlNzc0ZGExODM4YzgiLCJwIjoiaiJ9 )
Re: crash while checking configuration ( https://shibboleth.atlassian.net/browse/SSPCPP-964?atlOrigin=eyJpIjoiMGJlNDFiZDdhMTliNDA2NGFkZGVlNzc0ZGExODM4YzgiLCJwIjoiaiJ9 )
It occurs to me the problem here may be the background init option, which is loading the cache. If that flag is set, it’s doing the load in the background in a thread. I have a feeling that that doesn’t work here since the process shuts itself down so fast. I would bet it’s orphaning the thread and the objects its accessing.
As a test, try adding backgroundInitialize=”false” to the MDQ providers (true is the default).
It could be a function of the size of the caches and the fact that there are so many different ones.
( https://shibboleth.atlassian.net/browse/SSPCPP-964#add-comment?atlOrigin=eyJpIjoiMGJlNDFiZDdhMTliNDA2NGFkZGVlNzc0ZGExODM4YzgiLCJwIjoiaiJ9 ) Add Comment ( https://shibboleth.atlassian.net/browse/SSPCPP-964#add-comment?atlOrigin=eyJpIjoiMGJlNDFiZDdhMTliNDA2NGFkZGVlNzc0ZGExODM4YzgiLCJwIjoiaiJ9 )
Get Jira notifications on your phone! Download the Jira Cloud app for Android ( https://play.google.com/store/apps/details?id=com.atlassian.android.jira.core&referrer=utm_source%3DNotificationLink%26utm_medium%3DEmail ) or iOS ( https://itunes.apple.com/app/apple-store/id1006972087?pt=696495&ct=EmailNotificationLink&mt=8 ) This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100210- sha1:4037f92 )
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/commits/attachments/20221129/c3d68874/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: jira-generated-image-static-comment-icon-d1938667-2302-495e-80b7-035ed21eae07
Type: image/png
Size: 1084 bytes
Desc: not available
URL: <http://shibboleth.net/pipermail/commits/attachments/20221129/c3d68874/attachment-0003.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: jira-generated-image-avatar-b7299597-a5fd-40df-89fd-b55d841cf2c8
Type: image/png
Size: 345 bytes
Desc: not available
URL: <http://shibboleth.net/pipermail/commits/attachments/20221129/c3d68874/attachment-0004.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: jira-generated-image-static-footer-desktop-logo-c67f776a-d1eb-4441-bbd0-6d23f7602b5c
Type: image/png
Size: 10805 bytes
Desc: not available
URL: <http://shibboleth.net/pipermail/commits/attachments/20221129/c3d68874/attachment-0005.png>
More information about the commits
mailing list