Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <3BCB0DE8.2050006@milohedge.com> Date: Mon, 15 Oct 2001 17:25:12 +0100 From: Robert Bogomip User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.5) Gecko/20011011 X-Accept-Language: en-us MIME-Version: 1.0 To: cygwin Subject: ash stackdump in cygwin 1.3.3-2 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit There's a problem with sh's default PATH. Using bash's "exec -c" builtin to run a command with no environment: bash-2.05$ (exec -c sh -c 'export PATH; ls') 0 [main] sh 8724 open_stackdumpfile: Dumping stack trace to sh.exe.stackdump bash-2.05$ It's the "export" that seems to cause the problem: bash-2.0.5$ (exec -c sh) $ set PS1=$ PS2=> PATH=/bin:/usr/bin IFS= $ export PATH $ ls 0 [main] sh 8840 open_stackdumpfile: Dumping stack trace to sh.exe.stackdump $ Hmmm. -- Robert Bogomip /// mailto:bob.bogo at milohedge.com Milo Hedge Ltd, OCFI, Mill Street, Oxford, OX2 0JX -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/