public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug sanitizer/61408] New: r205695 breaks packaging step of Firefox 24 ESR on Ubuntu Lucid building with ASan
@ 2014-06-04  5:56 gk at torproject dot org
  2014-06-04  5:57 ` [Bug sanitizer/61408] " gk at torproject dot org
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: gk at torproject dot org @ 2014-06-04  5:56 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61408

            Bug ID: 61408
           Summary: r205695 breaks packaging step of Firefox 24 ESR on
                    Ubuntu Lucid building with ASan
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: sanitizer
          Assignee: unassigned at gcc dot gnu.org
          Reporter: gk at torproject dot org
                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

Trying to build Firefox 24 ESR on Lucid with ASan and 4.9.0 leads to a crash
during the packaging of the build:

Executing
/home/ubuntu/build/tor-browser/obj-x86_64-unknown-linux-gnu/dist/bin/xpcshell
-g /home/ubuntu/build/tor-browser/obj-x86_64-unknown-linux-gnu/dist/bin/ -a
/home/ubuntu/build/tor-browser/obj-x86_64-unknown-linux-gnu/dist/bin/ -f
/home/ubuntu/build/tor-browser/toolkit/mozapps/installer/precompile_cache.js -e
precompile_startupcache("resource://gre/");
ASAN:SIGSEGV
=================================================================
==22869==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000000 (pc
0x000000000000 sp 0x2b0f084bf678 bp 0x2b0f084bf780 T2)

AddressSanitizer can not provide additional info.
SUMMARY: AddressSanitizer: SEGV ??:0 ??
Thread T2 created by T0 here:
    #0 0x2b0ec8ea572a in __interceptor_pthread_create
../../.././libsanitizer/asan/asan_interceptors.cc:183
    #1 0x2b0ef7b75269 in _PR_CreateThread
/home/ubuntu/build/tor-browser/nsprpub/pr/src/pthreads/ptthread.c:444
    #2 0x2b0ef7b778ae in PR_CreateThread
/home/ubuntu/build/tor-browser/nsprpub/pr/src/pthreads/ptthread.c:527
    #3 0x2b0ede4a9286 in nsThread::Init()
/home/ubuntu/build/tor-browser/xpcom/threads/nsThread.cpp:332
    #4 0x2b0ee5d7d57c
(/home/ubuntu/build/tor-browser/obj-x86_64-unknown-linux-gnu/dist/bin/libxul.so+0x1bdfe57c)

==22869==ABORTING

After a lot of bisecting it turns out that r205695 is the first revision that
breaks.
Oddly, this is not a problem if building and using 4.9.0 on Ubuntu Precise.
There building and packaging Firefox 24 ESR is working fine.


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

* [Bug sanitizer/61408] r205695 breaks packaging step of Firefox 24 ESR on Ubuntu Lucid building with ASan
  2014-06-04  5:56 [Bug sanitizer/61408] New: r205695 breaks packaging step of Firefox 24 ESR on Ubuntu Lucid building with ASan gk at torproject dot org
@ 2014-06-04  5:57 ` gk at torproject dot org
  2014-06-04  7:22 ` kcc at gcc dot gnu.org
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: gk at torproject dot org @ 2014-06-04  5:57 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61408

--- Comment #1 from Georg Koppen <gk at torproject dot org> ---
I am happy to debug this further (and am, of course, interested in a
fix/workaround). Let me know what you need.


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

* [Bug sanitizer/61408] r205695 breaks packaging step of Firefox 24 ESR on Ubuntu Lucid building with ASan
  2014-06-04  5:56 [Bug sanitizer/61408] New: r205695 breaks packaging step of Firefox 24 ESR on Ubuntu Lucid building with ASan gk at torproject dot org
  2014-06-04  5:57 ` [Bug sanitizer/61408] " gk at torproject dot org
@ 2014-06-04  7:22 ` kcc at gcc dot gnu.org
  2014-06-04 10:33 ` gk at torproject dot org
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: kcc at gcc dot gnu.org @ 2014-06-04  7:22 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61408

--- Comment #2 from Kostya Serebryany <kcc at gcc dot gnu.org> ---
Does this happen with GCC trunk? 
LLVM trunk?


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

* [Bug sanitizer/61408] r205695 breaks packaging step of Firefox 24 ESR on Ubuntu Lucid building with ASan
  2014-06-04  5:56 [Bug sanitizer/61408] New: r205695 breaks packaging step of Firefox 24 ESR on Ubuntu Lucid building with ASan gk at torproject dot org
  2014-06-04  5:57 ` [Bug sanitizer/61408] " gk at torproject dot org
  2014-06-04  7:22 ` kcc at gcc dot gnu.org
@ 2014-06-04 10:33 ` gk at torproject dot org
  2014-06-04 10:51 ` kcc at gcc dot gnu.org
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: gk at torproject dot org @ 2014-06-04 10:33 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61408

--- Comment #3 from Georg Koppen <gk at torproject dot org> ---
(In reply to Kostya Serebryany from comment #2)
> Does this happen with GCC trunk?

Hard to say as it crashes differently:

Executing
/home/gk/asan/mozilla-esr24/obj-x86_64-unknown-linux-gnu/dist/bin/xpcshell -g
/home/gk/asan/mozilla-esr24/obj-x86_64-unknown-linux-gnu/dist/bin/ -a
/home/gk/asan/mozilla-esr24/obj-x86_64-unknown-linux-gnu/dist/bin/ -f
/home/gk/asan/mozilla-esr24/toolkit/mozapps/installer/precompile_cache.js -e
precompile_startupcache("resource://gre/");
=================================================================
==22303==ERROR: AddressSanitizer: unknown-crash on address 0x2ad2d31bd3c0 at pc
0x2ad2d1803362 bp 0x7fff8f6149c0 sp 0x7fff8f6149b8
READ of size 16 at 0x2ad2d31bd3c0 thread T0
    #0 0x2ad2d1803361 in nsIDHashKey ../../dist/include/nsHashKeys.h:375
    #1 0x2ad2d1803361 in nsBaseHashtableET
../../dist/include/nsBaseHashtable.h:408
    #2 0x2ad2d1803361 in nsTHashtable<nsBaseHashtableET<nsIDHashKey,
nsFactoryEntry*> >::s_InitEntry(PLDHashTable*, PLDHashEntryHdr*, void const*)
../../dist/include/nsTHashtable.h:472
    #3 0x2ad2d179ad39 in PL_DHashTableOperate
/home/gk/asan/mozilla-esr24/obj-x86_64-unknown-linux-gnu/xpcom/build/pldhash.cpp:630
    #4 0x2ad2d1805d75 in nsTHashtable<nsBaseHashtableET<nsIDHashKey,
nsFactoryEntry*> >::PutEntry(nsID const&, mozilla::fallible_t const&)
../../dist/include/nsTHashtable.h:184
    #5 0x2ad2d1805d75 in nsTHashtable<nsBaseHashtableET<nsIDHashKey,
nsFactoryEntry*> >::PutEntry(nsID const&) ../../dist/include/nsTHashtable.h:170
    #6 0x2ad2d1805d75 in nsBaseHashtable<nsIDHashKey, nsFactoryEntry*,
nsFactoryEntry*>::Put(nsID const&, nsFactoryEntry* const&, mozilla::fallible_t
const&) ../../dist/include/nsBaseHashtable.h:147
    #7 0x2ad2d1805d75 in nsBaseHashtable<nsIDHashKey, nsFactoryEntry*,
nsFactoryEntry*>::Put(nsID const&, nsFactoryEntry* const&)
../../dist/include/nsBaseHashtable.h:141
    #8 0x2ad2d1806065 in
nsComponentManagerImpl::RegisterCIDEntryLocked(mozilla::Module::CIDEntry
const*, nsComponentManagerImpl::KnownModule*)
/home/gk/asan/mozilla-esr24/xpcom/components/nsComponentManager.cpp:502
    #9 0x2ad2d1809d35 in nsComponentManagerImpl::RegisterModule(mozilla::Module
const*, mozilla::FileLocation*)
/home/gk/asan/mozilla-esr24/xpcom/components/nsComponentManager.cpp:453
    #10 0x2ad2d180aba2 in nsComponentManagerImpl::Init()
