[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#19024: marked as done (bash: cannot cope with deep directories)



Your message dated Sun, 14 Feb 1999 11:04:44 -0800
with message-id <v0410441eb2ecce9d3036@[206.163.71.146]>
and subject line I can't reproduce this bug now.
has caused the attached bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I'm
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Ian Jackson
(administrator, Debian bugs database)

Received: (at submit) by bugs.debian.org; 5 Mar 1998 22:42:16 +0000
Received: (qmail 26314 invoked from network); 5 Mar 1998 22:42:14 -0000
Received: from hilfy.magd.cam.ac.uk (mail@131.111.221.99)
  by debian.novare.net with SMTP; 5 Mar 1998 22:42:14 -0000
Received: from gpp10 by hilfy.magd.cam.ac.uk with local (Exim 1.82 #1)
	id 0yAjLA-0002j3-00 (Debian); Thu, 5 Mar 1998 22:42:12 +0000
From: Giuliano P Procida <gpp10@cam.ac.uk>
Subject: bash: cannot cope with deep directories
To: submit@bugs.debian.org
X-Mailer: bug 3.1.0
Message-Id: <E0yAjLA-0002j3-00@hilfy.magd.cam.ac.uk>
Date: Thu, 5 Mar 1998 22:42:12 +0000

Package: bash
Version: 2.01-5

This gives an error:

$ n=74; i=0; cd; while [ $i -lt $n ]; do mkdir Z; cd Z; i=$[$i+1]; done; bash
shell-init: could not get current directory: getcwd: cannot access parent directories

However, decreasing n to 73 makes bash happy on my system. A strace
reveals trouble around some stat calls.

Giuliano.

-- System Information
Debian Release: 2.0 (unstable)
Kernel Version: Linux hilfy 2.0.33 #1 Mon Jan 12 14:43:29 GMT 1998 i486 unknown

Versions of the packages bash depends on:
libc6	Version: 2.0.7pre1-3
ncurses3.4	Version: 1.9.9g-8
libreadlineg2	Version: 2.1-7


Reply to: