[Bug 916435] Re: grub-setup crashed with SEGV in grub_util_biosdisk_is_floppy()

2020-05-06 Thread Marcus Tomlinson
This issue has sat incomplete for more than 60 days now. I'm going to close it as invalid. Please feel free re-open if this is still an issue for you. Thank you. ** Changed in: grub2 (Ubuntu) Status: Incomplete => Invalid -- You received this bug notification because you are a member of

[Bug 916435] Re: grub-setup crashed with SEGV in grub_util_biosdisk_is_floppy()

2020-03-05 Thread Marcus Tomlinson
This release of Ubuntu is no longer receiving maintenance updates. If this is still an issue on a maintained version of Ubuntu please let us know. ** Changed in: grub2 (Ubuntu) Status: Confirmed => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 916435] Re: grub-setup crashed with SEGV in grub_util_biosdisk_is_floppy()

2012-02-20 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: grub2 (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/916435 Title:

[Bug 916435] Re: grub-setup crashed with SEGV in grub_util_biosdisk_is_floppy()

2012-01-17 Thread Brian Murray
** Changed in: grub2 (Ubuntu) Assignee: (unassigned) = Ubuntu Installer Team (ubuntu-installer) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/916435 Title: grub-setup crashed with SEGV in

[Bug 916435] Re: grub-setup crashed with SEGV in grub_util_biosdisk_is_floppy()

2012-01-14 Thread Tuomas Heino
** Summary changed: - grub-setup crashed with SEGV in __libc_start_main() + grub-setup crashed with SEGV in grub_util_biosdisk_is_floppy() -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/916435 Title:

[Bug 916435] Re: grub-setup crashed with SEGV in grub_util_biosdisk_is_floppy()

2012-01-14 Thread Tuomas Heino
Compiled manually with -g and it crashed on line 1948 fd = open (map[disk-id].device, O_RDONLY); disk-id is 0x4000 while sizeof(map) is 4096. Further details missing since install disk rescue mode does not load installer network-console component for sshd and virt-manager's VNC displays

[Bug 916435] Re: grub-setup crashed with SEGV in grub_util_biosdisk_is_floppy()

2012-01-14 Thread Tuomas Heino
Adding range-check before the offending code in grub- core/kern/emu/hostdisk.c fixes this symptom for me. Underlying cause may be deeper though. int grub_util_biosdisk_is_floppy (grub_disk_t disk) { struct stat st; int fd; /* Shouldn't happen. See LP#916435. */ if (disk-id sizeof(map) /