From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17068 invoked from network); 1 Jun 1999 04:12:27 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 1 Jun 1999 04:12:27 -0000 Received: (qmail 23036 invoked by alias); 1 Jun 1999 04:12:16 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 6403 Received: (qmail 23025 invoked from network); 1 Jun 1999 04:12:15 -0000 Message-Id: <199906010412.AAA01283@ocalhost> Content-Type: text/plain MIME-Version: 1.0 X-Image-URL: http://www.peak.org/~luomat/luomat@peak.org.tiff From: Timothy J Luoma Date: Tue, 1 Jun 1999 00:12:05 -0400 To: zsh-workers@sunsite.auc.dk Subject: weird bus errors with zsh-3.1.5-pws-20 ? zsh pws20 was giving me a bus error Now I can't figure out why it stopped. NOTE: my login shell is /usr/bin/zsh which is a symlink to /usr/bin/zsh-3.1.5-pws-20 # gdb /usr/bin/zsh-3.1.5-pws-20 GDB 4.7 (NeXT 3.1), Copyright 1992 Free Software Foundation, Inc... Reading symbols from /usr/bin/zsh-3.1.5-pws-20...(no debugging symbols found)...done. (gdb) run Starting program: /usr/bin/zsh-3.1.5-pws-20 [ioctl TIOCSPGRP failed in terminal_inferior: Invalid argument] Program generated(1): Memory access exception on address 0x1 (protection failure). Program generated(1): Memory access exception on address 0x1 (protection failure). 0x363d0 in ?? () (gdb) I can't, for some reason, reproduce this now, and I can't figure out why it happened. If I try to 'strip zsh' it doesn't seem to have an effect -- should it? TjL