public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Re: emacs-w32 24.3-7 aborts frequently using TRAMP
@ 2013-11-18 20:14 SDS
  2013-11-18 20:54 ` SDS
  2013-11-18 22:15 ` emacs-w32 24.3-7 aborts frequently using TRAMP SDS
  0 siblings, 2 replies; 10+ messages in thread
From: SDS @ 2013-11-18 20:14 UTC (permalink / raw)
  To: cygwin

More information about Lisp errors. I got a different Lisp error while 
leaving emacs-w32 -Q with TRAMP in the background. Output from the Lisp 
Debugger is shown below:

> Debugger entered--Lisp error: (error "Lisp nesting exceeds `max-lisp-eval-depth'")
>   seconds-to-time(0.5)
>   timer-relative-time((21130 28177 985108 200000) 0.5 0 nil)
>   timer-inc-time([t 21130 28177 985108 0.5 blink-cursor-timer-function nil nil 200000] 0.5 0)
>   timer-event-handler([t 21130 28177 985108 0.5 blink-cursor-timer-function nil nil 200000])

seconds-to-time is from time-date.el while the other three are from 
timer.el.


Cheers,

SDS

--
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

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: emacs-w32 24.3-7 aborts frequently using TRAMP
  2013-11-18 20:14 emacs-w32 24.3-7 aborts frequently using TRAMP SDS
@ 2013-11-18 20:54 ` SDS
  2013-11-20 12:49   ` Ken Brown
  2013-11-18 22:15 ` emacs-w32 24.3-7 aborts frequently using TRAMP SDS
  1 sibling, 1 reply; 10+ messages in thread
From: SDS @ 2013-11-18 20:54 UTC (permalink / raw)
  To: cygwin

Update on the session that produced this error earlier:

On 11/18/2013 3:14 PM, SDS wrote:
> More information about Lisp errors. I got a different Lisp error while
> leaving emacs-w32 -Q with TRAMP in the background. Output from the Lisp
> Debugger is shown below:
>
>>Debugger entered--Lisp error: (error "Lisp nesting exceeds `max-lisp-eval-depth'")
>>  seconds-to-time(0.5)
>>  timer-relative-time((21130 28177 985108 200000) 0.5 0 nil)
>>  timer-inc-time([t 21130 28177 985108 0.5 blink-cursor-timer-function nil nil 200000] 0.5 0)
>>  timer-event-handler([t 21130 28177 985108 0.5 blink-cursor-timer-function nil nil 200000])
>
> First is from time-date.el, the last three are from timer.el.

