Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh crashes on osf/1 v3.2 when stripped
- X-seq: zsh-workers 1080
- From: Zoltan Hidvegi <hzoli@xxxxxxxxxx>
- To: basic@xxxxxxxxx (Daniel Brahneborg)
- Subject: Re: zsh crashes on osf/1 v3.2 when stripped
- Date: Wed, 15 May 1996 22:43:10 +0200 (MET DST)
- Cc: zsh-workers@xxxxxxxxxxxxxxx (Zsh workers list)
- In-reply-to: <199605151727.TAA17261@xxxxxxxxxxxxxxxxx> from Daniel Brahneborg at "May 15, 96 07:27:32 pm"
- Organization: Dept. of Comp. Sci., Eotvos University, Budapest, Hungary
- Phone: (36 1)2669833 ext: 2667, home phone: (36 1) 2752368
> Hi!
>
> I just built zsh 2.6p17 on several platforms, and only found one
> small glitch: If the binary is stripped on OSF/1 V3.2, it dumps
> core immediately. A note about this in the Etc/MACHINES file
> would be nice.
Could you debug this a little bit more? Please compile zsh with exactly
the same options as before, but add -g to CFLAGS and LDFLAGS. Then strip
the result, but also keep an unstripped version. Enable core dumps and
start the stripped version. When it dumps a core use
gdb zsh.unstripped core
to examine it. Send me a backtrace.
You may also try to configue zsh with
./configure --enable-zsh-mem --enable-zsh-mem-warning --enable-zsh-mem-debug --enable-zsh-debug --enable-zsh-secure-free
And run it this way. It may give some warnings.
Also you may check if zsh also coredumps if invoked with -f. If not try to
locate the line in the startup files which causes the dump. Try to
minimize the number of commands executed before this line.
Thanks,
Zoltan
Messages sorted by:
Reverse Date,
Date,
Thread,
Author