Menu

#1096 Console: NPE when running detached apps writing to stderr

closed-fixed
Damien
None
5
2012-05-10
2008-10-25
Alan Ezust
No

Platform: linux

From console: run a detached app in the background that prints to stderr.
For each line it prints, you get one of these:

java.lang.NullPointerException
at console.StreamThread.flushLine(StreamThread.java:217)
at console.StreamThread.run(StreamThread.java:130)

Steps to reproduce:

Discussion

  • Alan Ezust

    Alan Ezust - 2011-11-29
    • assigned_to: ezust --> nobody
     
  • Jarek Czekalski

    Jarek Czekalski - 2011-12-27

    Steps to reproduce with Console 4.4.3, jedit 4.4.2, jre 1.6.22 on Windows XP:

    Run a command in Console:
    ant -version &

    Alan, why did you unassign yourself from this entry? You're one of 2 plugin authors and the only one active.

     
  • Alan Ezust

    Alan Ezust - 2011-12-28

    i unassigned myself because I don't know how to fix it. also, I think it was introduced by someone else's commit.

     
  • Alan Ezust

    Alan Ezust - 2012-01-29
    • assigned_to: nobody --> kog13
     
  • Damien

    Damien - 2012-05-10

    Fixed with revision 21654.

     
  • Damien

    Damien - 2012-05-10
    • status: open --> closed-fixed
     

Log in to post a comment.