bug-parted
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Parted 1.6.0-pre8


From: Richard Hirst
Subject: Re: Parted 1.6.0-pre8
Date: Mon, 8 Apr 2002 14:55:37 +0100
User-agent: Mutt/1.3.24i

On Mon, Apr 08, 2002 at 06:35:55PM +1000, Andrew Clausen wrote:
> On Mon, Apr 08, 2002 at 08:31:35AM +0100, Richard Hirst wrote:
> > On Mon, Apr 08, 2002 at 11:12:20AM +1000, Andrew Clausen wrote:
> > > Hi all,
> > > 
> > > Is there anything left to do before 1.6.0?
> > 
> > Builds fine on ia64 now, thanks.
> 
> Great!

Unfortunately it doesn't run.  The definition of ufs_super_block is
messed up, resulting in segv on ua64.  Seems to go wrong about here:

        int32_t fs_fmod;        /* super block modified flag */
        int32_t fs_clean;       /* file system is clean flag */
        int32_t fs_ronly;       /* mounted read-only flag */
        int32_t fs_flags;       /* currently unused flag */
        int32_t fs_fsmnt[UFS_MAXMNTLEN];        /* name mounted on */

all thsoe fields are __s8 in the kernel headers.  It was wrong before
your switch to int32_t as well.

Richard




reply via email to

[Prev in Thread] Current Thread [Next in Thread]