emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs abort backtrace from C-g in Message mode


From: Timmy Douglas
Subject: emacs abort backtrace from C-g in Message mode
Date: Thu, 05 May 2005 23:10:43 -0400
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/22.0.50 (gnu/linux)

I didn't notice that I continued from a broken pipe above (in write())
(I guess that was a day or two ago when I typed cont...before I saw
David's message about what I should do there..)


Program received signal SIGPIPE, Broken pipe.
0xb772cbb3 in __sigprocmask (how=-1216262156, set=0xbfffcc84, oset=0xbfffcbf0)
    at sigprocmask.c:65
65      sigprocmask.c: No such file or directory.
        in sigprocmask.c
(gdb) bt
#0  0xb772cbb3 in __sigprocmask (how=-1216262156, set=0xbfffcc84, 
    oset=0xbfffcbf0) at sigprocmask.c:65
#1  0x08137b8f in sys_sigsetmask (new_mask={__val = {0 <repeats 32 times>}})
    at sysdep.c:2834
#2  0x08126b0b in quit_throw_to_read_char () at keyboard.c:10432
#3  0x08126ee2 in interrupt_signal (signalnum=0) at keyboard.c:10422
#4  0x081271df in kbd_buffer_store_event_hold (event=0xbfffe1f0, hold_quit=0x0)
    at keyboard.c:3698
#5  0x08127217 in kbd_buffer_store_event (event=0x0) at keyboard.c:3610
#6  0x0812729e in read_avail_input (expected=0) at keyboard.c:6679
#7  0x0812745a in handle_async_input () at keyboard.c:6819
#8  0x081274fb in input_available_signal (signo=29) at keyboard.c:6861
#9  0xb7a47ae7 in __pthread_sighandler (signo=29, ctx=
      {gs = 51, __gsh = 0, fs = 0, __fsh = 0, es = 123, __esh = 0, ds = 123, 
__dsh = 0, edi = 3221219136, esi = 0, ebp = 3221219848, esp = 3221218992, ebx = 
13, edx = 0, ecx = 3221219696, eax = 1, trapno = 1, err = 0, eip = 3078304680, 
cs = 115, __csh = 0, eflags = 2097734, esp_at_signal = 3221218992, ss = 123, 
__ssh = 0, fpstate = 0xbfffe430, oldmask = 4096, cr2 = 0}) at sighandler.c:39
#10 <signal handler called>
#11 0xb77b33a8 in select () from /lib/libc.so.6
#12 0x0000000c in ?? ()
#13 0xffffffff in ?? ()
#14 0x00000000 in ?? ()
---Type <return> to continue, or q <return> to quit---q
(gdb) p *set
$3 = {
  __val = {0 <repeats 32 times>}
}
(gdb) p *oset
$4 = {
  __val = {268439552, 0, 3221212792, 1, 140534312, 3083407572, 3221212200, 
    3081400441, 140699532, 3221212308, 1, 140348696, 144441100, 139875896, 
    3221212248, 3081400300, 140348696, 3221212308, 1, 0, 2, 1, 140699312, 
    3083012161, 140690108, 3083407572, 3221212296, 3083248868, 140348696, 
    3086801992, 3221212296, 3084736379}
}





reply via email to

[Prev in Thread] Current Thread [Next in Thread]