[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Seg fault when building from git
From: |
Ludovic Courtès |
Subject: |
Re: Seg fault when building from git |
Date: |
Sat, 23 Nov 2013 18:31:22 +0100 |
User-agent: |
Gnus/5.130007 (Ma Gnus v0.7) Emacs/24.3 (gnu/linux) |
John Darrington <address@hidden> skribis:
> guile (GNU Guile) 2.0.5-deb+1-3
OK. (It should work, but that’s very old.)
> Also, the problem appears to be related to lack of space in /tmp
Not sure.
> Program terminated with signal 11, Segmentation fault.
> #0 0x408701e5 in scm_init_gnutls () from
> /usr/lib/i386-linux-gnu/libguile-gnutls-v-1.so
> (gdb) bt full
> #0 0x408701e5 in scm_init_gnutls () from
> /usr/lib/i386-linux-gnu/libguile-gnutls-v-1.so
> No symbol table info available.
> #1 0x4012aee2 in scm_dynamic_call () from /usr/lib/libguile-2.0.so.22
> No symbol table info available.
> #2 0x40093949 in ?? () from /usr/lib/libguile-2.0.so.22
> No symbol table info available.
> #3 0x40093980 in scm_load_extension () from /usr/lib/libguile-2.0.so.22
> No symbol table info available.
What does ‘ldd /usr/lib/i386-linux-gnu/libguile-gnutls-v-1.so’ report?
It may be that it’s linked against libguile.so from Guile 1.8, which
would obviously break the whole thing.
Thanks,
Ludo’.