From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17308 invoked by alias); 2 May 2014 02:01:51 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 17281 invoked by uid 89); 2 May 2014 02:01:49 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: limerock03.mail.cornell.edu Received: from limerock03.mail.cornell.edu (HELO limerock03.mail.cornell.edu) (128.84.12.34) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 02 May 2014 02:01:47 +0000 Received: from limerock02.mail.cornell.edu (limerock02.mail.cornell.edu [128.84.12.100]) by limerock03.mail.cornell.edu (8.14.4/8.14.4_cu) with ESMTP id s4221jYi028271 for ; Thu, 1 May 2014 22:01:45 -0400 X-CornellRouted: This message has been Routed already. Received: from authusersmtp.mail.cornell.edu (granite3.serverfarm.cornell.edu [10.16.197.8]) by limerock02.mail.cornell.edu (8.14.4/8.14.4_cu) with ESMTP id s4221iCD000776 for ; Thu, 1 May 2014 22:01:44 -0400 Received: from [172.16.176.235] (209-255-149-194.ip.mcleodusa.net [209.255.149.194]) (authenticated bits=0) by authusersmtp.mail.cornell.edu (8.14.4/8.12.10) with ESMTP id s4221cPS002718 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT) for ; Thu, 1 May 2014 22:01:42 -0400 Message-ID: <5362FC80.9050308@cornell.edu> Date: Fri, 02 May 2014 02:01:00 -0000 From: Ken Brown User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: cygwin@cygwin.com Subject: Re: emacs-w32, version 24.3.1, crashes constantly References: <1398957081.57006.YahooMailNeo@web185402.mail.gq1.yahoo.com> In-Reply-To: <1398957081.57006.YahooMailNeo@web185402.mail.gq1.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2014-05/txt/msg00027.txt.bz2 On 5/1/2014 11:11 AM, Zdzislaw Meglicki wrote: > Emacs-w32, version 24.3.1, has been crashing constantly, > so much so I learnt how to use "recover-session." Most > recently I finally forced myself to run gdb on its sadly > expired body and listed the following stack: > (gdb) bt > #0 0x00007ff9174a9e3b in KERNELBASE!DebugBreak () > from /cygdrive/c/WINDOWS/system32/KERNELBASE.dll > #1 0x000000010056f32b in emacs_abort () > at /usr/src/debug/emacs-24.3-7/src/w32fns.c:7714 > #2 0x0000000100500ac5 in set_internal (symbol=, > newval=25771452141, where=, bindflag=) > at /usr/src/debug/emacs-24.3-7/src/data.c:1259 > #3 0x000000010054750f in exec_byte_code (bytestr=6815056, vector=4302324285, > maxdepth=5181184, args_template=4303920544, nargs=0, args=0x0) > at /usr/src/debug/emacs-24.3-7/src/bytecode.c:827 > #4 0x0000000100512343 in funcall_lambda (fun=4302324197, nargs=nargs@entry=1, > arg_vector=arg_vector@entry=0x439808) > at /usr/src/debug/emacs-24.3-7/src/eval.c:3010 > #5 0x000000010051267b in Ffuncall (nargs=nargs@entry=2, > args=args@entry=0x439800) at /usr/src/debug/emacs-24.3-7/src/eval.c:2839 > #6 0x00000001005129dd in call1 (fn=, > arg1=arg1@entry=25771452141) at /usr/src/debug/emacs-24.3-7/src/eval.c:2572 > #7 0x00000001004a6b34 in timer_check_2 (idle_timers=, > timers=) at /usr/src/debug/emacs-24.3-7/src/keyboard.c:4387 > #8 timer_check () at /usr/src/debug/emacs-24.3-7/src/keyboard.c:4454 > #9 0x00000001004a6f6a in readable_events (flags=1) > at /usr/src/debug/emacs-24.3-7/src/keyboard.c:3351 > #10 0x00000001004a7e85 in get_input_pending (flags=flags@entry=1) > at /usr/src/debug/emacs-24.3-7/src/keyboard.c:6680 > #11 0x00000001004aa2ad in detect_input_pending_run_timers ( > do_display=do_display@entry=true) > at /usr/src/debug/emacs-24.3-7/src/keyboard.c:10273 > #12 0x0000000100551406 in wait_reading_process_output ( > time_limit=, nsecs=0, read_kbd=read_kbd@entry=-1, > do_display=do_display@entry=true, wait_for_cell=4304630834, > wait_proc=wait_proc@entry=0x0, just_wait_proc=just_wait_proc@entry=0) > at /usr/src/debug/emacs-24.3-7/src/process.c:4743 > #13 0x0000000100409f6a in sit_for (timeout=, > reading=reading@entry=true, display_option=display_option@entry=1) > at /usr/src/debug/emacs-24.3-7/src/dispnew.c:5978 > #14 0x00000001004ac694 in read_char (commandflag=1, nmaps=2, maps=0x43a1c0, > prev_event=4304630834, used_mouse_menu=0x43a2e7, > end_time=end_time@entry=0x0) > at /usr/src/debug/emacs-24.3-7/src/keyboard.c:2669 > #15 0x00000001004ad463 in read_key_sequence (keybuf=keybuf@entry=0x43a430, > prompt=, dont_downcase_last=dont_downcase_last@entry=false, > can_return_switch_frame=can_return_switch_frame@entry=true, > fix_current_buffer=fix_current_buffer@entry=true, bufsize=30) > at /usr/src/debug/emacs-24.3-7/src/keyboard.c:9231 > #16 0x00000001004af75e in command_loop_1 () > at /usr/src/debug/emacs-24.3-7/src/keyboard.c:1459 > #17 0x0000000100510cde in internal_condition_case ( > bfun=bfun@entry=0x1004af540 , handlers=4304832354, > hfun=hfun@entry=0x1004a58a0 ) > at /usr/src/debug/emacs-24.3-7/src/eval.c:1289 > #18 0x00000001004a09da in command_loop_2 (ignore=ignore@entry=4304630834) > at /usr/src/debug/emacs-24.3-7/src/keyboard.c:1168 > #19 0x0000000100510b9f in internal_catch (tag=, > func=func@entry=0x1004a09b0 , arg=4304630834) > at /usr/src/debug/emacs-24.3-7/src/eval.c:1060 > #20 0x00000001004a5374 in command_loop () > at /usr/src/debug/emacs-24.3-7/src/keyboard.c:1147 > #21 recursive_edit_1 () at /usr/src/debug/emacs-24.3-7/src/keyboard.c:779 > #22 0x00000001004a56a7 in Frecursive_edit () > at /usr/src/debug/emacs-24.3-7/src/keyboard.c:843 > #23 0x00000001005ab7d3 in main (argc=, argv=) > at /usr/src/debug/emacs-24.3-7/src/emacs.c:1532 Please try the bugfix build I announced here, and let me know if it works better for you: http://cygwin.com/ml/cygwin/2014-04/msg00468.html And please start emacs with the -Q option when you test. Ken -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple