Comment # 7
on bug 11635
from Guy Harris
(In reply to Tzu from comment #4)
> CC=clang CFLAGS="-I/usr/local/include"
> LDFLAGS="-headerpad_max_install_names" ./configure --enable-asan \
> --enable-osx-deploy-target
> --with-gnutls=yes
> --with-qt=yes
The configure script adds -Wl,-headerpad_max_install_names by default when
building for OS X; is there some reason why you're doing
LDFLAGS="-headerpad_max_install_names"?
It should also be arranging to check /usr/local/include for header files
without having to add CFLAGS="-I/usr/local/include".
(And both "gcc" and "cc" refer to clang on El Capitan unless you've installed
GCC yourself.)
> But ASAN error report is not shown after the crash when I don't use lldb to
> launch. Do you want me to check the traceback with gdb instead?
Try it, to see if it gets a better stack trace.
You are receiving this mail because:
- You are watching all bug changes.