cfdrake / FileSystemPkg

My Google Summer of Code project for Tianocore.
http://cfdrake.github.com/FileSystemPkg
9 stars 7 forks source link

ASSERT in FfsOpen() #2

Closed cfdrake closed 13 years ago

cfdrake commented 13 years ago

FfsOpen() is crashing with an ASSERT throwing CR has Bad Signature.

Start showing progress bar... Press any key to stop it! ...Zzz....
Showing progress bar...Remaining 10 second!
PROGRESS CODE: V3050006 I0
PROGRESS CODE: V3050007 I0
FfsOpenVolume: Start
FfsOpenVolume: Grab private filesys struct
FfsOpenVolume: Allocate private file struct
FfsOpenVolume: End of func
FfsOpen: Start
OPENING : \EFI\BOOT\BOOTIA32.EFI

DXE_ASSERT!: /home/colin/Projects/edk2/FileSystemPkg/FfsDxe/Ffs.c (220): CR has Bad Signature`
cfdrake commented 13 years ago

Fixed by Jordan's patch in FfsOpenVolume()