Summary: | dsymutil=yes needs quotes, locking | ||
---|---|---|---|
Product: | [Developer tools] valgrind | Reporter: | Dan Kegel <dank> |
Component: | general | Assignee: | Rhys Kidd <rhyskidd> |
Status: | REPORTED --- | ||
Severity: | normal | CC: | pjfloyd, rhyskidd |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | blocking3.5.1 | ||
Platform: | Compiled Sources | ||
OS: | macOS | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=207613 | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
Simply adds quotes around the path being passed to dsymutil.
Simply adds quotes around the path being passed to dsymutil. |
Description
Dan Kegel
2009-08-25 16:12:25 UTC
Err, at least (1) is lame and easy to fix. Marking as blocking3.5.1. Aw, #2 should be easy, too. I'll try to submit a patch for both later today. Decided to go with the approach in bug 205000 instead, as manipulating dsym files turns out to be a can of worms (and running dsymutil for chromium takes 20 minutes on a 2.8GHz quad-core Xeon, probably much longer on our Mac Mini test bots, which is prohibitive). Created attachment 49156 [details]
Simply adds quotes around the path being passed to dsymutil.
Here's a patch to add quotes around the path being passed to dsymutil.
Created attachment 49157 [details]
Simply adds quotes around the path being passed to dsymutil.
Here's a patch to add quotes around the path being passed to dsymutil.
Quoting fix committed as r11219 (thanks for that). The locking issue remains unresolved. |