z3jiang / mcvm

A fork of the Sable/mcvm to add in online, low overhead hotspot profiler
Other
2 stars 0 forks source link

add flag to disable heartbeat #8

Closed z3jiang closed 11 years ago

z3jiang commented 11 years ago

related to #7

add a flag to disable heartbeat so that the program don't randomly receive broken pipe during debugging / stepping and quites

z3jiang commented 11 years ago

fixed in commit 2fb07c06911508beb344794e497596d9aa9535e0

note that this only prevents random broken pipes if stepping during a method that sends / receives data via sockets, the program still dies