bop-langs / rubybop

Safe parallel Ruby language based on BOP
6 stars 2 forks source link

Re-enable Ruby's signal handlers #132

Closed benohalloran closed 8 years ago

benohalloran commented 9 years ago

In bop library, write methods that allow the functions to be registered through bop (or just override libc again). The Bop handler will call each function registered, bop function last. This may break many things, but it can be tried fairly quickly.

benohalloran commented 9 years ago

We'd have to disable or override waitpid functions as well to alert the monitoring process. Might be too much engineering for too little use.