marekjm / viuavm

Parallel virtual machine designed to reliably run massively concurrent programs
https://viuavm.org/
GNU General Public License v3.0
71 stars 11 forks source link

Joinable threads in popped frame should crash #111

Closed marekjm closed 8 years ago

marekjm commented 8 years ago

Popping a frame from stack should cause an exception to be thrown or abort execution if the frame contains joinable thread handle.

It is more useful to show something like joinable thread handle destroyed during frame pop, here's stack trace than main/1 orphaned threads, stack corrupted.

marekjm commented 8 years ago

OK, done.