[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-bugs-dist
Subject:    Bug#2080: Konsole crashes when given large stdout without a '\n'
From:       Vomjom <vomjom () earthlink ! net>
Date:       1999-10-03 0:05:46
[Download RAW message or body]

Package: Konsole
Version: 0.9.11

Sorry if it has been reported already...

Say I make a program...

#include <stdio.h>

int main()
{
    int i = 0;
    while(++i < 5000)
    {
        printf("%d", i);
        fflush(stdout);
    }
    return 0;
}

Konsole then crashes.  I tried running this outside of konsole and it
worked fine.

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic