| Summary: | Frysk throws a lot of StringIndexOutOfBoundsException and gives no response in GUI. | ||
|---|---|---|---|
| Product: | frysk | Reporter: | Yong Zheng <zhengyzy> |
| Component: | general | Assignee: | Andrew Cagney <cagney> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | mcvet, pmuldoon, qiyaoltc, woodzltc |
| Priority: | P2 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Host: | X86_64 | Target: | |
| Build: | Last reconfirmed: | ||
| Project(s) to access: | ssh public key: | ||
| Bug Depends on: | |||
| Bug Blocks: | 1633, 2127 | ||
| Attachments: | the test case for this bug. | ||
|
Description
Yong Zheng
2006-10-23 08:00:47 UTC
Created attachment 1385 [details]
the test case for this bug.
Compile the program through:
gcc -g -o daemon daemon.c
This has been fixed in the current CVS head. It turns out there are multiple versions of unistd.h and it was trying to get added to the DOM multiple times. A check added in enterInclusion in CDTParser.java has fixed this. |