Summary: | mmap-FIXED failed in UME (load_segment2) | ||
---|---|---|---|
Product: | [Developer tools] valgrind | Reporter: | FX <fxcoudert> |
Component: | general | Assignee: | Rhys Kidd <rhyskidd> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | austinenglish, rhyskidd |
Priority: | NOR | ||
Version: | 3.10 SVN | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | macOS | ||
See Also: |
https://bugs.kde.org/show_bug.cgi?id=349804 https://bugs.kde.org/show_bug.cgi?id=138424 |
||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
FX
2015-09-07 14:27:35 UTC
Hello, To these executables have any packers like UPX run on them? (In reply to Rhys Kidd from comment #1) > To these executables have any packers like UPX run on them? Nope. I'm removing this as a blocker on OS X 10.11 support, as the same error is reported with current and prior OS X releases. The underlying issue here is related to other reports of failure mmap'ing low addresses within the executable, where Valgrind also maps itself. e.g. can be caused by executables with very large text, data or bss segments. There is some further discussion that can be found here: bz#138424 or with a quick search through closed bug reports with "mmap-FIXED". |