GNU bug report logs - #26675
guile-2.2.0 in GNU/Hurd

Previous Next

Package: guile;

Reported by: rennes <rennes <at> openmailbox.org>

Date: Thu, 27 Apr 2017 03:30:02 UTC

Severity: normal

To reply to this bug, email your comments to 26675 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guile <at> gnu.org:
bug#26675; Package guile. (Thu, 27 Apr 2017 03:30:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to rennes <rennes <at> openmailbox.org>:
New bug report received and forwarded. Copy sent to bug-guile <at> gnu.org. (Thu, 27 Apr 2017 03:30:04 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: rennes <rennes <at> openmailbox.org>
To: bug-guile <at> gnu.org
Cc: manolis837 <at> gmail.com
Subject: guile-2.2.0 in GNU/Hurd
Date: Wed, 26 Apr 2017 21:35:10 -0500
[Message part 1 (text/plain, inline)]
Greetings guile team,

We are testing guile-2.2.0 in GNU/Hurd, we have passed the build phase  
setting "--disable-largefile" parameter to configure script.
On the other hand in the check phase, get the error:

wrote  
`/tmp/guix-build-guile-2.2.0.drv-0/guile-2.2.0/cache/guile/ccache/2.2-LE-4-3.9/tmp/guix-build-guile-2.2.0.drv-0/guile-2.2.0/test-suite/standalone/test-out-of-memory.go'
Backtrace:
           7 (apply-smob/1 #<catch-closure 826f4c0>)
In ice-9/boot-9.scm:
    710:2  6 (call-with-prompt _ _ #<procedure default-prompt-handle?>)
In ice-9/eval.scm:
    619:8  5 (_ #(#(#<directory (guile-user) 828c960>)))
In ice-9/boot-9.scm:
   2309:4  4 (save-module-excursion _)
  3816:12  3 (_)
In ./test-out-of-memory:
     53:0  2 (_)
In ice-9/boot-9.scm:
    834:9  1 (catch _ _ #<procedure 1ba340 at ./test-out-of-memory:?>  
?)
In unknown file:
           0 (scm-error misc-error #f "~A" ("should not be reached") #)

ERROR: In procedure scm-error:
ERROR: should not be reached
FAIL: test-out-of-memory
==================================
2 of 38 tests failed
(1 test was not run)
Please report to bug-guile <at> gnu.org
==================================

--
On my screen also appears the message:
"no more room in ef116638 (...0/libguile/.libs/guile(7528))"

Attached environment-variables and config.log files, I could not  
capture the test-suite.log file.
Any idea that can help us is well received.
[config.log (text/x-log, attachment)]
[environment-variables (text/plain, attachment)]

Information forwarded to bug-guile <at> gnu.org:
bug#26675; Package guile. (Tue, 02 May 2017 19:40:02 GMT) Full text and rfc822 format available.

Message #8 received at 26675 <at> debbugs.gnu.org (full text, mbox):

From: Andy Wingo <wingo <at> pobox.com>
To: rennes <rennes <at> openmailbox.org>
Cc: 26675 <at> debbugs.gnu.org, manolis837 <at> gmail.com
Subject: Re: bug#26675: guile-2.2.0 in GNU/Hurd
Date: Tue, 02 May 2017 21:39:18 +0200
On Thu 27 Apr 2017 04:35, rennes <rennes <at> openmailbox.org> writes:

> We are testing guile-2.2.0 in GNU/Hurd, we have passed the build phase  
> setting "--disable-largefile" parameter to configure script.
> On the other hand in the check phase, get the error:
>
> wrote  
> `/tmp/guix-build-guile-2.2.0.drv-0/guile-2.2.0/cache/guile/ccache/2.2-LE-4-3.9/tmp/guix-build-guile-2.2.0.drv-0/guile-2.2.0/test-suite/standalone/test-out-of-memory.go'
> Backtrace:
>             7 (apply-smob/1 #<catch-closure 826f4c0>)
> In ice-9/boot-9.scm:
>      710:2  6 (call-with-prompt _ _ #<procedure default-prompt-handle?>)
> In ice-9/eval.scm:
>      619:8  5 (_ #(#(#<directory (guile-user) 828c960>)))
> In ice-9/boot-9.scm:
>     2309:4  4 (save-module-excursion _)
>    3816:12  3 (_)
> In ./test-out-of-memory:
>       53:0  2 (_)
> In ice-9/boot-9.scm:
>      834:9  1 (catch _ _ #<procedure 1ba340 at ./test-out-of-memory:?>  
> ?)
> In unknown file:
>             0 (scm-error misc-error #f "~A" ("should not be reached") #)
>
> ERROR: In procedure scm-error:
> ERROR: should not be reached
> FAIL: test-out-of-memory

This means that your "setrlimit" is incapable of limiting your memory
usage.  A Hurd bug?

Andy




Information forwarded to bug-guile <at> gnu.org:
bug#26675; Package guile. (Tue, 09 May 2017 13:37:02 GMT) Full text and rfc822 format available.

Message #11 received at 26675 <at> debbugs.gnu.org (full text, mbox):

From: rennes <rennes <at> openmailbox.org>
To: bug-hurd <at> gnu.org
Cc: Andy Wingo <wingo <at> pobox.com>, 26675 <at> debbugs.gnu.org, manolis837 <at> gmail.com
Subject: guile-2.2.0 in GNU/Hurd
Date: Tue, 09 May 2017 08:32:21 -0500
Hello,

I forwarded the mail about the guile-2.2 bug in Hurd; Andy a guile  
developer comments on the error as follows:

"'Setrlimit' is incapable of limiting your memory usage."

I understand that Hurd is an OS that is under development/experimental  
and has not yet implemented functions/features as mentioned.
Given this situation, can we do something about it?


On 05/02/2017 02:39:18 PM, Andy Wingo wrote:
> On Thu 27 Apr 2017 04:35, rennes <rennes <at> openmailbox.org> writes:
> 
> > We are testing guile-2.2.0 in GNU/Hurd, we have passed the build  
> phase
> > setting "--disable-largefile" parameter to configure script.
> > On the other hand in the check phase, get the error:
> >
> > wrote
> >  
> `/tmp/guix-build-guile-2.2.0.drv-0/guile-2.2.0/cache/guile/ccache/2.2-LE-4-3.9/tmp/guix-build-guile-2.2.0.drv-0/guile-2.2.0/test-suite/standalone/test-out-of-memory.go'
> > Backtrace:
> >             7 (apply-smob/1 #<catch-closure 826f4c0>)
> > In ice-9/boot-9.scm:
> >      710:2  6 (call-with-prompt _ _ #<procedure  
> default-prompt-handle?>)
> > In ice-9/eval.scm:
> >      619:8  5 (_ #(#(#<directory (guile-user) 828c960>)))
> > In ice-9/boot-9.scm:
> >     2309:4  4 (save-module-excursion _)
> >    3816:12  3 (_)
> > In ./test-out-of-memory:
> >       53:0  2 (_)
> > In ice-9/boot-9.scm:
> >      834:9  1 (catch _ _ #<procedure 1ba340 at  
> ./test-out-of-memory:?>
> > ?)
> > In unknown file:
> >             0 (scm-error misc-error #f "~A" ("should not be  
> reached") #)
> >
> > ERROR: In procedure scm-error:
> > ERROR: should not be reached
> > FAIL: test-out-of-memory
> 
> This means that your "setrlimit" is incapable of limiting your memory
> usage.  A Hurd bug?
> 
> Andy




Information forwarded to bug-guile <at> gnu.org:
bug#26675; Package guile. (Tue, 09 May 2017 19:26:02 GMT) Full text and rfc822 format available.

Message #14 received at 26675 <at> debbugs.gnu.org (full text, mbox):

From: Samuel Thibault <samuel.thibault <at> gnu.org>
To: rennes <rennes <at> openmailbox.org>
Cc: Andy Wingo <wingo <at> pobox.com>, bug-hurd <at> gnu.org, 26675 <at> debbugs.gnu.org,
 manolis837 <at> gmail.com
Subject: Re: guile-2.2.0 in GNU/Hurd
Date: Tue, 9 May 2017 21:25:50 +0200
Hello,

rennes, on mar. 09 mai 2017 08:32:21 -0500, wrote:
> I forwarded the mail about the guile-2.2 bug in Hurd; Andy a guile developer
> comments on the error as follows:
> 
> "'Setrlimit' is incapable of limiting your memory usage."

Indeed, I think it's not implemented yet.

> I understand that Hurd is an OS that is under development/experimental and
> has not yet implemented functions/features as mentioned.
> Given this situation, can we do something about it?

Well, either implement it :) or skip the test, I guess.

Samuel

> On 05/02/2017 02:39:18 PM, Andy Wingo wrote:
> > On Thu 27 Apr 2017 04:35, rennes <rennes <at> openmailbox.org> writes:
> > 
> > > We are testing guile-2.2.0 in GNU/Hurd, we have passed the build phase
> > > setting "--disable-largefile" parameter to configure script.
> > > On the other hand in the check phase, get the error:
> > >
> > > wrote
> > > `/tmp/guix-build-guile-2.2.0.drv-0/guile-2.2.0/cache/guile/ccache/2.2-LE-4-3.9/tmp/guix-build-guile-2.2.0.drv-0/guile-2.2.0/test-suite/standalone/test-out-of-memory.go'
> > > Backtrace:
> > >             7 (apply-smob/1 #<catch-closure 826f4c0>)
> > > In ice-9/boot-9.scm:
> > >      710:2  6 (call-with-prompt _ _ #<procedure
> > default-prompt-handle?>)
> > > In ice-9/eval.scm:
> > >      619:8  5 (_ #(#(#<directory (guile-user) 828c960>)))
> > > In ice-9/boot-9.scm:
> > >     2309:4  4 (save-module-excursion _)
> > >    3816:12  3 (_)
> > > In ./test-out-of-memory:
> > >       53:0  2 (_)
> > > In ice-9/boot-9.scm:
> > >      834:9  1 (catch _ _ #<procedure 1ba340 at ./test-out-of-memory:?>
> > > ?)
> > > In unknown file:
> > >             0 (scm-error misc-error #f "~A" ("should not be reached")
> > #)
> > >
> > > ERROR: In procedure scm-error:
> > > ERROR: should not be reached
> > > FAIL: test-out-of-memory
> > 
> > This means that your "setrlimit" is incapable of limiting your memory
> > usage.  A Hurd bug?
> > 
> > Andy
> 

-- 
Samuel
#include <culture.h>




Information forwarded to bug-guile <at> gnu.org:
bug#26675; Package guile. (Thu, 11 May 2017 01:47:02 GMT) Full text and rfc822 format available.

Message #17 received at 26675 <at> debbugs.gnu.org (full text, mbox):

From: rennes <rennes <at> openmailbox.org>
To: Samuel Thibault <samuel.thibault <at> gnu.org>
Cc: Andy Wingo <wingo <at> pobox.com>, bug-hurd <at> gnu.org, 26675 <at> debbugs.gnu.org,
 manolis837 <at> gmail.com
Subject: Re: guile-2.2.0 in GNU/Hurd
Date: Wed, 10 May 2017 20:46:25 -0500
Thanks, I'll analyze both options.

> 
> Well, either implement it :) or skip the test, I guess.
> 



This bug report was last modified 8 years and 126 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.