Bug 42011 - kdevelop frezes on large output to stdout
Summary: kdevelop frezes on large output to stdout
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: kdevelop 2.x (obsolete) (show other bugs)
Version: 2.1-beta
Platform: Mandrake RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop-Devel List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-02 12:48 UTC by mah
Modified: 2003-01-01 04:51 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mah 2002-05-02 12:42:57 UTC
(*** This bug was imported into bugs.kde.org ***)

Package:           kdevelop
Version:           2.1beta (using KDE 2.2.2 )
Severity:          normal
Installed from:    Mandrake Linux 8.2 i586 - 8.2
Compiler:          gcc version 2.96 20000731 (Mandrake Linux 8.2 2.96-0.76mdk)
OS:                Linux (i686) release 2.4.18-6mdk
OS/Compiler notes: 

By mistake i made a program that got into a endles loop producing huge amount af output to stdout.
when using debug run kdevelop freezes leving me unable to stop the runaway program..
I then killed my program from a konsole this made kdevelop responsive again until i click on the stdout tab. To look at the output this made kdevelop freeze again.
I have reproduced this a few times.

The endles loop occoured in a rule in a lex file.

<<EOF>>   printf("EOF found"); yyrestart(yyin);

I found a bug telling that restart i slow after large output. But this is not the case here. If i run the program with F9 in a seperate console there is no problem. i hit CTRL-C and things return to normal.


(Submitted via bugs.kde.org)
(Called from KBugReport dialog)
Comment 1 Caleb Tennis 2003-01-01 04:51:15 UTC
Since Gideon (3.0) uses konsole to perform the executions, this should be 
resolved.