From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Giorgos Keramidas Newsgroups: gmane.emacs.devel Subject: Re: Pretest? Date: Sun, 4 Mar 2007 22:47:07 +0200 Message-ID: <20070304204706.GA38715@kobe.laptop> References: <87k5y83e3a.fsf@stupidchicken.com> <87zm6wmt4s.fsf@stupidchicken.com> <20070304002858.GA8868@kobe.laptop> <87lkicycwl.fsf@stupidchicken.com> <85odn8n3qa.fsf@lola.goethe.zz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1173041294 25497 80.91.229.12 (4 Mar 2007 20:48:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 4 Mar 2007 20:48:14 +0000 (UTC) Cc: Chong Yidong , emacs-devel@gnu.org To: David Kastrup Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Mar 04 21:48:08 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HNxcl-0006fr-7O for ged-emacs-devel@m.gmane.org; Sun, 04 Mar 2007 21:48:07 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HNxck-0001qV-PD for ged-emacs-devel@m.gmane.org; Sun, 04 Mar 2007 15:48:06 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HNxcW-0001mC-Gm for emacs-devel@gnu.org; Sun, 04 Mar 2007 15:47:52 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HNxcW-0001lj-43 for emacs-devel@gnu.org; Sun, 04 Mar 2007 15:47:52 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HNxcV-0001lZ-V6 for emacs-devel@gnu.org; Sun, 04 Mar 2007 15:47:51 -0500 Original-Received: from igloo.linux.gr ([62.1.205.36]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1HNxcU-0006a9-2N; Sun, 04 Mar 2007 15:47:50 -0500 Original-Received: from kobe.laptop (dialup94.ach.sch.gr [81.186.70.94]) (authenticated bits=128) by igloo.linux.gr (8.13.8/8.13.8/Debian-3) with ESMTP id l24KlFj2027803 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 4 Mar 2007 22:47:24 +0200 Original-Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.13.8/8.13.8) with ESMTP id l24Kl87V038728; Sun, 4 Mar 2007 22:47:10 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Original-Received: (from keramida@localhost) by kobe.laptop (8.13.8/8.13.8/Submit) id l24Kl7iI038727; Sun, 4 Mar 2007 22:47:07 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Content-Disposition: inline In-Reply-To: <85odn8n3qa.fsf@lola.goethe.zz> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.704, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.49, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-detected-kernel: Genre and OS details not recognized. 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:67311 Archived-At: On 2007-03-04 21:38, David Kastrup wrote: >Chong Yidong writes: >> Giorgos Keramidas writes: >> >>> FreeBSD 7.0-CURRENT #0: Tue Feb 27 01:25:46 EET 2007 >>> >>> While I'm running the GTK+ version, however, I can crash Emacs in >>> emacs_blocked_free() by following the steps outlined below: >>> >>> * Run Emacs inside gdb: >>> * Run M-x gnus-agent-batch while my network connection is >>> disabled, and let it time-out. It prompts me for going into >>> `off-line mode', to which I reply `yes'. >>> * The next time I input C-z Emacs crashes with a backtrace of: >> >> I can't seem to reproduce this on GNU/Linux (I don't have a FreeBSD >> box handy). It's strange that gnus-agent batch has anything to do >> with it. Have you been able to reproduce the C-z crash in any other >> circumstance? (It is better to get a recipe not involving gnus, since >> that might depend on your newsgroup settings.) >> >> In any case, the backtrace indicates that the crash occurs deep in >> GTK/Glib. If you look at what is occurring in the Emacs code, what >> we're doing is perfectly innocuous: gdk_pixbuf_new_from_xpm_data() is >> called on a static character array containing an XPM image. So the >> bug is probably in GTK or Glib, not in Emacs. > > Could not possibly have anything to do with the following? > > 2007-03-01 Kenichi Handa > > * process.c (send_process_object): Check the process status and > signal an error if something is wrong. I sort of doubt that, but I can test. IIRC, Emacs 22.X had problems on FreeBSD with GTK+ a long time ago too.