| Summary: | partitionmanager crash on scanning hfs+ partition | ||
|---|---|---|---|
| Product: | [Applications] partitionmanager | Reporter: | teak <logicpop+bugs.kde> |
| Component: | general | Assignee: | Volker Lanz <vl> |
| Status: | RESOLVED UPSTREAM | ||
| Severity: | crash | ||
| Priority: | NOR | ||
| Version First Reported In: | 1.0.3 | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
teak
2011-02-12 19:46:19 UTC
Thank you for the bug report. It looks like this bug might in factz not be in KDE Partition Manager itself but in libparted. What happens when you run parted (the console application) while the drive is attached? I would also suggest you install the debug package for libparted / parted. (In reply to comment #1) > Thank you for the bug report. > > It looks like this bug might in factz not be in KDE Partition Manager itself > but in libparted. What happens when you run parted (the console application) > while the drive is attached? > > I would also suggest you install the debug package for libparted / parted. ah yes the same thing happens... the program crashes... here is the backtrace: Backtrace has 17 calls on stack: 17: /lib/libparted.so.0(ped_assert+0x2a) [0x5f887a] 16: /lib/libparted.so.0(ped_geometry_read+0x116) [0x6025e6] 15: /lib/libparted.so.0(hfsplus_probe+0x3a1) [0x622831] 14: /lib/libparted.so.0(ped_file_system_probe_specific+0x6c) [0x5fa3dc] 13: /lib/libparted.so.0(ped_file_system_probe+0x81) [0x5fa9d1] 12: /lib/libparted.so.0(+0x44e7f) [0x633e7f] 11: /lib/libparted.so.0(+0x450af) [0x6340af] 10: /lib/libparted.so.0(ped_disk_new+0x75) [0x6017d5] 9: parted() [0x804db58] 8: parted() [0x804ece3] 7: parted() [0x804ddae] 6: parted() [0x804ece3] 5: parted() [0x804ddae] 4: parted(interactive_mode+0x11a) [0x805582a] 3: parted(main+0x9c) [0x80527ec] 2: /lib/libc.so.6(__libc_start_main+0xe7) [0xd27ce7] 1: parted() [0x804bbb1] Aborted Thank you for taking the time to try this out. So the issue is definitely with libparted itself, not with KDE Partition Manager. You might want to report the bug on the parted mailing list, bug-parted@gnu.org. (In reply to comment #3) > Thank you for taking the time to try this out. So the issue is definitely with > libparted itself, not with KDE Partition Manager. > > You might want to report the bug on the parted mailing list, > bug-parted@gnu.org. cheers thanks for your time... |