Closed
Description
Created by: benfry
Report for stdout/stderr collisions causing an error:
I linked to the start of the important changes in the
app/src/processing/app/ui/EditorConsole.java
file, but the links can be buggy; link to final file. (I had to squash the files when the processing 4 history was rewritten to remove large files; probably could've avoided doing that, but didn't bother).for (int i = 0; i < 10000; i++) { println("out"); System.err.println("err"); }
quickly results in somejava.util.EmptyStackException
s being thrown and running being broken.
Originally posted by @dzaima in processing/processing#6230 (comment)
Metadata
Metadata
Assignees
Labels
No labels