Clint Adams <[EMAIL PROTECTED]> writes: > On Sat, Apr 07, 2007 at 11:50:37PM +0200, Goswin Brederlow wrote: >> Running the following on a tmpfs makes zsh segfault: >> >> % for i in `seq 1000`; do mkdir 0123456789; cd 0123456789; done; cd .. > > Agreed. What should it do instead?
How about not segfault? :) ENAMETOLONG could work too. The problem might be a buffer overflow or some getpwd() error handling or similar. When you find the segfault you might see a good fix for it just from how it fails. MfG Goswin -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]