On Tue, Jan 28, 2003 at 01:33:53PM +0000, Leopold Toetsch wrote:
> # New Ticket Created by  Leopold Toetsch 
> # Please include the string:  [perl #20584]
> # in the subject line of all future correspondence about this issue. 
> # <URL: http://rt.perl.org/rt2/Ticket/Display.html?id=20584 >
> 
> 
> This is a first try to solve the packfile wordsize issues.
> Could people with 64 bit machines please test this.
> 
> Also committing some test files to t/native_pbc would be appreciated.
> 
> TIA,
> leo

OpenBSD/Sparc64/gcc (drinky-drinky tinderbox):

% ./parrot t/native_pbc/number_1.pbc 
PackFile_unpack: Unimplemented wordsize transform.
File has wordsize: 4 (native is 8)
Parrot VM: Can't unpack packfile t/native_pbc/number_1.pbc.

Same behavior for number_2.pbc.

Solaris/Sparc64/gcc segfaults on number_2.pbc (frivolous tinderbox):

(gdb) bt
#0  0x65b5c in PackFile_fetch_op ()
#1  0x679d8 in directory_unpack ()
#2  0x674dc in PackFile_Segment_unpack ()
#3  0x66388 in PackFile_unpack ()
#4  0x7b464 in Parrot_readbc ()
#5  0xdf390 in main ()

Solaris/Sparc64/SUNWspro segfaults on number_2.pbc (frivolous
tinderbox):

(gdb) bt
#0  0x5a5b8 in PackFile_fetch_op ()
#1  0x5bf88 in directory_unpack ()
#2  0x5bb44 in PackFile_Segment_unpack ()
#3  0x5ad04 in PackFile_unpack ()
#4  0x6cdd0 in Parrot_readbc ()
#5  0x9c794 in main ()


blair.

Reply via email to