Bug 39240 - Silently logged messages
Summary: Silently logged messages
Status: RESOLVED DUPLICATE of bug 3853
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.0 M2   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-23 14:50 EDT by DJ Houghton CLA
Modified: 2003-06-30 05:59 EDT (History)
0 users

See Also:


Attachments
log file (987.68 KB, text/plain)
2003-06-23 14:51 EDT, DJ Houghton CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description DJ Houghton CLA 2003-06-23 14:50:46 EDT
build i0618, winxp, j9sc20030617

I just noticed that my log file is growing continuously with these silent 
errors about a source attachment to a JAR file. Will attach log file.
Comment 1 DJ Houghton CLA 2003-06-23 14:51:17 EDT
Created attachment 5278 [details]
log file
Comment 2 DJ Houghton CLA 2003-06-23 16:44:47 EDT
Doing a build in my workspace is resulting in a log file which is megabytes in 
size. 

My CPU was 100% and I hit the Cancel button (it said that it was compiling one 
of the projects) but nothing happened.

The file kept growing and growing and eventually I killed the java process 
after the file got to be over 60M.
Comment 3 DJ Houghton CLA 2003-06-23 17:10:16 EDT
Ignore the last comment.
The NPE in my log is covered by Bug 39245.
The infinite loop is covered by Bug 39169.

What looks like is happening:
1) JDT is logging a message re: source attachments
2) PDE log view is listening to this
3) PDE log view gets a NPE and tries to log to the file
4) goto 2

But the original problem of the JDT messages still remains.
Comment 4 Philipe Mulet CLA 2003-06-30 05:59:55 EDT
This logging scenario is addressed now. Closing

*** This bug has been marked as a duplicate of 3853 ***