From owner-freebsd-hackers Fri Feb 20 17:07:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA17028 for freebsd-hackers-outgoing; Fri, 20 Feb 1998 17:07:24 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from sag.space.lockheed.com (sag.space.lockheed.com [192.68.162.134]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id RAA16949 for ; Fri, 20 Feb 1998 17:07:03 -0800 (PST) (envelope-from handy@sag.space.lockheed.com) Received: from localhost by sag.space.lockheed.com; (5.65v3.2/1.1.8.2/21Nov95-0423PM) id AA32082; Fri, 20 Feb 1998 17:05:43 -0800 Date: Fri, 20 Feb 1998 17:05:43 -0800 (PST) From: Brian Handy To: Chris Timmons Cc: hackers@FreeBSD.ORG Subject: Re: Xemacs doesn't like -STABLE In-Reply-To: Message-Id: X-Files: The truth is out there Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > [Waaaah, I've lost my xemacs!] > >If you have some free disk space and a KTRACE kernel, could you see what >the last thing it is doing before it sleeps? OK, I've got it. I'm not sure how much data people want, I've never KTRACEd before. Nevertheless, I ran it a couple of times, and I keep hanging on this: 6114 xemacs-20.3 RET ioctl 0 6114 xemacs-20.3 CALL write(0x7,0xefbf9c6c,0x1f0) 6114 xemacs-20.3 GIO fd 7 wrote 496 bytes "\M^_....[bunch of lines of line noise here]..." [.....] 6114 xemacs-20.3 RET write 496/0x1f0 6114 xemacs-20.3 CALL ioctl(0x7,0x20005001 ,0) The next time I did it, it looked like this: 6128 xemacs-20.3 CALL ioctl(0x7,0xc0044d04 ,0xefbf8a24) 6128 xemacs-20.3 RET ioctl 0 6128 xemacs-20.3 CALL write(0x7,0xefbf8cf0,0xad4) 6128 xemacs-20.3 GIO fd 7 wrote 2772 bytes "wwwwwwwwwwwwwwwwwwww\M^?[...more line noise...]" 6128 xemacs-20.3 RET write 2772/0xad4 6128 xemacs-20.3 CALL ioctl(0x7,0x20005001 ,0) So...I'm not sure what this means, or if I've supplied any sort of useful information. Or what else I'm missing? But it's easy enough for me to reproduce. Let me know what else might help. I wonder, Brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message