bug-hurd
[Top][All Lists]
Advanced

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

Re: emacs C-g C-g


From: Alfred M. Szmidt
Subject: Re: emacs C-g C-g
Date: Sun, 14 Mar 2004 09:05:13 +0100 (MET)

I'm to tired to look at this right now, but here is the backtrace in
either case, I might look at it later on.

ams@hurd:~$ gdb emacs
GNU gdb 6.0-debian
Copyright 2003 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i386-gnu"...
(gdb) run
Starting program: /local/bin/emacs 
^G-- GNU Emacs 
----------------------------------------------------------------------------------------
Program received signal SIGINT, Interrupt.
0x010b68b2 in _hurd_intr_rpc_msg_in_trap () at intr-msg.c:133
133       err = INTR_MSG_TRAP (msg, option, send_size,
(gdb) bt full
#0  0x010b68b2 in _hurd_intr_rpc_msg_in_trap () at intr-msg.c:133
        err = 19156944
        user_option = 259
        user_timeout = 120000
        m = (union msg * const) 0x101a05c
        msgh_bits = 5139
        remote_port = 66
        msgid = 21012
        save_data = {type = {msgt_name = 2, msgt_size = 32, msgt_number = 1, 
msgt_inline = 1, 
    msgt_longform = 0, msgt_deallocate = 0, msgt_unused = 0}, err = 
EKERN_INVALID_ADDRESS}
#1  0x01238743 in __io_select (io_object=1073741828, reply=19163144, 
timeout=1073741828, 
    select_type=0x101a194) at /home/ams/libc/libc.obj/hurd/RPC_io_select.c:125
        Mess = {In = {Head = {msgh_bits = 5139, msgh_size = 0, msgh_remote_port 
= 66, 
      msgh_local_port = 129, msgh_seqno = 0, msgh_id = 21012}, select_typeType 
= {msgt_name = 2, 
      msgt_size = 32, msgt_number = 1, msgt_inline = 1, msgt_longform = 0, 
msgt_deallocate = 0, 
      msgt_unused = 0}, select_type = 1}, Out = {Head = {msgh_bits = 5139, 
msgh_size = 0, 
      msgh_remote_port = 66, msgh_local_port = 129, msgh_seqno = 0, msgh_id = 
21012}, RetCodeType = {
      msgt_name = 2, msgt_size = 32, msgt_number = 1, msgt_inline = 1, 
msgt_longform = 0, 
      msgt_deallocate = 0, msgt_unused = 0}, RetCode = 1, select_typeType = 
{msgt_name = 192, 
      msgt_size = 160, msgt_number = 257, msgt_inline = 0, msgt_longform = 0, 
msgt_deallocate = 0, 
      msgt_unused = 0}, select_type = 16884280}}
        InP = (Request *) 0x101a05c
        msg_result = 1073741828
        msgh_size = 1073741828
        select_typeType = {msgt_name = 2, msgt_size = 32, msgt_number = 1, 
msgt_inline = 1, 
  msgt_longform = 0, msgt_deallocate = 0, msgt_unused = 0}
        RetCodeCheck = {msgt_name = 2, msgt_size = 32, msgt_number = 1, 
msgt_inline = 1, 
  msgt_longform = 0, msgt_deallocate = 0, msgt_unused = 0}
        select_typeCheck = {msgt_name = 2, msgt_size = 32, msgt_number = 1, 
msgt_inline = 1, 
  msgt_longform = 0, msgt_deallocate = 0, msgt_unused = 0}
#2  0x010a4211 in _hurd_select (nfds=1, pollfds=0x0, readfds=0x8365aa0, 
writefds=0x0, exceptfds=0x0, 
    timeout=0x101a25c, sigmask=0x0) at hurdselect.c:226
        type = 1
        i = 0
        portset = 0
        got = 0
        err = 0
        rfds = {fds_bits = {1, 0, 0, 0, 0, 0, 0, 0}}
        wfds = {fds_bits = {0, 0, 0, 0, 0, 0, 0, 0}}
        xfds = {fds_bits = {0, 0, 0, 0, 0, 0, 0, 0}}
        firstfd = 0
        lastfd = 0
        to = 120000
        d = 0x101a0c0
        oset = 16884184
#3  0x0119cb01 in __select (nfds=1073741828, readfds=0x40000004, 
writefds=0x40000004, 
    exceptfds=0x40000004, timeout=0x1246808) at ../sysdeps/mach/hurd/select.c:47
        ts = {tv_sec = 120, tv_nsec = 0}
        to = (struct timespec *) 0x1019fe4
