Hi there,

Now seeming like a reasonable time I decided to
take parrot for a test ride of HPUX. There seem to
be a few problems with objects.

bash$ perl t/pmc/objects.t
1..4
ok 1 - findclass (base class)
not ok 2 - findclass (subclass)
#     Failed test (t/pmc/objects.t at line 22)
#          got: 'Can't subclass a non-class!'
#     expected: '1
# 1
# 0
# ' 
# './parrot  t/pmc/objects_2.pasm' failed with exit code 2
not ok 3 - classname
#     Failed test (t/pmc/objects.t at line 45)
#          got: ''
#     expected: 'Foo
# Bar
# Baz
# '
ok 4 - getclass
# Looks like you failed 2 tests of 4.

bash$ ./parrot t/pmc/objects_2.pasm 
Can't subclass a non-class!bash$ 

bash$ ./parrot t/pmc/objects_3.pasm 
Segmentation fault (core dumped)

(gdb) backtrace
#0  0x0 in ?? ()
#1  0x1793e8 in cg_core () from ./parrot
#2  0x9b780 in runops_int () from ./parrot
#3  0x9b83c in runops_ex () from ./parrot
#4  0x9bae0 in runops () from ./parrot
#5  0xa7e44 in Parrot_runcode () from ./parrot
#6  0x93b74 in main () from ./parrot

bash$ uname -a
HP-UX cibs1dv B.11.00 A 9000/800 unknown

bash$ perl -v

This is perl, v5.8.0 built for PA-RISC2.0

bash$ gcc -v
Reading specs from
/usr/cygnus/bin/../lib/gcc-lib/hppa1.1-hp-hpux11.00/2.96-hppa-010528/specs
gcc version 2.96-hppa-010528
AOL: cmlevel=4 cmdate='Feb 18 2002' cmcompiler='2.96-hppa-010528'

-- 
It's our responsibility to enthusiastically network multimedia based content 
to exceed customer expectations

Reply via email to