From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Piet van Oostrum Newsgroups: gmane.emacs.devel Subject: Re: More info on sporadic OS/X crash Date: 27 Apr 2004 17:24:36 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1083079872 12936 80.91.224.253 (27 Apr 2004 15:31:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 27 Apr 2004 15:31:12 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue Apr 27 17:31:00 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BIUY0-00071y-00 for ; Tue, 27 Apr 2004 17:31:00 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BIUY0-0000J1-00 for ; Tue, 27 Apr 2004 17:31:00 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BIUXZ-00024B-Gm for emacs-devel@quimby.gnus.org; Tue, 27 Apr 2004 11:30:33 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BIUXB-00020q-73 for emacs-devel@gnu.org; Tue, 27 Apr 2004 11:30:09 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BIUQE-0000Wt-Vd for emacs-devel@gnu.org; Tue, 27 Apr 2004 11:23:30 -0400 Original-Received: from [131.211.81.146] (helo=ordesa.cs.uu.nl) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BIUQE-0000Wf-8g for emacs-devel@gnu.org; Tue, 27 Apr 2004 11:22:58 -0400 Original-Received: from Ordesa.local (localhost [127.0.0.1]) by ordesa.cs.uu.nl (Postfix) with ESMTP id E6F7416E4C5 for ; Tue, 27 Apr 2004 17:24:38 +0200 (CEST) X-Mailer: emacs 21.3.50.4 (via feedmail 8 I) Original-To: emacs-devel@gnu.org In-Reply-To: Original-Lines: 77 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:22245 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:22245 >>>>> Steven Tamm (ST) wrote: ST> The patch seemed to make sense to be, except for the FD_CLR (i.e. the bug ST> in select from 10.1) ST> I forgot to ask, have you tried that patch on 10.2 or just 10.3? And with ST> the non-carbon build? I now run with this patch and I only had one crash in a couple of days. But this was a crash in the garbage collector, quite different from what I used to have. However now I have occasional hangs in select(), always when using gnus. It could be a server that is not responding, but I am not sure. I attach a stack trace below. The hang doesn't get broken with C-g (the well-known problem), but sometimes it helps to Ctrl-Z gdb (I am running emacs from gdb), and/or hitting Ctrl-C in the gdb terminal window. Continuing then resumes normal life but it can take quite some time. Program received signal SIGTSTP, Stopped (user). 0x9000b308 in select () (gdb) bt #0 0x9000b308 in select () #1 0x0012eeac in sys_select (n=126, rfds=0x38e7e4, wfds=0x0, efds=0x0, timeout=0xbfffcb60) at mac.c:2787 #2 0x00119948 in wait_reading_process_input (time_limit=1, microsecs=0, read_kbd=3506604, do_display=0) at process.c:4311 #3 0x00118afc in Faccept_process_output (process=3729380, timeout=3506604, timeout_msecs=146922928) at process.c:3772 #4 0x000e3700 in Ffuncall (nargs=4, args=0xbfffcb60) at eval.c:2730 #5 0x00112344 in Fbyte_code (bytestr=146922928, vector=3729380, maxdepth=-1073755296) at bytecode.c:689 #6 0x000e3d14 in funcall_lambda (fun=-1073755296, nargs=126, arg_vector=0x38903c) at eval.c:2910 #7 0x000e3834 in Ffuncall (nargs=4, args=0xbfffcb60) at eval.c:2780 #8 0x00112344 in Fbyte_code (bytestr=146922928, vector=3729380, maxdepth=-1073755296) at bytecode.c:689 #9 0x000e2a00 in Feval (form=146922928) at eval.c:2084 #10 0x000e1404 in Fcondition_case (args=146922928) at eval.c:1280 #11 0x00112b70 in Fbyte_code (bytestr=595650096, vector=143, maxdepth=-1073752192) at bytecode.c:870 #12 0x000e3d14 in funcall_lambda (fun=-1073752192, nargs=3, arg_vector=0x3519e0) at eval.c:2910 #13 0x000e3834 in Ffuncall (nargs=4, args=0xbfffd780) at eval.c:2780 #14 0x00112344 in Fbyte_code (bytestr=595650096, vector=143, maxdepth=-1073752192) at bytecode.c:689 #15 0x000e3d14 in funcall_lambda (fun=-1073752192, nargs=3, arg_vector=0x3519e0) at eval.c:2910 #16 0x000e3834 in Ffuncall (nargs=4, args=0xbfffd780) at eval.c:2780 #17 0x00112344 in Fbyte_code (bytestr=595650096, vector=143, maxdepth=-1073752192) at bytecode.c:689 #18 0x000e3d14 in funcall_lambda (fun=-1073752192, nargs=3, arg_vector=0x3519e0) at eval.c:2910 #19 0x000e3834 in Ffuncall (nargs=4, args=0xbfffd780) at eval.c:2780 #20 0x00112344 in Fbyte_code (bytestr=595650096, vector=143, maxdepth=-1073752192) at bytecode.c:689 #21 0x000e3d14 in funcall_lambda (fun=-1073752192, nargs=3, arg_vector=0x3519e0) at eval.c:2910 #22 0x000e3834 in Ffuncall (nargs=4, args=0xbfffd780) at eval.c:2780 #23 0x00112344 in Fbyte_code (bytestr=595650096, vector=143, maxdepth=-1073752192) at bytecode.c:689 #24 0x000e3d14 in funcall_lambda (fun=-1073752192, nargs=3, arg_vector=0x3519e0) at eval.c:2910 #25 0x000e3834 in Ffuncall (nargs=4, args=0xbfffd780) at eval.c:2780 #26 0x00112344 in Fbyte_code (bytestr=595650096, vector=143, maxdepth=-1073752192) at bytecode.c:689 #27 0x000e3d14 in funcall_lambda (fun=-1073752192, nargs=3, arg_vector=0x3519e0) at eval.c:2910 #28 0x000e3834 in Ffuncall (nargs=4, args=0xbfffd780) at eval.c:2780 #29 0x00112344 in Fbyte_code (bytestr=595650096, vector=143, maxdepth=-1073752192) at bytecode.c:689 #30 0x000e3d14 in funcall_lambda (fun=-1073752192, nargs=3, arg_vector=0x3519e0) at eval.c:2910 #31 0x000e3834 in Ffuncall (nargs=4, args=0xbfffd780) at eval.c:2780 #32 0x00112344 in Fbyte_code (bytestr=595650096, vector=143, maxdepth=-1073752192) at bytecode.c:689 #33 0x000e3d14 in funcall_lambda (fun=-1073752192, nargs=3, arg_vector=0x3519e0) at eval.c:2910 #34 0x000e3834 in Ffuncall (nargs=4, args=0xbfffd780) at eval.c:2780 #35 0x00112344 in Fbyte_code (bytestr=595650096, vector=143, maxdepth=-1073752192) at bytecode.c:689 #36 0x000e3d14 in funcall_lambda (fun=-1073752192, nargs=3, arg_vector=0x3519e0) at eval.c:2910 #37 0x000e3834 in Ffuncall (nargs=4, args=0xbfffd780) at eval.c:2780 #38 0x000df460 in Fcall_interactively (function=145261712, record_flag=0, keys=3480032) at callint.c:862 #39 0x000887d8 in Fcommand_execute (cmd=689382640, record_flag=145261720, keys=4, special=0) at keyboard.c:9670 #40 0x0007d434 in command_loop_1 () at keyboard.c:1727 #41 0x000e1568 in internal_condition_case (bfun=0x7c33c , handlers=595637288, hfun=0x7bd3c ) at eval.c:1333 #42 0x0007c164 in command_loop_2 () at keyboard.c:1264 #43 0x000e0fd0 in internal_catch (tag=4, func=0x7c124 , arg=595592192) at eval.c:1094 #44 0x0007c0bc in command_loop () at keyboard.c:1243 #45 0x0007bad8 in recursive_edit_1 () at keyboard.c:959 #46 0x0007bc60 in Frecursive_edit () at keyboard.c:1015 #47 0x0007a788 in main (argc=-1073752208, argv=0x8a88490) at emacs.c:1692 (gdb) Quit (gdb) cont Continuing. -- Piet van Oostrum URL: http://www.cs.uu.nl/~piet [PGP] Private email: P.van.Oostrum@hccnet.nl