forwarded 489733 https://bugzilla.mozilla.org/show_bug.cgi?id=278738 thanks
On 2008-07-14 13:18 +0200, Mike Hommey wrote: > On Mon, Jul 14, 2008 at 12:28:51PM +0200, Sven Joachim wrote: >> But it will not trigger the bug. Instead I have found a way to >> reproduce it: >> >> --8<---------------cut here---------------start------------->8--- >> # create scratch directory >> mkdir /tmp/scratch >> cd /tmp/scratch >> # create a bunch of files for the listing >> touch $(seq 500) >> # create a big file >> dd if=/dev/zero of=sparse-file bs=1 count=0 seek=2G >> --8<---------------cut here---------------end--------------->8--- >> >> => The listing of /tmp/scratch in the browsers is truncated. >> >> This will very likely not be reproducible under amd64, so you should get >> yourself an i386 chroot for it. In the original directory I have a 4G >> DVD image which triggered the problem. > > It doesn't display anything here, though I didn't do the touch $(seq > 500)... Probably it doesn't display anything _because_ you didn't run the touch command. Meanwhile I found an upstream bug at https://bugzilla.mozilla.org/show_bug.cgi?id=278738 that states compiling with -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 might work. Regards, Sven -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

