GRIP icon indicating copy to clipboard operation
GRIP copied to clipboard

GRIP crashes when closing a running operation.

Open AmirMenad opened this issue 8 years ago • 4 comments
trafficstars

AmirMenad avatar Jan 21 '17 19:01 AmirMenad

Please be more specific. What operation was running? Did you close the app window, or the X button on the operation in the pipeilne?

SamCarlberg avatar Jan 23 '17 14:01 SamCarlberg

By clicking the X button on the operation while it's running, it will throw a java error and freeze up.

AmirMenad avatar Jan 24 '17 15:01 AmirMenad

Can you post the error? And what operation(s) does this happen with?

SamCarlberg avatar Jan 24 '17 15:01 SamCarlberg

This is probably a deadlock between the pipeline thread and the java FX thread.

I'm not really certain what thread condition would cause a deadlock but it probably is a convergence between the JavaFx thread and the pipeline runner thread.

Maybe a quick fix would be to run the removal of the step from the pipeline in a different thread than the javafx thread.

JLLeitschuh avatar Feb 07 '17 16:02 JLLeitschuh