Manuscript (Case [Issue]21382) Zinc - https leaks memory in Ubuntu 64bit / Pharo 6.1 64bit

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Manuscript (Case [Issue]21382) Zinc - https leaks memory in Ubuntu 64bit / Pharo 6.1 64bit

Pharo Issue Tracker
Manuscript Notification
avatar
Bug in Project:  Zinc: 1. Pharo Image  •  You are subscribed to this case
Here is one way to look at resource consumption for this issue:

<code>
{ ZdcSecureSocketStream allInstances. ZdcPluginSSLSession allInstances }.
</code>

Now, if I run either
<code>
[ 100 timesRepeat: [ ZnClient new systemPolicy; beOneShot; get: 'https://pharo.org' ] ] timeToRun.
</code>
or even (not closing properly)
<code>
[ 100 timesRepeat: [ ZnClient new systemPolicy; get: 'https://pharo.org' ] ] timeToRun.
</code>
This code does make 100 new HTTPS connections.
All of the above instances counts are zero afterwards. I am on macOS and Pharo 7.

How does that work for you ?
Can you rewrite it so that it shows the leak (inside the image) ?
Priority Priority: 3 – Must Fix Status Status: Work Needed
Assigned To Assigned to: Everyone Milestone Milestone: Later

Go to Case
No longer need updates? Unsubscribe from this case.

Don't want Manuscript notifications anymore? Update your preferences.

Manuscript

_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
https://lists.gforge.inria.fr/mailman/listinfo/pharo-bugtracker