emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#15662: closed (guile-2.0 does not work on ia64)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#15662: closed (guile-2.0 does not work on ia64)
Date: Tue, 21 Jun 2016 11:27:02 +0000

Your message dated Tue, 21 Jun 2016 13:26:43 +0200
with message-id <address@hidden>
and subject line Re: bug#15662: guile-2.0 does not work on ia64
has caused the debbugs.gnu.org bug report #15662,
regarding guile-2.0 does not work on ia64
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
15662: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=15662
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: guile-2.0 does not work on ia64 Date: Sun, 20 Oct 2013 13:40:36 +0200 User-agent: Mutt/1.5.21 (2010-09-15)
Hello,

guile-2.0 (2.0.9) does not work on ia64. It builds, but the executable
segfaults:


--------------------
  SNARF  regex-posix.doc
  GEN      guile-procedures.texi
/bin/bash: line 1: 30416 Broken pipe             cat alist.doc arbiters.doc 
array-handle.doc array-map.doc arrays.doc async.doc backtrace.doc boolean.doc 
bitvectors.doc bytevectors.doc chars.doc control.doc continuations.doc 
debug.doc deprecated.doc deprecation.doc dynl.doc dynwind.doc eq.doc error.doc 
eval.doc evalext.doc expand.doc extensions.doc feature.doc filesys.doc 
fluids.doc foreign.doc fports.doc gc-malloc.doc gc.doc gettext.doc 
generalized-arrays.doc generalized-vectors.doc goops.doc gsubr.doc 
guardians.doc hash.doc hashtab.doc hooks.doc i18n.doc init.doc ioext.doc 
keywords.doc list.doc load.doc macros.doc mallocs.doc memoize.doc modules.doc 
numbers.doc objprop.doc options.doc pairs.doc ports.doc print.doc procprop.doc 
procs.doc promises.doc r6rs-ports.doc random.doc rdelim.doc read.doc root.doc 
rw.doc scmsigs.doc script.doc simpos.doc smob.doc sort.doc srcprop.doc 
srfi-1.doc srfi-4.doc srfi-13.doc srfi-14.doc srfi-60.doc stackchk.doc 
stacks.doc stime.doc strings.doc strorder.doc strports.doc struct.doc 
symbols.doc threads.doc throw.doc trees.doc uniform.doc values.doc variable.doc 
vectors.doc version.doc vports.doc weaks.doc dynl.doc posix.doc net_db.doc 
socket.doc regex-posix.doc
     30417 Segmentation fault      | GUILE_INSTALL_LOCALE=1 
GUILE_AUTO_COMPILE=0 ../meta/uninstalled-env guild snarf-check-and-output-texi 
> guile-procedures.texi
make[4]: *** [guile-procedures.texi] Error 1
make[4]: Leaving directory `/home/ametzler/GUILE2/guile-2.0-2.0.9+1/libguile'
--------------------

The core file is not helpful at all:
--------------------
address@hidden:~/GUILE2/guile-2.0-2.0.9+1/libguile$ gdb -c core
[...]
[New LWP 659]
Core was generated by 
`/home/ametzler/GUILE2/guile-2.0-2.0.9+1/libguile/.libs/lt-guile -e (@@ 
(guild)'.
Program terminated with signal 11, Segmentation fault.
#0  0x20000000000de741 in ?? ()
(gdb) bt
#0  0x20000000000de741 in ?? ()
#1  0x20000000000de700 in ?? ()
#2  0x0000000000000000 in ?? ()
--------------------

cu Andreas
-- 
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'



--- End Message ---
--- Begin Message --- Subject: Re: bug#15662: guile-2.0 does not work on ia64 Date: Tue, 21 Jun 2016 13:26:43 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)
close
thanks

On Sun 20 Oct 2013 13:40, Andreas Metzler <address@hidden> writes:

> Hello,
>
> guile-2.0 (2.0.9) does not work on ia64. It builds, but the executable
> segfaults:
>
>
> --------------------
>   SNARF  regex-posix.doc
>   GEN      guile-procedures.texi
> /bin/bash: line 1: 30416 Broken pipe             cat alist.doc arbiters.doc 
> array-handle.doc array-map.doc arrays.doc async.doc backtrace.doc boolean.doc 
> bitvectors.doc bytevectors.doc chars.doc control.doc continuations.doc 
> debug.doc deprecated.doc deprecation.doc dynl.doc dynwind.doc eq.doc 
> error.doc eval.doc evalext.doc expand.doc extensions.doc feature.doc 
> filesys.doc fluids.doc foreign.doc fports.doc gc-malloc.doc gc.doc 
> gettext.doc generalized-arrays.doc generalized-vectors.doc goops.doc 
> gsubr.doc guardians.doc hash.doc hashtab.doc hooks.doc i18n.doc init.doc 
> ioext.doc keywords.doc list.doc load.doc macros.doc mallocs.doc memoize.doc 
> modules.doc numbers.doc objprop.doc options.doc pairs.doc ports.doc print.doc 
> procprop.doc procs.doc promises.doc r6rs-ports.doc random.doc rdelim.doc 
> read.doc root.doc rw.doc scmsigs.doc script.doc simpos.doc smob.doc sort.doc 
> srcprop.doc srfi-1.doc srfi-4.doc srfi-13.doc srfi-14.doc srfi-60.doc 
> stackchk.doc stacks.doc stime.doc strings.doc strorder.doc strports.doc 
> struct.doc symbols.doc threads.doc throw.doc trees.doc uniform.doc values.doc 
> variable.doc vectors.doc version.doc vports.doc weaks.doc dynl.doc posix.doc 
> net_db.doc socket.doc regex-posix.doc
>      30417 Segmentation fault      | GUILE_INSTALL_LOCALE=1 
> GUILE_AUTO_COMPILE=0 ../meta/uninstalled-env guild 
> snarf-check-and-output-texi > guile-procedures.texi
> make[4]: *** [guile-procedures.texi] Error 1
> make[4]: Leaving directory `/home/ametzler/GUILE2/guile-2.0-2.0.9+1/libguile'
> --------------------
>
> The core file is not helpful at all:
> --------------------
> address@hidden:~/GUILE2/guile-2.0-2.0.9+1/libguile$ gdb -c core
> [...]
> [New LWP 659]
> Core was generated by 
> `/home/ametzler/GUILE2/guile-2.0-2.0.9+1/libguile/.libs/lt-guile -e (@@ 
> (guild)'.
> Program terminated with signal 11, Segmentation fault.
> #0  0x20000000000de741 in ?? ()
> (gdb) bt
> #0  0x20000000000de741 in ?? ()
> #1  0x20000000000de700 in ?? ()
> #2  0x0000000000000000 in ?? ()
> --------------------
>
> cu Andreas


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]