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 87888 - [55cat] NetBeans 5.5 RC2 Commands Don't responds and IDE Hangs
Summary: [55cat] NetBeans 5.5 RC2 Commands Don't responds and IDE Hangs
Status: RESOLVED INVALID
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: Macintosh Mac OS X
: P2 blocker (vote)
Assignee: Andrei Badea
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-24 17:08 UTC by byteme
Modified: 2007-04-23 13:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
NetBeans Log File (56.09 KB, text/plain)
2006-10-24 17:10 UTC, byteme
Details

Note You need to log in before you can comment on or make changes to this bug.
Description byteme 2006-10-24 17:08:51 UTC
[ JDK VERSION : 1.5.0_06 ]

I am connected to a DB2 Database using the 8.2 drivers.  When I get a long running query and would like to stop it:

1.  I right click or left-click on the Executing SQL Statements progress bar, select cancel and nothing happens
2.  I right click on the Connection Node in the runtime panel, hit disconnect and nothing happens
3.  I sometimes have to force quit the IDE when it hangs.

Is there another way of cleanly terminating a running SQL Query Process?
Comment 1 byteme 2006-10-24 17:10:01 UTC
Created attachment 35500 [details]
NetBeans Log File
Comment 2 Andrei Badea 2006-10-25 09:16:41 UTC
No, generally there is no clean way (at least none that I know of). If Cancel
didn't do anything, then the SQL execution thread is blocked waiting for input
from a stream. Thread.interrupt() doesn't seem to be able to interrupt a thread
in this state.

Please attach two full thread dumps: one before and one after clicking Cancel.
Comment 3 Andrei Badea 2007-01-03 16:09:06 UTC
Marking as incomplete until the information required in my previous post is
provided.
Comment 4 Andrei Badea 2007-04-23 13:10:09 UTC
No further information provided, closing.