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

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

bug#9498: "Not an in-range integer,..." when using Synergy


From: Yoshiaki Kasahara
Subject: bug#9498: "Not an in-range integer,..." when using Synergy
Date: Wed, 14 Sep 2011 19:24:07 +0900 (JST)

On Wed, 14 Sep 2011 05:35:06 -0400,
        Eli Zaretskii <eliz@gnu.org> said:

>> Do I need to recompile emacs without compiler optimization?
> 
> Yes, please.

Ok.

Breakpoint 3, error (
    m=0x6e80b8 "Not an in-range integer, float, or cons of integers")
    at eval.c:1974
1974      va_start (ap, m);
(gdb) where
#0  error (m=0x6e80b8 "Not an in-range integer, float, or cons of integers")
    at eval.c:1974
#1  0x0000000000605166 in cons_to_signed (c=12826385284, min=-2147483648,
    max=2147483647) at data.c:2430
#2  0x0000000000526be7 in lisp_data_to_selection_data (display=0x10cc000,
    obj=12826385284, data_ret=0xc70680, type_ret=0xc70698, size_ret=0xc70688,
    format_ret=0xc70690, nofree_ret=0xc706a0) at xselect.c:1790
#3  0x0000000000524ee5 in x_convert_selection (event=0x7fffffffcbc0,
    selection_symbol=11922226, target_symbol=12298130, property=271,
    for_multiple=0, dpyinfo=0xfec400) at xselect.c:937
#4  0x0000000000524c77 in x_handle_selection_request (event=0x7fffffffcbc0)
    at xselect.c:858
#5  0x0000000000525180 in x_handle_selection_event (event=0x7fffffffcbc0)
    at xselect.c:1018
#6  0x000000000057cfa2 in swallow_events (do_display=1) at keyboard.c:4183
#7  0x0000000000682388 in wait_reading_process_output (time_limit=30,
    microsecs=0, read_kbd=-1, do_display=1, wait_for_cell=11855922,
    wait_proc=0x0, just_wait_proc=0) at process.c:4695
#8  0x000000000042284a in sit_for (timeout=120, reading=1, do_display=1)
    at dispnew.c:5967
#9  0x0000000000579c91 in read_char (commandflag=1, nmaps=2,
    maps=0x7fffffffd380, prev_event=11855922, used_mouse_menu=0x7fffffffd604,
    end_time=0x0) at keyboard.c:2690
#10 0x00000000005870e9 in read_key_sequence (keybuf=0x7fffffffd8a0,
    bufsize=30, prompt=11855922, dont_downcase_last=0,
    can_return_switch_frame=1, fix_current_buffer=1) at keyboard.c:9285
#11 0x0000000000577259 in command_loop_1 () at keyboard.c:1446
#12 0x000000000061d363 in internal_condition_case (
    bfun=0x576ea0 <command_loop_1>, handlers=11936514,
    hfun=0x576770 <cmd_error>) at eval.c:1491
#13 0x0000000000576b62 in command_loop_2 (ignore=11855922) at keyboard.c:1157
#14 0x000000000061ccd8 in internal_catch (tag=11928466,
    func=0x576b40 <command_loop_2>, arg=11855922) at eval.c:1248
#15 0x0000000000576b14 in command_loop () at keyboard.c:1136
#16 0x0000000000576272 in recursive_edit_1 () at keyboard.c:756
#17 0x000000000057641f in Frecursive_edit () at keyboard.c:820
#18 0x00000000005747e9 in main (argc=2, argv=0x7fffffffde40) at emacs.c:1706
(gdb) frame 1
#1  0x0000000000605166 in cons_to_signed (c=12826385284, min=-2147483648,
    max=2147483647) at data.c:2430
2430        error ("Not an in-range integer, float, or cons of integers");
(gdb) p val
$1 = 3206596321
(gdb) pp c
3206596321
(gdb) up
#2  0x0000000000526be7 in lisp_data_to_selection_data (display=0x10cc000,
    obj=12826385284, data_ret=0xc70680, type_ret=0xc70698, size_ret=0xc70688,
    format_ret=0xc70690, nofree_ret=0xc706a0) at xselect.c:1790
1790          (*(long **) data_ret) [0] = cons_to_signed (obj, X_LONG_MIN, 
X_LONG_MAX);
(gdb) pp obj
3206596321






reply via email to

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