Bug 157802

Summary: Need to rebuild overview after inn upgrade
Product: [Fedora] Fedora Reporter: Jonathan Kamens <jik>
Component: innAssignee: Martin Stransky <stransky>
Status: CLOSED WONTFIX QA Contact: Ben Levenson <benl>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-05-16 17:06:12 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:

Description Jonathan Kamens 2005-05-16 01:14:24 UTC
I upgraded from inn-2.4.2-2 to inn-2.4.2-3.  Innd started segfaulting upon
startup.  It was a bear to figure out what was going on, but I finally realized
that it was segfaulting while trying to do something in the overview database. 
I erased and recreated my overview database with makehistory, and it started
working again.

I think the overview database needs to be rebuilt upon upgrade or something like
that to avoid this problem.

Comment 1 Martin Stransky 2005-05-16 13:10:06 UTC
Yes, inn-2.4.2-3 is compiled with "-D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE", so it uses diferent size of types on i386 than
2.4.2-2 and the old database is unusable.

Comment 2 Martin Stransky 2005-05-16 17:05:30 UTC
The problem is with group.index, it's directly mapped w/o any check
for size. Unfortunately, group.index doesn't contain any info about
types, so I can't check it.