Bug 613414

Summary: sqlite problems on i386
Product: [Fedora] Fedora Reporter: Ville Skyttä <ville.skytta>
Component: sqliteAssignee: Panu Matilainen <pmatilai>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 14CC: jakub, mmcgrath, pmatilai, schwab, wilmer5
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-10-06 06:12:21 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 612883, 631178    

Description Ville Skyttä 2010-07-11 12:25:15 UTC
I think there's a problem with sqlite on i386 in current Rawhide.

I'm seeing javasqlite test suite failures.  This happens only in Rawhide, and only in i386; x86_64 is fine.  F-13 is fine on both, and failures (although somewhat different) happen with both java-1.5.0-gcj and java-1.6.0-openjdk.

I haven't been able to pinpoint the issue exactly, but here are some builds of current javasqlite devel in CVS demonstrating it:

Rawhide build, showing test suite crash with gcj on i386, ok on x86_64:
http://koji.fedoraproject.org/koji/taskinfo?taskID=2310670

F-13 build, all ok:
http://koji.fedoraproject.org/koji/taskinfo?taskID=2311097

Rawhide i386 only build, package modified so that it runs tests only with openjdk (to see if gcj would be the culprit), failure:
http://koji.fedoraproject.org/koji/taskinfo?taskID=2311110

Same as above but with x86_64, all ok:
http://koji.fedoraproject.org/koji/taskinfo?taskID=2311119

Comment 1 Ville Skyttä 2010-07-13 20:52:50 UTC
I did some more test builds of javasqlite from the devel branch in local mock, and this might not be a problem with sqlite after all:

- F-13 i386 build with sqlite* updated from Rawhide: OK
- F-13 i386 build with sqlite* from Rawhide rebuilt for F-13 and installed: OK
- Rawhide i386 build with sqlite* downgraded to the F-13 versions: fail/crash just like with the Rawhide sqlite packages

No idea where to look next, Cc'ing glibc maintainers in case they have ideas.

Comment 2 Bug Zapper 2010-07-30 12:30:22 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 14 development cycle.
Changing version to '14'.

More information and reason for this action is here:
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Comment 3 Ville Skyttä 2010-10-06 06:12:21 UTC
I suppose this has been fixed somehow; the javasqlite build now completes successfully, closing.