[Bug 237577] librtld: unable to compile it with MALLOC_DEBUG

2019-05-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237577 --- Comment #6 from commit-h...@freebsd.org --- A commit references this bug: Author: kib Date: Thu May 9 09:49:08 UTC 2019 New revision: 347386 URL: https://svnweb.freebsd.org/changeset/base/347386 Log: MFC r347019: Cleanup for rtld_

[Bug 237577] librtld: unable to compile it with MALLOC_DEBUG

2019-05-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237577 Alexandre martins changed: What|Removed |Added Status|New |Closed Resolution|---

[Bug 237577] librtld: unable to compile it with MALLOC_DEBUG

2019-05-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237577 --- Comment #5 from Alexandre martins --- The fix works for me. Thank you ! -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list h

[Bug 237577] librtld: unable to compile it with MALLOC_DEBUG

2019-05-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237577 --- Comment #4 from commit-h...@freebsd.org --- A commit references this bug: Author: kib Date: Thu May 2 15:03:16 UTC 2019 New revision: 347019 URL: https://svnweb.freebsd.org/changeset/base/347019 Log: Cleanup for rtld_malloc.c. -

[Bug 237577] librtld: unable to compile it with MALLOC_DEBUG

2019-05-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237577 --- Comment #3 from Konstantin Belousov --- (In reply to Alexandre martins from comment #2) Ok, I am going to remove this code from rtld_malloc.c. It is de-facto rotten, and there is one curious instance of UB nearby which should be harmle

[Bug 237577] librtld: unable to compile it with MALLOC_DEBUG

2019-05-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237577 --- Comment #2 from Alexandre martins --- In fact, it's a side effect. We are using MALLOC_DEBUG for the jemalloc allocator in the libc. Unfortunately, that flags (put in DEBUG_FLAGS) apply to the librtld too. We use the flag to trap doubl

[Bug 237577] librtld: unable to compile it with MALLOC_DEBUG

2019-05-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237577 --- Comment #1 from Konstantin Belousov --- What are you trying to do ? Why do you think that compiling libthr with MALLOC_DEBUG is useful ? -- You are receiving this mail because: You are the assignee for the bug. __

[Bug 237577] librtld: unable to compile it with MALLOC_DEBUG

2019-04-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237577 Alexandre martins changed: What|Removed |Added Summary|libthr: unable to compile |librtld: unable to compile