/home/gk/asan/mozilla-esr24/xpcom/components/nsComponentManager.cpp:389
    #11 0x2ad2d17a1fb0 in NS_InitXPCOM2
/home/gk/asan/mozilla-esr24/xpcom/build/nsXPComInit.cpp:467
    #12 0x406d4b in main
/home/gk/asan/mozilla-esr24/js/xpconnect/shell/xpcshell.cpp:1566
    #13 0x2ad2d59b6c8c in __libc_start_main (/lib/libc.so.6+0x1ec8c)
    #14 0x407ea0
(/home/gk/asan/mozilla-esr24/obj-x86_64-unknown-linux-gnu/dist/bin/xpcshell+0x407ea0)

0x2ad2d31bd3c0 is located 0 bytes inside of global variable
'kComponentManagerCID' from
'/home/gk/asan/mozilla-esr24/xpcom/build/nsXPComInit.cpp' (0x2ad2d31bd3c0) of
size 16
SUMMARY: AddressSanitizer: unknown-crash ../../dist/include/nsHashKeys.h:375
nsIDHashKey
Shadow bytes around the buggy address:
  0x055ada62fa20: 00 00 f9 f9 f9 f9 f9 f9 00 00 f9 f9 f9 f9 f9 f9
  0x055ada62fa30: 00 00 f9 f9 f9 f9 f9 f9 00 00 f9 f9 f9 f9 f9 f9
  0x055ada62fa40: 00 00 f9 f9 f9 f9 f9 f9 00 00 f9 f9 f9 f9 f9 f9
  0x055ada62fa50: 00 00 f9 f9 f9 f9 f9 f9 00 00 f9 f9 f9 f9 f9 f9
  0x055ada62fa60: 00 00 f9 f9 f9 f9 f9 f9 00 00 f9 f9 f9 f9 f9 f9
=>0x055ada62fa70: 00 00 f9 f9 f9 f9 f9 f9[00]00 f9 f9 f9 f9 f9 f9
  0x055ada62fa80: 07 f9 f9 f9 f9 f9 f9 f9 00 00 00 00 04 f9 f9 f9
  0x055ada62fa90: f9 f9 f9 f9 00 02 f9 f9 f9 f9 f9 f9 00 00 00 00
  0x055ada62faa0: 05 f9 f9 f9 f9 f9 f9 f9 06 f9 f9 f9 f9 f9 f9 f9
  0x055ada62fab0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  0x055ada62fac0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
Shadow byte legend (one shadow byte represents 8 application bytes):
  Addressable:           00
  Partially addressable: 01 02 03 04 05 06 07 
  Heap left redzone:       fa
  Heap right redzone:      fb
  Freed heap region:       fd
  Stack left redzone:      f1
  Stack mid redzone:       f2
  Stack right redzone:     f3
  Stack partial redzone:   f4
  Stack after return:      f5
  Stack use after scope:   f8
  Global redzone:          f9
  Global init order:       f6
  Poisoned by user:        f7
  Container overflow:      fc
  ASan internal:           fe
==22303==ABORTING

> LLVM trunk?

Have not tried yet. Shall I?


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

* [Bug sanitizer/61408] r205695 breaks packaging step of Firefox 24 ESR on Ubuntu Lucid building with ASan
  2014-06-04  5:56 [Bug sanitizer/61408] New: r205695 breaks packaging step of Firefox 24 ESR on Ubuntu Lucid building with ASan gk at torproject dot org
                   ` (2 preceding siblings ...)
  2014-06-04 10:33 ` gk at torproject dot org
@ 2014-06-04 10:51 ` kcc at gcc dot gnu.org
  2014-06-04 13:39 ` gk at torproject dot org
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: kcc at gcc dot gnu.org @ 2014-06-04 10:51 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61408

--- Comment #4 from Kostya Serebryany <kcc at gcc dot gnu.org> ---
> > LLVM trunk?
> 
> Have not tried yet. Shall I?

asan is being developed in LLVM trunk.
So if there is a bug in run-time it's better to investigate the freshest
variant in LLVM trunk
The fix will have to go there first anyway.

