Summary: | Assertion 'sizeof(UWord) == sizeof(UInt)' failed. | ||
---|---|---|---|
Product: | [Developer tools] valgrind | Reporter: | matthewmitchell |
Component: | general | Assignee: | Rhys Kidd <rhyskidd> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | rhyskidd |
Priority: | NOR | ||
Version: | 3.9.0.SVN | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | macOS | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=302630 | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Bug Depends on: | |||
Bug Blocks: | 304259 |
Description
matthewmitchell
2013-10-28 20:19:49 UTC
Does this still happen with the trunk? A whole bunch of problems with OSX 10.9 and 10.8 have been fixed in the past couple of months. It would be good if you could re-test. I'd think this is more likely than not to have been resolved in the interim, but would be good to hear back confirmation from the original reporter if possible before closing. Discovered reproducible with the below regression test on affected platforms: $ perl tests/vg_regtest none/tests/pth_exit This was with the below clang compiler and OS X version: $ clang --version Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn) Target: x86_64-apple-darwin-12.0.0 Thread model: posix $ uname -mrs Darwin 12.0.0 x86_64 It is not present on OS X 10.9 (clang-600.0.57 based on LLVM 3.5svn) or OS X 10.10. *** This bug has been marked as a duplicate of bug 302630 *** |