PengZheng edited a comment on issue #405: URL: https://github.com/apache/celix/issues/405#issuecomment-1079686779
According to Zhenbao Xu's analysis, this one is due to incorrect resource release order. The cure to this kind of issues is to release resources in strict reverse order as they are acquired. That is if resources are acquired in order of ABCDE, they should be released in order EDCBA. Given that Xu is now focusing on RSA/PSA, I think he will come with fixes when he fully grasps the whole design of these two components. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@celix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org