This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug sanitizer/56393] SIGSEGV when -fsanitize=address and dynamic lib with global objects


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56393

--- Comment #39 from Yury Gribov <y.gribov at samsung dot com> ---
True. My problems manifest themselves later in initialization process so I
forgot about OPs problem. It seems that my last suggestion would not be able to
catch all the instances of this error indeed.

The original proposal (which results in link error) should be able to rule out
all problems at the cost of reduced functionality. Personally I think that
safety and defined behavior are more important...

Thoughts?

-Y


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]