# New Ticket Created by  Arcady Goldmints 
# Please include the string:  [perl #27414]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=27414 >


A few tests are failing with JIT on powerpc linux, even though everything
works perfectly fine without JIT. The tests in question are
t/op/integer.t 1 and 33, and t/op/stacks.t 1-5. These seem to have in
common the fact that they use all of the integer registers I0-I31,
and this causes parrot -j to segfault.


Arcady

Summary of my parrot 0.1.0 configuration:
  configdate='Thu Mar  4 12:15:25 2004'
  Platform:
    osname=linux, archname=powerpc-linux-thread-multi
    jitcapable=1, jitarchname=ppc-linux,
    jitosname=LINUX, jitcpuarch=ppc
    execcapable=1
    perl=/usr/bin/perl
  Compiler:
    cc='cc', ccflags='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN
+-I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
  Linker and Libraries:
    ld='cc', ldflags=' -L/usr/local/lib',
    cc_ldflags='',
    libs='-ldl -lm -lpthread -lcrypt'
  Dynamic Linking:
    so='.so', ld_shared='-shared -L/usr/local/lib',
    ld_shared_flags=''
  Types:
    iv=long, intvalsize=4, intsize=4, opcode_t=long, opcode_t_size=4,
    ptrsize=4, ptr_alignment=4 byteorder=4321,
    nv=double, numvalsize=8, doublesize=8

Reply via email to