GemTalk / PharoGemStoneFFI

GemStone GCI access via Pharo FFI
MIT License
1 stars 4 forks source link

temp obj space gets filled up on logout #7

Closed ericwinger closed 3 years ago

ericwinger commented 3 years ago

I don't have a reproduction case yet, but sometimes I get this error when logging out of a gci connection. This only started recently. Recording the issue for tracking until it's reliably reproducable. Loaded sha's are:

- Sparkle `2efb99d`
- RSR `12a439b`
- SparkleFFI `a574f8a` 
- Pharo 9 build - 1324
Server - 3.7.0, 
GemStone/S 64 Bit
3.7.0 Build: 2021-04-19T17:37:37-07:00 9081d8b2959d8f1bd35bd3cba71360f7d3745fb9
Tue Apr 20 14:18:53 2021 (branch 3.7.0)

image

ericwinger commented 3 years ago

I was able to determine that the spike in temp obj space usage was very sudden using vsd. I don't recall doing much except for logging out. Something perhaps in the logout went awry? image

ericwinger commented 3 years ago

Going to close this - Believe the problem just happened to manifest around a logout but was caused by excessive instances of ClassOrganizer which has now been fixed.