public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug sanitizer/59188] New: [4.9 Regression] lib64/libtsan.so: undefined reference to `sigsetjmp'
@ 2013-11-19 14:26 Joost.VandeVondele at mat dot ethz.ch
  2013-11-19 14:52 ` [Bug sanitizer/59188] " rguenth at gcc dot gnu.org
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Joost.VandeVondele at mat dot ethz.ch @ 2013-11-19 14:26 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 59188
           Summary: [4.9 Regression] lib64/libtsan.so: undefined reference
                    to `sigsetjmp'
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: sanitizer
          Assignee: unassigned at gcc dot gnu.org
          Reporter: Joost.VandeVondele at mat dot ethz.ch
                CC: dodji at gcc dot gnu.org, dvyukov at gcc dot gnu.org,
                    jakub at gcc dot gnu.org, kcc at gcc dot gnu.org

looks like it is not possible to use -fsanitize=thread with current trunk.

> cat test.c
int main()
{
 return 0;
}

> gcc  -fsanitize=thread -pie -fPIC test.c 
/data/vjoost/gnu/gcc_trunk/install/lib/gcc/x86_64-unknown-linux-gnu/4.9.0/../../../../lib64/libtsan.so:
undefined reference to `sigsetjmp'
collect2: error: ld returned 1 exit status


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2013-11-22 11:11 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-19 14:26 [Bug sanitizer/59188] New: [4.9 Regression] lib64/libtsan.so: undefined reference to `sigsetjmp' Joost.VandeVondele at mat dot ethz.ch
2013-11-19 14:52 ` [Bug sanitizer/59188] " rguenth at gcc dot gnu.org
2013-11-19 14:53 ` jakub at gcc dot gnu.org
2013-11-19 15:13 ` dvyukov at google dot com
2013-11-19 15:16 ` dvyukov at google dot com
2013-11-19 15:24 ` Joost.VandeVondele at mat dot ethz.ch
2013-11-19 15:34 ` dvyukov at google dot com
2013-11-21 11:55 ` dvyukov at google dot com
2013-11-21 15:02 ` redi at gcc dot gnu.org
2013-11-21 15:06 ` rguenth at gcc dot gnu.org
2013-11-21 15:11 ` Joost.VandeVondele at mat dot ethz.ch
2013-11-22 11:06 ` rguenth at gcc dot gnu.org
2013-11-22 11:11 ` kcc at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).