Rob Browning | 23 Jul 2012 14:20

bug#12031: Guile 2.0.6 build failure (segfault in test-with-guile-module, etc.)


There seems to be a problem on armhf (and perhaps also armel).  This is
with Guile 2.0.6 linked against Debian libgc-dev 7.1-9.

Builds fail like this:

  PASS: test-extensions
  /bin/bash: line 5: 14132 Segmentation fault      srcdir="." builddir="."
CHARSETALIASDIR="/home/rlb/guile/guile-2.0.6/lib" GUILE_AUTO_COMPILE=0
"../../meta/uninstalled-env" ${dir}$tst
  FAIL: test-with-guile-module
  PASS: test-scm-with-guile
  /bin/bash: line 5: 14195 Segmentation fault      srcdir="." builddir="."
CHARSETALIASDIR="/home/rlb/guile/guile-2.0.6/lib" GUILE_AUTO_COMPILE=0
"../../meta/uninstalled-env" ${dir}$tst
  FAIL: test-scm-spawn-thread
  /bin/bash: line 5: 14228 Segmentation fault      srcdir="." builddir="."
CHARSETALIASDIR="/home/rlb/guile/guile-2.0.6/lib" GUILE_AUTO_COMPILE=0
"../../meta/uninstalled-env" ${dir}$tst
  FAIL: test-pthread-create

And here's the gdb stacktrace:

  Reading symbols from /home/rlb/guile/guile-2.0.6/test-suite/standalone/.libs/lt-test-with-guile-module...done.
  (gdb) run
  Starting program:
/home/rlb/guile/guile-2.0.6/test-suite/standalone/.libs/lt-test-with-guile-module 
  [Thread debugging using libthread_db enabled]
  Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1".
  [New Thread 0xb6ad9470 (LWP 13454)]
(Continue reading)

Ludovic Courtès | 3 Sep 2012 23:07
Picon

bug#12031: Guile 2.0.6 build failure (segfault in test-with-guile-module, etc.)

Hi Rob,

Rob Browning <rlb <at> defaultvalue.org> skribis:

> There seems to be a problem on armhf (and perhaps also armel).  This is
> with Guile 2.0.6 linked against Debian libgc-dev 7.1-9.

I’m currently checking on armv5tel, but I don’t have access to an armhf
box (what’s this?).  Do you know of any developer machine available?
The GCC Compile Farm doesn’t have this, AFAICS.

Thanks,
Ludo’.

Ludovic Courtès | 5 Sep 2012 22:54
Picon

bug#12031: Guile 2.0.6 build failure (segfault in test-with-guile-module, etc.)

Hi Rob,

Rob Browning <rlb <at> defaultvalue.org> skribis:

> There seems to be a problem on armhf (and perhaps also armel).  This is
> with Guile 2.0.6 linked against Debian libgc-dev 7.1-9.
>
> Builds fail like this:
>
>   PASS: test-extensions
>   /bin/bash: line 5: 14132 Segmentation fault      srcdir="." builddir="."
CHARSETALIASDIR="/home/rlb/guile/guile-2.0.6/lib" GUILE_AUTO_COMPILE=0
"../../meta/uninstalled-env" ${dir}$tst
>   FAIL: test-with-guile-module
>   PASS: test-scm-with-guile
>   /bin/bash: line 5: 14195 Segmentation fault      srcdir="." builddir="."
CHARSETALIASDIR="/home/rlb/guile/guile-2.0.6/lib" GUILE_AUTO_COMPILE=0
"../../meta/uninstalled-env" ${dir}$tst
>   FAIL: test-scm-spawn-thread
>   /bin/bash: line 5: 14228 Segmentation fault      srcdir="." builddir="."
CHARSETALIASDIR="/home/rlb/guile/guile-2.0.6/lib" GUILE_AUTO_COMPILE=0
"../../meta/uninstalled-env" ${dir}$tst
>   FAIL: test-pthread-create

FWIW, I cannot reproduce it on armv5tel-unknown-linux-gnueabi with Guile
v2.0.6-20-gd6bd182 on libgc-7.2pre20110122.

Ludo’.

(Continue reading)

Andy Wingo | 5 Mar 2013 17:24
Picon
Favicon

bug#12031: Guile 2.0.6 build failure (segfault in test-with-guile-module, etc.)

On Wed 05 Sep 2012 22:54, ludo <at> gnu.org (Ludovic Courtès) writes:

> Rob Browning <rlb <at> defaultvalue.org> skribis:
>
>> There seems to be a problem on armhf (and perhaps also armel).  This is
>> with Guile 2.0.6 linked against Debian libgc-dev 7.1-9.
>
> FWIW, I cannot reproduce it on armv5tel-unknown-linux-gnueabi with Guile
> v2.0.6-20-gd6bd182 on libgc-7.2pre20110122.

Since 2.0.7 sees to be building fine in Debian, marking this one as
done.

Andy
--

-- 
http://wingolog.org/


Gmane