From owner-freebsd-questions Wed Oct 4 18:32:28 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id SAA12790 for questions-outgoing; Wed, 4 Oct 1995 18:32:28 -0700 Received: from mail.telstra.com.au (mail.telstra.com.au [192.148.160.10]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id SAA12785 for ; Wed, 4 Oct 1995 18:32:22 -0700 Received: from mail_gw.fwall.telecom.com.au(192.148.147.10) by mail via smap (V1.3) id sma014551; Thu Oct 5 11:30:13 1995 Received: from cdn_mail.dn.itg.telecom.com.au(144.135.109.134) by mail_gw.telecom.com.au via smap (V1.3) id sma000214; Thu Oct 5 11:29:29 1995 Received: from rodin.cssc-syd.tansu.com.au (rodin.cssc-syd.tansu.com.au [149.135.252.15]) by cdn_mail.dn.itg.telecom.com.au (8.6.11/8.6.9) with ESMTP id LAA19478 for ; Thu, 5 Oct 1995 11:29:28 +1000 Received: from crab.cssc-syd.tansu.com.au (crab.ind.tansu.com.au [149.135.100.23]) by rodin.cssc-syd.tansu.com.au (8.6.11/8.6.9) with ESMTP id LAA05047 for ; Thu, 5 Oct 1995 11:29:27 +1000 Received: from kiwi.cssc-syd.tansu.com.au (raoul@kiwi.cssc-syd.tansu.com.au [149.135.104.48]) by crab.cssc-syd.tansu.com.au (8.6.9/8.6.9) with ESMTP id LAA13534 for ; Thu, 5 Oct 1995 11:29:26 +1000 Received: (raoul@localhost) by kiwi.cssc-syd.tansu.com.au (8.6.9/8.6.9) id LAA26769 for freebsd-questions@freebsd.org; Thu, 5 Oct 1995 11:29:25 +1000 Message-Id: <199510050129.LAA26769@kiwi.cssc-syd.tansu.com.au> Subject: Re: gdb problem? libraries, perhaps? To: freebsd-questions@freebsd.org Date: Thu, 5 Oct 1995 11:29:24 +1000 (EST) From: raoul@cssc-syd.tansu.com.au (Raoul Golan) X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 627 Sender: owner-questions@freebsd.org Precedence: bulk A further update on that (now resolved) problem regarding gdb crashes. A similar scenario on SunOS 4.1.3 will not cause gdb to crash. I have zsh as my default shell, I add an "exec /bin/sh" to my .zshrc, I try to run gdb and I get no problems. In fact, .zshrc does *not* get executed by the shell forked by gdb, even though I clearly have my SHELL environment variable set to zsh. On FreeBSD, on the other hand, I have csh as my default, and "exec /usr/local/bin/zsh" on my .cshrc. With this setup gdb crashes since gdb's fork executes .cshrc. Something's different about the two gdb's, but I'm not sure what. Raoul