From owner-freebsd-threads@FreeBSD.ORG Sun Jun 29 08:02:14 2003 Return-Path: Delivered-To: freebsd-threads@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D60E637B401 for ; Sun, 29 Jun 2003 08:02:14 -0700 (PDT) Received: from thuis.piwebs.com (217-19-20-186.dsl.cambrium.nl [217.19.20.186]) by mx1.FreeBSD.org (Postfix) with SMTP id 3DB4E4400F for ; Sun, 29 Jun 2003 08:02:12 -0700 (PDT) (envelope-from avleeuwen@piwebs.com) Received: (qmail 18804 invoked by uid 85); 29 Jun 2003 15:02:18 -0000 Received: from avleeuwen@piwebs.com by thuis.piwebs.com by uid 82 with qmail-scanner-1.15 (uvscan: v4.1.60/v4210. spamassassin: 2.x. Clear:SA:0(-4.3/5.0):. Processed in 11.06236 secs); 29 Jun 2003 15:02:18 -0000 X-Spam-Status: No, hits=-4.3 required=5.0 Received: from unknown (HELO 192.168.0.109) (192.168.0.109) by 0 with SMTP; 29 Jun 2003 15:02:06 -0000 From: Arjan van Leeuwen To: "David Xu" , "David Xu" , Date: Sun, 29 Jun 2003 17:01:59 +0200 User-Agent: KMail/1.5.2 References: <200306282137.36740.avleeuwen@piwebs.com> <000d01c33dd1$80363040$0701a8c0@tiger> In-Reply-To: <000d01c33dd1$80363040$0701a8c0@tiger> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200306291701.59204.avleeuwen@piwebs.com> cc: kde@freebsd.org Subject: Re: libkse & konsole X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jun 2003 15:02:15 -0000 if (! (str_ptr=ttyname(tt)) ) { str_ptr = ttynam; abort(); } This is where it is aborting. I'm not sure where to go from here. Apparently, Konsole has difficulty chowning and chmodding the /dev/ttypx that it wants to use. Arjan On Sunday 29 June 2003 02:00, David Xu wrote: > Anyone if has interest to dig it out, here is the kconsole problem code: > > http://webcvs.kde.org/cgi-bin/cvsweb.cgi/kdebase/konsole/konsole/TEPty.cpp? >rev=1.69&content-type=text/x-cvsweb-markup > > Look into memember function makePty(bool _addutmp) of class TEPty, > there are some abort() calls, I think one of them is triggered. > Unfortunatly, unlike other KDE codes, it does not print debug message > in X11 startup text console. > > BTW, kconsole is working as same as before I commited the new signal code. > On my machine, 50% crashes, 50% works. > > David Xu > > ----- Original Message ----- > From: "Arjan van Leeuwen" > To: > Cc: > Sent: Sunday, June 29, 2003 3:37 AM > Subject: libkse & konsole > > > Hi, > > > > With the newest libkse library (mapped via libmap.conf) I can not start > > KDE's terminal emulator Konsole anymore. > > > > Until recently, it was possible to start Konsole with libkse, although it > > would crash about 50% of the time (it always worked fine when it was > > started though). > > > > Now, it crashes 100% of the time. I'm not able to use it anymore. Is > > there any information I can provide that might help to solve this > > problem? > > > > Best regards, > > > > Arjan > > > > _______________________________________________ > > freebsd-threads@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-threads > > To unsubscribe, send any mail to > > "freebsd-threads-unsubscribe@freebsd.org"