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 37695 - ISE is thrown repeatedly into console, don't know why:-(
Summary: ISE is thrown repeatedly into console, don't know why:-(
Status: VERIFIED DUPLICATE of bug 37810
Alias: None
Product: cnd
Classification: Unclassified
Component: Terminalemulator (show other bugs)
Version: 3.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: _ tboudreau
URL:
Keywords: THREAD
Depends on:
Blocks:
 
Reported: 2003-12-03 10:02 UTC by dmladek
Modified: 2008-12-23 08:41 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
begining of my ide.log with repeated stacktrace of ISE (28.20 KB, text/plain)
2003-12-03 10:03 UTC, dmladek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dmladek 2003-12-03 10:02:01 UTC
Product Version       = NetBeans IDE Dev (Build
200312021900)
  Operating System      = Linux version
2.4.20-18.9 running on i386
  Java; VM; Vendor      = 1.4.2; Java HotSpot(TM)
Client VM 1.4.2-b28; Sun Microsystems Inc.
  Java Home             =
/usr/local/java/j2sdk1.4.2/jre
  System Locale; Encod. = cs_CZ; ISO-8859-2
  Home Dir; Current Dir = /usr/local/home/delphym;
/usr/local/forte/forte3/NBdev-last/netbeans/bin
  IDE Install; User Dir =
/usr/local/home/delphym/NBdev-last;
/usr/local/home/delphym/.netbeans/dev
-------------------------------------------------------------------------------

I don't have any appropriate info how and when it
begin to occure. My console is under the stupid
MDI mode (SDI is unusable for me now).
So, just after i while of work I look into consele
and found hundreds of ISE in it.
I'm attaching the beginning of the ide.log
so maybe you'll find something bad in the code
from the stackrace. I won't tell you any more
details, sorry.

only that I have mounted sevaral JAvaCVS FSs and
G-CVS FSs and local and jar FSs and Doc.
Comment 1 dmladek 2003-12-03 10:03:35 UTC
Created attachment 12394 [details]
begining of my ide.log with repeated stacktrace of ISE
Comment 2 _ pkuzel 2003-12-03 15:13:47 UTC
It's output term problem.
Comment 3 _ tboudreau 2003-12-05 19:50:04 UTC
AFAIK this is because isOpen() accesses the winsys from a non-awt
thread, which is illegal.  Peter Z. was talking about implementing
some kind of fix with a boolean flag that was thread safe for this.  

Peter, is this the same issue and do you have a fix, or is it
something else?  It looks like it may really be opening the component
from another thread (which should be made thread-safe but isn't right
now, it appears).

There's only a limited amount I'm going to be able to do about any
problems in OTT for the time being.
Comment 4 _ tboudreau 2003-12-05 21:35:18 UTC
Marking as duplicate of jesse's 37810, which has slightly better
description.

*** This issue has been marked as a duplicate of 37810 ***
Comment 5 dmladek 2003-12-09 14:13:50 UTC
yes, definitely:-) Thanks Tim.
BTW: Seems that it is fixed:-)
Comment 6 Quality Engineering 2008-12-23 08:41:29 UTC
moving terminal emulator issues to terminalemulator component.
To see the correct version and target milestone of this issue look at Issue
Activity table.