That session aborted. The backtrace in GDB is shown below:
> #0  0x000007fefd373ca3 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  0x00000001004ffed5 in do_symval_forwarding (valcontents=<optimized out>) at /usr/src/debug/emacs-24.3-7/src/data.c:854
> #3  0x000000010050064d in Fsymbol_value (symbol=4304833426) at /usr/src/debug/emacs-24.3-7/src/data.c:1059
> #4  0x00000001005474a9 in exec_byte_code (bytestr=5876800, vector=4302323469, maxdepth=0, args_template=4303920544, nargs=0, args=0x1) at /usr/src/debug/emacs-24.3-7/src/bytecode.c:722
> #5  0x0000000100512343 in funcall_lambda (fun=4302323381, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x4262d0) at /usr/src/debug/emacs-24.3-7/src/eval.c:3010
> #6  0x000000010051267b in Ffuncall (nargs=2, args=0x4262c8) at /usr/src/debug/emacs-24.3-7/src/eval.c:2839
> #7  0x000000010054757d in exec_byte_code (bytestr=5876800, vector=4350656, maxdepth=0, args_template=4303920544, nargs=4304522528, args=0x1) at /usr/src/debug/emacs-24.3-7/src/bytecode.c:900
> #8  0x0000000100512343 in funcall_lambda (fun=4302324197, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x426558) at /usr/src/debug/emacs-24.3-7/src/eval.c:3010
> #9  0x000000010051267b in Ffuncall (nargs=nargs@entry=2, args=args@entry=0x426550) at /usr/src/debug/emacs-24.3-7/src/eval.c:2839
> #10 0x00000001005129dd in call1 (fn=<optimized out>, arg1=arg1@entry=25778083293) at /usr/src/debug/emacs-24.3-7/src/eval.c:2572
> #11 0x00000001004a6b34 in timer_check_2 (idle_timers=<optimized out>, timers=<optimized out>) at /usr/src/debug/emacs-24.3-7/src/keyboard.c:4387
> #12 timer_check () at /usr/src/debug/emacs-24.3-7/src/keyboard.c:4454
> #13 0x00000001004a6f6a in readable_events (flags=1) at /usr/src/debug/emacs-24.3-7/src/keyboard.c:3351
> #14 0x00000001004a7e85 in get_input_pending (flags=flags@entry=1) at /usr/src/debug/emacs-24.3-7/src/keyboard.c:6680
> #15 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
> #16 0x0000000100551406 in wait_reading_process_output (time_limit=time_limit@entry=0, nsecs=nsecs@entry=0, read_kbd=read_kbd@entry=-1, do_display=do_display@entry=true, wait_for_cell=wait_for_cell@entry=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
> #17 0x00000001004ab2ae in kbd_buffer_get_event (end_time=0x0, used_mouse_menu=0x426fb7, kbp=<synthetic pointer>) at /usr/src/debug/emacs-24.3-7/src/keyboard.c:3803
> #18 read_char (commandflag=1, nmaps=2, maps=0x426e90, prev_event=4304630834, used_mouse_menu=0x426fb7, end_time=end_time@entry=0x0) at /usr/src/debug/emacs-24.3-7/src/keyboard.c:2769
> #19 0x00000001004ad463 in read_key_sequence (keybuf=keybuf@entry=0x427100, prompt=<optimized out>, 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
> #20 0x00000001004af75e in command_loop_1 () at /usr/src/debug/emacs-24.3-7/src/keyboard.c:1459
> #21 0x0000000100510cde in internal_condition_case (bfun=bfun@entry=0x1004af540 <command_loop_1>, handlers=4304832354, hfun=hfun@entry=0x1004a58a0 <cmd_error>) at /usr/src/debug/emacs-24.3-7/src/eval.c:1289
> #22 0x00000001004a09da in command_loop_2 (ignore=ignore@entry=4304630834) at /usr/src/debug/emacs-24.3-7/src/keyboard.c:1168
> #23 0x0000000100510b9f in internal_catch (tag=<optimized out>, func=func@entry=0x1004a09b0 <command_loop_2>, arg=4304630834) at /usr/src/debug/emacs-24.3-7/src/eval.c:1060
> #24 0x00000001004a52df in command_loop () at /usr/src/debug/emacs-24.3-7/src/keyboard.c:1139
> #25 recursive_edit_1 () at /usr/src/debug/emacs-24.3-7/src/keyboard.c:779
> #26 0x00000001004a56a7 in Frecursive_edit () at /usr/src/debug/emacs-24.3-7/src/keyboard.c:843
> #27 0x0000000100512828 in Ffuncall (nargs=<optimized out>, args=<optimized out>) at /usr/src/debug/emacs-24.3-7/src/eval.c:2775
> #28 0x000000010054757d in exec_byte_code (bytestr=5876800, vector=4355936, maxdepth=0, args_template=4303920544, nargs=4304522528, args=0x1) at /usr/src/debug/emacs-24.3-7/src/bytecode.c:900
> #29 0x0000000100512343 in funcall_lambda (fun=4311404189, nargs=nargs@entry=2, arg_vector=arg_vector@entry=0x427aa8) at /usr/src/debug/emacs-24.3-7/src/eval.c:3010
> #30 0x000000010051267b in Ffuncall (nargs=nargs@entry=3, args=args@entry=0x427aa0) at /usr/src/debug/emacs-24.3-7/src/eval.c:2839
> #31 0x0000000100513a64 in Fapply (nargs=nargs@entry=2, args=args@entry=0x427b60) at /usr/src/debug/emacs-24.3-7/src/eval.c:2312
> #32 0x0000000100513c83 in apply1 (fn=4304981954, arg=arg@entry=25775243894) at /usr/src/debug/emacs-24.3-7/src/eval.c:2546
> #33 0x0000000100513e4f in call_debugger (arg=25775243894) at /usr/src/debug/emacs-24.3-7/src/eval.c:223
> #34 0x0000000100512e7a in maybe_call_debugger (data=25775243942, sig=4304832354, conditions=<optimized out>) at /usr/src/debug/emacs-24.3-7/src/eval.c:1707
> #35 Fsignal (error_symbol=4304832354, data=25775243942) at /usr/src/debug/emacs-24.3-7/src/eval.c:1527
> #36 0x0000000100513029 in xsignal (error_symbol=<optimized out>, data=<optimized out>) at /usr/src/debug/emacs-24.3-7/src/eval.c:1562
> #37 0x000000010051306b in xsignal1 (error_symbol=4304832354, arg=<optimized out>) at /usr/src/debug/emacs-24.3-7/src/eval.c:1577
> #38 0x00000001005130ef in verror (m=<optimized out>, ap=<optimized out>) at /usr/src/debug/emacs-24.3-7/src/eval.c:1776
> #39 0x0000000100513112 in error (m=0x59ac40 "\240\034`", m@entry=0x1008860e0 <callint_argfuns+96> "Lisp nesting exceeds `max-lisp-eval-depth'") at /usr/src/debug/emacs-24.3-7/src/eval.c:1788
> #40 0x00000001005126fc in Ffuncall (nargs=<optimized out>, args=0x428e28) at /usr/src/debug/emacs-24.3-7/src/eval.c:2718
> #41 0x000000010054757d in exec_byte_code (bytestr=5876800, vector=4361760, maxdepth=0, args_template=4303920544, nargs=0, args=0x1) at /usr/src/debug/emacs-24.3-7/src/bytecode.c:900
> #42 0x0000000100512343 in funcall_lambda (fun=4311760693, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x4290c0) at /usr/src/debug/emacs-24.3-7/src/eval.c:3010
> #43 0x000000010051267b in Ffuncall (nargs=2, args=0x4290b8) at /usr/src/debug/emacs-24.3-7/src/eval.c:2839
> #44 0x000000010054757d in exec_byte_code (bytestr=5876800, vector=4362416, maxdepth=0, args_template=4303920544, nargs=4304522528, args=0x1) at /usr/src/debug/emacs-24.3-7/src/bytecode.c:900
> #45 0x0000000100512343 in funcall_lambda (fun=4302320133, nargs=nargs@entry=4, arg_vector=arg_vector@entry=0x429368) at /usr/src/debug/emacs-24.3-7/src/eval.c:3010
> #46 0x000000010051267b in Ffuncall (nargs=5, args=0x429360) at /usr/src/debug/emacs-24.3-7/src/eval.c:2839
> #47 0x000000010054757d in exec_byte_code (bytestr=5876800, vector=4363096, maxdepth=0, args_template=4303920544, nargs=0, args=0x1) at /usr/src/debug/emacs-24.3-7/src/bytecode.c:900
> #48 0x0000000100512343 in funcall_lambda (fun=4302320805, nargs=nargs@entry=3, arg_vector=arg_vector@entry=0x429600) at /usr/src/debug/emacs-24.3-7/src/eval.c:3010
> #49 0x000000010051267b in Ffuncall (nargs=4, args=0x4295f8) at /usr/src/debug/emacs-24.3-7/src/eval.c:2839
> #50 0x000000010054757d in exec_byte_code (bytestr=5876800, vector=4363784, maxdepth=0, args_template=4303920544, nargs=4304522528, args=0x1) at /usr/src/debug/emacs-24.3-7/src/bytecode.c:900
> #51 0x0000000100512343 in funcall_lambda (fun=4302324197, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x429888) at /usr/src/debug/emacs-24.3-7/src/eval.c:3010
> #52 0x000000010051267b in Ffuncall (nargs=nargs@entry=2, args=args@entry=0x429880) at /usr/src/debug/emacs-24.3-7/src/eval.c:2839
> #53 0x00000001005129dd in call1 (fn=<optimized out>, arg1=arg1@entry=25776559045) at /usr/src/debug/emacs-24.3-7/src/eval.c:2572
> #54 0x00000001004a6b34 in timer_check_2 (idle_timers=<optimized out>, timers=<optimized out>) at /usr/src/debug/emacs-24.3-7/src/keyboard.c:4387
> #55 timer_check () at /usr/src/debug/emacs-24.3-7/src/keyboard.c:4454
> #56 0x00000001004a6f6a in readable_events (flags=1) at /usr/src/debug/emacs-24.3-7/src/keyboard.c:3351
> #57 0x00000001004a7e85 in get_input_pending (flags=flags@entry=1) at /usr/src/debug/emacs-24.3-7/src/keyboard.c:6680
> #58 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
> #59 0x0000000100551406 in wait_reading_process_output (time_limit=time_limit@entry=0, nsecs=nsecs@entry=0, read_kbd=read_kbd@entry=-1, do_display=do_display@entry=true, wait_for_cell=wait_for_cell@entry=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
> #60 0x00000001004ab2ae in kbd_buffer_get_event (end_time=0x0, used_mouse_menu=0x42a2e7, kbp=<synthetic pointer>) at /usr/src/debug/emacs-24.3-7/src/keyboard.c:3803
> #61 read_char (commandflag=1, nmaps=2, maps=0x42a1c0, prev_event=4304630834, used_mouse_menu=0x42a2e7, end_time=end_time@entry=0x0) at /usr/src/debug/emacs-24.3-7/src/keyboard.c:2769
> #62 0x00000001004ad463 in read_key_sequence (keybuf=keybuf@entry=0x42a430, prompt=<optimized out>, 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
> #63 0x00000001004af75e in command_loop_1 () at /usr/src/debug/emacs-24.3-7/src/keyboard.c:1459
> #64 0x0000000100510cde in internal_condition_case (bfun=bfun@entry=0x1004af540 <command_loop_1>, handlers=4304832354, hfun=hfun@entry=0x1004a58a0 <cmd_error>) at /usr/src/debug/emacs-24.3-7/src/eval.c:1289
> #65 0x00000001004a09da in command_loop_2 (ignore=ignore@entry=4304630834) at /usr/src/debug/emacs-24.3-7/src/keyboard.c:1168
> #66 0x0000000100510b9f in internal_catch (tag=<optimized out>, func=func@entry=0x1004a09b0 <command_loop_2>, arg=4304630834) at /usr/src/debug/emacs-24.3-7/src/eval.c:1060
> #67 0x00000001004a5374 in command_loop () at /usr/src/debug/emacs-24.3-7/src/keyboard.c:1147
> #68 recursive_edit_1 () at /usr/src/debug/emacs-24.3-7/src/keyboard.c:779
> #69 0x00000001004a56a7 in Frecursive_edit () at /usr/src/debug/emacs-24.3-7/src/keyboard.c:843
> #70 0x00000001005ab7d3 in main (argc=<optimized out>, argv=<optimized out>) at /usr/src/debug/emacs-24.3-7/src/emacs.c:1532

The steps I used to reproduce this are given below:
1) Run emacs-w32 -Q & in bash
2) M-x toggle-debug-on-error to enable the Emacs Lisp Debugger
3) C-x d to open a directory in Dired
4) Specify a remote directory
5) After the Dired buffer loads, open a file in the remote directory 
with <RET>
6) Minimize the Emacs window and wait

I'm not sure whether it's necessary to open the file to reproduce this 
error. I'll test this next.


Cheers,

SDS

--
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

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: emacs-w32 24.3-7 aborts frequently using TRAMP
  2013-11-18 20:14 emacs-w32 24.3-7 aborts frequently using TRAMP SDS
  2013-11-18 20:54 ` SDS
@ 2013-11-18 22:15 ` SDS
  1 sibling, 0 replies; 10+ messages in thread
From: SDS @ 2013-11-18 22:15 UTC (permalink / raw)
  To: cygwin

Ran another session of emacs-w32 -Q with TRAMP. Opened a Dired buffer 
and a file on the remote. The previous session with these conditions did 
this:

