emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: san_ignore_object not found at link time


From: Alan Third
Subject: Re: san_ignore_object not found at link time
Date: Sat, 1 Aug 2020 16:38:23 +0100

On Sat, Aug 01, 2020 at 05:45:19PM +0300, Eli Zaretskii wrote:
> Do you see HAVE_SANITIZER_LSAN_INTERFACE_H defined in your
> src/config.h?  If so, it sounds like the configure-time test for this
> functionality is incomplete.

I'm getting a similar error:

  CCLD     temacs
Undefined symbols for architecture x86_64:
  "___lsan_ignore_object", referenced from:
      _enlarge_buffer_text in buffer.o
      _Fmake_variable_buffer_local in data.o
      _Fmake_local_variable in data.o
      _Fmodule_load in emacs-module.o
      _initialize_environment in emacs-module.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [temacs] Error 1
make: *** [src] Error 2

# grep SANITIZER src/config.h
#define HAVE_SANITIZER_LSAN_INTERFACE_H 1
-- 
Alan Third



reply via email to

[Prev in Thread] Current Thread [Next in Thread]