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: Eli Zaretskii
Subject: bug#9498: "Not an in-range integer,..." when using Synergy
Date: Wed, 14 Sep 2011 04:29:59 -0400

> Date: Wed, 14 Sep 2011 16:31:25 +0900 (JST)
> From: Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp>
> Cc: 9498@debbugs.gnu.org
> 
> Breakpoint 3, error (
>     m=0x5f3530 "Not an in-range integer, float, or cons of integers")
>     at eval.c:1972
> 1972    {
> (gdb) bt
> #0  error (m=0x5f3530 "Not an in-range integer, float, or cons of integers")
>     at eval.c:1972
> #1  0x000000000055abbc in cons_to_signed (c=6239536, min=-2147483648,
>     max=2147483647) at data.c:2430
> #2  0x00000000004d4e52 in x_convert_selection (event=Variable "event" is not 
> available.
> ) at xselect.c:1790

Thanks.  Please do

 (gdb) frame 0
 (gdb) p val
 (gdb) pp c
 (gdb) up
 (gdb) pp obj

and show the output.

In order for the "pp" command to work, you will need to start GDB from
the src directory of the Emacs source tree.





reply via email to

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