unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#17473: 24.3.90; SIGPIPE during a call to process-send-string
@ 2014-05-12 10:11 Nicolas Richard
  2014-05-12 10:17 ` Nicolas Richard
  2014-05-12 10:34 ` Andreas Schwab
  0 siblings, 2 replies; 6+ messages in thread
From: Nicolas Richard @ 2014-05-12 10:11 UTC (permalink / raw)
  To: 17473

Hi,

I was connected with emacsclient and I guess I closed the lid of my
laptop ? Anyway, a few hours later I found that emacs had crashed.
Here's the backtrace:

Program received signal SIGPIPE, Broken pipe.
0xb7ffd424 in __kernel_vsyscall ()
#0  0xb7ffd424 in __kernel_vsyscall ()
#1  0xb6e3fedb in write () at ../sysdeps/unix/syscall-template.S:81
#2  0x081a623b in emacs_full_write (fildes=12, buf=0xd893c7c "-emacs-pid 7212\n", nbyte=16, process_signals=true) at sysdep.c:2297
#3  0x081a62db in emacs_write_sig (fildes=12, buf=0xd893c7c, nbyte=16) at sysdep.c:2334
#4  0x082621da in send_process (proc=237393741, buf=0xd893c7c "-emacs-pid 7212\n", len=16, object=186346449) at process.c:5528
#5  0x08262509 in Fprocess_send_string (process=237393741, string=186346449) at process.c:5645
#6  0x082142ab in Ffuncall (nargs=3, args=0xbfffbeac) at eval.c:2818
#7  0x0825535e in exec_byte_code (bytestr=146836601, vector=146807773, maxdepth=20, args_template=2056, nargs=2, args=0xbfffc1d0) at bytecode.c:916
#8  0x08214a5d in funcall_lambda (fun=146807789, nargs=2, arg_vector=0xbfffc1c8) at eval.c:2983
#9  0x082144b9 in Ffuncall (nargs=3, args=0xbfffc1c4) at eval.c:2864
#10 0x0825535e in exec_byte_code (bytestr=146870801, vector=232760437, maxdepth=128, args_template=0, nargs=0, args=0xbfffc564) at bytecode.c:916
#11 0x08214a5d in funcall_lambda (fun=232760813, nargs=0, arg_vector=0xbfffc564) at eval.c:2983
#12 0x082144b9 in Ffuncall (nargs=1, args=0xbfffc560) at eval.c:2864
#13 0x08212e12 in eval_sub (form=264983646) at eval.c:2157
#14 0x082110cd in internal_lisp_condition_case (var=146467682, bodyform=264983646, handlers=264983598) at eval.c:1323
#15 0x0825622c in exec_byte_code (bytestr=146869465, vector=232760229, maxdepth=40, args_template=0, nargs=0, args=0xbfffca24) at bytecode.c:1162
#16 0x08214a5d in funcall_lambda (fun=232760397, nargs=0, arg_vector=0xbfffca24) at eval.c:2983
#17 0x082144b9 in Ffuncall (nargs=1, args=0xbfffca20) at eval.c:2864
#18 0x08212e12 in eval_sub (form=264983678) at eval.c:2157
#19 0x08210762 in internal_catch (tag=146467634, func=0x821294d <eval_sub>, arg=264983678) at eval.c:1118
#20 0x08255f3e in exec_byte_code (bytestr=146869625, vector=146819229, maxdepth=48, args_template=2056, nargs=2, args=0xbfffce8c) at bytecode.c:1097
#21 0x08214a5d in funcall_lambda (fun=146819277, nargs=2, arg_vector=0xbfffce84) at eval.c:2983
#22 0x082144b9 in Ffuncall (nargs=3, args=0xbfffce80) at eval.c:2864
#23 0x082137e8 in Fapply (nargs=2, args=0xbfffcf04) at eval.c:2354
#24 0x08213d1e in apply1 (fn=146467122, arg=264983710) at eval.c:2588
#25 0x08260efd in read_process_output_call (fun_and_args=264983702) at process.c:4964
#26 0x08211309 in internal_condition_case_1 (bfun=0x8260e70 <read_process_output_call>, arg=264983702, handlers=140216258, hfun=0x8260eff <read_process_output_error_handler>) at eval.c:1378
#27 0x082614c4 in read_and_dispose_of_process_output (p=0xe265748, chars=0xbfffcff0 "", nbytes=0, coding=0x928f8f8) at process.c:5177
#28 0x082611e6 in read_process_output (proc=237393741, channel=0) at process.c:5086
#29 0x0826089e in wait_reading_process_output (time_limit=0, nsecs=0, read_kbd=-1, do_display=true, wait_for_cell=140216258, wait_proc=0x0, just_wait_proc=0) at process.c:4808
#30 0x0818941f in kbd_buffer_get_event (kbp=0xbfffe470, used_mouse_menu=0xbfffe8e3, end_time=0x0) at keyboard.c:3905
#31 0x081852fb in read_event_from_main_queue (end_time=0x0, local_getcjmp=0xbfffe6d8, used_mouse_menu=0xbfffe8e3) at keyboard.c:2246
#32 0x08185553 in read_decoded_event_from_main_queue (end_time=0x0, local_getcjmp=0xbfffe6d8, prev_event=140216258, used_mouse_menu=0xbfffe8e3) at keyboard.c:2309
#33 0x08186d3e in read_char (commandflag=1, map=264986390, prev_event=140216258, used_mouse_menu=0xbfffe8e3, end_time=0x0) at keyboard.c:2895
#34 0x08193e8b in read_key_sequence (keybuf=0xbfffea00, bufsize=30, prompt=140216258, dont_downcase_last=false, can_return_switch_frame=true, fix_current_buffer=true, prevent_redisplay=false)
    at keyboard.c:9087
#35 0x0818381c in command_loop_1 () at keyboard.c:1452
#36 0x082111e7 in internal_condition_case (bfun=0x818349b <command_loop_1>, handlers=140249338, hfun=0x8182cca <cmd_error>) at eval.c:1354
#37 0x08183145 in command_loop_2 (ignore=140216258) at keyboard.c:1177
#38 0x08210762 in internal_catch (tag=140247386, func=0x8183121 <command_loop_2>, arg=140216258) at eval.c:1118
#39 0x081830ff in command_loop () at keyboard.c:1156
#40 0x0818285e in recursive_edit_1 () at keyboard.c:777
#41 0x08182a1e in Frecursive_edit () at keyboard.c:848
#42 0x08180d5f in main (argc=2, argv=0xbfffed14) at emacs.c:1646

Lisp Backtrace:
"process-send-string" (0xbfffbeb0)
"server-send-string" (0xbfffc1c8)
0xddfa5e8 PVEC_COMPILED
"funcall" (0xbfffc560)
0xddfa448 PVEC_COMPILED
"funcall" (0xbfffca20)
"server-process-filter" (0xbfffce84)

Is there anything that can be done about this ? (I unfortunately closed
the gdb session.)

In GNU Emacs 24.3.90.9 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
 of 2014-05-07 on geodiff-mac3
Windowing system distributor `The X.Org Foundation', version 11.0.11304000
System Description:	Gentoo Base System release 2.2

Configured using:
 `configure --with-x-toolkit=lucid --enable-checking 'CFLAGS= -O0 -g3''

Important settings:
  value of $LANG: fr_FR.UTF-8
  locale-coding-system: utf-8-unix

-- 
Nico.





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

* bug#17473: 24.3.90; SIGPIPE during a call to process-send-string
  2014-05-12 10:11 bug#17473: 24.3.90; SIGPIPE during a call to process-send-string Nicolas Richard
@ 2014-05-12 10:17 ` Nicolas Richard
  2014-05-12 10:34 ` Andreas Schwab
  1 sibling, 0 replies; 6+ messages in thread
From: Nicolas Richard @ 2014-05-12 10:17 UTC (permalink / raw)
  To: Nicolas Richard; +Cc: 17473

Nicolas Richard <theonewiththeevillook@yahoo.fr> writes:
> I was connected with emacsclient and I guess I closed the lid of my
> laptop ? Anyway, a few hours later I found that emacs had crashed.

Sorry, I forgot to mention ssh. Let me expand a little on the story : I
was with my laptop, connected to a remote emacs using emacsclient in
ssh. Then I closed the lid of my laptop. Later, when sitting in front of
the computer which actually runs emacs, I noticed that I could not use
emacsclient anymore, and looking at the gdb session I noticed the crash.

-- 
Nico.





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

* bug#17473: 24.3.90; SIGPIPE during a call to process-send-string
  2014-05-12 10:11 bug#17473: 24.3.90; SIGPIPE during a call to process-send-string Nicolas Richard
  2014-05-12 10:17 ` Nicolas Richard
@ 2014-05-12 10:34 ` Andreas Schwab
  2014-05-12 10:40   ` Nicolas Richard
  1 sibling, 1 reply; 6+ messages in thread
From: Andreas Schwab @ 2014-05-12 10:34 UTC (permalink / raw)
  To: Nicolas Richard; +Cc: 17473

Nicolas Richard <theonewiththeevillook@yahoo.fr> writes:

> Hi,
>
> I was connected with emacsclient and I guess I closed the lid of my
> laptop ? Anyway, a few hours later I found that emacs had crashed.

Crashed in which way?

> Here's the backtrace:
>
> Program received signal SIGPIPE, Broken pipe.

Emacs ignores SIGPIPE, so it won't die from it.

Andreas.

-- 
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."





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

* bug#17473: 24.3.90; SIGPIPE during a call to process-send-string
  2014-05-12 10:34 ` Andreas Schwab
@ 2014-05-12 10:40   ` Nicolas Richard
  2014-05-12 13:30     ` Eli Zaretskii
  0 siblings, 1 reply; 6+ messages in thread
From: Nicolas Richard @ 2014-05-12 10:40 UTC (permalink / raw)
  To: Andreas Schwab; +Cc: Nicolas Richard, 17473

Andreas Schwab <schwab@suse.de> writes:
> Nicolas Richard <theonewiththeevillook@yahoo.fr> writes:
>> Program received signal SIGPIPE, Broken pipe.
>
> Emacs ignores SIGPIPE, so it won't die from it.

Hm, I then guess gdb stopped execution which led me to believe emacs had
crashed. What's the proper way to close this bug in this case ?

Sorry for the noise.

-- 
Nico.





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

* bug#17473: 24.3.90; SIGPIPE during a call to process-send-string
  2014-05-12 10:40   ` Nicolas Richard
@ 2014-05-12 13:30     ` Eli Zaretskii
  2014-05-12 13:41       ` Nicolas Richard
  0 siblings, 1 reply; 6+ messages in thread
From: Eli Zaretskii @ 2014-05-12 13:30 UTC (permalink / raw)
  To: Nicolas Richard; +Cc: 17473, theonewiththeevillook, schwab

> From: Nicolas Richard <theonewiththeevillook@yahoo.fr>
> Date: Mon, 12 May 2014 12:40:49 +0200
> Cc: Nicolas Richard <theonewiththeevillook@yahoo.fr>, 17473@debbugs.gnu.org
> 
> Andreas Schwab <schwab@suse.de> writes:
> > Nicolas Richard <theonewiththeevillook@yahoo.fr> writes:
> >> Program received signal SIGPIPE, Broken pipe.
> >
> > Emacs ignores SIGPIPE, so it won't die from it.

Should we add a proper handle command to src/.gdbinit?

> Hm, I then guess gdb stopped execution which led me to believe emacs had
> crashed. What's the proper way to close this bug in this case ?

Just send a reply to 17473-done@debbugs.gnu.org.





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

* bug#17473: 24.3.90; SIGPIPE during a call to process-send-string
  2014-05-12 13:30     ` Eli Zaretskii
@ 2014-05-12 13:41       ` Nicolas Richard
  0 siblings, 0 replies; 6+ messages in thread
From: Nicolas Richard @ 2014-05-12 13:41 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: Nicolas Richard, 17473-done, schwab

Eli Zaretskii <eliz@gnu.org> writes:
> Just send a reply to 17473-done@debbugs.gnu.org.

Ok, thanks -- I'm doing that now since this was not a bug.

-- 
Nico.





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

end of thread, other threads:[~2014-05-12 13:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-12 10:11 bug#17473: 24.3.90; SIGPIPE during a call to process-send-string Nicolas Richard
2014-05-12 10:17 ` Nicolas Richard
2014-05-12 10:34 ` Andreas Schwab
2014-05-12 10:40   ` Nicolas Richard
2014-05-12 13:30     ` Eli Zaretskii
2014-05-12 13:41       ` Nicolas Richard

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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