Ruby-Graphviz icon indicating copy to clipboard operation
Ruby-Graphviz copied to clipboard

Handle core dump gracefully

Open mvz opened this issue 8 years ago • 0 comments

If graphviz dumps core, the status returned by Open3.capture3 will return the value nil for #exitstatus. This causes a NoMethodError down the line in Graphviz::Utils#output_from_command because status is nil but errors is not empty.

mvz avatar Jan 30 '17 12:01 mvz