[Konsole-devel] [Bug 140952] Konsole crashes on start-up with "Konsole is unable to open a PTY"

Ace Frehley afrehley at gmail.com
Wed Feb 7 07:41:42 UTC 2007


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=140952         




------- Additional Comments From afrehley gmail com  2007-02-07 08:41 -------
I ran strace from Alt-F2 and it produced an output file of over 500K.  There were a number of PTY related messages, but they were all identical, as follows:

open("/dev/ptyp0", O_RDWR)              = -1 ENOENT (No such file or directory)
open("/dev/ptyp1", O_RDWR)              = -1 ENOENT (No such file or directory)
.
.
.
open("/dev/ptyoy", O_RDWR)              = -1 ENOENT (No such file or directory)
open("/dev/ptyoz", O_RDWR)              = -1 ENOENT (No such file or directory)

Are there other messages that I should look for or should I post the whole strace output file?



More information about the konsole-devel mailing list