[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] Reproducible segfault with Squeak (Issue #601)

Marcel Taeumel notifications at github.com
Fri Oct 29 06:21:09 UTC 2021


Smalltalk stack looks okay; at least there are no strange repetitions that might head into an overflow-ish out-of-memory situation.

Here are some interesting stack frames:
```
  0x7ffd3b660328 M ClassForTestToBeDeleted91>fuelAccept: 0x2ca5c28: a(n) ClassForTestToBeDeleted91
  ...
  0x7ffd3b681f20 M FLCurrentContext class(DynamicVariable class)>value:during: 0x6a1ec98: a(n) FLCurrentContext class
  ...
  0x7ffd3b682280 I FLHookedSubstitutionTest>testClassWithCachedValueByNil 0x6f359e8: a(n) FLHookedSubstitutionTest
  ...
```

Here are some wild guesses:
- Maybe some issues in the area of class creation/deletion?
- Maybe some issues with our recent changes to process termination and #ensure: blocks? ("Most recent primitives" shows #findNextHandlerContextStarting, #findNextUnwindContextUpTo:)


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/601#issuecomment-954461772
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20211028/3738d488/attachment.html>


More information about the Vm-dev mailing list