#4  0x08127af0 in wait_reading_process_input (time_limit=120, microsecs=0, 
read_kbd=1, do_display=1)
    at /home/ams/emacs/emacs/src/process.c:4319
        timeout_reduced_for_timers = 0
        channel = 16884536
        nfds = 0
        Available = {fds_bits = {1, 0, 0, 0, 0, 0, 0, 0}}
        Connecting = {fds_bits = {0, 0, 0, 0, 0, 0, 0, 0}}
        check_connect = 0
        check_delay = 0
        no_avail = 0
        xerrno = 139821016
        proc = 0
        timeout = {tv_sec = 120, tv_usec = 0}
        end_time = {tv_sec = 1079313465, tv_usec = 250000}
        wait_channel = -1
        wait_proc = (struct Lisp_Process *) 0x0
        got_some_input = 0
        wait_for_cell = 674707768
#5  0x08052926 in sit_for (sec=120, usec=0, reading=0, display=1, 
initial_display=1)
    at /home/ams/emacs/emacs/src/dispnew.c:6391
        read_kbd = 1073741828
#6  0x08052a27 in Fsit_for (seconds=1073741828, milliseconds=19163144, 
nodisp=674707768)
    at /home/ams/emacs/emacs/src/dispnew.c:6444
        sec = 19163144
        usec = 0
#7  0x080f84df in Ffuncall (nargs=-2011905284, args=0x101a3e0)
    at /home/ams/emacs/emacs/src/eval.c:2735
        fun = -2011905284
        funcar = 19163144
        numargs = 1
        val = 19163144
        backtrace = {next = 0x101a530, function = 0x101a450, args = 0x101a454, 
nargs = 1, 
  evalargs = 0 '\0', debug_on_exit = 0 '\0'}
        internal_args = (int *) 0x101a3e0
        i = 19163144
#8  0x08120d79 in Fbyte_code (bytestr=1, vector=16884816, maxdepth=2)
    at /home/ams/emacs/emacs/src/bytecode.c:689
        count = 11
        op = 1
        vectorp = (int *) 0x8205dcc
        stack = {pc = 0x8205db7 "\207", top = 0x101a454, bottom = 0x101a450, 
  byte_string = 1746951584, byte_string_start = 0x8205db0 "Àp!\210ÁÂ!\207", 
constants = -2011144764, 
  next = 0x101a600}
        top = (int *) 0x101a450
        result = 19163144
#9  0x080f77ac in Feval (form=-1474273904) at 
/home/ams/emacs/emacs/src/eval.c:2086
        numargs = 3
        args_left = 674707768
        i = 3
        maxargs = 3
        argvals = {1746951584, -2011144764, 2, 1, 1211636376, 674707768, 
16885016, 134993998}
        fun = -2009894696
        val = 19163144
        original_fun = 674812952
        original_args = -1474273896
        funcar = 19163144
        backtrace = {next = 0x101a6a0, function = 0x101a4dc, args = 0x101a4e0, 
nargs = 3, 
  evalargs = 1 '\001', debug_on_exit = 0 '\0'}
        gcpro1 = {next = 0x101a580, var = 0x101a4d4, nvars = 1}
        gcpro2 = {next = 0x101a520, var = 0x101a4d0, nvars = 1}
        gcpro3 = {next = 0x101a510, var = 0x101a4e0, nvars = 3}
#10 0x080f5114 in Fprogn (args=-1474273912) at 
/home/ams/emacs/emacs/src/eval.c:408
        val = 16883684
        gcpro1 = {next = 0x0, var = 0x101a5a0, nvars = 1}
#11 0x080777b6 in Fsave_window_excursion (args=1073741828) at 
/home/ams/emacs/emacs/src/window.c:5907
        val = 1073741828
        count = 10
#12 0x081212bc in Fbyte_code (bytestr=139, vector=16885200, maxdepth=8)
    at /home/ams/emacs/emacs/src/bytecode.c:838
        count = 5
        op = 139
        vectorp = (int *) 0x820504c
        stack = {pc = 0x8205041 "-\207", top = 0x101a5d0, bottom = 0x101a5d0, 
  byte_string = 1746947840, 
  byte_string_start = 0x8204f10 "p\030Æ\216rÇÈ!q\210ÉÊËÌÍ#\031\032\v\203\031", 
  constants = -2011148220, next = 0x101a710}
        top = (int *) 0x101a5d0
        result = 19163144
#13 0x080f8ab3 in funcall_lambda (fun=-2011148572, nargs=0, 
arg_vector=0x101a6f4)
    at /home/ams/emacs/emacs/src/eval.c:2915
        val = 1073741828
        syms_left = 674707768
        next = -2011148572
        count = 5
        i = 0
        optional = 0
        rest = 0
