This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 117260 - Race condition causing NPE from TestNotifier
Summary: Race condition causing NPE from TestNotifier
Status: RESOLVED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Krauskopf
URL:
Keywords: RANDOM, THREAD
Depends on:
Blocks:
 
Reported: 2007-10-01 09:19 UTC by Martin Krauskopf
Modified: 2007-10-12 14:36 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Krauskopf 2007-10-01 09:19:21 UTC
SEVERE [org.openide.util.RequestProcessor]
java.lang.NullPointerException
        at org.netbeans.modules.ruby.rubyproject.TestNotifier.start(TestNotifier.java:105)
        at org.netbeans.modules.ruby.rubyproject.execution.OutputForwarder.run(OutputForwarder.java:135)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:561)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:986)
Comment 1 Martin Krauskopf 2007-10-12 14:36:42 UTC
projects/src/org/netbeans/modules/ruby/rubyproject/TestNotifier.java;
new revision: 1.13; previous revision: 1.12