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 107939 - at org.netbeans.modules.cnd.execution.OutputWindowWriter$GCCErrorParser.handleLine(OutputWindowWriter.java:405)
Summary: at org.netbeans.modules.cnd.execution.OutputWindowWriter$GCCErrorParser.handl...
Status: RESOLVED DUPLICATE of bug 105444
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-24 04:17 UTC by tyoc
Modified: 2007-07-10 13:09 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
1 of the 3 log files that I have (137.38 KB, text/plain)
2007-06-24 04:21 UTC, tyoc
Details
an anterior log, I guess (260.76 KB, application/octet-stream)
2007-06-24 04:22 UTC, tyoc
Details
Another log file (261.00 KB, application/octet-stream)
2007-06-24 04:23 UTC, tyoc
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tyoc 2007-06-24 04:17:25 UTC
java.util.EmptyStackException
	at java.util.Stack.peek(Stack.java:85)
	at java.util.Stack.pop(Stack.java:67)
	at org.netbeans.modules.cnd.execution.OutputWindowWriter$GCCErrorParser.handleLine(OutputWindowWriter.java:405)
	at org.netbeans.modules.cnd.execution.OutputWindowWriter.handleLine(OutputWindowWriter.java:157)
	at org.netbeans.modules.cnd.execution.OutputWindowWriter.write(OutputWindowWriter.java:81)
	at java.io.Writer.write(Writer.java:96)
	at java.io.PrintWriter.write(PrintWriter.java:361)
[catch] at org.netbeans.modules.cnd.execution.NativeExecution$OutputReaderThread.run(NativeExecution.java:184)


When doing "build project" for ogre3D, it hang there in the make install command that I give, in the command line
(gnome-terminal) doing make install just work fine.

By the way, it say that I need add messages.log, but it dosent say where to get it... also in the process list, it necer
hides, I need to terminate it, for delete it from the list.
Comment 1 tyoc 2007-06-24 04:21:38 UTC
Created attachment 44317 [details]
1 of the 3 log files that I have
Comment 2 tyoc 2007-06-24 04:22:31 UTC
Created attachment 44318 [details]
an anterior log, I guess
Comment 3 tyoc 2007-06-24 04:23:28 UTC
Created attachment 44319 [details]
Another log file
Comment 4 _ nzero2002 2007-07-10 13:09:44 UTC

*** This issue has been marked as a duplicate of 105444 ***