[Kst] [Bug 241394] crash when trying to configure stdin datasource

Timo Lindfors timo.lindfors at iki.fi
Mon Jun 14 10:25:38 CEST 2010


https://bugs.kde.org/show_bug.cgi?id=241394





--- Comment #3 from Timo Lindfors <timo lindfors iki fi>  2010-06-14 10:25:36 ---
Please reopen. Now even step 1 fails:

$ while true; do echo $RANDOM; sleep 1; done | src/kst/kst -y 1 stdin
kst: ERROR: No data in file stdin.  Trying to continue...

and using a temporary file does not help:

$ while true; do echo $RANDOM; sleep 1; done > a
$ head a
31215
25986
25817
$ src/kst/kst -y 1 stdin < a
kst: ERROR: No data in file stdin.  Trying to continue...

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Kst mailing list