From: James E Keenan <[EMAIL PROTECTED]>
   Date: Sun, 08 Jul 2007 15:18:21 -0400

   On Debian 4.0 Linux, t/examples/shootout.t is failing even more tests 
   than yesterday.  See attached.

   kid51

I get the same failures on SuSE 9.0 GNU/Linux, Parrot r19701.  Here's an
interesting observation:

        [EMAIL PROTECTED]> ./parrot t/examples/shootout_13.pir
        3141592653      :10
        5897932384      :20
        6264338         :27
        [EMAIL PROTECTED]> ./parrot -C t/examples/shootout_13.pir
        Segmentation fault
        [EMAIL PROTECTED]> ./parrot -Cj t/examples/shootout_13.pir
        Segmentation fault
        [EMAIL PROTECTED]> ./parrot -Cg t/examples/shootout_13.pir
        Segmentation fault
        [EMAIL PROTECTED]> 

The backtraces all look similar, failing deep in glibc, which puts it
out of my depth.

                                        -- Bob Rogers
                                           http://rgrjr.dyndns.org/

P.S.  [EMAIL PROTECTED] has been ignoring my posts lately, though
      RT followups seem to work.

------------------------------------------------------------------------
(gdb) r -C t/examples/shootout_13.pir
The program being debugged has been started already.
Start it from the beginning? (y or n) y
Starting program: /usr/src/parrot/parrot -C t/examples/shootout_13.pir
[New Thread 16384 (LWP 25469)]
[New Thread 32769 (LWP 25470)]
[New Thread 16386 (LWP 25471)]
[New Thread 32771 (LWP 25472)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 16384 (LWP 25469)]
0x0825926b in ?? ()
(gdb) bt
#0  0x0825926b in ?? ()
#1  0x40019418 in ?? ()
#2  0x40018ba0 in ?? () from /lib/ld-linux.so.2
#3  0x4065f0b0 in ?? ()
#4  0x404a768c in __JCR_LIST__ () from /lib/i686/libpthread.so.0
#5  0x08240418 in ?? ()
#6  0x4065ca20 in __libc_tsd_MALLOC_data () from /lib/i686/libc.so.6
#7  0x00000039 in ?? ()
#8  0x404a768c in __JCR_LIST__ () from /lib/i686/libpthread.so.0
#9  0x08240418 in ?? ()
#10 0x4065ca20 in __libc_tsd_MALLOC_data () from /lib/i686/libc.so.6
#11 0xbfffecc8 in ?? ()
#12 0x404a016f in pthread_mutex_unlock () from /lib/i686/libpthread.so.0
#13 0x401c6df1 in runops_cgp (interp=0x804e010, pc=0x825a29c) at 
src/interpreter.c:656
#14 0x401c6ff5 in runops_int (interp=0x804e010, offset=339) at 
src/interpreter.c:787
#15 0x401cc95e in runops (interp=0x804e010, offs=339) at src/inter_run.c:95
#16 0x401ccb8d in runops_args (interp=0x804e010, sub=0x8223858, obj=0x80950b0, 
meth=0x0, sig=0x4035df62 "vP", ap=0xbffff3dc "@8\"\b\030ôÿ¿\220Ò") at 
src/inter_run.c:210
#17 0x401ccc97 in Parrot_runops_fromc_args (interp=0x804e010, sub=0x8223858, 
sig=0x4035df62 "vP") at src/inter_run.c:287
#18 0x4021ff30 in Parrot_runcode (interp=0x804e010, argc=1, argv=0xbffff52c) at 
src/embed.c:783
#19 0x40332f32 in imcc_run_pbc (interp=0x804e010, obj_file=0, output_file=0x0, 
argc=1, argv=0xbffff52c) at compilers/imcc/main.c:607
#20 0x4033376f in imcc_run (interp=0x804e010, sourcefile=0xbffff71b 
"t/examples/shootout_13.pir", argc=1, argv=0xbffff52c) at 
compilers/imcc/main.c:808
#21 0x080489e4 in main (argc=1, argv=0xbffff52c) at src/main.c:62
(gdb) 

Reply via email to