Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Aug 2003 12:03:35 -0400 (EDT)
From:      Daniel Eischen <eischen@vigrid.com>
To:        Larry Rosenman <ler@lerctr.org>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: KDE Konsole, crashes, on a SIGABRT...
Message-ID:  <Pine.GSO.4.10.10308231158500.5212-100000@pcnet5.pcnet.com>
In-Reply-To: <6020000.1061649060@lerlaptop.lerctr.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 23 Aug 2003, Larry Rosenman wrote:
> 
> --On Saturday, August 23, 2003 10:27:59 -0400 Daniel Eischen 
> <eischen@vigrid.com> wrote:
> 
> > On Sat, 23 Aug 2003, Larry Rosenman wrote:
> >>
> >> --On Saturday, August 23, 2003 15:22:35 +0200 Michael Nottebrock
> >> <lofi@freebsd.org> wrote:
> >>
> >> > On Saturday 23 August 2003 14:51, Larry Rosenman wrote:
> >> >
> >> >> I'm not sure how to switch to a libkse'd world.
> >> >
> >> > You have to explicitly make and install both libkse and libthr:
> >> >
> >> > cd /usr/src/lib/libpthread && make && make install (will give you
> >> > libkse) cd /usr/src/lib/libthr && make && make install (will give you
> >> > libthr)
> >> >
> >> > Then, create /etc/libmap.conf to map libc_r to either libthr or libkse,
> >> > globally or just for single executables. Look at the libmap.conf
> >> > manpage, is  has a nice example and all the information.
> >> libkse and libthr are built by default now.
> >>
> >> konsole crashes with all 3 (libc_r, libthr, libkse).
> >>
> >> How can I help figure this out?
> >
> > We (threads guys) think it's a problem with konsole.  It is trying
> > to change ownership of the pty and is failing to do so.  We don't
> > know why.  Sometimes it works, sometimes it doesn't.  konsole
> > aborts itself when it can't change/open the pty, so SIGABRT is
> > expected.
> Interestingly, if I use /etc/libmap.conf to map libc_r.(so|so.5) to 
> libc_r.(so.4|so.4)
> it works starting from within an XTerm, but not from the bar at the bottom.
> 
> Now, I have **NOT** rebooted yet.
> 
> This seems to have started with thursday's world, the previous world was ~2 
> weeks ago.
> 
> Prior to Thursday, it worked just fine.

I can't explain it.  Someone is going to have to debug konsole and
figure out what is going on.

-- 
Dan Eischen



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.10.10308231158500.5212-100000>