#381 closed enhancement (fixed)
Build with -fsanitize=address for debug builds with GCC >= 4.8
Reported by: | ahuillet | Owned by: | ahuillet |
---|---|---|---|
Priority: | minor | Milestone: | 0.10 |
Component: | packaging | Version: | |
Keywords: | Cc: |
Description
Address sanitizer is a valgrind-like tool with higher performance, that can be enabled (almost) transparently. Build with -fsanitize=address on gcc >= 4.8. It has a ~50% perf impact, but it will bail on the very first memory error, and that's very useful.
Change History (4)
comment:1 Changed 8 years ago by
Milestone: | → 0.10 |
---|---|
Owner: | changed from Antoine Martin to ahuillet |
comment:3 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 Changed 3 months ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/381
Note: See
TracTickets for help on using
tickets.
It was trivial so r3902 does this.
This is what I get for rencode on Fedora 19:
Are there any other flags we may want to turn on? Either when debug is on, or even using a new build flag if needed.
If not, please close this ticket.