Summary: | K3b does'n start at all and crashes at startup - under Fedora Core 13. | ||
---|---|---|---|
Product: | [Applications] k3b | Reporter: | Victor Prometeo L. Frankenstein <victor.frankenstein> |
Component: | general | Assignee: | k3b developers <k3b> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | red1, trueg |
Priority: | NOR | Keywords: | investigated, triaged |
Version: | 2.0.2 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
Victor Prometeo L. Frankenstein
2011-02-02 18:29:55 UTC
I found that the Bug 246822 seems to be loosely related, but under Fedora 13 and K3b 2.0.2 the crash still happens. It is as if it's a new bug. V.P.L.F. I think I found what was wrong! I had a pendrive on which there was a udf partition that was seen by Fedora 13 like a cd/dvd drive. The following command, given like normal user, gave me : $ wodim -scanbus scsibus0: 0,0,0 0) 'SONY ' 'DVD RW AW-G170A ' '1.61' Removable CD-ROM 0,1,0 1) * ... 0,7,0 7) * scsibus4: 4,0,0 400) * ... 4,7,0 407) * Without the pendrive I got: $ wodim -scanbus scsibus0: 0,0,0 0) 'SONY ' 'DVD RW AW-G170A ' '1.61' Removable CD-ROM 0,1,0 1) * ... 0,7,0 7) * and K3b started to work properly. For me the problem, as far as now, is solved, but if one of You (developers) want me to do more checks, I'll be happy to help. Is up to You decide if this bug is closed/solved. Bye. V.P.L.F. Created attachment 77493 [details]
New crash information added by DrKonqi
k3b (2.0.2) on KDE Platform 4.8.5 (4.8.5) using Qt 4.8.1
- What I was doing when the application crashed:
When my Clickfree USB hard drive is connected K3B won't stat and crashes while opening. When the Clickfree USB hard drive is not connected K3B runs normally. This probably has something to do with an extra memory partition in the Clickfree USB drive, the extra partition contain some software for the Microsoft Windows operating system. I am using Linux Mint 13, which sees the extra partition as /dev/sr2 as I already have /dev/sr0 and /dev/sr1 on my system.
Below is a copy of my dmesg buffer lines which are generated when I connect the Clickfree drive to my computer.
dmesg
[ 667.236018] usb 1-2: new high-speed USB device number 7 using ehci_hcd
[ 667.304197] hub 1-0:1.0: unable to enumerate USB device on port 2
[ 668.952019] usb 1-2: new high-speed USB device number 8 using ehci_hcd
[ 669.090158] scsi6 : usb-storage 1-2:1.0
[ 672.103367] scsi 6:0:0:0: CD-ROM Clikfree Backup Drive 0.11 PQ: 0 ANSI: 0
[ 674.123365] scsi 6:0:0:1: Direct-Access Clikfree Backup Drive 0.11 PQ: 0 ANSI: 6
[ 676.144224] sr2: scsi-1 drive
[ 676.145522] sr 6:0:0:0: Attached scsi CD-ROM sr2
[ 676.145769] sr 6:0:0:0: Attached scsi generic sg3 type 5
[ 676.147246] sd 6:0:0:1: Attached scsi generic sg4 type 0
[ 676.264024] usb 1-2: reset high-speed USB device number 8 using ehci_hcd
[ 678.417215] sd 6:0:0:1: [sdb] 3906598912 512-byte logical blocks: (2.00 TB/1.81 TiB)
[ 678.420482] sd 6:0:0:1: [sdb] Write Protect is off
[ 678.420489] sd 6:0:0:1: [sdb] Mode Sense: 27 00 00 00
[ 678.421591] sd 6:0:0:1: [sdb] No Caching mode page present
[ 678.421597] sd 6:0:0:1: [sdb] Assuming drive cache: write through
[ 678.427097] sd 6:0:0:1: [sdb] No Caching mode page present
[ 678.427105] sd 6:0:0:1: [sdb] Assuming drive cache: write through
[ 678.435444] sdb: sdb1
[ 678.440509] sd 6:0:0:1: [sdb] No Caching mode page present
[ 678.440516] sd 6:0:0:1: [sdb] Assuming drive cache: write through
[ 678.440521] sd 6:0:0:1: [sdb] Attached SCSI removable disk
-- Backtrace (Reduced):
#14 0x00d72998 in K3b::Device::Device::checkWritingModes (this=0x9e00530) at /build/buildd/k3b-2.0.2/libk3bdevice/k3bdevice.cpp:3185
#15 0x00d7dbe8 in K3b::Device::Device::init (this=0x9e00530, bCheckWritingModes=true) at /build/buildd/k3b-2.0.2/libk3bdevice/k3bdevice.cpp:406
#16 0x00d8a4ba in K3b::Device::DeviceManager::addDevice (this=0x9da0178, device=0x9e00530) at /build/buildd/k3b-2.0.2/libk3bdevice/k3bdevicemanager.cpp:372
#17 0x00d8a9be in K3b::Device::DeviceManager::addDevice (this=0x9da0178, solidDevice=...) at /build/buildd/k3b-2.0.2/libk3bdevice/k3bdevicemanager.cpp:360
#18 0x0818cc58 in K3b::AppDeviceManager::addDevice (this=0x9da0178, solidDev=...) at /build/buildd/k3b-2.0.2/src/k3bappdevicemanager.cpp:120
This bug has had its resolution changed, but accidentally has been left in NEEDSINFO status. I am thus closing this bug and setting the status as RESOLVED to reflect the resolution change. |