#14 0x080f8666 in Ffuncall (nargs=-2011148572, args=0x101a6f0)
    at /home/ams/emacs/emacs/src/eval.c:2785
        fun = -2011148572
        funcar = 19163144
        numargs = 0
        val = 19163144
        backtrace = {next = 0x101a7b0, function = 0x101a6f0, args = 0x101a6f4, 
nargs = 0, 
  evalargs = 0 '\0', debug_on_exit = 0 '\0'}
        internal_args = (int *) 0x0
        i = 19163144
#15 0x08120d79 in Fbyte_code (bytestr=0, vector=16885488, maxdepth=1)
    at /home/ams/emacs/emacs/src/bytecode.c:689
        count = 5
        op = 0
        vectorp = (int *) 0x8205fc4
        stack = {pc = 0x8205fba "\207", top = 0x101a6f0, bottom = 0x101a6f0, 
  byte_string = 1746952096, byte_string_start = 0x8205fb0 "À \203\b", constants 
= -2011144260, 
  next = 0x101a840}
        top = (int *) 0x101a6f0
        result = 19163144
#16 0x080f8ab3 in funcall_lambda (fun=-2011144320, nargs=0, 
arg_vector=0x101a804)
    at /home/ams/emacs/emacs/src/eval.c:2915
        val = 1073741828
        syms_left = 674707768
        next = -2011144320
        count = 5
        i = 0
        optional = 0
        rest = 0
#17 0x080f8666 in Ffuncall (nargs=-2011144320, args=0x101a800)
    at /home/ams/emacs/emacs/src/eval.c:2785
        fun = -2011144320
        funcar = 19163144
        numargs = 0
        val = 19163144
        backtrace = {next = 0x101a8e0, function = 0x101a800, args = 0x101a804, 
nargs = 0, 
  evalargs = 0 '\0', debug_on_exit = 0 '\0'}
        internal_args = (int *) 0x101a804
        i = 19163144
#18 0x08120d79 in Fbyte_code (bytestr=0, vector=16885760, maxdepth=0)
    at /home/ams/emacs/emacs/src/bytecode.c:689
        count = 5
        op = 0
        vectorp = (int *) 0x82065c0
        stack = {pc = 0x82065b3 "\207", top = 0x101a800, bottom = 0x101a800, 
  byte_string = 1746952560, byte_string_start = 0x8206180 "\b\204D", constants 
= -2011142728, 
  next = 0x101a960}
        top = (int *) 0x101a800
        result = 19163144
#19 0x080f8ab3 in funcall_lambda (fun=-2011143856, nargs=1, 
arg_vector=0x101a934)
    at /home/ams/emacs/emacs/src/eval.c:2915
        val = 1073741828
        syms_left = 674707768
        next = 676478712
        count = 4
        i = 1
        optional = 0
        rest = 0
#20 0x080f8666 in Ffuncall (nargs=-2011143856, args=0x101a930)
    at /home/ams/emacs/emacs/src/eval.c:2785
        fun = -2011143856
        funcar = 19163144
        numargs = 1
        val = 19163144
        backtrace = {next = 0x101aa00, function = 0x101a930, args = 0x101a934, 
nargs = 1, 
  evalargs = 0 '\0', debug_on_exit = 0 '\0'}
        internal_args = (int *) 0x80e73a4
        i = 19163144
#21 0x08120d79 in Fbyte_code (bytestr=1, vector=16886064, maxdepth=6)
    at /home/ams/emacs/emacs/src/bytecode.c:689
        count = 4
        op = 1
        vectorp = (int *) 0x8202bc0
        stack = {pc = 0x8202b93 "\210\016E\203\177\004\201\236", top = 
0x101a934, bottom = 0x101a930, 
  byte_string = 1746937616, byte_string_start = 0x8202720 
"\b\021Æ\nÇ>\203\037", 
  constants = -2011157576, next = 0x101aa80}
        top = (int *) 0x101a930
        result = 19163144
#22 0x080f8ab3 in funcall_lambda (fun=-2011158792, nargs=0, 
arg_vector=0x101aa54)
    at /home/ams/emacs/emacs/src/eval.c:2915
        val = 1073741828
        syms_left = 674707768
        next = -2011158792
        count = 4
        i = 0
        optional = 0
        rest = 0
#23 0x080f8666 in Ffuncall (nargs=-2011158792, args=0x101aa50)
    at /home/ams/emacs/emacs/src/eval.c:2785
        fun = -2011158792
        funcar = 19163144
        numargs = 0
        val = 19163144
        backtrace = {next = 0x101abe0, function = 0x101aa50, args = 0x101aa54, 
nargs = 0, 
  evalargs = 0 '\0', debug_on_exit = 0 '\0'}
        internal_args = (int *) 0x80e73a4
        i = 19163144
