From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Newsgroups: gmane.lisp.guile.bugs Subject: bug#13074: VM Segfaults with Bad `Call' Instruction Date: Wed, 05 Dec 2012 23:14:08 +0100 Message-ID: <87hao0p2of.fsf@gnu.org> References: <87hao0r3nh.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1354745698 26406 80.91.229.3 (5 Dec 2012 22:14:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 5 Dec 2012 22:14:58 +0000 (UTC) Cc: 13074@debbugs.gnu.org To: Noah Lavine Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Wed Dec 05 23:15:09 2012 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TgNFE-0002iv-At for guile-bugs@m.gmane.org; Wed, 05 Dec 2012 23:15:08 +0100 Original-Received: from localhost ([::1]:52479 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TgNF2-0000Lb-4M for guile-bugs@m.gmane.org; Wed, 05 Dec 2012 17:14:56 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:48234) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TgNEz-0000L4-Lc for bug-guile@gnu.org; Wed, 05 Dec 2012 17:14:54 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TgNEy-0000bT-Hu for bug-guile@gnu.org; Wed, 05 Dec 2012 17:14:53 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:45155) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TgNEy-0000bO-EV for bug-guile@gnu.org; Wed, 05 Dec 2012 17:14:52 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1TgNF7-0004Up-KI for bug-guile@gnu.org; Wed, 05 Dec 2012 17:15:01 -0500 X-Loop: help-debbugs@gnu.org Resent-From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-guile@gnu.org Resent-Date: Wed, 05 Dec 2012 22:15:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 13074 X-GNU-PR-Package: guile X-GNU-PR-Keywords: Original-Received: via spool by 13074-submit@debbugs.gnu.org id=B13074.135474566317216 (code B ref 13074); Wed, 05 Dec 2012 22:15:01 +0000 Original-Received: (at 13074) by debbugs.gnu.org; 5 Dec 2012 22:14:23 +0000 Original-Received: from localhost ([127.0.0.1]:55406 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TgNEU-0004Tc-Pm for submit@debbugs.gnu.org; Wed, 05 Dec 2012 17:14:23 -0500 Original-Received: from mail1-relais-roc.national.inria.fr ([192.134.164.82]:3813) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TgNES-0004TU-Lz for 13074@debbugs.gnu.org; Wed, 05 Dec 2012 17:14:22 -0500 X-IronPort-AV: E=Sophos;i="4.84,224,1355094000"; d="scan'208";a="184803482" Original-Received: from reverse-83.fdn.fr (HELO pluto) ([80.67.176.83]) by mail1-relais-roc.national.inria.fr with ESMTP/TLS/DHE-RSA-AES128-SHA; 05 Dec 2012 23:14:09 +0100 X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 15 Frimaire an 221 de la =?UTF-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0xEA52ECF4 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 83C4 F8E5 10A3 3B4C 5BEA D15D 77DD 95E2 EA52 ECF4 X-OS: x86_64-unknown-linux-gnu In-Reply-To: (Noah Lavine's message of "Wed, 5 Dec 2012 09:54:20 -0500") User-Agent: Gnus/5.130005 (Ma Gnus v0.5) Emacs/24.2 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 140.186.70.43 X-BeenThere: bug-guile@gnu.org List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:6644 Archived-At: Noah Lavine skribis: > That makes sense. I hit this error in debugging a CPS->GLIL compiler (whi= ch > I hope will become Guile's compiler, but that's another story). However, > once the debugging is done, I suppose it won't make a difference. Oooh, make sure to post about your plans. > What do you think about enabling it only in the debug VM, or something li= ke > that? Then if there's some way for me to run my code in debug mode, I can > get the better output without slowing down most things. I=E2=80=99m inclined to leave it as is, because it=E2=80=99s only hit when = generating wrong code. How strongly do you feel about it? :-) Ludo=E2=80=99.