Bug 17508 - mga6: drakdisk crashes when clicking ext4 partition in a VirtualBox guest (current_hd called but $current_kind is not an hd)
Summary: mga6: drakdisk crashes when clicking ext4 partition in a VirtualBox guest (cu...
Status: RESOLVED DUPLICATE of bug 5801
Alias: None
Product: Mageia
Classification: Unclassified
Component: RPM Packages (show other bugs)
Version: Cauldron
Hardware: x86_64 Linux
Priority: Normal normal
Target Milestone: ---
Assignee: Pascal Terjan
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-16 21:00 CET by Bit Twister
Modified: 2016-01-17 14:31 CET (History)
2 users (show)

See Also:
Source RPM: drakxtools-17.15-1.mga6.src.rpm
CVE:
Status comment:


Attachments

Description Bit Twister 2016-01-16 21:00:04 CET
Description of problem:

drakdisk crashes when clicking ext4 partition in a VirtualBox guest.

Running VirtualBox-5.0.12-104815

Version-Release number of selected component (if applicable):


How reproducible: Always


Steps to Reproduce:
1. install all updates, reboot, click up a terminal 
2. sudo su - root
3.  mcc->Local disks->Manage disk partitions

click any ext4 partition.

Crash info
 current_hd called but $current_kind is not an hd () 
at /usr/lib/libDrakX/diskdrake/hd_gtk.pm line 408.
  Perl's trace:
  drakbug::bug_handler() called from /usr/lib/perl5/vendor_perl/5.22.0/Gtk3.pm:524
  Gtk3::__ANON__() called from /usr/lib/libDrakX/mygtk3.pm:1521
  mygtk3::main() called from /usr/lib/libDrakX/ugtk3.pm:859
  ugtk3::main() called from /usr/lib/libDrakX/diskdrake/hd_gtk.pm:131
  diskdrake::hd_gtk::main() called from /usr/libexec/drakdisk:93

Used theme: Adwaita




Reproducible: 

Steps to Reproduce:
Marja Van Waes 2016-01-17 08:18:13 CET

CC: (none) => marja11, thierry.vignaud
Assignee: bugsquad => pterjan
Summary: mga6: drakdisk crashes when clicking ext4 partition in a VirtualBox guest. => mga6: drakdisk crashes when clicking ext4 partition in a VirtualBox guest (current_hd called but $current_kind is not an hd)

Comment 1 Thierry Vignaud 2016-01-17 11:09:48 CET
This is a duplicate.
Anything unusal? raid? lvm?

*** This bug has been marked as a duplicate of bug 5801 ***

Status: NEW => RESOLVED
Resolution: (none) => DUPLICATE

Comment 2 Bit Twister 2016-01-17 14:16:52 CET
(In reply to Thierry Vignaud from comment #1)
> This is a duplicate.

Hmm, I had thought 5801 was just raid/lvm problem.

> Anything unusal? raid? lvm?

Nope, plain ole grub legacy mbr install on ext4 64 bit VB guest.
Just now tested on real hardware and click ext4 did not crash.
Comment 3 Bit Twister 2016-01-17 14:31:49 CET
(In reply to Thierry Vignaud from comment #1)
> This is a duplicate.
> Anything unusal? raid? lvm?

# fdisk -l /dev/sda
Disk /dev/sda: 61.2 GiB, 65680703488 bytes, 128282624 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x000a594a

Device     Boot    Start       End   Sectors  Size Id Type
/dev/sda1  *        2048   2185215   2183168    1G 82 Linux swap / Solaris
/dev/sda2        2187234 128279024 126091791 60.1G  5 Extended
/dev/sda5        2193408  43157503  40964096 19.5G 83 Linux
/dev/sda6       43159552  84121599  40962048 19.5G 83 Linux
/dev/sda7       84123648  94351359  10227712  4.9G 83 Linux
/dev/sda8       94353408 128279024  33925617 16.2G 83 Linux

Note You need to log in before you can comment on or make changes to this bug.