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 83533 - Strange infinity loop while C compiling
Summary: Strange infinity loop while C compiling
Status: RESOLVED DUPLICATE of bug 82308
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: Sun Linux
: P3 blocker (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-27 12:44 UTC by wanto
Modified: 2007-09-06 18:01 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot (77.81 KB, image/png)
2006-08-27 12:45 UTC, wanto
Details

Note You need to log in before you can comment on or make changes to this bug.
Description wanto 2006-08-27 12:44:49 UTC
I have a problem with compiling C applications with C++ NetBeans pack. When I 
do a mistake (for example syntax error), C++ pack should write it into output. 
But it doesn't write the error once, but in infinity loop. See the screenshot: 
http://wanto.czweb.org/blbosti/screen4.png

There is a project with one file and one syntax error. But see the output...

I use NetBeans 5.5 now. When I used NetBeans 5.0, it was ok.
Comment 1 wanto 2006-08-27 12:45:45 UTC
Created attachment 33300 [details]
Screenshot
Comment 2 _ gordonp 2006-08-28 17:20:55 UTC
This issue is a duplicate of Issue 82308. I fixed that one on 8/15 although I
reassiged it rather than closing it as fixed (it may have broken another module).
The next C/C++ Dev pack delivery will have this fix.

As a workaround, remove the empty file ".fail" in the compiling directory. This
file gets created after each error and causes failures if it already exists. So
a partial workaround is to manually remove this file.

Its only a partial workaroud because multiple errors will each try to recreate
the file. Removing it after the 1st error doesn't do any good if it gets
recreated after another error.

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