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: Help needed on strange random error (Guile 2.0.9) Date: Fri, 6 Dec 2013 20:04:19 +0800 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7b5d2ea4329fba04ecdc72de X-Trace: ger.gmane.org 1386331473 25509 80.91.229.3 (6 Dec 2013 12:04:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 6 Dec 2013 12:04:33 +0000 (UTC) To: "guile-user@gnu.org" Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Fri Dec 06 13:04:40 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 1Vou99-0004V7-Rd for guile-user@m.gmane.org; Fri, 06 Dec 2013 13:04:39 +0100 Original-Received: from localhost ([::1]:58505 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vou99-0007cO-D0 for guile-user@m.gmane.org; Fri, 06 Dec 2013 07:04:39 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55971) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vou8z-0007cH-Ke for guile-user@gnu.org; Fri, 06 Dec 2013 07:04:31 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vou8q-0005FZ-RF for guile-user@gnu.org; Fri, 06 Dec 2013 07:04:29 -0500 Original-Received: from mail-oa0-x232.google.com ([2607:f8b0:4003:c02::232]:58109) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vou8q-0005FL-Ly for guile-user@gnu.org; Fri, 06 Dec 2013 07:04:20 -0500 Original-Received: by mail-oa0-f50.google.com with SMTP id n16so643632oag.37 for ; Fri, 06 Dec 2013 04:04:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=q0tw7v7eAxP7b5HY4LyJvKgBGX1oeN5x/Mf7ifRaIHY=; b=i5tCfa9Of+mfUNvsMfziizCM/FGKv8lLF9oAI4jAG0tA0/J2KRhd/TIG5euTg9/r4E THOe6kKrwKLxNP4hRd8D1eUTCqtzGOV0mrxNPMBfQlRxWJvpKmixKCU/6uq2FeDg/lGE LpIYgjmUl3nc8OqAVFLJGOZ2yNx3i7BBbWJ9MmVfxtOVdI8cJKsbzIHgO3qn+c563erV uG4+8FkiECSnhznowmkdPQFqA/tys5zGmLEFq6xHSS+pUZwlK6oo1NYPFHa1YO4WCKo3 kMavm7vHIdW4zniv4YkqEe24bDyK16LVqM6FJQnkh+olBtbfpzykjv+HfQyfHXIoGzHp wmhQ== X-Received: by 10.182.49.166 with SMTP id v6mr2242506obn.13.1386331459718; Fri, 06 Dec 2013 04:04:19 -0800 (PST) Original-Received: by 10.76.10.38 with HTTP; Fri, 6 Dec 2013 04:04:19 -0800 (PST) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c02::232 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:10926 Archived-At: --047d7b5d2ea4329fba04ecdc72de Content-Type: text/plain; charset=ISO-8859-1 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! # #] ERROR: In procedure memoize-variable-access!: ERROR: Unbound variable: @@ The error won't repeat itself if you run again, it's like a ghost. Things got worse when I run a lot of my scripts in parallel (with GNU parallel). Could anyone give me a clue? Regards, Steve --047d7b5d2ea4329fba04ecdc72de Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
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 fil= e:
=A0=A0 ?: 6 [apply-smob/1 #<catch-closure 1fe7960>]
In ice-9/boot-= 9.scm:
=A0 63: 5 [call-with-prompt 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 @@&= gt; #<directory (guile-user) 1fd8c60>]

ERROR: In procedure mem= oize-variable-access!:
ERROR: Unbound variable: @@

The erro= r won't repeat itself if you run again, it's like a ghost.=A0 Thing= s got worse when I run a lot of my scripts in parallel (with GNU parallel).= =A0 Could anyone give me a clue?

Regards,
Steve

--047d7b5d2ea4329fba04ecdc72de--