From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sun Yijiang Newsgroups: gmane.lisp.guile.user Subject: Re: Help needed on strange random error (Guile 2.0.9) Date: Sat, 7 Dec 2013 11:52:24 +0800 Message-ID: References: <8761r17hhb.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e0149ce36c629cc04ece9b0fd X-Trace: ger.gmane.org 1386388353 7816 80.91.229.3 (7 Dec 2013 03:52:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 7 Dec 2013 03:52:33 +0000 (UTC) Cc: guile-user@gnu.org To: =?ISO-8859-1?Q?Ludovic_Court=E8s?= Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sat Dec 07 04:52:39 2013 Return-path: Envelope-to: guile-user@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 1Vp8wZ-0000k2-7K for guile-user@m.gmane.org; Sat, 07 Dec 2013 04:52:39 +0100 Original-Received: from localhost ([::1]:34431 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vp8wY-0000Eu-7N for guile-user@m.gmane.org; Fri, 06 Dec 2013 22:52:38 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47550) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vp8wM-0000Eo-Di for guile-user@gnu.org; Fri, 06 Dec 2013 22:52:30 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vp8wL-00065C-AH for guile-user@gnu.org; Fri, 06 Dec 2013 22:52:26 -0500 Original-Received: from mail-oa0-x236.google.com ([2607:f8b0:4003:c02::236]:54974) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vp8wL-000658-41; Fri, 06 Dec 2013 22:52:25 -0500 Original-Received: by mail-oa0-f54.google.com with SMTP id h16so1767464oag.27 for ; Fri, 06 Dec 2013 19:52:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=OQd31n5cl49MXFPVO3NwMGwhXy6jsFNX5ukkwbtprDE=; b=VLtnLnbcZT0635z+Gug0B1MFsAdW8aq4WSac6iWaoNJPyKJo8vzsx9ncE/SQEH6sxp mgEi1lGX5/1BrGlkJXUegjB0bijePCHW0s0AHwqTMwfhkdZJ0XPezVXzLYsW5hVzLN5G uP0YgIkB5AUoHcbxuA2o1SS1I50DTmgZV1fG/0ujSJKl1yQRmmVlFr/oLueydYoSUTxJ sRVrLdruFt3rR/GAwikH5JjKaAkbt8qoafqiF7X2r9jYTq5Gyq3r+JzTG1G5mPnxi2Wy g8jw9hR4JeX3hvDNLlBiv+nVENbSL22S/C6IOnKS9ldiptRhgS+xnoE0Lcdm8C7slTlB 6TCg== X-Received: by 10.60.45.102 with SMTP id l6mr5159646oem.36.1386388344152; Fri, 06 Dec 2013 19:52:24 -0800 (PST) Original-Received: by 10.76.10.38 with HTTP; Fri, 6 Dec 2013 19:52:24 -0800 (PST) In-Reply-To: <8761r17hhb.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c02::236 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:10928 Archived-At: --089e0149ce36c629cc04ece9b0fd Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable It's an application using Guile for extensions, involving a bunch of C++ / Scheme code and need an environment to run, so I'm afraid it's not quite possible to post them here. Besides, there are commercial secrets included= . I know it's hard to get any help with such little infomation. I'll try to post an example script that can reproduce this problem. Still, any hint on where I can start looking into this problem? Thanks, Steve 2013/12/7 Ludovic Court=E8s > Sun Yijiang skribis: > > > This happens very rarely, and randomly on almost any guile scripts, > errors > > are: > > > > Backtrace: > > In ice-9/boot-9.scm: > > 157: 7 [catch #t # ...] > > In unknown file: > > ?: 6 [apply-smob/1 #] > > In ice-9/boot-9.scm: > > 63: 5 [call-with-prompt prompt0 ...] > > In ice-9/eval.scm: > > 432: 4 [eval # #] > > 386: 3 [eval # #] > > 386: 2 [eval # #] > > 393: 1 [eval # #] > > In unknown file: > > ?: 0 [memoize-variable-access! # # > 1fd8c60>] > > > > ERROR: In procedure memoize-variable-access!: > > ERROR: Unbound variable: @@ > > Could you post the script in question, and the command line used to > run it? > > Thanks, > Ludo=92. > --089e0149ce36c629cc04ece9b0fd Content-Type: text/html; charset=windows-1252 Content-Transfer-Encoding: quoted-printable
It's an application using Guile=A0for extensions, involving a=A0bu= nch of C++ / Scheme code and need an environment to run, so I'm afraid = it's not quite possible to post them here.=A0 Besides, there are commer= cial secrets included.
=A0
I know it's hard to get any help with=A0such little infomation.=A0= I'll try to post an example script that can reproduce this problem.
=A0
Still, any hint on where I can start looking into this problem?
Thanks,
Steve
=A0
2013/12/7 Ludovic Court=E8s &l= t;ludo@gnu.org>
Sun Yijiang <sunyijiang@gmail.com> skribis:

> This happens very rarely, and randomly on almost= any guile scripts, errors
> are:
>
> Backtrace:
> = In ice-9/boot-9.scm:
> =A0157: 7 [catch #t #<catch-closure 1fe7960= > ...]
> In unknown file:
> =A0 =A0?: 6 [apply-smob/1 #<catch-closure = 1fe7960>]
> In ice-9/boot-9.scm:
> =A0 63: 5 [call-with-prom= pt prompt0 ...]
> In ice-9/eval.scm:
> =A0432: 4 [eval # #]
= > =A0386: 3 [eval # #]
> =A0386: 2 [eval # #]
> =A0393: 1 [eval #<memoized @@> #<= ;directory (guile-user) 1fd8c60>]
> In unknown file:
> =A0 = =A0?: 0 [memoize-variable-access! #<memoized @@> #<directory (guil= e-user)
> 1fd8c60>]
>
> ERROR: In procedure memoize-variable-acce= ss!:
> ERROR: Unbound variable: @@

Could you post the sc= ript in question, and the command line used to
run it?

Thanks, Ludo=92.

--089e0149ce36c629cc04ece9b0fd--