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 170507 - When root logger is set to "FINE", NB creates infinite logs
Summary: When root logger is set to "FINE", NB creates infinite logs
Status: RESOLVED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All Windows Vista
: P4 blocker (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-17 21:21 UTC by mclaassen
Modified: 2009-09-19 10:55 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 mclaassen 2009-08-17 21:21:47 UTC
I put this in my netbeans.conf:
-J-D.level=1

The made a repeating pattern of:
FINE [org.openide.util.RequestProcessor]: Null task for item org.openide.util.RequestProcessor$Item
FINE [org.openide.util.RequestProcessor]: notifyRunning: RequestProcessor.Task [Logging Flush, 1] for task
org.netbeans.core.startup.TopLogging$NonClose@872380

The continues, making the IDE unusable and the log files keep growing.  It doesn't take too long for them to get to
around 1Gb in size.  Whatever information is in the log file at that point is hard to find because of all the noise.
Comment 1 Peter Pis 2009-08-26 10:04:25 UTC
Reassigning for further evaluation. Jardo, could you please have a look at it? Thanks. 
Comment 2 Jaroslav Tulach 2009-09-01 12:35:58 UTC
Don't do this, if it does not work.
Comment 3 Jaroslav Tulach 2009-09-18 14:52:52 UTC
I have not seen any infinity. Instead the whole system deadlocked for me. Improved by core-main#ed14775d069c
Comment 4 Quality Engineering 2009-09-19 10:55:39 UTC
Integrated into 'main-golden', will be available in build *200909190201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/1a25fe4b5f00
User: Jaroslav Tulach <jtulach@netbeans.org>
Log: Improving #170507 by using {0} to delay string concatenation