On 11/18/2013 3:53 PM, SDS wrote:
> On 11/18/2013 3:14 PM, SDS wrote:
>> More information about Lisp errors. I got a different Lisp error while
>> leaving emacs-w32 -Q with TRAMP in the background. Output from the Lisp
>> Debugger is shown below:
>>
>>> Debugger entered--Lisp error: (error "Lisp nesting exceeds `max-lisp-eval-depth'")
>>>  seconds-to-time(0.5)
>>>  timer-relative-time((21130 28177 985108 200000) 0.5 0 nil)
>>>  timer-inc-time([t 21130 28177 985108 0.5 blink-cursor-timer-function nil nil 200000] 0.5 0)
>>>  timer-event-handler([t 21130 28177 985108 0.5 blink-cursor-timer-function nil nil 200000])
>>
>> First is from time-date.el, the last three are from timer.el.
>
> That session aborted. The backtrace in GDB is shown below:
>> #0  0x000007fefd373ca3 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  0x00000001004ffed5 in do_symval_forwarding (valcontents=<optimized out>) at /usr/src/debug/emacs-24.3-7/src/data.c:854
>> #3  0x000000010050064d in Fsymbol_value (symbol=4304833426) at /usr/src/debug/emacs-24.3-7/src/data.c:1059
>> #4  0x00000001005474a9 in exec_byte_code (bytestr=5876800, vector=4302323469, maxdepth=0, args_template=4303920544, nargs=0, args=0x1) at /usr/src/debug/emacs-24.3-7/src/bytecode.c:722
>> #5  0x0000000100512343 in funcall_lambda (fun=4302323381, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x4262d0) at /usr/src/debug/emacs-24.3-7/src/eval.c:3010
>> #6  0x000000010051267b in Ffuncall (nargs=2, args=0x4262c8) at /usr/src/debug/emacs-24.3-7/src/eval.c:2839
>> #7  0x000000010054757d in exec_byte_code (bytestr=5876800, vector=4350656, maxdepth=0, args_template=4303920544, nargs=4304522528, args=0x1) at /usr/src/debug/emacs-24.3-7/src/bytecode.c:900
>> #8  0x0000000100512343 in funcall_lambda (fun=4302324197, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x426558) at /usr/src/debug/emacs-24.3-7/src/eval.c:3010
>> #9  0x000000010051267b in Ffuncall (nargs=nargs@entry=2, args=args@entry=0x426550) at /usr/src/debug/emacs-24.3-7/src/eval.c:2839
>> #10 0x00000001005129dd in call1 (fn=<optimized out>, arg1=arg1@entry=25778083293) at /usr/src/debug/emacs-24.3-7/src/eval.c:2572
>> #11 0x00000001004a6b34 in timer_check_2 (idle_timers=<optimized out>, timers=<optimized out>) at /usr/src/debug/emacs-24.3-7/src/keyboard.c:4387
>> #12 timer_check () at /usr/src/debug/emacs-24.3-7/src/keyboard.c:4454
>> #13 0x00000001004a6f6a in readable_events (flags=1) at /usr/src/debug/emacs-24.3-7/src/keyboard.c:3351
>> #14 0x00000001004a7e85 in get_input_pending (flags=flags@entry=1) at /usr/src/debug/emacs-24.3-7/src/keyboard.c:6680
>> #15 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
>> #16 0x0000000100551406 in wait_reading_process_output (time_limit=time_limit@entry=0, nsecs=nsecs@entry=0, read_kbd=read_kbd@entry=-1, do_display=do_display@entry=true, wait_for_cell=wait_for_cell@entry=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
>> #17 0x00000001004ab2ae in kbd_buffer_get_event (end_time=0x0, used_mouse_menu=0x426fb7, kbp=<synthetic pointer>) at /usr/src/debug/emacs-24.3-7/src/keyboard.c:3803
>> #18 read_char (commandflag=1, nmaps=2, maps=0x426e90, prev_event=4304630834, used_mouse_menu=0x426fb7, end_time=end_time@entry=0x0) at /usr/src/debug/emacs-24.3-7/src/keyboard.c:2769
>> #19 0x00000001004ad463 in read_key_sequence (keybuf=keybuf@entry=0x427100, prompt=<optimized out>, 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
>> #20 0x00000001004af75e in command_loop_1 () at /usr/src/debug/emacs-24.3-7/src/keyboard.c:1459
>> #21 0x0000000100510cde in internal_condition_case (bfun=bfun@entry=0x1004af540 <command_loop_1>, handlers=4304832354, hfun=hfun@entry=0x1004a58a0 <cmd_error>) at /usr/src/debug/emacs-24.3-7/src/eval.c:1289
>> #22 0x00000001004a09da in command_loop_2 (ignore=ignore@entry=4304630834) at /usr/src/debug/emacs-24.3-7/src/keyboard.c:1168
>> #23 0x0000000100510b9f in internal_catch (tag=<optimized out>, func=func@entry=0x1004a09b0 <command_loop_2>, arg=4304630834) at /usr/src/debug/emacs-24.3-7/src/eval.c:1060
>> #24 0x00000001004a52df in command_loop () at /usr/src/debug/emacs-24.3-7/src/keyboard.c:1139
>> #25 recursive_edit_1 () at /usr/src/debug/emacs-24.3-7/src/keyboard.c:779
>> #26 0x00000001004a56a7 in Frecursive_edit () at /usr/src/debug/emacs-24.3-7/src/keyboard.c:843
>> #27 0x0000000100512828 in Ffuncall (nargs=<optimized out>, args=<optimized out>) at /usr/src/debug/emacs-24.3-7/src/eval.c:2775
>> #28 0x000000010054757d in exec_byte_code (bytestr=5876800, vector=4355936, maxdepth=0, args_template=4303920544, nargs=4304522528, args=0x1) at /usr/src/debug/emacs-24.3-7/src/bytecode.c:900
>> #29 0x0000000100512343 in funcall_lambda (fun=4311404189, nargs=nargs@entry=2, arg_vector=arg_vector@entry=0x427aa8) at /usr/src/debug/emacs-24.3-7/src/eval.c:3010
>> #30 0x000000010051267b in Ffuncall (nargs=nargs@entry=3, args=args@entry=0x427aa0) at /usr/src/debug/emacs-24.3-7/src/eval.c:2839
>> #31 0x0000000100513a64 in Fapply (nargs=nargs@entry=2, args=args@entry=0x427b60) at /usr/src/debug/emacs-24.3-7/src/eval.c:2312
>> #32 0x0000000100513c83 in apply1 (fn=4304981954, arg=arg@entry=25775243894) at /usr/src/debug/emacs-24.3-7/src/eval.c:2546
>> #33 0x0000000100513e4f in call_debugger (arg=25775243894) at /usr/src/debug/emacs-24.3-7/src/eval.c:223
>> #34 0x0000000100512e7a in maybe_call_debugger (data=25775243942, sig=4304832354, conditions=<optimized out>) at /usr/src/debug/emacs-24.3-7/src/eval.c:1707
>> #35 Fsignal (error_symbol=4304832354, data=25775243942) at /usr/src/debug/emacs-24.3-7/src/eval.c:1527
>> #36 0x0000000100513029 in xsignal (error_symbol=<optimized out>, data=<optimized out>) at /usr/src/debug/emacs-24.3-7/src/eval.c:1562
>> #37 0x000000010051306b in xsignal1 (error_symbol=4304832354, arg=<optimized out>) at /usr/src/debug/emacs-24.3-7/src/eval.c:1577
>> #38 0x00000001005130ef in verror (m=<optimized out>, ap=<optimized out>) at /usr/src/debug/emacs-24.3-7/src/eval.c:1776
>> #39 0x0000000100513112 in error (m=0x59ac40 "\240\034`", m@entry=0x1008860e0 <callint_argfuns+96> "Lisp nesting exceeds `max-lisp-eval-depth'") at /usr/src/debug/emacs-24.3-7/src/eval.c:1788
>> #40 0x00000001005126fc in Ffuncall (nargs=<optimized out>, args=0x428e28) at /usr/src/debug/emacs-24.3-7/src/eval.c:2718
>> #41 0x000000010054757d in exec_byte_code (bytestr=5876800, vector=4361760, maxdepth=0, args_template=4303920544, nargs=0, args=0x1) at /usr/src/debug/emacs-24.3-7/src/bytecode.c:900
>> #42 0x0000000100512343 in funcall_lambda (fun=4311760693, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x4290c0) at /usr/src/debug/emacs-24.3-7/src/eval.c:3010
>> #43 0x000000010051267b in Ffuncall (nargs=2, args=0x4290b8) at /usr/src/debug/emacs-24.3-7/src/eval.c:2839
>> #44 0x000000010054757d in exec_byte_code (bytestr=5876800, vector=4362416, maxdepth=0, args_template=4303920544, nargs=4304522528, args=0x1) at /usr/src/debug/emacs-24.3-7/src/bytecode.c:900
>> #45 0x0000000100512343 in funcall_lambda (fun=4302320133, nargs=nargs@entry=4, arg_vector=arg_vector@entry=0x429368) at /usr/src/debug/emacs-24.3-7/src/eval.c:3010
>> #46 0x000000010051267b in Ffuncall (nargs=5, args=0x429360) at /usr/src/debug/emacs-24.3-7/src/eval.c:2839
>> #47 0x000000010054757d in exec_byte_code (bytestr=5876800, vector=4363096, maxdepth=0, args_template=4303920544, nargs=0, args=0x1) at /usr/src/debug/emacs-24.3-7/src/bytecode.c:900
>> #48 0x0000000100512343 in funcall_lambda (fun=4302320805, nargs=nargs@entry=3, arg_vector=arg_vector@entry=0x429600) at /usr/src/debug/emacs-24.3-7/src/eval.c:3010
>> #49 0x000000010051267b in Ffuncall (nargs=4, args=0x4295f8) at /usr/src/debug/emacs-24.3-7/src/eval.c:2839
>> #50 0x000000010054757d in exec_byte_code (bytestr=5876800, vector=4363784, maxdepth=0, args_template=4303920544, nargs=4304522528, args=0x1) at /usr/src/debug/emacs-24.3-7/src/bytecode.c:900
>> #51 0x0000000100512343 in funcall_lambda (fun=4302324197, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x429888) at /usr/src/debug/emacs-24.3-7/src/eval.c:3010
>> #52 0x000000010051267b in Ffuncall (nargs=nargs@entry=2, args=args@entry=0x429880) at /usr/src/debug/emacs-24.3-7/src/eval.c:2839
>> #53 0x00000001005129dd in call1 (fn=<optimized out>, arg1=arg1@entry=25776559045) at /usr/src/debug/emacs-24.3-7/src/eval.c:2572
>> #54 0x00000001004a6b34 in timer_check_2 (idle_timers=<optimized out>, timers=<optimized out>) at /usr/src/debug/emacs-24.3-7/src/keyboard.c:4387
>> #55 timer_check () at /usr/src/debug/emacs-24.3-7/src/keyboard.c:4454
>> #56 0x00000001004a6f6a in readable_events (flags=1) at /usr/src/debug/emacs-24.3-7/src/keyboard.c:3351
>> #57 0x00000001004a7e85 in get_input_pending (flags=flags@entry=1) at /usr/src/debug/emacs-24.3-7/src/keyboard.c:6680
>> #58 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
>> #59 0x0000000100551406 in wait_reading_process_output (time_limit=time_limit@entry=0, nsecs=nsecs@entry=0, read_kbd=read_kbd@entry=-1, do_display=do_display@entry=true, wait_for_cell=wait_for_cell@entry=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
>> #60 0x00000001004ab2ae in kbd_buffer_get_event (end_time=0x0, used_mouse_menu=0x42a2e7, kbp=<synthetic pointer>) at /usr/src/debug/emacs-24.3-7/src/keyboard.c:3803
>> #61 read_char (commandflag=1, nmaps=2, maps=0x42a1c0, prev_event=4304630834, used_mouse_menu=0x42a2e7, end_time=end_time@entry=0x0) at /usr/src/debug/emacs-24.3-7/src/keyboard.c:2769
>> #62 0x00000001004ad463 in read_key_sequence (keybuf=keybuf@entry=0x42a430, prompt=<optimized out>, 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
>> #63 0x00000001004af75e in command_loop_1 () at /usr/src/debug/emacs-24.3-7/src/keyboard.c:1459
>> #64 0x0000000100510cde in internal_condition_case (bfun=bfun@entry=0x1004af540 <command_loop_1>, handlers=4304832354, hfun=hfun@entry=0x1004a58a0 <cmd_error>) at /usr/src/debug/emacs-24.3-7/src/eval.c:1289
>> #65 0x00000001004a09da in command_loop_2 (ignore=ignore@entry=4304630834) at /usr/src/debug/emacs-24.3-7/src/keyboard.c:1168
>> #66 0x0000000100510b9f in internal_catch (tag=<optimized out>, func=func@entry=0x1004a09b0 <command_loop_2>, arg=4304630834) at /usr/src/debug/emacs-24.3-7/src/eval.c:1060
>> #67 0x00000001004a5374 in command_loop () at /usr/src/debug/emacs-24.3-7/src/keyboard.c:1147
>> #68 recursive_edit_1 () at /usr/src/debug/emacs-24.3-7/src/keyboard.c:779
>> #69 0x00000001004a56a7 in Frecursive_edit () at /usr/src/debug/emacs-24.3-7/src/keyboard.c:843
>> #70 0x00000001005ab7d3 in main (argc=<optimized out>, argv=<optimized out>) at /usr/src/debug/emacs-24.3-7/src/emacs.c:1532

