Skip to content

Processing compiler becomes unresponsive with alternating println() and errors #5714

@rhpenguins

Description

@rhpenguins

Description

When there is an error and a message logged to the console alternating it seems to make the IDE unresponsive.

Expected Behavior

Current Behavior

Steps to Reproduce

This code will cause the error to happen:

for (int i=0; i < 1000000; i++) {
    System.err.println("ERROR");
    println("out");
}

Your Environment

  • Processing version: 3.4
  • Operating System and OS version: MacOS High Sierra
  • Other information:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions