| Summary: | memcheck internal error: Signal 10 (SIGBUS) | ||
|---|---|---|---|
| Product: | [Developer tools] valgrind | Reporter: | John Ralls <jralls> |
| Component: | memcheck | Assignee: | Rhys Kidd <rhyskidd> |
| Status: | RESOLVED UNMAINTAINED | ||
| Severity: | normal | CC: | pjfloyd, rhyskidd |
| Priority: | NOR | ||
| Version First Reported In: | 3.14.0 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | macOS | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | Session transcript of crashed memcheck session | ||
|
Description
John Ralls
2019-06-15 21:21:42 UTC
The command line for the crashed session was: valgrind --log-file=gramps-memory --suppressions=$HOME/Development/gtk-sources/valgrind-3.15.0/darwin15.supp --suppressions=/Users/john/Development/Gramps-Build/gramps-stable-git-Mavericks/src/Python-3.6.8/Misc/valgrind-python.supp --main-stacksize=67108864 $PREFIX/bin/python $PREFIX/bin/gramps The elevated --main-stacksize was necessary to avoid an earlier crash; in that case valgrind mentioned the stack size (8MB) and suggested increasing it. Closing this as I don't have access to a 10.11 machine. Please reopen if you can reproduce the error on a 10.13 machine. |