Bug 264 : capture object not killed when sketch is stopped with [stop] button
Last modified: 2005-12-27 21:46




Status:
RESOLVED
Resolution:
DUPLICATE of bug 77
Priority:
P3
Severity:
normal

 

Reporter:
depth
Assigned To:
fry

Attachment Type Created Size Actions

Description:   Opened: 2005-12-27 20:08
using the Capture example, on an iBook G4 / OSX 10.4.2 / processing v.0098

enter a println statement into void captureEvent.
run the sketch (with a successful capture), and stop the sketch with the stop button.
the println will continue printing to the console -- the video/capture thread was apparently not
killed.

this error does not occur when closing the sketch with the X button in the sketch window; the
thread seems to be killed correctly.
Additional Comment #1 From fry 2005-12-27 21:46
yeah, this issue affects all libraries, unfortunately.

*** This bug has been marked as a duplicate of 77 ***