zsh-workers
 help / color / mirror / code / Atom feed
* core dump on OSF1
@ 2000-06-11  7:52 Tanaka Akira
  0 siblings, 0 replies; 2+ messages in thread
From: Tanaka Akira @ 2000-06-11  7:52 UTC (permalink / raw)
  To: zsh-workers

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: core dump on OSF1
@ 2000-06-13  8:06 Sven Wischnowsky
  0 siblings, 0 replies; 2+ messages in thread
From: Sven Wischnowsky @ 2000-06-13  8:06 UTC (permalink / raw)
  To: zsh-workers


Tanaka Akira wrote:

> On OSF1, zsh dumps core as follows.
> 
> ...
> 
> Note that the following debugging configuration prevents core dump.
> 
> DLLD=gcc LDFLAGS="-g -rpath ..." ./configure --prefix="$prefix" --enable-zsh-debug

See the file Etc/MACHINES:

        On Digital UNIX 4.0, compilation with gcc and with --enable-dynamic
        apparently needs configuring with explicit flags when compiling
        with debugging enabled:
          DLLD=gcc LDFLAGS='-g -rpath <path-to-.so-files>' ./configure ...


Bye
 Sven


--
Sven Wischnowsky                         wischnow@informatik.hu-berlin.de


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2000-06-13 10:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-06-11  7:52 core dump on OSF1 Tanaka Akira
2000-06-13  8:06 Sven Wischnowsky

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).