Bug 208808 - Never ending loop if FIFO is in workspace
Summary: Never ending loop if FIFO is in workspace
Status: RESOLVED DUPLICATE of bug 149428
Alias: None
Product: CDT
Classification: Tools
Component: cdt-core (show other bugs)
Version: 3.0   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-05 15:28 EST by Jakub Hodaň CLA
Modified: 2009-01-09 16:25 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jakub Hodaň CLA 2007-11-05 15:28:30 EST
1) Start eclipse with CDT
1) Standard make all on project with selected workset ...OK
3) Run from terminal: mkfifo -m 0700 ~/path/to/Project/test_FIFO
4) Some change in code
5) ReMake all= never ending loop = eclipse can not be terminated normally I must use kill
6) Start eclipse - KO - never ending loop during loading workbench
7) FIFO must be removed
8) Start eclipse - OK

when I run eclipse by this:
/usr/share/eclipse -debug -consolelog -startup
nothing special is printed on console. Only this is suspicious:
.....
Debug options:
    file:/home/jakub/Vyvoj/c/Com/.options not found
.....

OS:
Linux kubik 2.6.17-16mdv #1 SMP Wed Sep 26 16:10:48 EDT 2007 i686 Celeron (Coppermine) GNU/Linux
ECLIPSE:
Version: 3.2.0
Build id: M20070212-1330 (Mandriva Linux release 2007.1 (Official) for i586)
CDT Tools
Eclipse C/C++ Development Tools
Version: 3.1.2.200703171315
Build id: 200703171315
GTK:
2.10.11-2.1mdv2007.1.i586
Comment 1 Anton Leherbauer CLA 2007-11-06 03:48:04 EST
See also bug 116728.

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