Bug 231847 - Partitionmanager crashes at startup
Summary: Partitionmanager crashes at startup
Status: RESOLVED NOT A BUG
Alias: None
Product: partitionmanager
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Unlisted Binaries Linux
: NOR crash
Target Milestone: ---
Assignee: Volker Lanz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-22 22:56 UTC by tyset
Modified: 2010-03-23 00:13 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description tyset 2010-03-22 22:56:16 UTC
Application that crashed: partitionmanager-bin
Version of the application: 1.0.0
KDE Version: 4.3.2 (KDE 4.3.2)
Qt Version: 4.5.2
Operating System: Linux 2.6.31-20-generic x86_64
Distribution: Ubuntu 9.10

What I was doing when the application crashed:
Partitionmanager crashes directly after startup for an unknown reason. This is reproducable and occurs every time. There are 3 hdds in the system. Two partitions (in total) are encrypted. There is free (unformated) space on at least one drive.

 -- Backtrace:
Application: KDE-Partitionsmanager (partitionmanager-bin), signal: Segmentation fault
[KCrash Handler]
#5  0x00007f39cad0fb4c in ?? () from /lib/libparted-1.8.so.12
#6  0x00007f39cad0fce7 in ?? () from /lib/libparted-1.8.so.12
#7  0x00007f39cad1239f in ?? () from /lib/libparted-1.8.so.12
#8  0x00007f39cd88708c in LibParted::scanDevices (this=<value optimized out>, ostack=<value optimized out>) at /build/buildd/partitionmanager-1.0.0/src/core/libparted.cpp:269
#9  0x00007f39cd8e1d67 in PartitionManagerWidget::scanDevices (this=0x9c9a50) at /build/buildd/partitionmanager-1.0.0/src/gui/partitionmanagerwidget.cpp:292
#10 0x00007f39cd8cc666 in MainWindow::init (this=0x9c5b30) at /build/buildd/partitionmanager-1.0.0/src/gui/mainwindow.cpp:66
#11 0x00007f39cd8cc871 in MainWindow (this=0x9c5b30, parent=<value optimized out>, coll=0x0, __in_chrg=<value optimized out>, __vtt_parm=<value optimized out>)
    at /build/buildd/partitionmanager-1.0.0/src/gui/mainwindow.cpp:51
#12 0x0000000000400d60 in main (argc=1, argv=<value optimized out>) at /build/buildd/partitionmanager-1.0.0/src/main.cpp:40

Reported using DrKonqi
Comment 1 Volker Lanz 2010-03-22 23:24:50 UTC
Try KDE Partition Manager 1.0.1. This crash might be related to some LibParted problem with device-mapper that KDE Partition Manager 1.0.1 tries to work around.

Packages of 1.0.1 for your distro are here: http://www.partitionmanager.org
Comment 2 tyset 2010-03-23 00:13:33 UTC
Tested, worked. Thank you!