From: Gilbert Harman <[EMAIL PROTECTED]> To: [email protected] Subject: timer error --text follows this line--
Please write in English if possible, because the Emacs maintainers usually do not have translators to read other languages for them. Your bug report will be posted to the [email protected] mailing list. Please describe exactly what actions triggered the bug and the precise symptoms of the bug: I think I was trying to save a file. I reported a similar problem a couple of weeks ago and was eventually convinced it may have been due to a disk problem. However, I am now getting it on a different machine (both are relatively new intel iMacs). This is a moderately frequent error this afternoon. The output from debug is this: Debugger entered--Lisp error: (range-error "floor" 175114285880178.06) floor(175114285880178.06) timer-relative-time((17599 53421 847094) 0.5 0) timer-inc-time([t 17599 53421 847094 0.5 blink-cursor-timer-function nil nil] 0.5 0) timer-event-handler([t 17599 53421 847094 0.5 blink-cursor-timer-function nil nil]) The output from gdb is this: (gdb) run Starting program: /Applications/Emacs.app/Contents/MacOS/Emacs Reading symbols for shared libraries ..................................................................... done Reading symbols for shared libraries . done Reading symbols for shared libraries . done Reading symbols for shared libraries . done Breakpoint 1, Fsignal (error_symbol=58778473, data=20630445) at /Users/gilbertharman/emacs/mac/../src/eval.c:1606 1606 register struct handler *allhandlers = handlerlist; (gdb) back #0 Fsignal (error_symbol=58778473, data=20630445) at /Users/gilbertharman/emacs/mac/../src/eval.c:1606 #1 0x000e7d59 in rounding_driver (arg=20633310, divisor=-2147483648, double_round=0x9003a207 <floor>, int_round2=0xe7dbb <floor2>, name=0x169ff0 "floor") at /Users/gilbertharman/emacs/mac/../src/floatfns.c:781 #2 0x000e3868 in Ffuncall (nargs=2, args=0xbfffe894) at /Users/gilbertharman/emacs/mac/../src/eval.c:2914 #3 0x001149d0 in Fbyte_code (bytestr=2436323, vector=2436468, maxdepth=6) at /Users/gilbertharman/emacs/mac/../src/bytecode.c:694 #4 0x000e316c in funcall_lambda (fun=2436260, nargs=3, arg_vector=0xbfffea34) at /Users/gilbertharman/emacs/mac/../src/eval.c:3091 #5 0x000e372a in Ffuncall (nargs=4, args=0xbfffea30) at /Users/gilbertharman/emacs/mac/../src/eval.c:2959 #6 0x001149d0 in Fbyte_code (bytestr=2436603, vector=2436668, maxdepth=5) at /Users/gilbertharman/emacs/mac/../src/bytecode.c:694 #7 0x000e316c in funcall_lambda (fun=2436540, nargs=3, arg_vector=0xbfffebd4) at /Users/gilbertharman/emacs/mac/../src/eval.c:3091 #8 0x000e372a in Ffuncall (nargs=4, args=0xbfffebd0) at /Users/gilbertharman/emacs/mac/../src/eval.c:2959 #9 0x001149d0 in Fbyte_code (bytestr=2439131, vector=2439284, maxdepth=5) at /Users/gilbertharman/emacs/mac/../src/bytecode.c:694 #10 0x000e316c in funcall_lambda (fun=2439092, nargs=1, arg_vector=0xbfffed84) at /Users/gilbertharman/emacs/mac/../src/eval.c:3091 #11 0x000e372a in Ffuncall (nargs=2, args=0xbfffed80) at /Users/gilbertharman/emacs/mac/../src/eval.c:2959 #12 0x000e494f in call1 (fn=58759577, arg1=51575220) at /Users/gilbertharman/emacs/mac/../src/eval.c:2693 #13 0x000798f4 in timer_check (do_it_now=1) at /Users/gilbertharman/emacs/mac/../src/keyboard.c:4480 #14 0x00079aed in readable_events (flags=1) at /Users/gilbertharman/emacs/mac/../src/keyboard.c:3519 #15 0x0007f054 in get_input_pending (addr=0x2d5920, flags=1) at /Users/gilbertharman/emacs/mac/../src/keyboard.c:6599 #16 0x0007f13a in detect_input_pending_run_timers (do_display=1) at /Users/gilbertharman/emacs/mac/../src/keyboard.c:9955 #17 0x0011d5c8 in wait_reading_process_output (time_limit=30, microsecs=0, read_kbd=-1, do_display=1, wait_for_cell=58721289, wait_proc=0x0, just_wait_proc=0) at /Users/gilbertharman/emacs/mac/../src/process.c:4653 #18 0x0000b6cc in sit_for (sec=30, usec=0, reading=1, display=1, initial_display=0) at /Users/gilbertharman/emacs/mac/../src/dispnew.c:6531 #19 0x00082188 in read_char (commandflag=1, nmaps=4, maps=0xbffff380, prev_event=58721289, used_mouse_menu=0xbffff45c) at /Users/gilbertharman/emacs/mac/../src/keyboard.c:2777 #20 0x00083672 in read_key_sequence (keybuf=0xbffff558, bufsize=30, prompt=58721289, dont_downcase_last=0, can_return_switch_frame=1, fix_current_buffer=1) at /Users/gilbertharman/emacs/mac/../src/keyboard.c:8864 #21 0x00084e8c in command_loop_1 () at /Users/gilbertharman/emacs/mac/../src/keyboard.c:1536 #22 0x000e19d2 in internal_condition_case (bfun=0x84c9d <command_loop_1>, handlers=58767529, hfun=0x7e200 <cmd_error>) at /Users/gilbertharman/emacs/mac/../src/eval.c:1476 #23 0x00077de0 in command_loop_2 () at /Users/gilbertharman/emacs/mac/../src/keyboard.c:1328 #24 0x000e18c3 in internal_catch (tag=58763833, func=0x77d9c <command_loop_2>, arg=58721289) at /Users/gilbertharman/emacs/mac/../src/eval.c:1214 #25 0x00077b87 in command_loop () at /Users/gilbertharman/emacs/mac/../src/keyboard.c:1307 #26 0x00077c3b in recursive_edit_1 () at /Users/gilbertharman/emacs/mac/../src/keyboard.c:1000 #27 0x00077d5d in Frecursive_edit () at /Users/gilbertharman/emacs/mac/../src/keyboard.c:1061 #28 0x00076f0e in main (argc=1, argv=0xbffff964) at /Users/gilbertharman/emacs/mac/../src/emacs.c:1794 If emacs crashed, and you have the emacs process in the gdb debugger, please include the output from the following gdb commands: `bt full' and `xbacktrace'. If you would like to further debug the crash, please read the file /Applications/Emacs.app/Contents/Resources/etc/DEBUG for instructions. In GNU Emacs 22.0.50.1 (i386-apple-darwin8.7.1) of 2006-06-28 on phi-qp617070u2s.princeton.edu X server distributor `Apple Computers', version 10.4.7 configured using `configure '--without-x' '--prefix=/usr/local'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: nil locale-coding-system: iso-8859-1 default-enable-multibyte-characters: t Major mode: Debugger Minor modes in effect: encoded-kbd-mode: t recentf-mode: t display-time-mode: t tooltip-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t unify-8859-on-encoding-mode: t utf-translate-cjk-mode: t auto-compression-mode: t line-number-mode: t Recent input: M-x t o g g l e SPC d e b u g SPC o n SPC e r r o r <return> C-x C-f <backspace> <backspace> <backspace> <backspace> <backspace> <backspace> <backspace> <backspace> <backspace> <backspace> <return> q <menu-bar> <file> <Open Recent> <~/Current/Evaluations/Dissertations/Lam-draft> <down-mouse-1> <mouse-1> <backspace> C-x C-s <menu-bar> <buffer> "*Messages*" C-x C-b <menu-bar> <help-menu> <report-emacs-bug> Recent messages: For information about the GNU Project and its goals, type C-h C-p. Loading encoded-kb...done Debug on Error enabled Loading dired...done Loading time-stamp...done Wrote /Users/gilbertharman/Current/Evaluations/Dissertations/Lam-draft Loading debug...done Entering debugger... Loading help-mode...done Loading emacsbug...done _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