The new session ended with the following Lisp error:
> Memory exhausted--use C-x s then exit and restart Emacs

The same steps from the previous session were used during this session:
> 1) Run emacs-w32 -Q & in bash
> 2) M-x toggle-debug-on-error to enable the Emacs Lisp Debugger
> 3) C-x d to open a directory in Dired
> 4) Specify a remote directory
> 5) After the Dired buffer loads, open a file in the remote directory with <RET>
> 6) Minimize the Emacs window and wait


Cheers,

SDS




--
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

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: emacs-w32 24.3-7 aborts frequently using TRAMP
  2013-11-18 20:54 ` SDS
@ 2013-11-20 12:49   ` Ken Brown
  2013-11-21  8:47     ` emacs-w32/X11 24.3-7 aborts frequently SDS
  0 siblings, 1 reply; 10+ messages in thread
From: Ken Brown @ 2013-11-20 12:49 UTC (permalink / raw)
  To: cygwin

On 11/18/2013 3:53 PM, SDS wrote:
> Update on the session that produced this error earlier:
>
> On 11/18/2013 3:14 PM, SDS wrote:
>> More information about Lisp errors. I got a different Lisp error while
>> leaving emacs-w32 -Q with TRAMP in the background. Output from the Lisp
>> Debugger is shown below:
>>
>>> Debugger entered--Lisp error: (error "Lisp nesting exceeds
>>> `max-lisp-eval-depth'")
>>>  seconds-to-time(0.5)
>>>  timer-relative-time((21130 28177 985108 200000) 0.5 0 nil)
>>>  timer-inc-time([t 21130 28177 985108 0.5 blink-cursor-timer-function
>>> nil nil 200000] 0.5 0)
>>>  timer-event-handler([t 21130 28177 985108 0.5
>>> blink-cursor-timer-function nil nil 200000])
>>
>> First is from time-date.el, the last three are from timer.el.

[...]

> The steps I used to reproduce this are given below:
> 1) Run emacs-w32 -Q & in bash
> 2) M-x toggle-debug-on-error to enable the Emacs Lisp Debugger
> 3) C-x d to open a directory in Dired
> 4) Specify a remote directory
> 5) After the Dired buffer loads, open a file in the remote directory
> with <RET>
> 6) Minimize the Emacs window and wait

Thanks for the clear instructions.  I can reproduce the Lisp errors, but 
so far I haven't seen an abort.  I've had one session running for about 
24 hours.

I'll look into the Lisp errors when I get a chance, but I wonder if 
there's something else going on (BLODA?) that's causing the abort on 
your system.  Do you have access to a Windows computer that doesn't have 
Symantec Endpoint Protection installed?

