[Webkit-unassigned] [Bug 143834] New: Compiling a content extension fails when user's home directory is on a different volume from /var/tmp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 16 11:42:00 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=143834

            Bug ID: 143834
           Summary: Compiling a content extension fails when user's home
                    directory is on a different volume from /var/tmp
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: beidson at apple.com

Compiling a content extension fails when user's home directory is on a different volume from /var/tmp

When compiling the extension to a temporary file, the extension is then moved to ~/Library via "rename", but rename() fails when moving across volumes.

In the case where rename() fails due to a cross-device error, fallback to the standard "copy file contents then delete the old file" mechanism.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150416/61b95f09/attachment-0001.html>


More information about the webkit-unassigned mailing list