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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 15838 in the body.
You can then email your comments to 15838 AT debbugs.gnu.org in the normal way.

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#15838; Package guile. (Fri, 08 Nov 2013 22:19:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to "Carroll-Nellenback, Jonathan" <jonathan.carroll <at> rochester.edu>:
New bug report received and forwarded. Copy sent to bug-guile <at> gnu.org. (Fri, 08 Nov 2013 22:19:04 GMT) Full text and rfc822 format available.

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

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 1 (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 2 (text/html, inline)]
[config.log (application/octet-stream, attachment)]
[make.out (application/octet-stream, attachment)]

Reply sent to Andy Wingo <wingo <at> pobox.com>:
You have taken responsibility. (Tue, 21 Jun 2016 12:04:02 GMT) Full text and rfc822 format available.

Notification sent to "Carroll-Nellenback, Jonathan" <jonathan.carroll <at> rochester.edu>:
bug acknowledged by developer. (Tue, 21 Jun 2016 12:04:03 GMT) Full text and rfc822 format available.

Message #10 received at 15838-done <at> debbugs.gnu.org (full text, mbox):

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




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 20 Jul 2016 11:24:04 GMT) Full text and rfc822 format available.

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

Previous Next


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