berkus / phantomuserland

Automatically exported from code.google.com/p/phantomuserland
0 stars 0 forks source link

Untie blocking syscalls from snap end #163

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
    // BUG FIXME snapper won't continue until this thread is unblocked: end of snap waits for all stooped threads to awake

see snap_sync.c 348 - forever blocking VM threads will stop snapper from 
working. must find way to finish snapper not waiting for all threads to
continue.

Original issue reported on code.google.com by dmitry.zavalishin@gmail.com on 11 Jun 2012 at 9:08