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 190467

Summary: NullPointerException at org.netbeans.modules.masterfs.watcher.LinuxNotifier.nextEvent
Product: platform Reporter: Jesse Glick <jglick>
Component: FilesystemsAssignee: Petr Nejedly <pnejedly>
Status: RESOLVED FIXED    
Severity: normal CC: anebuzelsky
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 172668
Bug Depends on:    
Bug Blocks: 26230    
Attachments: stacktrace

Description Jesse Glick 2010-09-20 16:32:57 UTC
This issue was reported manually by jglick.
It already has 1 duplicates 


Build: NetBeans IDE Dev (Build 100920-44dca4908ecb)
VM: Java HotSpot(TM) Client VM, 17.0-b16, Java(TM) SE Runtime Environment, 1.6.0_21-b06
OS: Linux

User Comments:
jglick: Was thrown many times after I resumed my computer from suspend.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.masterfs.watcher.LinuxNotifier.nextEvent(LinuxNotifier.java:138)
   at org.netbeans.modules.masterfs.watcher.Watcher$Ext.run(Watcher.java:137)
   at java.lang.Thread.run(Thread.java:619)
Comment 1 Jesse Glick 2010-09-20 16:33:02 UTC
Created attachment 102087 [details]
stacktrace
Comment 2 Petr Nejedly 2010-09-20 17:52:48 UTC
Thanks for a great test case causing the OS notification queue overflow.
The fix will be two-part:
*) correctly forward the overflow event to the infrastructure (and prevent NPE)
*) Do a full refresh of all the registered folders.
Comment 3 Petr Nejedly 2010-09-20 18:02:41 UTC
The NPE part is fixed:
http://hg.netbeans.org/core-main/rev/205206707791

The overflow handling is filed as: 190470
Comment 4 Quality Engineering 2010-09-22 03:07:54 UTC
Integrated into 'main-golden', will be available in build *201009220000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/205206707791
User: Petr Nejedl