By the way, there have been some recent changes in the way emacs handles 
the blinking cursor.  One of the changes turns off the timer for the 
blinking cursor when emacs is idle, so it's possible that the problem is 
already fixed in the emacs trunk.  I'll look into this also.

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

* emacs-w32/X11 24.3-7 aborts frequently
  2013-11-20 12:49   ` Ken Brown
@ 2013-11-21  8:47     ` SDS
  2013-11-21 18:07       ` SDS
  2013-11-25 19:01       ` Ken Brown
  0 siblings, 2 replies; 10+ messages in thread
From: SDS @ 2013-11-21  8:47 UTC (permalink / raw)
  To: cygwin

Thanks for the assistance Ken, I appreciate it. I was able to uninstall 
Symantec Endpoint Protection, so the only piece of software that I may 
have from the BLODA list is now NVIDIA Geforce. I took your advice about 
experimentation, and I discovered some more information.

It turns out that Emacs will abort regardless of whether it's X11 or 
w32, or even whether TRAMP is in use (I changed the subject title to 
reflect this). However, while emacs-w32 does display an abort dialog box 
when it aborts, emacs-X11 does not. The minimal sequence of steps to 
generate an abort in emacs-w32 is now the following:

1) Run "emacs-w32 -Q &" in bash.
2) Use "M-x toggle-debug-on-error" to enable the Emacs Lisp Debugger.
3) Minimize the Emacs window and wait.

If I do this for many Emacs sessions at a time (e.g. seven), then at 
least one usually aborts within a few hours.

It's also not a strict requirement that the session be minimized or 
idle. I had one session abort while typing in my password for a remote 
directory access using TRAMP. This happened about three minutes after 
starting that session.

I've collected a number of Emacs session logs, detailing Lisp errors and 
abort backtraces from GDB, but I'm not sure how useful it would be to 
you. To summarize, the Lisp errors were of the following types:

> Debugger entered--Lisp error: (wrong-type-argument characterp [nil 21130 37499 445325 0.5 blink-cursor-timer-function nil nil 100000])

> Debugger entered--Lisp error: (wrong-type-argument vectorp [timer 1 2 3 8])
>   timer--time([t 21130 40941 448254 0.5 blink-cursor-timer-function nil nil 200000])
>   timer-inc-time([t 21130 40941 448254 0.5 blink-cursor-timer-function nil nil 200000] 0.5 0)
>   timer-event-handler([t 21130 40941 448254 0.5 blink-cursor-timer-function nil nil 200000])

> Debugger entered--Lisp error: (wrong-type-argument vectorp [timer timer-list timer-idle-list cell2 cell1 delq])
>   cancel-timer-internal([t 21133 47244 147431 0.5 blink-cursor-timer-function nil nil 300000])
>   timer-event-handler([t 21133 47244 147431 0.5 blink-cursor-timer-function nil nil 300000])

> Debugger entered--Lisp error: (wrong-type-argument vectorp [type high low micro pico 0 1 2 3 encode-time-value])
>   encode-time-value(0 0 500000 0 3)
>   time-add((0 0 500000 0) (0 0 0 0))
>   timer-relative-time((21131 38349 656688 100000) 0.5 0 nil)
>   timer-inc-time([t 21131 38349 656688 0.5 blink-cursor-timer-function nil nil 100000] 0.5 0)
>   timer-event-handler([t 21131 38349 656688 0.5 blink-cursor-timer-function nil nil 100000])

> Debugger entered--Lisp error: (wrong-type-argument vectorp [t1 time high low micro pico nil 3 0 2 1 1000000 65536 encode-time-value type x t2 time high2 low2 micro2 pico2 type2])
>   time-add((0 0 500000 0) (0 0 0 0))
>   timer-relative-time((21131 41603 304785 600000) 0.5 0 nil)
>   timer-inc-time([t 21131 41603 304785 0.5 blink-cursor-timer-function nil nil 600000] 0.5 0)
>   timer-event-handler([t 21131 41603 304785 0.5 blink-cursor-timer-function nil nil 600000])

> Debugger entered--Lisp error: (wrong-type-argument arrayp nil)
>   timer--time(nil)
>   timer--time-less-p(nil [t 21132 30822 710309 0.5 blink-cursor-timer-function nil nil 500000])
>   timer--activate([t 21132 30822 710309 0.5 blink-cursor-timer-function nil nil 500000] t ([t 21132 30822 710309 0.5 blink-cursor-timer-function nil nil 500000]) nil)
>   timer-activate([t 21132 30822 710309 0.5 blink-cursor-timer-function nil nil 500000] t ([t 21132 30822 710309 0.5 blink-cursor-timer-function nil nil 500000]))
>   timer-event-handler([t 21132 30822 710309 0.5 blink-cursor-timer-function nil nil 500000])

> Debugger entered--Lisp error: (wrong-type-argument number-or-marker-p (0 500000 0))
>   time-add((0 0 500000 0) (0 0 0 0))
>   timer-relative-time((21133 49736 725049 0) 0.5 0 nil)
>   timer-inc-time([t 21133 49736 725049 0.5 blink-cursor-timer-function nil nil 0] 0.5 0)
>   timer-event-handler([t 21133 49736 725049 0.5 blink-cursor-timer-function nil nil 0])

> Debugger entered--Lisp error: (setting-constant time)
>   time-add((21131 41702 583779 900000) (0 0 500000 0))
>   timer-relative-time((21131 41702 583779 900000) 0.5 0 nil)
>   timer-inc-time([t 21131 41702 583779 0.5 blink-cursor-timer-function nil nil 900000] 0.5 0)
>   timer-event-handler([t 21131 41702 583779 0.5 blink-cursor-timer-function nil nil 900000])

> Debugger entered--Lisp error: (error "Bogus timer event")
>   signal(error ("Bogus timer event"))
>   error("Bogus timer event")
>   timer-event-handler([t 21130 39246 55316 0.5 blink-cursor-timer-function nil nil 300000])

> Debugger entered--Lisp error: (error "Lisp nesting exceeds `max-lisp-eval-depth'")
>   seconds-to-time(0.5)
>   timer-relative-time((21133 50618 225363 0) 0.5 0 nil)
>   timer-inc-time([t 21133 50618 225363 0.5 blink-cursor-timer-function nil nil 0] 0.5 0)
>   timer-event-handler([t 21133 50618 225363 0.5 blink-cursor-timer-function nil nil 0])

There were also a few general errors such as:

> Memory exhausted--use C-x s then exit and restart Emacs

For aborts, I only have backtraces for emacs-w32, since emacs-X11 didn't 
allow me to attach GDB before aborting. Most of those backtraces look 
like this:

