Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
6208 | minor | always | 12-18-18 19:15 | 01-10-19 15:15 | |
|
|||||
Reporter: | mikeb01 | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 4.0.59 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 4.0.60 | ||
|
|||||
Summary: | 0006208: ResinEmbed.join never exits | ||||
Description: | There appears to be a bug in ResinEmbed.join. This method sleep() + poll() the lifecycle of the ResinEmbed's interior Resin instance (_resin). When ResinEmbed.stop(), .close() or .destroy() is called it will run through the Resin instance applying to all of the contained instances. However, it does not change the livecycle of the _resin field on ResinEmbed so in the ResinEmbed.join() method the 'while (! _resin.isClosed())' statement never exits the loop gracefully. Found while dianosing 0006207. | ||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|