[Bug 215616] New: yaboot internal malloc fails
https://bugzilla.novell.com/show_bug.cgi?id=215616 Summary: yaboot internal malloc fails Product: openSUSE 10.2 Version: Beta 1 Platform: PowerPC OS/Version: Linux Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: olh@novell.com ReportedBy: olh@novell.com QAContact: qa@suse.de CC: power-bugs@forge.provo.novell.com for some reason, current yaboot fails on js20. works on pmac and pegasos at least. yaboot starting: loaded at 00200000 00223cb0 (0/0/00c39c48; sp: 01a1ffd0) skipping partition 3, type is not FAT16 skipping partition 3, type is not FAT16 Config file '/etc/yaboot.conf' read, 1024 bytes Welcome to yaboot version 10.1.16-r830.SuSE booted from '/pci@8000000f8000000/ide@4,1/disk@0' Enter "help" to get some basic usage information boot: linux Please wait, loading kernel... Allocated 00900000 bytes for kernel @ 01c00000 Elf64 kernel loaded... Loading ramdisk... malloc failed skipping partition 3, type is not FAT16 /pci@8000000f8000000/ide@4,1/disk@0:3,/boot/initrd: Unable to open file, Invalid device ramdisk load failed ! ENTER called ok 0 > thats the internal malloc. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=215616 olh@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Comment #1 from olh@novell.com 2006-10-27 04:28 MST ------- this is specific to the ext2 driver, tries to grab too much. In addition, the lack of free() in yaboot hurts. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=215616 olh@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED ------- Comment #2 from olh@novell.com 2006-10-27 05:13 MST ------- a quick fix is a move and resize of the malloc area. moved from 3MB to 2.5MB, resized from 1M to 1.5MB. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=215616 Olaf Hering <olh@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Found By|Other |Development -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com