From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: GC crashes Date: Sat, 17 Dec 2005 14:52:00 -0500 Message-ID: <87wti3qz6n.fsf@stupidchicken.com> References: <87slsv8i2m.fsf@stupidchicken.com> <85vexrgte9.fsf@lola.goethe.zz> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1134849261 29339 80.91.229.2 (17 Dec 2005 19:54:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 17 Dec 2005 19:54:21 +0000 (UTC) Cc: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Dec 17 20:54:17 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Eni6Z-0005EM-1l for ged-emacs-devel@m.gmane.org; Sat, 17 Dec 2005 20:52:31 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Eni7K-0002sS-5k for ged-emacs-devel@m.gmane.org; Sat, 17 Dec 2005 14:53:18 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Eni6t-0002ct-Vi for emacs-devel@gnu.org; Sat, 17 Dec 2005 14:52:52 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Eni6s-0002bC-9S for emacs-devel@gnu.org; Sat, 17 Dec 2005 14:52:51 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Eni6s-0002ay-0Q for emacs-devel@gnu.org; Sat, 17 Dec 2005 14:52:50 -0500 Original-Received: from [18.95.6.182] (helo=localhost.localdomain) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Eni9V-0005Mg-8R; Sat, 17 Dec 2005 14:55:33 -0500 Original-Received: by localhost.localdomain (Postfix, from userid 1000) id ED3571E42E3; Sat, 17 Dec 2005 14:52:00 -0500 (EST) Original-To: emacs-devel@gnu.org In-Reply-To: <85vexrgte9.fsf@lola.goethe.zz> (David Kastrup's message of "Thu, 15 Dec 2005 00:18:06 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:47960 Archived-At: > #0 initialize_cut_buffers (display=0x8, window=16843009) at xselect.c:2316 > data = (unsigned char *) 0x820c124 "\213\367\017\b\001" > > #1 0x080ff866 in Fx_rotate_cut_buffers_internal (n=8) at xselect.c:2470 > window = 73 > props = {0, 0, 0, 0, 136364324, 138120105, 3220375768, 135779857} > display = (Display *) 0x8748060 > sf = (struct frame *) 0x856d418 > > The relevant line of code in Fx_rotate_cut_buffers_internal is > > initialize_cut_buffers (display, window); > > and the code in initialize_cut_buffers is > > static void > initialize_cut_buffers (display, window) > Display *display; > Window window; > { > unsigned char *data = (unsigned char *) ""; So does anyone have any idea how to proceed? If so, I can forward it to Friedrichs. The alternative would be to put an entry in etc/PROBLEMS, close this bug, and work on other things.