zsh-workers
 help / color / mirror / code / Atom feed
From: Tanaka Akira <akr@m17n.org>
To: zsh-workers@sunsite.auc.dk
Subject: core dump on OSF1
Date: 11 Jun 2000 16:52:40 +0900	[thread overview]
Message-ID: <hvor9a464dz.fsf@serein.m17n.org> (raw)

On OSF1, zsh dumps core as follows.

Z:akr@tru64% uname -a
OSF1 tru64.m17n.org V4.0 1091 alpha
Z:akr@tru64% ./configure --prefix=/home/akr/zsh/tru64
...
Z:akr@tru64% make                                    
...
Z:akr@tru64% make install                            
...
Z:akr@tru64% Src/zsh -f                          
tru64% bindkey -e; autoload -U compinit; compinit -D
tru64% ls <TAB>
zsh: segmentation fault (core dumped)  Src/zsh -f
Z:akr@tru64% gdb Src/zsh core
GNU gdb 19990201
Copyright 1998 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "alphaev56-dec-osf4.0e"...(no debugging symbols found)...
Core was generated by `zsh'.
Program terminated with signal 11, Segmentation fault.
Reading symbols from /usr/shlib/libm.so...(no debugging symbols found)...done.
Reading symbols from /usr/shlib/libc.so...(no debugging symbols found)...done.
Reading symbols from /home/akr/zsh/tru64/lib/zsh/3.1.9/zsh/zle.so...(no debugging symbols found)...done.
Reading symbols from /home/akr/zsh/tru64/lib/zsh/3.1.9/zsh/complete.so...(no debugging symbols found)...done.
Reading symbols from /home/akr/zsh/tru64/lib/zsh/3.1.9/zsh/compctl.so...(no debugging symbols found)...done.
Reading symbols from /home/akr/zsh/tru64/lib/zsh/3.1.9/zsh/parameter.so...(no debugging symbols found)...done.
Reading symbols from /home/akr/zsh/tru64/lib/zsh/3.1.9/zsh/zutil.so...(no debugging symbols found)...done.
Reading symbols from /home/akr/zsh/tru64/lib/zsh/3.1.9/zsh/computil.so...(no debugging symbols found)...done.
#0  0x3ffbffb9180 in _ftext () from /home/akr/zsh/tru64/lib/zsh/3.1.9/zsh/computil.so
(gdb) where
#0  0x3ffbffb9180 in _ftext () from /home/akr/zsh/tru64/lib/zsh/3.1.9/zsh/computil.so
(gdb) 

Note that the following debugging configuration prevents core dump.

DLLD=gcc LDFLAGS="-g -rpath ..." ./configure --prefix="$prefix" --enable-zsh-debug
-- 
Tanaka Akira


             reply	other threads:[~2000-06-11  7:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-06-11  7:52 Tanaka Akira [this message]
2000-06-13  8:06 Sven Wischnowsky

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=hvor9a464dz.fsf@serein.m17n.org \
    --to=akr@m17n.org \
    --cc=zsh-workers@sunsite.auc.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).