> #0  0x000007fefd723ca3 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  0x0000000100512415 in funcall_lambda (fun=4302317845, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x429360) at /usr/src/debug/emacs-24.3-7/src/eval.c:2953
> #3  0x000000010051267b in Ffuncall (nargs=2, args=0x429358) at /usr/src/debug/emacs-24.3-7/src/eval.c:2839
> #4  0x000000010054757d in exec_byte_code (bytestr=1099511627775, vector=4363088, maxdepth=7204224, args_template=4303920544, nargs=0, args=0x87ffff0000) at /usr/src/debug/emacs-24.3-7/src/bytecode.c:900
> #5  0x0000000100512343 in funcall_lambda (fun=4302320805, nargs=nargs@entry=3, arg_vector=arg_vector@entry=0x429600) at /usr/src/debug/emacs-24.3-7/src/eval.c:3010
> #6  0x000000010051267b in Ffuncall (nargs=4, args=0x4295f8) at /usr/src/debug/emacs-24.3-7/src/eval.c:2839
> #7  0x000000010054757d in exec_byte_code (bytestr=1099511627775, vector=4363784, maxdepth=7204224, args_template=4303920544, nargs=4304522528, args=0x87ffff0000) at /usr/src/debug/emacs-24.3-7/src/bytecode.c:900
> #8  0x0000000100512343 in funcall_lambda (fun=4302324197, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x429888) at /usr/src/debug/emacs-24.3-7/src/eval.c:3010
> #9  0x000000010051267b in Ffuncall (nargs=nargs@entry=2, args=args@entry=0x429880) at /usr/src/debug/emacs-24.3-7/src/eval.c:2839
> #10 0x00000001005129dd in call1 (fn=<optimized out>, arg1=arg1@entry=4308750221) at /usr/src/debug/emacs-24.3-7/src/eval.c:2572
> #11 0x00000001004a6b34 in timer_check_2 (idle_timers=<optimized out>, timers=<optimized out>) at /usr/src/debug/emacs-24.3-7/src/keyboard.c:4387
> #12 timer_check () at /usr/src/debug/emacs-24.3-7/src/keyboard.c:4454
> #13 0x00000001004a6f6a in readable_events (flags=1) at /usr/src/debug/emacs-24.3-7/src/keyboard.c:3351
> #14 0x00000001004a7e85 in get_input_pending (flags=flags@entry=1) at /usr/src/debug/emacs-24.3-7/src/keyboard.c:6680
> #15 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
> #16 0x0000000100551406 in wait_reading_process_output (time_limit=time_limit@entry=0, nsecs=nsecs@entry=0, read_kbd=read_kbd@entry=-1, do_display=do_display@entry=true, wait_for_cell=wait_for_cell@entry=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
> #17 0x00000001004ab2ae in kbd_buffer_get_event (end_time=0x0, used_mouse_menu=0x42a2e7, kbp=<synthetic pointer>) at /usr/src/debug/emacs-24.3-7/src/keyboard.c:3803
> #18 read_char (commandflag=1, nmaps=2, maps=0x42a1c0, prev_event=4304630834, used_mouse_menu=0x42a2e7, end_time=end_time@entry=0x0) at /usr/src/debug/emacs-24.3-7/src/keyboard.c:2769
> #19 0x00000001004ad463 in read_key_sequence (keybuf=keybuf@entry=0x42a430, prompt=<optimized out>, 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
> #20 0x00000001004af75e in command_loop_1 () at /usr/src/debug/emacs-24.3-7/src/keyboard.c:1459
> #21 0x0000000100510cde in internal_condition_case (bfun=bfun@entry=0x1004af540 <command_loop_1>, handlers=4304832354, hfun=hfun@entry=0x1004a58a0 <cmd_error>) at /usr/src/debug/emacs-24.3-7/src/eval.c:1289
> #22 0x00000001004a09da in command_loop_2 (ignore=ignore@entry=4304630834) at /usr/src/debug/emacs-24.3-7/src/keyboard.c:1168
> #23 0x0000000100510b9f in internal_catch (tag=<optimized out>, func=func@entry=0x1004a09b0 <command_loop_2>, arg=4304630834) at /usr/src/debug/emacs-24.3-7/src/eval.c:1060
> #24 0x00000001004a5374 in command_loop () at /usr/src/debug/emacs-24.3-7/src/keyboard.c:1147
> #25 recursive_edit_1 () at /usr/src/debug/emacs-24.3-7/src/keyboard.c:779
> #26 0x00000001004a56a7 in Frecursive_edit () at /usr/src/debug/emacs-24.3-7/src/keyboard.c:843
> #27 0x00000001005ab7d3 in main (argc=<optimized out>, argv=<optimized out>) at /usr/src/debug/emacs-24.3-7/src/emacs.c:1532

The rest are a slight variation of this. There was one occasion where 
emacs-w32 just hanged, taking up 100% of a virtual CPU core, and I had 
to kill it from bash. This has also occasionally happened with the ssh 
process when I do a save-buffer using TRAMP, but I can usually use C-g 
to quit the command and recover from the hang. Repeated attempts to save 
hang as well, but I can rename/copy/delete the file in Dired. I can also 
usually write to the same file if I just restart Emacs. This may be more 
of an issue with the remote than Emacs, so I'm not as concerned with 
this as I am with the aborting.

If you want the full logs, I can clean them up and attach them. I can 
also get you more information from GDB if it helps.


Cheers,

SDS



