Closed
Bug 1170599
Opened 9 years ago
Closed 9 years ago
stackwalker can't rename tmp file to cache dir across filesystems
Categories
(Socorro :: General, task)
Socorro
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rhelmer, Assigned: ted)
References
Details
If I mount a separate disk on e.g. /tmp/symbols, then stackwalker will fail to rename the file it downloaded to /tmp:
2015-06-02 16:00:29: http_symbol_supplier.cc:300: INFO: HTTPSymbolSupplier: failed to rename file, errno=18
Either the tempfile should be configurable, or perhaps this should fall back to copy-and-delete so "renaming" across filesystems works.
Reporter | ||
Comment 1•9 years ago
|
||
stackwalker takes a --symbols-tmp arg in addition to --symbols-cache, so you can put these both on the same disk.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 2•9 years ago
|
||
This was https://github.com/mozilla/socorro/pull/2825 , I just never filed a bug on it.
Assignee: nobody → ted
You need to log in
before you can comment on or make changes to this bug.
Description
•