#24 0x08120d79 in Fbyte_code (bytestr=0, vector=16886352, maxdepth=6)
    at /home/ams/emacs/emacs/src/bytecode.c:689
        count = 2
        op = 0
        vectorp = (int *) 0x820145c
        stack = {pc = 0x8201450 "*\207", top = 0x101aa50, bottom = 0x101aa50, 
  byte_string = 1746932668, byte_string_start = 0x82013cc "\b\203\b", constants 
= -2011163564, 
  next = 0x0}
        top = (int *) 0x101aa50
        result = 19163144
#25 0x080f8ab3 in funcall_lambda (fun=-2011163740, nargs=0, 
arg_vector=0x101aafc)
    at /home/ams/emacs/emacs/src/eval.c:2915
        val = 1073741828
        syms_left = 674707768
        next = 674707768
        count = 2
        i = 0
        optional = 0
        rest = 0
#26 0x080f87eb in apply_lambda (fun=-2011163740, args=674707768, eval_flag=1)
    at /home/ams/emacs/emacs/src/eval.c:2837
        args_left = 674707768
        numargs = 0
        arg_vector = (int *) 0x101aafc
        gcpro1 = {next = 0x0, var = 0x101aafc, nvars = 0}
        gcpro2 = {next = 0x101ab30, var = 0x101ab0c, nvars = 1}
        gcpro3 = {next = 0x101ab20, var = 0x101ab60, nvars = 1}
        i = 0
        tem = 674707768
#27 0x080f7a00 in Feval (form=-1471617072) at 
/home/ams/emacs/emacs/src/eval.c:2138
        fun = -2011163740
        val = 19163144
        original_fun = 676478496
        original_args = 674707768
        funcar = 19163144
        backtrace = {next = 0x0, function = 0x101ab8c, args = 0x101aafc, nargs 
= 0, 
  evalargs = 0 '\0', debug_on_exit = 0 '\0'}
        gcpro1 = {next = 0x1208e0c, var = 0x852d1b8, nvars = 139645368}
        gcpro2 = {next = 0x101abdc, var = 0x11208c6, nvars = 18917280}
        gcpro3 = {next = 0x120a7a0, var = 0x1208e0c, nvars = 139645368}
#28 0x0809ce20 in top_level_2 () at /home/ams/emacs/emacs/src/keyboard.c:1273
No locals.
#29 0x080f657e in internal_condition_case (bfun=0x809ce0d <top_level_2>, 
handlers=674767392, 
    hfun=0x809cb2b <cmd_error>) at /home/ams/emacs/emacs/src/eval.c:1333
        val = 1073741828
        c = {tag = 674707768, val = 674707768, next = 0x101ad00, gcpro = 0x0, 
jmp = {{__jmpbuf = {0, 
        1, 16887428, 16886984, 16886832, 135226673}, __mask_was_saved = 0, 
__saved_mask = 16886944}}, 
  backlist = 0x0, handlerlist = 0x0, lisp_eval_depth = 0, pdlcount = 2, 
poll_suppress_count = 0, 
  interrupt_input_blocked = 0, byte_stack = 0x0}
        h = {handler = 674767392, var = 674707768, chosen_clause = 16886888, 
tag = 0x101ac60, 
  next = 0x0}
#30 0x0809ce54 in top_level_1 () at /home/ams/emacs/emacs/src/keyboard.c:1281
No locals.
#31 0x080f6169 in internal_catch (tag=1073741828, func=0x809ce24 <top_level_1>, 
arg=674707768)
    at /home/ams/emacs/emacs/src/eval.c:1094
        c = {tag = 674762136, val = 674707768, next = 0x0, gcpro = 0x0, jmp = 
{{__jmpbuf = {0, 1, 
        16887428, 16887144, 16887024, 135225692}, __mask_was_saved = 0, 
__saved_mask = 137884888}}, 
  backlist = 0x0, handlerlist = 0x0, lisp_eval_depth = 0, pdlcount = 2, 
poll_suppress_count = 0, 
  interrupt_input_blocked = 0, byte_stack = 0x0}
#32 0x0809cd6f in command_loop () at /home/ams/emacs/emacs/src/keyboard.c:1242
No locals.
#33 0x0809c97a in recursive_edit_1 () at 
/home/ams/emacs/emacs/src/keyboard.c:959
        count = 1
        val = 0
#34 0x0809ca89 in Frecursive_edit () at 
/home/ams/emacs/emacs/src/keyboard.c:1015
        count = 0
        buffer = 19163144
#35 0x0809b902 in main (argc=1, argv=0x101ae84) at 
/home/ams/emacs/emacs/src/emacs.c:1682
        stack_bottom_variable = 1 '\001'
        do_initial_setlocale = 0
        skip_args = 0
        rlim = {rlim_cur = 9223372036854775807, rlim_max = 9223372036854775807}
        no_loadup = 0
        junk = 0x0




reply via email to

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