On Mon, Jul 28, 2008 at 11:23:31AM +0000, Timo Lindfors <[EMAIL PROTECTED]> wrote: > Package: iceweasel > Version: 3.0.1-1 > Severity: wishlist > > Steps to reproduce: > 1) strace -o strace.out -s4096 -f iceweasel > 2) File->Print... > 3) Print to File > 4) Print > 5) File->Quit > > Expected results: > 1-5) iceweasel prints page to a file and does not read anything from > alpine password database file ~/.pine-passfile. > > Actual results: > 1-5) iceweasel prints page to a file. However, it also accesses the > alpine password database as seen in strace.out: > > 754 open("/home/lindi/.pine-passfile", O_RDONLY|O_LARGEFILE) = 45 > 754 fstat64(45, {st_mode=S_IFREG|0600, st_size=46, ...}) = 0 > 754 mmap2(NULL, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, > 0) = 0xb2985000 > 754 read(45, "$CENSORED"..., 32768) = $CENSORED > 754 read(45, ""..., 32768) = 0 > 754 close(45) = 0 > 754 munmap(0xb2985000, 32768) = 0
Do you still have the strace.out file ? What does the following command return on it: grep "^754 *exec" strace.out Mike -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]