If the problem is in GCC instrumentation, then of course, there is no reason to
test LLVM.
But you say that the problem stared after the libsanitizer merge, so it is
likely in run-time. 

It can be a problem in FF itself or in the way you run it, of course.


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

* [Bug sanitizer/61408] r205695 breaks packaging step of Firefox 24 ESR on Ubuntu Lucid building with ASan
  2014-06-04  5:56 [Bug sanitizer/61408] New: r205695 breaks packaging step of Firefox 24 ESR on Ubuntu Lucid building with ASan gk at torproject dot org
                   ` (3 preceding siblings ...)
  2014-06-04 10:51 ` kcc at gcc dot gnu.org
@ 2014-06-04 13:39 ` gk at torproject dot org
  2014-06-04 13:42 ` jakub at gcc dot gnu.org
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: gk at torproject dot org @ 2014-06-04 13:39 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61408

--- Comment #5 from Georg Koppen <gk at torproject dot org> ---
(In reply to Kostya Serebryany from comment #4)
> > > LLVM trunk?
> > 
> > Have not tried yet. Shall I?
> 
> asan is being developed in LLVM trunk.
> So if there is a bug in run-time it's better to investigate the freshest
> variant in LLVM trunk
> The fix will have to go there first anyway.

Okay. Then I'll do that. Note that the last crash is happening on my Precise
system as well now. Thus, I guess this is a different issue worth another bug.
Anyway, I'll post back when I have convinced LLVM/Clang to compile Firefox.


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

* [Bug sanitizer/61408] r205695 breaks packaging step of Firefox 24 ESR on Ubuntu Lucid building with ASan
  2014-06-04  5:56 [Bug sanitizer/61408] New: r205695 breaks packaging step of Firefox 24 ESR on Ubuntu Lucid building with ASan gk at torproject dot org
                   ` (4 preceding siblings ...)
  2014-06-04 13:39 ` gk at torproject dot org
@ 2014-06-04 13:42 ` jakub at gcc dot gnu.org
  2014-06-05 13:10 ` gk at torproject dot org
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: jakub at gcc dot gnu.org @ 2014-06-04 13:42 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61408

--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
I'd say there is no point in doing that.  Just build the compiler-rt library
and link it in statically (-static-libasan) with gcc instead of the gcc one.


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

* [Bug sanitizer/61408] r205695 breaks packaging step of Firefox 24 ESR on Ubuntu Lucid building with ASan
  2014-06-04  5:56 [Bug sanitizer/61408] New: r205695 breaks packaging step of Firefox 24 ESR on Ubuntu Lucid building with ASan gk at torproject dot org
                   ` (5 preceding siblings ...)
  2014-06-04 13:42 ` jakub at gcc dot gnu.org
@ 2014-06-05 13:10 ` gk at torproject dot org
  2014-06-09 15:01 ` gk at torproject dot org
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: gk at torproject dot org @ 2014-06-05 13:10 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61408

--- Comment #7 from Georg Koppen <gk at torproject dot org> ---
(In reply to Jakub Jelinek from comment #6)
> I'd say there is no point in doing that.  Just build the compiler-rt library
> and link it in statically (-static-libasan) with gcc instead of the gcc one.

Hmm... how do I do that exactly? I have some libclang_rt.* in
Release+Asserts/lib/clang/3.5.0/lib/linux but seem not to be able to get that
going...

And I don't get any Firefox version between 24 and trunk compiled with 3.5.0
(for different reasons), thus that way is blocked as well atm.


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

* [Bug sanitizer/61408] r205695 breaks packaging step of Firefox 24 ESR on Ubuntu Lucid building with ASan
  2014-06-04  5:56 [Bug sanitizer/61408] New: r205695 breaks packaging step of Firefox 24 ESR on Ubuntu Lucid building with ASan gk at torproject dot org
                   ` (6 preceding siblings ...)
  2014-06-05 13:10 ` gk at torproject dot org
@ 2014-06-09 15:01 ` gk at torproject dot org
  2014-06-11 12:45 ` gk at torproject dot org
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: gk at torproject dot org @ 2014-06-09 15:01 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61408

--- Comment #8 from Georg Koppen <gk at torproject dot org> ---
While I am still unable to compile/test Firefox 24 with clang trunk I managed
to compile it with clang's r196090 which is the one r205695 merged. And there
the problem occurs as well. Thus, we know at least that it is not a GCC
specific issue. Not sure about the problem in comment 3 yet which is probably
better tracked in a different bug. I'll open one as soon as my build machine is
not occupied anymore with bisecting the things related to the crash mentioned
in the description.


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

* [Bug sanitizer/61408] r205695 breaks packaging step of Firefox 24 ESR on Ubuntu Lucid building with ASan
  2014-06-04  5:56 [Bug sanitizer/61408] New: r205695 breaks packaging step of Firefox 24 ESR on Ubuntu Lucid building with ASan gk at torproject dot org
                   ` (7 preceding siblings ...)
  2014-06-09 15:01 ` gk at torproject dot org
@ 2014-06-11 12:45 ` gk at torproject dot org
  2014-06-11 19:06 ` gk at torproject dot org
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: gk at torproject dot org @ 2014-06-11 12:45 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61408

--- Comment #9 from Georg Koppen <gk at torproject dot org> ---
(In reply to Georg Koppen from comment #8)
> Not sure about the problem in comment 3 yet which is
> probably better tracked in a different bug. I'll open one as soon as my
> build machine is not occupied anymore with bisecting the things related to
> the crash mentioned in the description.

This is now bug 61475. Let's see what happens when I compile Firefox 24 on
Lucid with LLVM/Clang trunk...


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

* [Bug sanitizer/61408] r205695 breaks packaging step of Firefox 24 ESR on Ubuntu Lucid building with ASan
  2014-06-04  5:56 [Bug sanitizer/61408] New: r205695 breaks packaging step of Firefox 24 ESR on Ubuntu Lucid building with ASan gk at torproject dot org
                   ` (8 preceding siblings ...)
  2014-06-11 12:45 ` gk at torproject dot org
@ 2014-06-11 19:06 ` gk at torproject dot org
  2014-06-16 10:51 ` gk at torproject dot org
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: gk at torproject dot org @ 2014-06-11 19:06 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61408

--- Comment #10 from Georg Koppen <gk at torproject dot org> ---
Okay. LLVM/Clang trunk does not cope with the packaging step either. Sending
the crash through asan_symbolize.py gives:

Executing
/home/gk/asan/mozilla-esr24/obj-x86_64-unknown-linux-gnu/dist/bin/xpcshell -g
/home/gk/asan/mozilla-esr24/obj-x86_64-unknown-linux-gnu/dist/bin/ -a
/home/gk/asan/mozilla-esr24/obj-x86_64-unknown-linux-gnu/dist/bin/ -f
/home/gk/asan/mozilla-esr24/toolkit/mozapps/installer/precompile_cache.js -e
precompile_startupcache("resource://gre/");
ASAN:SIGSEGV
=================================================================
==4017==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000000 (pc
0x000000000000 sp 0x2b9955a94738 bp 0x2b9955a947f0 T2)

AddressSanitizer can not provide additional info.
SUMMARY: AddressSanitizer: SEGV ??:0 ??
Thread T2 created by T0 here:
BFD: Dwarf Error: found dwarf version '4', this reader only handles version 2
and 3 information.
    #0 0x48aa4f in pthread_create ??:0
BFD: Dwarf Error: found dwarf version '4', this reader only handles version 2
and 3 information.
    #1 0x2b994b0d4d4e in _PR_CreateThread
/home/gk/asan/mozilla-esr24/nsprpub/pr/src/pthreads/ptthread.c:0
BFD: Dwarf Error: found dwarf version '0', this reader only handles version 2
and 3 information.
    #2 0x2b994b0d48b7 in PR_CreateThread ??:0

==4017==ABORTING

I am trying to work around that problem until somebody has a good idea on what
is going on/how to debug that further.


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

* [Bug sanitizer/61408] r205695 breaks packaging step of Firefox 24 ESR on Ubuntu Lucid building with ASan
  2014-06-04  5:56 [Bug sanitizer/61408] New: r205695 breaks packaging step of Firefox 24 ESR on Ubuntu Lucid building with ASan gk at torproject dot org
                   ` (9 preceding siblings ...)
  2014-06-11 19:06 ` gk at torproject dot org
@ 2014-06-16 10:51 ` gk at torproject dot org
  2014-06-16 11:24 ` kcc at gcc dot gnu.org
  2014-06-16 11:29 ` gk at torproject dot org
  12 siblings, 0 replies; 14+ messages in thread
From: gk at torproject dot org @ 2014-06-16 10:51 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61408

--- Comment #11 from Georg Koppen <gk at torproject dot org> ---
Working around was tricky, so I started bisecting LLVM/clang/compiler-rt. The
first bad revision there is r193602. Might be worth filing an upstream bug (I
don't have a Google account), I guess.


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

* [Bug sanitizer/61408] r205695 breaks packaging step of Firefox 24 ESR on Ubuntu Lucid building with ASan
  2014-06-04  5:56 [Bug sanitizer/61408] New: r205695 breaks packaging step of Firefox 24 ESR on Ubuntu Lucid building with ASan gk at torproject dot org
                   ` (10 preceding siblings ...)
  2014-06-16 10:51 ` gk at torproject dot org
@ 2014-06-16 11:24 ` kcc at gcc dot gnu.org
  2014-06-16 11:29 ` gk at torproject dot org
  12 siblings, 0 replies; 14+ messages in thread
From: kcc at gcc dot gnu.org @ 2014-06-16 11:24 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61408

--- Comment #12 from Kostya Serebryany <kcc at gcc dot gnu.org> ---
I am not sure what does your bisection of LLVM/clang/compiler-rt mean
if you say that clang trunk works fine.


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

* [Bug sanitizer/61408] r205695 breaks packaging step of Firefox 24 ESR on Ubuntu Lucid building with ASan
  2014-06-04  5:56 [Bug sanitizer/61408] New: r205695 breaks packaging step of Firefox 24 ESR on Ubuntu Lucid building with ASan gk at torproject dot org
                   ` (11 preceding siblings ...)
  2014-06-16 11:24 ` kcc at gcc dot gnu.org
@ 2014-06-16 11:29 ` gk at torproject dot org
  12 siblings, 0 replies; 14+ messages in thread
From: gk at torproject dot org @ 2014-06-16 11:29 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61408

--- Comment #13 from Georg Koppen <gk at torproject dot org> ---
(In reply to Kostya Serebryany from comment #12)
> I am not sure what does your bisection of LLVM/clang/compiler-rt mean
> if you say that clang trunk works fine.

There are two different issues here in this bug: one got moved to bug 61475 and
*there* clang trunk is working fine. BUT for the original issue mentioned in
this bug trunk is *not* working. See comment 8 above. I was referring to that
comment when I talked about the bisection in my last comment. Anyway, I backed
out the corresponding code parts in my GCC 4.9.0 and now everything is working
when I am compiling with GCC 4.9.0 on Ubuntu Lucid.


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

end of thread, other threads:[~2014-06-16 11:29 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-04  5:56 [Bug sanitizer/61408] New: r205695 breaks packaging step of Firefox 24 ESR on Ubuntu Lucid building with ASan gk at torproject dot org
2014-06-04  5:57 ` [Bug sanitizer/61408] " gk at torproject dot org
2014-06-04  7:22 ` kcc at gcc dot gnu.org
2014-06-04 10:33 ` gk at torproject dot org
2014-06-04 10:51 ` kcc at gcc dot gnu.org
2014-06-04 13:39 ` gk at torproject dot org
2014-06-04 13:42 ` jakub at gcc dot gnu.org
2014-06-05 13:10 ` gk at torproject dot org
2014-06-09 15:01 ` gk at torproject dot org
2014-06-11 12:45 ` gk at torproject dot org
2014-06-11 19:06 ` gk at torproject dot org
2014-06-16 10:51 ` gk at torproject dot org
2014-06-16 11:24 ` kcc at gcc dot gnu.org
2014-06-16 11:29 ` gk at torproject dot 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).