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 179367 - Swing editor (Matisse) freeze when click on component, save or close window with Windows 7 64 bit
Summary: Swing editor (Matisse) freeze when click on component, save or close window w...
Status: RESOLVED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: PC Windows 7 x64
: P1 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-11 03:33 UTC by laurentapo
Modified: 2010-01-19 02:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
stack trace freeze on click (230.15 KB, application/octet-stream)
2010-01-11 03:33 UTC, laurentapo
Details
stack trace on close (83.91 KB, application/octet-stream)
2010-01-11 03:34 UTC, laurentapo
Details
stacktrace click (101.33 KB, application/octet-stream)
2010-01-11 07:06 UTC, laurentapo
Details
stacktrace close (167.64 KB, application/octet-stream)
2010-01-11 07:07 UTC, laurentapo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description laurentapo 2010-01-11 03:33:10 UTC
Created attachment 93165 [details]
stack trace freeze on click

Hello,

I change my pc and os.
Before I have Windows XP (32 bit) and now Windows 7 (64 bit).

Since I change when I open a JDialog or JPanel and click on a component (JLabel, JButton,...) Netbeans freeze during 50 seconds. On windows XP, it take only 5 seconds

It also freeze when I save or close JDialog or JPanel.

I attach 2 log with "StackTrace Tool" one when I click on component and one when I close form.

Thanks for your help
Laurent

Old Pc:
windows XP pro (32 bit)
JDK 1.6.0 u05 
Netbeans 6.5
CPU: P4 HT 2.6
Ram: 2GO

New Pc:
Windows 7 pro (64 bit)
JDK 1.6.0 u05 (64 bit)
NetBeans 6.5.1
CPU: Q9400 (quad core) 2.7
RAM: 4GO
Comment 1 laurentapo 2010-01-11 03:34:02 UTC
Created attachment 93166 [details]
stack trace on close
Comment 2 Jan Stola 2010-01-11 05:51:54 UTC
The attached thread dumps are not from NetBeans IDE (try to search for netbeans - you won't find any occurence). Please, attach a thread dump of NetBeans IDE taken during the freeze. Thank you in advance.

See http://wiki.netbeans.org/GenerateThreadDump if you are not sure how to generate the thread dump.
Comment 3 laurentapo 2010-01-11 07:06:29 UTC
Created attachment 93178 [details]
stacktrace click
Comment 4 laurentapo 2010-01-11 07:07:18 UTC
Created attachment 93179 [details]
stacktrace close
Comment 5 laurentapo 2010-01-11 07:09:54 UTC
I use VisualVM instead an di post 2 trace
Comment 6 Tomas Pavek 2010-01-11 10:56:34 UTC
The last stacktraces show a problem that has been already fixed after NetBeans 6.5 (excessive scanning to find an Application class). Can you try NB 6.8 and let us know if it's working there?
Comment 7 laurentapo 2010-01-19 02:27:57 UTC
I test 6.8 and it's ok, there's no freeze. Thank you very much for your help.