From: Roman Z. <zi...@li...> - 2003-08-13 21:52:06
|
Hi, On Wed, 13 Aug 2003, Sven Luther wrote: > > > > | A bug has been detected in GNU parted. Please email a bug report to bug...@gn... containing the version (1.6.5) and the following message:Assertion (sizeof (struct ufs_super_block) == 1380) at ../../../libparted/fs_ufs/ufs.c:308 in function ped_file_system_ufs_init() failed. > > > > What about the failed assertion? > > Mmm, it is in the ufs detection code. Maybe the problem is coming from > there altough i don't see why this fail for you and not for me. Different alignment rules. m68k aligns 32bit values at 16bit boundaries, struct ufs_super_block needs some padding and a packed attribute wouldn't hurt either. bye, Roman |