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 258545 - Infinite empty "Error" windows popping up when using the preview button
Summary: Infinite empty "Error" windows popping up when using the preview button
Status: RESOLVED INCOMPLETE
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.1
Hardware: PC Linux
: P1 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-26 23:59 UTC by Majora320
Modified: 2016-03-30 08:43 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
The entire 'messages.log' file from ~/.netbeans/8.1/var/log/messages.log: messages.log.1 and messages.log.2 were both empty. (73.31 KB, text/plain)
2016-03-30 02:18 UTC, Majora320
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Majora320 2016-03-26 23:59:24 UTC
When I click "preview" for my GUI application, which is a JFrame with a tabbed pane inside it that has 6 tabs, one of which is another class, everything seems to be normal. However, when I have been switching between the tabs for about 10 seconds, NetBeans acts as if it has entered a while loop displaying empty frames with "Error" as the title. This lags my system so much I am forced to hold down the power off button. When I reboot NetBeans, nothing strange occurs, and Exception Reporter does not seem to notice (Probably because I am forced to power off my system). This has happened three times.
Comment 1 Svata Dedic 2016-03-29 06:14:21 UTC
look into the ide's logfile ($userdir/var/log/messages*), there's a chance that some of the error(s) got logged before you shut down the system. Please attach the relevant log parts.
Comment 2 Tomas Pavek 2016-03-29 11:36:17 UTC
Can you provide the form where the problem happens? Ideally attach the whole project (or a stripped-down sample project that still allows to open the form).

Also please provide the log file (see http://wiki.netbeans.org/FaqLogMessagesFile) so we know what the error was. If you started NetBeans without the error meanwhile, the error will not be in messages.log but in the older log files (messages.log.1 or messages.log.2).

I suspect it was a problem of some of the custom component added to the form.
Comment 3 Majora320 2016-03-30 02:18:09 UTC
Created attachment 159043 [details]
The entire 'messages.log' file from ~/.netbeans/8.1/var/log/messages.log: messages.log.1 and messages.log.2 were both empty.
Comment 4 Tomas Pavek 2016-03-30 08:43:39 UTC
That log file contains no errors.