Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Nov 2000 13:21:48 -0800 (PST)
From:      Nick Sayer <nsayer@sftw.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/22555: KDE konsoles crash immediately
Message-ID:  <200011022121.eA2LLmj07741@yoda.sftw.com>

next in thread | raw e-mail | index | archive | help

>Number:         22555
>Category:       ports
>Synopsis:       KDE konsoles crash immediately
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 02 13:30:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Nick Sayer
>Release:        FreeBSD 4.1.1-RELEASE i386
>Organization:
Just me
>Environment:

KDE 2.0

>Description:

When you attempt to start a konsole, it crashes immediately in TEPty::makePty() unless you run a konsole from inside an xterm (or anything else with stdin open).

>How-To-Repeat:

>Fix:

See patch in KDE bug # 11075. Roughly speaking, the diff is in TEPty.c at
line 438:

-if (! (str_ptr=ttyname(0)) ) {
+if (! (str_ptr=ttyname(fd)) ) {



>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200011022121.eA2LLmj07741>