[issue1257] http operations leave binary files in /tmp (MacOS X)

Christian Ebert mercurial-bugs at selenic.com
Mon Aug 11 03:34:35 CDT 2008


New submission from Christian Ebert <blacktrash at gmx.net>:

$ hg showconfig extensions
$ ls -al /tmp
lrwxrwxrwx   1 root  admin  11 May 23  2007 /tmp -> private/tmp
$ ls -al /private/tmp/*.rsrc
ls: /private/tmp/*.rsrc: No such file or directory
$ hg outgoing http://www.blacktrash.org/hg/hgkeyword
comparing with http://www.blacktrash.org/hg/hgkeyword
searching for changes
no changes found
$ ls -al /private/tmp/*.rsrc
-rw-------   1 chris  wheel  86770 Aug 11 10:14 /private/tmp/tmpGwih7k.rsrc
$ hg outgoing ssh://<user@domain>/hg/hgkeyword
comparing with ssh://<user@domain>/hg/hgkeyword
searching for changes
no changes found
~/HGworkspace/hgkeyword$ ls -al /private/tmp/*.rsrc
-rw-------   1 chris  wheel  86770 Aug 11 10:14 /private/tmp/tmpGwih7k.rsrc

As the dirty file ends with .rsrc I assume it's MacOS specific.

The file itself seems to contain all kinds of error messages in
a binary format:

^@^@^A^@^@^@ûü^@^@úü^@^@Vö^@^@^@ [...] ^@^\^[component result = no error^@^@^@^X^WOperation not permitted^@^@^@^Z^YNo such file or directory^@^@^@^P^ONo such process^@^@^@^X^WInterrupted system call^@^@^@^S^RInput/output error^@^@^@^V^UDevice not configured^@^@^@^W^VArgument list too long^@^@^@^R^QExec format error^@^@^@^T^SBad file descriptor^@^@^@^S^RNo child processes^@^@^@^Z^YResource deadlock avoided^@^@^@^W^VCannot allocate memory^@^@^@^R^QPermission denied^@^@^@^L^KBad address^@^@^@^T^SOperation cancelled^@^@^@^L^KDevice busy^@^@^@^L^KFile exists^@^@^@^R^QCross-device link^@^@^@" [...]

----------
messages: 6745
nosy: blacktrash
priority: bug
status: unread
title: http operations leave binary files in /tmp (MacOS X)
topic: http_proto, macos

____________________________________________________
Mercurial issue tracker <mercurial-bugs at selenic.com>
<http://www.selenic.com/mercurial/bts/issue1257>
____________________________________________________



More information about the Mercurial-devel mailing list