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 207466 - IllegalStateException: getInputStream invoked in AWT
Summary: IllegalStateException: getInputStream invoked in AWT
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Ide (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: J Bachorik
URL:
Keywords: PERFORMANCE
Depends on:
Blocks: 206311
  Show dependency tree
 
Reported: 2012-01-18 15:31 UTC by Petr Cyhelsky
Modified: 2012-04-02 15:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 184537


Attachments
stacktrace (3.40 KB, text/plain)
2012-01-18 15:31 UTC, Petr Cyhelsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Cyhelsky 2012-01-18 15:31:26 UTC
Build: NetBeans IDE Dev (Build 20120118-ab16ccd545a5)
VM: OpenJDK 64-Bit Server VM, 20.0-b11, OpenJDK Runtime Environment, 1.6.0_22-b22
OS: Linux

User Comments:
cyhelsky: save heapdump




Stacktrace: 
java.lang.IllegalStateException: getInputStream invoked in AWT
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObj.getInputStream(FileObj.java:219)
   at org.openide.filesystems.FileUtil.copyFileImpl(FileUtil.java:738)
   at org.openide.filesystems.FileObject.copy(FileObject.java:143)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.BaseFileObj.copy(BaseFileObj.java:247)
   at org.openide.filesystems.FileUtil.copyFile(FileUtil.java:797)
   at org.netbeans.modules.profiler.ResultsManager.exportSnapshot(ResultsManager.java:1014)
Comment 1 Petr Cyhelsky 2012-01-18 15:31:28 UTC
Created attachment 115031 [details]
stacktrace
Comment 3 Quality Engineering 2012-04-02 15:58:06 UTC
Integrated into 'main-golden', will be available in build *201204021038* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/6c5395fd1dac
User: Jaroslav Bachorik <yardus@netbeans.org>
Log: #207825,#207466,#207457,#207450: Off-loading IO operation off the EDT