From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sam Steingold Newsgroups: gmane.emacs.devel Subject: Re: crash in cvs head Date: Fri, 20 Oct 2006 09:17:44 -0400 Message-ID: <4538CC78.3020900@gnu.org> References: Reply-To: sds@gnu.org NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1161372220 6273 80.91.229.2 (20 Oct 2006 19:23:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 20 Oct 2006 19:23:40 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 20 21:23:37 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Gazxp-0002Qe-NG for ged-emacs-devel@m.gmane.org; Fri, 20 Oct 2006 21:23:30 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gazxp-0007kS-7K for ged-emacs-devel@m.gmane.org; Fri, 20 Oct 2006 15:23:29 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GauFv-00086l-I8 for emacs-devel@gnu.org; Fri, 20 Oct 2006 09:17:47 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GauFt-00086S-Vc for emacs-devel@gnu.org; Fri, 20 Oct 2006 09:17:47 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GauFt-00086P-Q8 for emacs-devel@gnu.org; Fri, 20 Oct 2006 09:17:45 -0400 Original-Received: from [66.155.124.107] (helo=janestcapital.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GauFt-0002Nb-Lt for emacs-devel@gnu.org; Fri, 20 Oct 2006 09:17:45 -0400 Original-Received: from [192.168.250.217] [209.213.205.130] by janestcapital.com with ESMTP (SMTPD32-8.13) id AC78143D009A; Fri, 20 Oct 2006 09:17:44 -0400 User-Agent: Thunderbird 1.5.0.7 (X11/20060913) Original-To: emacs-devel@gnu.org In-Reply-To: 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:60958 Archived-At: I get this crash very reliably: in the morning, after typing the password into the screensaver, when I hit "q" in the calendar window that poped-up at midnight, Emacs crashes: Program received signal SIGSEGV, Segmentation fault. remember_mouse_glyph (f=0xd7cede0, gx=291, gy=636, rect=0x82d2174) at xdisp.c:2106 2106 r = MATRIX_FIRST_TEXT_ROW (w->current_matrix); (gdb) (gdb) (gdb) where #0 remember_mouse_glyph (f=0xd7cede0, gx=291, gy=636, rect=0x82d2174) at xdisp.c:2106 #1 0x080c3240 in note_mouse_movement (frame=0xd7cede0, event=0xbfbbd270) at xterm.c:3635 #2 0x080c5ac5 in handle_one_xevent (dpyinfo=0x9513f38, eventp=0xbfbbd32c, finish=0xbfbbd3b8, hold_quit=0xbfbbe3ec) at xterm.c:6610 #3 0x080c8879 in XTread_socket (sd=0, expected=1, hold_quit=0xbfbbe3ec) at xterm.c:7055 #4 0x080f263d in read_avail_input (expected=Variable "expected" is not available. ) at keyboard.c:6791 #5 0x080f27ea in handle_async_input () at keyboard.c:6937 #6 0x080542d5 in free_glyphs (f=0xd7cede0) at dispnew.c:2536 #7 0x0805e652 in Fdelete_frame (frame=226291172, force=137455817) at frame.c:1273 #8 0x08151b8a in Ffuncall (nargs=2, args=0xbfbbe540) at eval.c:3000 #9 0x0817c34d in Fbyte_code (bytestr=136457123, vector=136457140, maxdepth=48) at bytecode.c:679 #10 0x0815161a in funcall_lambda (fun=136457068, nargs=1, arg_vector=0xbfbbe6e4) at eval.c:3184 #11 0x08151a21 in Ffuncall (nargs=2, args=0xbfbbe6e0) at eval.c:3054 #12 0x0814ee94 in Fcall_interactively (function=138403329, record_flag=137455817, keys=220997212) at callint.c:882 #13 0x080efc53 in Fcommand_execute (cmd=138403329, record_flag=137455817, keys=137455817, special=137455817) at keyboard.c:9856 #14 0x080fb0cb in command_loop_1 () at keyboard.c:1858 #15 0x08150662 in internal_condition_case (bfun=0x80fad50 , handlers=137500521, hfun=0x80f5970 ) at eval.c:1481 #16 0x080f4d33 in command_loop_2 () at keyboard.c:1326 #17 0x0815071a in internal_catch (tag=137496729, func=0x80f4d10 , arg=137455817) at eval.c:1222 #18 0x080f57ac in command_loop () at keyboard.c:1305 #19 0x080f5b4a in recursive_edit_1 () at keyboard.c:1003 #20 0x080f5c37 in Frecursive_edit () at keyboard.c:1064 #21 0x080ebdd5 in main (argc=2, argv=0xbfbbefd4) at emacs.c:1794 Lisp Backtrace: "delete-frame" (0xd7cede4) "quit-window" (0x83168c9) "call-interactively" (0x83fde01) (gdb) c Continuing. Program received signal SIGSEGV, Segmentation fault. remember_mouse_glyph (f=0xd7cede0, gx=297, gy=648, rect=0x82d2174) at xdisp.c:2106 2106 r = MATRIX_FIRST_TEXT_ROW (w->current_matrix); (gdb) c Continuing.