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 218923 - NetBeans freezes after some actions on a table and then finally "Recreate Table"
Summary: NetBeans freezes after some actions on a table and then finally "Recreate Table"
Status: RESOLVED INCOMPLETE
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.3
Hardware: PC Mac OS X
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-24 18:36 UTC by host
Modified: 2012-09-27 15:48 UTC (History)
0 users

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 host 2012-09-24 18:36:30 UTC
I connect to a (not-so large) PostgreSQL 9.0 database with 39 tables. Here I perform several operations on one table, like "View Data", "Grab Structure", "Recreate Table" iteratively. This works but at some time when clicking "Recreate Table" the whole IDE freezes - no exception is thrown or anything.
Comment 1 Jaroslav Havlin 2012-09-26 14:57:32 UTC
I'm sorry, I cannot reproduce.
Please, could you try to reproduce the bug and create a thread dump?
If so, attach it to the issue and reopen.
See http://wiki.netbeans.org/GenerateThreadDump
Thank you.
Comment 2 host 2012-09-27 14:17:59 UTC
Sorry but I am unable to create a stack trace. Here is what I tried:

Holger-Stenzhorns-MacBook-Air:~ holger$ jps -lm
1925 org.netbeans.Main --userdir /Users/holger/Library/Application Support/NetBeans/7.3beta --cachedir /Users/holger/Library/Caches/NetBeans/7.3beta --branding nb
2447 sun.tools.jps.Jps -lm
Holger-Stenzhorns-MacBook-Air:~ holger$ jstack 1925
1925: Unable to open socket file: target process not responding or HotSpot VM not loaded
The -F option can be used when the target process is not responding

What am I doing wrong here?
Comment 3 Jaroslav Havlin 2012-09-27 15:48:13 UTC
(In reply to comment #2)
> Sorry but I am unable to create a stack trace. Here is what I tried:

I don't know, I'm sorry. Did you try the -F option?
Or another way to get the dump, e.g. using kill -QUIT process_id?
Thanks.