This is the mail archive of the gcc-patches@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]

Re: [PATCH, committed]: Zone collector


Daniel Berlin <dberlin@dberlin.org> writes:

>> 1333                    abort ();
>> (gdb) p p
>> $1 = (page_entry *) 0x123c130
>> (gdb) p *p
>> $2 = {next = 0x123c0f0, bytes = 4096, survived = 2, page =
>> 0x2a95a2e000 "", bytes_free = 6990, context_depth = 0, large_p =
>> false,
>>   zone = 0x11895a0}
>>
>
> Sigh.
> I can't reproduce this on x86 (it's already well past this point in
> gcac bootstrapping).

OK, I'll try again:
- start with an empty directory
- configure with:
$ /usr/src/aj/cvs/gcc/configure  --prefix=/opt/gcc/3.4-devel --disable-nls --enable-threads=posix --enable-clocale=gnu --enable-__cxa_atexit --enable-shared --enable-languages=c,c++,ada,treelang,java,f77,objc --enable-checking=misc,tree,rtl,gc,rtlflag,gcac --with-gc=zone --with-system-zlib x86_64-suse-linux-gnu
- make -j5 bootstrap

And then wait and see it crash...

Andreas
-- 
 Andreas Jaeger, aj@suse.de, http://www.suse.de/~aj
  SuSE Linux AG, Deutschherrnstr. 15-19, 90429 Nürnberg, Germany
   GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126

Attachment: pgp00000.pgp
Description: PGP signature


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