w5wa / phantomuserland

Automatically exported from code.google.com/p/phantomuserland
GNU Lesser General Public License v3.0
1 stars 1 forks source link

Untie blocking syscalls from snap end #163

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 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