From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Yoshiaki Kasahara Newsgroups: gmane.emacs.bugs Subject: bug#9498: "Not an in-range integer,..." when using Synergy Date: Wed, 14 Sep 2011 17:51:17 +0900 (JST) Message-ID: <20110914.175117.438089684916290501.kasahara@nc.kyushu-u.ac.jp> References: <4E70358A.3090906@cs.ucla.edu> <20110914.163125.1013651798245165905.kasahara@nc.kyushu-u.ac.jp> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1315990302 26490 80.91.229.12 (14 Sep 2011 08:51:42 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 14 Sep 2011 08:51:42 +0000 (UTC) Cc: 9498@debbugs.gnu.org, eggert@cs.ucla.edu To: eliz@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Sep 14 10:51:37 2011 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1R3lBw-00080l-8M for geb-bug-gnu-emacs@m.gmane.org; Wed, 14 Sep 2011 10:51:36 +0200 Original-Received: from localhost ([::1]:55316 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R3lBv-0003JX-NB for geb-bug-gnu-emacs@m.gmane.org; Wed, 14 Sep 2011 04:51:35 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:46225) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R3lBt-0003JO-BR for bug-gnu-emacs@gnu.org; Wed, 14 Sep 2011 04:51:34 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R3lBr-0004pm-GZ for bug-gnu-emacs@gnu.org; Wed, 14 Sep 2011 04:51:32 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:60546) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R3lBr-0004pg-En for bug-gnu-emacs@gnu.org; Wed, 14 Sep 2011 04:51:31 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1R3lGE-0001Sm-Ll; Wed, 14 Sep 2011 04:56:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Yoshiaki Kasahara Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 14 Sep 2011 08:56:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 9498 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 9498-submit@debbugs.gnu.org id=B9498.13159905615617 (code B ref 9498); Wed, 14 Sep 2011 08:56:02 +0000 Original-Received: (at 9498) by debbugs.gnu.org; 14 Sep 2011 08:56:01 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R3lGC-0001SX-B6 for submit@debbugs.gnu.org; Wed, 14 Sep 2011 04:56:01 -0400 Original-Received: from elvenbow.nc.kyushu-u.ac.jp ([133.5.7.92] helo=elvenbow.cc.kyushu-u.ac.jp) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R3lG6-0001SJ-Md for 9498@debbugs.gnu.org; Wed, 14 Sep 2011 04:55:56 -0400 Original-Received: from localhost (kasahara@localhost [IPv6:::1]) by elvenbow.cc.kyushu-u.ac.jp (8.14.5/8.14.5) with ESMTP id p8E8pHCa020351; Wed, 14 Sep 2011 17:51:17 +0900 (JST) (envelope-from kasahara@nc.kyushu-u.ac.jp) In-Reply-To: X-Mailer: Mew version 6.3.51 on Emacs 24.0.50 / Mule 6.0 (HANACHIRUSATO) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Wed, 14 Sep 2011 04:56:02 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 1) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:51137 Archived-At: On Wed, 14 Sep 2011 04:31:47 -0400, Eli Zaretskii said: > Thanks. Please do > > (gdb) frame 1 > (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. Thank you for the instruction. But I couldn't get some of the values... (gdb) frame 1 #1 0x000000000055abbc in cons_to_signed (c=6239536, min=-2147483648, max=2147483647) at data.c:2430 2430 error ("Not an in-range integer, float, or cons of integers"); (gdb) p val Variable "val" is not available. (gdb) pp c 1559884 (gdb) up #2 0x00000000004d4e52 in x_convert_selection (event=Variable "event" is not available. ) at xselect.c:1790 1790 (*(long **) data_ret) [0] = cons_to_signed (obj, X_LONG_MIN, X_LONG_MAX); (gdb) pp obj No symbol "obj" in current context. Do I need to recompile emacs without compiler optimization?