Ticket UUID: | f628d183c958c5b12fccb42f4b52a7c94031e07e | ||
Title: | pwd too big: max 1999 | ||
Status: | Fixed | Type: | Code_Defect |
Severity: | Minor | Priority: | |
Subsystem: | Resolution: | Fixed | |
Last Modified: | 2011-06-18 15:51:50 | ||
Version Found In: | [dbe1e68e43] | ||
Description & Comments: | |||
In file.c, getcwd() can return NULL by different causes.
One that got me mad is that a shell is in a directory that someone removed. 'ls' still works there, but any fossil operation returns 'pwd too big: max 1999'. Showing strerror(errno) would have tought me what to do, as I only discovered the cause of getcwd()==0 through gdb. My pwd was '/tmp/f', that isn't very big. :) viriketo added on 2011-06-17 20:14:54 UTC: |