--
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

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: emacs-w32/X11 24.3-7 aborts frequently
  2013-11-21  8:47     ` emacs-w32/X11 24.3-7 aborts frequently SDS
@ 2013-11-21 18:07       ` SDS
  2013-11-25 19:01       ` Ken Brown
  1 sibling, 0 replies; 10+ messages in thread
From: SDS @ 2013-11-21 18:07 UTC (permalink / raw)
  To: cygwin

I have some new information. I tried using

> export CYGWIN="error_start=gdb -nw %1 %2"

and I was able to catch an abort in emacs-w32 that gave no abort dialog 
box, similar to emacs-X11 aborts. The log from GDB is given below:

> (gdb) continue
> Continuing.
> [Thread 5840.0x1220 exited with code 0]
>
> Program received signal SIGSEGV, Segmentation fault.
> [Switching to Thread 5840.0x112c]
> 0x0000000100551354 in wait_reading_process_output (
>     time_limit=time_limit@entry=0, nsecs=nsecs@entry=0,
>     read_kbd=read_kbd@entry=-1, do_display=do_display@entry=true,
>     wait_for_cell=wait_for_cell@entry=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:4677
> 4677			  if (wait_proc->gnutls_p /* Check for valid process.  */
>
> (gdb) bt
> #0  0x0000000100551354 in wait_reading_process_output (
>     time_limit=time_limit@entry=0, nsecs=nsecs@entry=0,
>     read_kbd=read_kbd@entry=-1, do_display=do_display@entry=true,
>     wait_for_cell=wait_for_cell@entry=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:4677
> #1  0x00000001004ab2ae in kbd_buffer_get_event (end_time=0x0,
>     used_mouse_menu=0x42a2e7, kbp=<synthetic pointer>)
>     at /usr/src/debug/emacs-24.3-7/src/keyboard.c:3803
> #2  read_char (commandflag=1, nmaps=2, maps=0x42a1c0, prev_event=4304630834,
>     used_mouse_menu=0x42a2e7, end_time=end_time@entry=0x0)
>     at /usr/src/debug/emacs-24.3-7/src/keyboard.c:2769
> #3  0x00000001004ad463 in read_key_sequence (keybuf=keybuf@entry=0x42a430,
>     prompt=<optimized out>,
>     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
> #4  0x00000001004af75e in command_loop_1 ()
>     at /usr/src/debug/emacs-24.3-7/src/keyboard.c:1459
> #5  0x0000000100510cde in internal_condition_case (
>     bfun=bfun@entry=0x1004af540 <command_loop_1>, handlers=4304832354,
>     hfun=hfun@entry=0x1004a58a0 <cmd_error>)
>     at /usr/src/debug/emacs-24.3-7/src/eval.c:1289
> #6  0x00000001004a09da in command_loop_2 (ignore=ignore@entry=4304630834)
>     at /usr/src/debug/emacs-24.3-7/src/keyboard.c:1168
> #7  0x0000000100510b9f in internal_catch (tag=<optimized out>,
>     func=func@entry=0x1004a09b0 <command_loop_2>, arg=4304630834)
>     at /usr/src/debug/emacs-24.3-7/src/eval.c:1060
> #8  0x00000001004a5374 in command_loop ()
>     at /usr/src/debug/emacs-24.3-7/src/keyboard.c:1147
> #9  recursive_edit_1 () at /usr/src/debug/emacs-24.3-7/src/keyboard.c:779
> #10 0x00000001004a56a7 in Frecursive_edit ()
>     at /usr/src/debug/emacs-24.3-7/src/keyboard.c:843
> #11 0x00000001005ab7d3 in main (argc=<optimized out>, argv=<optimized out>)
>     at /usr/src/debug/emacs-24.3-7/src/emacs.c:1532
>
> (gdb) continue
> Continuing.
>
> Program received signal SIGSEGV, Segmentation fault.
> 0x0000000100551354 in wait_reading_process_output (
>     time_limit=time_limit@entry=0, nsecs=nsecs@entry=0,
>     read_kbd=read_kbd@entry=-1, do_display=do_display@entry=true,
>     wait_for_cell=wait_for_cell@entry=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:4677
> 4677			  if (wait_proc->gnutls_p /* Check for valid process.  */
>
> (gdb) bt
> #0  0x0000000100551354 in wait_reading_process_output (
>     time_limit=time_limit@entry=0, nsecs=nsecs@entry=0,
>     read_kbd=read_kbd@entry=-1, do_display=do_display@entry=true,
>     wait_for_cell=wait_for_cell@entry=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:4677
> #1  0x00000001004ab2ae in kbd_buffer_get_event (end_time=0x0,
>     used_mouse_menu=0x42a2e7, kbp=<synthetic pointer>)
>     at /usr/src/debug/emacs-24.3-7/src/keyboard.c:3803
> #2  read_char (commandflag=1, nmaps=2, maps=0x42a1c0, prev_event=4304630834,
>     used_mouse_menu=0x42a2e7, end_time=end_time@entry=0x0)
>     at /usr/src/debug/emacs-24.3-7/src/keyboard.c:2769
> #3  0x00000001004ad463 in read_key_sequence (keybuf=keybuf@entry=0x42a430,
>     prompt=<optimized out>,
>     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
> #4  0x00000001004af75e in command_loop_1 ()
>     at /usr/src/debug/emacs-24.3-7/src/keyboard.c:1459
> #5  0x0000000100510cde in internal_condition_case (
>     bfun=bfun@entry=0x1004af540 <command_loop_1>, handlers=4304832354,
>     hfun=hfun@entry=0x1004a58a0 <cmd_error>)
>     at /usr/src/debug/emacs-24.3-7/src/eval.c:1289
> #6  0x00000001004a09da in command_loop_2 (ignore=ignore@entry=4304630834)
>     at /usr/src/debug/emacs-24.3-7/src/keyboard.c:1168
> #7  0x0000000100510b9f in internal_catch (tag=<optimized out>,
>     func=func@entry=0x1004a09b0 <command_loop_2>, arg=4304630834)
>     at /usr/src/debug/emacs-24.3-7/src/eval.c:1060
> #8  0x00000001004a5374 in command_loop ()
>     at /usr/src/debug/emacs-24.3-7/src/keyboard.c:1147
> #9  recursive_edit_1 () at /usr/src/debug/emacs-24.3-7/src/keyboard.c:779
> #10 0x00000001004a56a7 in Frecursive_edit ()
>     at /usr/src/debug/emacs-24.3-7/src/keyboard.c:843
> #11 0x00000001005ab7d3 in main (argc=<optimized out>, argv=<optimized out>)
>     at /usr/src/debug/emacs-24.3-7/src/emacs.c:1532
>
> (gdb) continue
> Continuing.
> [Thread 5840.0x6a0 exited with code 3221225477]
> [Thread 5840.0x52c exited with code 3221225477]
> [Thread 5840.0xbb8 exited with code 3221225477]
> [Thread 5840.0x1408 exited with code 3221225477]
> [Thread 5840.0xa14 exited with code 3221225477]
> [Thread 5840.0xb10 exited with code 3221225477]
> [Inferior 1 (process 5840) exited with code 030000000005]


Cheers,

SDS

--
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

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: emacs-w32/X11 24.3-7 aborts frequently
  2013-11-21  8:47     ` emacs-w32/X11 24.3-7 aborts frequently SDS
  2013-11-21 18:07       ` SDS
@ 2013-11-25 19:01       ` Ken Brown
  2013-11-25 23:18         ` SDS
  1 sibling, 1 reply; 10+ messages in thread
From: Ken Brown @ 2013-11-25 19:01 UTC (permalink / raw)
  To: cygwin

On 11/21/2013 3:46 AM, SDS wrote:
> Thanks for the assistance Ken, I appreciate it. I was able to uninstall
> Symantec Endpoint Protection, so the only piece of software that I may
> have from the BLODA list is now NVIDIA Geforce. I took your advice about
> experimentation, and I discovered some more information.

[...]

>> Debugger entered--Lisp error: (wrong-type-argument characterp [nil
>> 21130 37499 445325 0.5 blink-cursor-timer-function nil nil 100000])
>
>> Debugger entered--Lisp error: (wrong-type-argument vectorp [timer 1 2
>> 3 8])
>>   timer--time([t 21130 40941 448254 0.5 blink-cursor-timer-function
>> nil nil 200000])
>>   timer-inc-time([t 21130 40941 448254 0.5 blink-cursor-timer-function
>> nil nil 200000] 0.5 0)
>>   timer-event-handler([t 21130 40941 448254 0.5
>> blink-cursor-timer-function nil nil 200000])

I'm afraid I still have no explanation (except possible BLODA) for the 
aborts that you're getting.  After about six days of experimentation on 
my system, here's what I see:

1. No aborts or crashes.

2. Lisp errors involving timers, similar to yours, but only on 64-bit 
Cygwin and only when using Tramp.

3. With a build from the emacs trunk, the Lisp errors are gone.

In a few days I'll have time to make a build from the trunk available to 
you in case you want to see if that solves your problem.

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: emacs-w32/X11 24.3-7 aborts frequently
  2013-11-25 19:01       ` Ken Brown
@ 2013-11-25 23:18         ` SDS
  2013-11-28 15:17           ` SDS
  0 siblings, 1 reply; 10+ messages in thread
From: SDS @ 2013-11-25 23:18 UTC (permalink / raw)
  To: cygwin

On 11/25/2013 2:00 PM, Ken Brown wrote:
> I'm afraid I still have no explanation (except possible BLODA) for the aborts that you're getting. After about six days of experimentation on my system, here's what I see:
>
> 1. No aborts or crashes.
>
> 2. Lisp errors involving timers, similar to yours, but only on 64-bit Cygwin and only when using Tramp.
>
> 3. With a build from the emacs trunk, the Lisp errors are gone.
>
> In a few days I'll have time to make a build from the trunk available to you in case you want to see if that solves your problem.

Thanks for all the trouble you're going through to assist me with this. 
I actually had one more application from the BLODA, specifically Windows 
Defender. I had turned it off in the settings page, but I decided to go 
a step further and prevent the associated service from automatically 
starting. So far, I haven't seen an abort yet from Emacs, which is a 
good sign.

There's one other issue I'm having with Emacs, but I'm going to make a 
new thread for it to keep the topics separate.


Cheers,

SDS



--
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

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: emacs-w32/X11 24.3-7 aborts frequently
  2013-11-25 23:18         ` SDS
@ 2013-11-28 15:17           ` SDS
  2013-11-28 18:05             ` Ken Brown
  0 siblings, 1 reply; 10+ messages in thread
From: SDS @ 2013-11-28 15:17 UTC (permalink / raw)
  To: cygwin

Unfortunately, stopping the Windows Defender service didn't solve the 
aborting issue. I still get aborts with the following GDB backtrace:

> #0  0x000007fefceb3ca3 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  0x00000001004ffed5 in do_symval_forwarding (valcontents=<optimized out>) at /usr/src/debug/emacs-24.3-7/src/data.c:854
> #3  0x000000010050064d in Fsymbol_value (symbol=4304833426) at /usr/src/debug/emacs-24.3-7/src/data.c:1059
> #4  0x00000001005474a9 in exec_byte_code (bytestr=5808448, vector=4302323469, maxdepth=0, args_template=4303920544, nargs=0, args=0x0) at /usr/src/debug/emacs-24.3-7/src/bytecode.c:722
> #5  0x0000000100512343 in funcall_lambda (fun=4302323381, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x429600) at /usr/src/debug/emacs-24.3-7/src/eval.c:3010
> #6  0x000000010051267b in Ffuncall (nargs=2, args=0x4295f8) at /usr/src/debug/emacs-24.3-7/src/eval.c:2839
> #7  0x000000010054757d in exec_byte_code (bytestr=5808448, vector=4363760, maxdepth=0, args_template=4303920544, nargs=4304522528, args=0x0) at /usr/src/debug/emacs-24.3-7/src/bytecode.c:900
> #8  0x0000000100512343 in funcall_lambda (fun=4302324197, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x429888) at /usr/src/debug/emacs-24.3-7/src/eval.c:3010
> #9  0x000000010051267b in Ffuncall (nargs=nargs@entry=2, args=args@entry=0x429880) at /usr/src/debug/emacs-24.3-7/src/eval.c:2839
> #10 0x00000001005129dd in call1 (fn=<optimized out>, arg1=arg1@entry=25782275765) at /usr/src/debug/emacs-24.3-7/src/eval.c:2572
> #11 0x00000001004a6b34 in timer_check_2 (idle_timers=<optimized out>, timers=<optimized out>) at /usr/src/debug/emacs-24.3-7/src/keyboard.c:4387
> #12 timer_check () at /usr/src/debug/emacs-24.3-7/src/keyboard.c:4454
> #13 0x00000001004a6f6a in readable_events (flags=1) at /usr/src/debug/emacs-24.3-7/src/keyboard.c:3351
> #14 0x00000001004a7e85 in get_input_pending (flags=flags@entry=1) at /usr/src/debug/emacs-24.3-7/src/keyboard.c:6680
> #15 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
> #16 0x0000000100551406 in wait_reading_process_output (time_limit=time_limit@entry=0, nsecs=nsecs@entry=0, read_kbd=read_kbd@entry=-1, do_display=do_display@entry=true, wait_for_cell=wait_for_cell@entry=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
> #17 0x00000001004ab2ae in kbd_buffer_get_event (end_time=0x0, used_mouse_menu=0x42a2e7, kbp=<synthetic pointer>) at /usr/src/debug/emacs-24.3-7/src/keyboard.c:3803
> #18 read_char (commandflag=1, nmaps=2, maps=0x42a1c0, prev_event=4304630834, used_mouse_menu=0x42a2e7, end_time=end_time@entry=0x0) at /usr/src/debug/emacs-24.3-7/src/keyboard.c:2769
> #19 0x00000001004ad463 in read_key_sequence (keybuf=keybuf@entry=0x42a430, prompt=<optimized out>, 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
> #20 0x00000001004af75e in command_loop_1 () at /usr/src/debug/emacs-24.3-7/src/keyboard.c:1459
> #21 0x0000000100510cde in internal_condition_case (bfun=bfun@entry=0x1004af540 <command_loop_1>, handlers=4304832354, hfun=hfun@entry=0x1004a58a0 <cmd_error>) at /usr/src/debug/emacs-24.3-7/src/eval.c:1289
> #22 0x00000001004a09da in command_loop_2 (ignore=ignore@entry=4304630834) at /usr/src/debug/emacs-24.3-7/src/keyboard.c:1168
> #23 0x0000000100510b9f in internal_catch (tag=<optimized out>, func=func@entry=0x1004a09b0 <command_loop_2>, arg=4304630834) at /usr/src/debug/emacs-24.3-7/src/eval.c:1060
> #24 0x00000001004a5374 in command_loop () at /usr/src/debug/emacs-24.3-7/src/keyboard.c:1147
> #25 recursive_edit_1 () at /usr/src/debug/emacs-24.3-7/src/keyboard.c:779
> #26 0x00000001004a56a7 in Frecursive_edit () at /usr/src/debug/emacs-24.3-7/src/keyboard.c:843
> #27 0x00000001005ab7d3 in main (argc=<optimized out>, argv=<optimized out>) at /usr/src/debug/emacs-24.3-7/src/emacs.c:1532

Also, I occasionally get a slightly different backtrace:

> #0  0x000007fefde73ca3 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  0x0000000100415f16 in produce_special_glyphs (it=it@entry=0x427d30, what=IT_CHARACTER, what@entry=IT_CONTINUATION) at /usr/src/debug/emacs-24.3-7/src/xdisp.c:24365
> #3  0x0000000100423f56 in init_iterator (it=it@entry=0x427d30, w=w@entry=0x100f80c60 <bss_sbrk_buffer+6695712>, charpos=<optimized out>, bytepos=<optimized out>, row=row@entry=0x0, base_face_id=base_face_id@entry=DEFAULT_FACE_ID)
>     at /usr/src/debug/emacs-24.3-7/src/xdisp.c:2780
> #4  0x00000001004321a8 in resize_mini_window (w=w@entry=0x100f80c60 <bss_sbrk_buffer+6695712>, exact_p=exact_p@entry=0) at /usr/src/debug/emacs-24.3-7/src/xdisp.c:10384
> #5  0x00000001004324d2 in display_echo_area_1 (a1=4311223392, a2=<optimized out>, a3=<optimized out>, a4=<optimized out>) at /usr/src/debug/emacs-24.3-7/src/xdisp.c:10269
> #6  0x0000000100418a90 in with_echo_area_buffer (w=w@entry=0x100f80c60 <bss_sbrk_buffer+6695712>, which=<optimized out>, fn=fn@entry=0x1004324c0 <display_echo_area_1>, a1=a1@entry=4311223392, a2=a2@entry=4304630834, a3=a3@entry=0, a4=a4@entry=0)
>     at /usr/src/debug/emacs-24.3-7/src/xdisp.c:10062
> #7  0x0000000100436de2 in display_echo_area (w=0x100f80c60 <bss_sbrk_buffer+6695712>) at /usr/src/debug/emacs-24.3-7/src/xdisp.c:10239
> #8  echo_area_display (update_frame_p=update_frame_p@entry=0) at /usr/src/debug/emacs-24.3-7/src/xdisp.c:10827
> #9  0x0000000100435d97 in redisplay_internal () at /usr/src/debug/emacs-24.3-7/src/xdisp.c:13176
> #10 0x0000000100437d16 in redisplay_preserve_echo_area (from_where=<optimized out>) at /usr/src/debug/emacs-24.3-7/src/xdisp.c:13750
> #11 0x00000001004aa2da in detect_input_pending_run_timers (do_display=do_display@entry=true) at /usr/src/debug/emacs-24.3-7/src/keyboard.c:10277
> #12 0x0000000100551406 in wait_reading_process_output (time_limit=time_limit@entry=0, nsecs=nsecs@entry=0, read_kbd=read_kbd@entry=-1, do_display=do_display@entry=true, wait_for_cell=wait_for_cell@entry=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 0x00000001004ab2ae in kbd_buffer_get_event (end_time=0x0, used_mouse_menu=0x42a2e7, kbp=<synthetic pointer>) at /usr/src/debug/emacs-24.3-7/src/keyboard.c:3803
> #14 read_char (commandflag=1, nmaps=2, maps=0x42a1c0, prev_event=4304630834, used_mouse_menu=0x42a2e7, end_time=end_time@entry=0x0) at /usr/src/debug/emacs-24.3-7/src/keyboard.c:2769
> #15 0x00000001004ad463 in read_key_sequence (keybuf=keybuf@entry=0x42a430, prompt=<optimized out>, 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 <command_loop_1>, handlers=4304832354, hfun=hfun@entry=0x1004a58a0 <cmd_error>) 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=<optimized out>, func=func@entry=0x1004a09b0 <command_loop_2>, 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=<optimized out>, argv=<optimized out>) at /usr/src/debug/emacs-24.3-7/src/emacs.c:1532


Cheers,

SDS


--
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

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: emacs-w32/X11 24.3-7 aborts frequently
  2013-11-28 15:17           ` SDS
@ 2013-11-28 18:05             ` Ken Brown
  0 siblings, 0 replies; 10+ messages in thread
From: Ken Brown @ 2013-11-28 18:05 UTC (permalink / raw)
  To: cygwin

On 11/28/2013 10:17 AM, SDS wrote:
> Unfortunately, stopping the Windows Defender service didn't solve the
> aborting issue.

I'm not sure stopping the service is enough.  Did you actually turn off 
Windows Defender via the Control Panel?

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2013-11-28 18:05 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-18 20:14 emacs-w32 24.3-7 aborts frequently using TRAMP SDS
2013-11-18 20:54 ` SDS
2013-11-20 12:49   ` Ken Brown
2013-11-21  8:47     ` emacs-w32/X11 24.3-7 aborts frequently SDS
2013-11-21 18:07       ` SDS
2013-11-25 19:01       ` Ken Brown
2013-11-25 23:18         ` SDS
2013-11-28 15:17           ` SDS
2013-11-28 18:05             ` Ken Brown
2013-11-18 22:15 ` emacs-w32 24.3-7 aborts frequently using TRAMP SDS

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).