See <http://gcc.gnu.org/ml/gcc-testresults/2007-09/msg00734.html>.

Here's one:

[EMAIL PROTECTED]:~/gnu/gcc-4.2/objdir/hppa-linux/libjava/testsuite$ gdb virtual
GNU gdb 6.5.50.20061105-cvs
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "hppa-unknown-linux-gnu"...
Using host libthread_db library "/lib/libthread_db.so.1".
(gdb) r
Starting program:
/home/dave/gnu/gcc-4.2/objdir/hppa-linux/libjava/testsuite/virtual
[Thread debugging using libthread_db enabled]
[New Thread 16384 (LWP 18871)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 16384 (LWP 18871)]
GC_push_all_eager (bottom=<value optimized out>,
    top=0xfb516e88 "°Qn\210B–*ÝBÞðl\020\027t®")
    at ../../../gcc/boehm-gc/mark.c:1468
1468            q = *p;
(gdb) bt
#0  GC_push_all_eager (bottom=<value optimized out>,
    top=0xfb516e88 "°Qn\210B–*ÝBÞðl\020\027t®")
    at ../../../gcc/boehm-gc/mark.c:1468
#1  0x4239c488 in GC_push_all_stacks ()
    at ../../../gcc/boehm-gc/pthread_stop_world.c:307
#2  0x42394ca0 in GC_push_roots (all=1, cold_gc_frame=0xfb516c88 "B\222(Ý")
    at ../../../gcc/boehm-gc/mark_rts.c:646
#3  0x423943a0 in GC_mark_some (
    cold_gc_frame=0xfb516e88 "°Qn\210B–*ÝBÞðl\020\027t®")
    at ../../../gcc/boehm-gc/mark.c:326
#4  0x4238a80c in GC_stopped_mark (
    [EMAIL PROTECTED]: 0x42389b8c <GC_never_stop_func>)
    at ../../../gcc/boehm-gc/alloc.c:531
#5  0x4238abe4 in GC_try_to_collect_inner (stop_func=0xfad16000)
    at ../../../gcc/boehm-gc/alloc.c:378
#6  0x42396550 in GC_init_inner () at ../../../gcc/boehm-gc/misc.c:789
#7  0x4239681c in GC_init () at ../../../gcc/boehm-gc/misc.c:493
#8  0x4238ff7c in GC_init_gcj_malloc (mp_index=-86941696, mp=0xfb516e88)
    at ../../../gcc/boehm-gc/gcj_mlc.c:60
#9  0x4174ff28 in _Jv_InitGC () at ../../../gcc/libjava/boehm.cc:503
#10 0x416f80fc in _Jv_CreateJavaVM (vm_args=0x0)
    at ../../../gcc/libjava/prims.cc:1434
#11 0x416f88b8 in _Jv_RunMain (vm_args=0x0, klass=0x12568, name=0x0, argc=1,
---Type <return> to continue, or q <return> to quit---
    argv=0x4fac980c, is_jar=false) at ../../../gcc/libjava/prims.cc:1520
#12 0x416f8c10 in _Jv_RunMain (klass=0xfb516e88,
    name=0xfb516e88 "°Qn\210B–*ÝBÞðl\020\027t®", argc=1121908740,
    argv=<value optimized out>, is_jar=3) at ../../../gcc/libjava/prims.cc:1593
#13 0x416f8c3c in JvRunMain (klass=0xfad16000, argc=1, argv=0x42def804)
    at ../../../gcc/libjava/prims.cc:1599
#14 0x00010c2c in main (argc=1073939190, argv=0x4003030e) at /tmp/ccXCOKNq.i:11

[EMAIL PROTECTED]:~/gnu/gcc-4.2/objdir/gcc$ ./xgcc -B./ -v
Reading specs from ./specs
Target: hppa-linux
Configured with: ../gcc/configure --with-gnu-as --with-gnu-ld --enable-shared
--prefix=/home/dave/opt/gnu/gcc/gcc-4.2.2
--with-local-prefix=/home/dave/opt/gnu --enable-threads=posix
--enable-__cxa_atexit --host=hppa-linux --enable-clocale=gnu
--enable-java-gc=boehm --enable-java-awt=xlib
--enable-languages=c,c++,objc,fortran,ada,obj-c++,java
Thread model: posix
gcc version 4.2.2 20070914 (prerelease)


-- 
           Summary: 1938 unexpected fails in libjava testsuite
           Product: gcc
           Version: 4.2.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libgcj
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: danglin at gcc dot gnu dot org
 GCC build triplet: hppa-unknown-linux-gnu
  GCC host triplet: hppa-unknown-linux-gnu
GCC target triplet: hppa-unknown-linux-gnu


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

Reply via email to