GNU bug report logs - #15838
Guile 2.0.9 on BlueGene Q

Previous Next

Package: guile;

Reported by: "Carroll-Nellenback, Jonathan" <jonathan.carroll <at> rochester.edu>

Date: Fri, 8 Nov 2013 22:19:02 UTC

Severity: normal

Done: Andy Wingo <wingo <at> pobox.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: "Carroll-Nellenback, Jonathan" <jonathan.carroll <at> rochester.edu>
Subject: bug#15838: closed (Re: bug#15838: Guile 2.0.9 on BlueGene Q)
Date: Tue, 21 Jun 2016 12:04:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#15838: Guile 2.0.9 on BlueGene Q

which was filed against the guile package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 15838 <at> debbugs.gnu.org.

-- 
15838: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=15838
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Andy Wingo <wingo <at> pobox.com>
To: "Carroll-Nellenback\, Jonathan" <jonathan.carroll <at> rochester.edu>
Cc: 15838-done <at> debbugs.gnu.org,
 Research Computing <researchcomputing <at> rochester.edu>
Subject: Re: bug#15838: Guile 2.0.9 on BlueGene Q
Date: Tue, 21 Jun 2016 14:03:17 +0200
Hi Jonathan,

Thanks for the report and sorry for never getting back to you.  The good
news is that there are new releases of Guile and libgc.  The bad news is
that we can't do anything for you on this report, given that there are
new releases and there's not much other info.  I know you've probably
moved on, but apologies in any case.  Please open a new bug if you have
build or run errors on Guile 2.0.11 with the latest stable libgc.

Cheers,

Andy

On Fri 08 Nov 2013 22:39, "Carroll-Nellenback, Jonathan" <jonathan.carroll <at> rochester.edu> writes:

> Hi,
> I am trying to run guile 2.0.9 on the BlueGene Q architecture, but
> when I try to run the following guile script, 
>
> (display "Hello, world!")
> (newline)
>
> the code exits immediately with the following error:
>
> *** glibc detected *** /usr/local/guile/2.0.9/bin/guile: free():
> invalid next size (fast): 0x00000019c6001f00 ***
>
> I’ve been able to build and run it successfully on the head nodes -
> but when I cross compile for the compute nodes, the code dies.
>
> I’ve attached the config.log and the output from make and here is the
> backtrace
>
> /bgsys/drivers/V1R2M0/ppc64/toolchain/gnu/glibc-2.12.2/stdlib/abort.c:77
> /bgsys/drivers/V1R2M0/ppc64/toolchain/gnu/glibc-2.12.2/libio/../sysdeps/unix/sysv/linux/libc_fatal.c:186
> /bgsys/drivers/V1R2M0/ppc64/toolchain/gnu/glibc-2.12.2/malloc/malloc.c:6327
> /bgsys/drivers/V1R2M0/ppc64/toolchain/gnu/glibc-2.12.2/malloc/malloc.c:3779
> /bgsys/drivers/V1R2M0/ppc64/toolchain/gnu/glibc-2.12.2/nptl/pthread_attr_destroy.c:42
> :0
> :0
> /usr/local/src/guile/guile-2.0.9/libguile/gc.c:653
> /usr/local/src/guile/guile-2.0.9/libguile/init.c:385
> /usr/local/src/guile/guile-2.0.9/libguile/threads.c:835
> /usr/local/src/guile/guile-2.0.9/libguile/threads.c:901
> :0
> /usr/local/src/guile/guile-2.0.9/libguile/threads.c:951
> /usr/local/src/guile/guile-2.0.9/libguile/threads.c:957
> /usr/local/src/guile/guile-2.0.9/libguile/init.c:320
> /usr/local/src/guile/guile-2.0.9/libguile/guile.c:108
> /bgsys/drivers/V1R2M0/ppc64/toolchain/gnu/glibc-2.12.2/csu/../csu/libc-start.c:226
> /bgsys/drivers/V1R2M0/ppc64/toolchain/gnu/glibc-2.12.2/csu/../sysdeps/unix/sysv/linux/powerpc/libc-start.c:194
> ??:0

[Message part 3 (message/rfc822, inline)]
From: "Carroll-Nellenback, Jonathan" <jonathan.carroll <at> rochester.edu>
To: "bug-guile <at> gnu.org" <bug-guile <at> gnu.org>
Cc: Research Computing <researchcomputing <at> rochester.edu>
Subject: Guile 2.0.9 on BlueGene Q
Date: Fri, 8 Nov 2013 21:39:01 +0000
[Message part 4 (text/plain, inline)]
Hi,
  I am trying to run guile 2.0.9 on the BlueGene Q architecture, but when I try to run the following guile script,

(display "Hello, world!")
(newline)

the code exits immediately with the following error:

*** glibc detected *** /usr/local/guile/2.0.9/bin/guile: free(): invalid next size (fast): 0x00000019c6001f00 ***

I've been able to build and run it successfully on the head nodes - but when I cross compile for the compute nodes, the code dies.

I've attached the config.log and the output from make and here is the backtrace

/bgsys/drivers/V1R2M0/ppc64/toolchain/gnu/glibc-2.12.2/stdlib/abort.c:77
/bgsys/drivers/V1R2M0/ppc64/toolchain/gnu/glibc-2.12.2/libio/../sysdeps/unix/sysv/linux/libc_fatal.c:186
/bgsys/drivers/V1R2M0/ppc64/toolchain/gnu/glibc-2.12.2/malloc/malloc.c:6327
/bgsys/drivers/V1R2M0/ppc64/toolchain/gnu/glibc-2.12.2/malloc/malloc.c:3779
/bgsys/drivers/V1R2M0/ppc64/toolchain/gnu/glibc-2.12.2/nptl/pthread_attr_destroy.c:42
:0
:0
/usr/local/src/guile/guile-2.0.9/libguile/gc.c:653
/usr/local/src/guile/guile-2.0.9/libguile/init.c:385
/usr/local/src/guile/guile-2.0.9/libguile/threads.c:835
/usr/local/src/guile/guile-2.0.9/libguile/threads.c:901
:0
/usr/local/src/guile/guile-2.0.9/libguile/threads.c:951
/usr/local/src/guile/guile-2.0.9/libguile/threads.c:957
/usr/local/src/guile/guile-2.0.9/libguile/init.c:320
/usr/local/src/guile/guile-2.0.9/libguile/guile.c:108
/bgsys/drivers/V1R2M0/ppc64/toolchain/gnu/glibc-2.12.2/csu/../csu/libc-start.c:226
/bgsys/drivers/V1R2M0/ppc64/toolchain/gnu/glibc-2.12.2/csu/../sysdeps/unix/sysv/linux/powerpc/libc-start.c:194
??:0

[Message part 5 (text/html, inline)]
[config.log (application/octet-stream, attachment)]
[make.out (application/octet-stream, attachment)]

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

Previous Next


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