Re: Third call for platform testing - Mailing list pgsql-hackers

From Patrick Welche
Subject Re: Third call for platform testing
Date
Msg-id 20011213185751.H12426@quartz.newn.cam.ac.uk
Whole thread Raw
In response to Third call for platform testing  (Thomas Lockhart <lockhart@fourpalms.org>)
Responses Re: Third call for platform testing  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
> NetBSD/arm32 Patrick Welche

Not too good:
 CREATE INDEX hash_i4_index ON hash_i4_heap USING hash (random int4_ops);
+ ERROR:  cannot read block 3 of hash_i4_index: Bad address CREATE INDEX hash_name_index ON hash_name_heap USING hash
(randomname_ops);
 
+ ERROR:  cannot read block 3 of hash_name_index: Bad address CREATE INDEX hash_txt_index ON hash_txt_heap USING hash
(randomtext_ops);
 
+ ERROR:  cannot read block 3 of hash_txt_index: Bad address CREATE INDEX hash_f8_index ON hash_f8_heap USING hash
(randomfloat8_ops);
 
+ ERROR:  cannot read block 3 of hash_f8_index: Bad address -- CREATE INDEX hash_ovfl_index ON hash_ovfl_heap USING
hash(x int4_ops);
 

so create_index failed in a runcheck. (leading to sanity_check failing too)

Patrick


pgsql-hackers by date:

Previous
From: "Ross J. Reedstrom"
Date:
Subject: Re: Third call for platform testing
Next
From: Neil Padgett
Date:
Subject: Re: Platform testing (last call?)