Bug 18431 - cbrowser freezes on save
Summary: cbrowser freezes on save
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Source-Navigator
Classification: Retired
Component: cbrowser
Version: 4.5.1
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Syd Polk
QA Contact: Syd Polk
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2000-10-05 16:53 UTC by Need Real Name
Modified: 2007-04-18 16:29 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2000-10-16 19:13:29 UTC
Embargoed:


Attachments (Terms of Use)

Description Need Real Name 2000-10-05 16:53:34 UTC
If I write the following code


class DC
{
public:
	f(hey;		// sic

};

and try to save the file, source navigator seems to freeze indefinitely. 
If I send the cbrowser process a TERM, I get a "child died" message box
obviously and a message that it couldn't parse the file.  Then it saves it
properly; I just don't get the pretty colors (and I have to open a terminal
and kill the process).  The same thing happens if I try to open a file with
something like that in it.
However, this saves properly:

c lass DC
{
public:
	int f(hey;

};

Just letting you guys know.

Comment 1 Syd Polk 2001-03-23 22:30:15 UTC
Source-Navigator is not on the Red Hat distribution currently, and there are no plans to officially resolve this bug.



Note You need to log in before you can comment on or make changes to this bug.