From owner-freebsd-bugs Sun Oct 27 07:30:22 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA27103 for bugs-outgoing; Sun, 27 Oct 1996 07:30:22 -0800 (PST) Received: from magigimmix.xs4all.nl (magigimmix.xs4all.nl [194.109.6.25]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id HAA27097 for ; Sun, 27 Oct 1996 07:30:16 -0800 (PST) Received: from asterix.xs4all.nl (asterix.xs4all.nl [194.109.6.11]) by magigimmix.xs4all.nl (8.7.5/XS4ALL) with ESMTP id QAA16506; Sun, 27 Oct 1996 16:30:04 +0100 (MET) Received: from tangram.xs4all.nl (uucp@localhost) by asterix.xs4all.nl (8.7.5/8.7.2) with UUCP id QAA24115; Sun, 27 Oct 1996 16:21:38 +0100 (MET) Received: (from jh@localhost) by tangram.xs4all.nl (8.6.12/8.6.12) id QAA01657; Sun, 27 Oct 1996 16:01:23 +0100 Date: Sun, 27 Oct 1996 16:01:23 +0100 Message-Id: <199610271501.QAA01657@tangram.xs4all.nl> From: Jan-Hein Buhrman To: leisner@sdsp.mc.xerox.com CC: freebsd-bugs@freebsd.org In-reply-to: <9610262037.AA07416@gnu.sdsp.mc.xerox.com> (leisner@sdsp.mc.xerox.com) Subject: Re: xterm problem gone Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >>>>> "Marty Leisner" writes: > I obviously didn't get everything I had to get...I untarred enough stuff > to recompile xterm, and the installed xterm started working... > I didn't see a good manifest of what the tar files were, I had to guess... > Obviously there are dependencies. > ------- Forwarded Message > To: freebsd-bugs@freebsd.org > Subject: problem with xterm in 8/1/96 snapshot > Date: Sat, 26 Oct 1996 14:11:43 -0400 > From: "Marty Leisner" [...] > : leisner@compaq.home;type xterm > xterm is hashed (/usr/X11R6/bin/xterm) > : leisner@compaq.home;xterm > Segmentation fault > Other x tools work (I'm now using rxvt, I suppose I have to recompile > xterm). > Have minimal symbolic information (instead of stripping) will allow > stack backtracing...also why don't I see a core? > (my ulimit -c is unlimited in bash). [ From my 2.1.0 machine: ] bash$ ls -l /usr/X11R6/bin/xterm -rwsr-xr-x 1 root 10 143360 Nov 3 1995 /usr/X11R6/bin/xterm Couldn't really find it easily somewhere in the man pages, but IIRC, set-uid programs don't give you a core image. Regards, -jh