[Bug 203231] collect2 cannot deal with full /tmp

bugzilla at redhat.com bugzilla at redhat.com
Sat May 10 15:34:19 UTC 2008


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: collect2 cannot deal with full /tmp


https://bugzilla.redhat.com/show_bug.cgi?id=203231


drepper at redhat.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CLOSED                      |ASSIGNED
           Keywords|                            |Reopened
         Resolution|INSUFFICIENT_DATA           |
  Status Whiteboard| bzcl34nup                  |bzcl34nup




------- Additional Comments From drepper at redhat.com  2008-05-10 11:34 EST -------
This problem is still present in rawhide/F9.

To reproduce:

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dd if=/dev/zero of=somefile bs=1024 count=1024
n=$(sudo /sbin/losetup -f -s somefile)
sudo /sbin/mke2fs $n
sudo /sbin/losetup -d $n
mkdir mntpoint
sudo mount somefile mntpoint -o loop
sudo chown -R $(id -u):$(id -g) mntpoint
dd if=/dev/zero of=mntpoint/full bs=1024 count=1024
while touch mntpoint/f$RANDOM; do :; done
cat > t.c <<EOF
#include <stdio.h>
int main(void) {
  puts ("hello world");
  return 0;
}
EOF
strace -E TMPDIR=mntpoint gcc -c t.c
sudo umount mntpoint
rm somefile
rmdir mntpoint
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

If the compiler fails to proceed press C-c to interrupt it.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the fedora-triage-list mailing list