Bug 39240

Summary: Silently logged messages
Product: [Eclipse Project] JDT Reporter: DJ Houghton <dj.houghton>
Component: CoreAssignee: JDT-Core-Inbox <jdt-core-inbox>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P3    
Version: 3.0   
Target Milestone: 3.0 M2   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Attachments:
Description Flags
log file none

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 ***