[plasma-disks] [Bug 495570] kded6 crashes in SMARTMonitor::onSMARTCtlFinished
https://bugs.kde.org/show_bug.cgi?id=495570 --- Comment #10 from Nicolas Fella --- From https://crash-reports.kde.org/organizations/kde/issues/62675/events/7cdf97eb92874dddbb681ef9f7bffb9c/ > ASSERT failure in void SMARTMonitor::onSMARTCtlFinished(const QString&, const > QJsonDocument&, const QString&): "devicePath and device do not match > (/dev/sda : /dev/sdb)", file ./src/smartmonitor.cpp, … -- You are receiving this mail because: You are watching all bug changes.
[plasma-disks] [Bug 495570] kded6 crashes in SMARTMonitor::onSMARTCtlFinished
https://bugs.kde.org/show_bug.cgi?id=495570 --- Comment #8 from Bug Janitor Service --- A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-disks/-/merge_requests/55 -- You are receiving this mail because: You are watching all bug changes.
[plasma-disks] [Bug 495570] kded6 crashes in SMARTMonitor::onSMARTCtlFinished
https://bugs.kde.org/show_bug.cgi?id=495570 Nate Graham changed: What|Removed |Added CC||n...@kde.org -- You are receiving this mail because: You are watching all bug changes.
[plasma-disks] [Bug 495570] kded6 crashes in SMARTMonitor::onSMARTCtlFinished
https://bugs.kde.org/show_bug.cgi?id=495570 --- Comment #9 from Harald Sitter --- Git commit b5b44d7b1c598dc53e8700f2cc62cbb7ff1eeaeb by Harald Sitter. Committed on 31/10/2024 at 16:25. Pushed by sitter into branch 'Plasma/6.2'. smartmonitor: assert with context otherwise it's hard to debug why things have gone wrong (cherry picked from commit 6b7dc09821807b3e447269a1b9015870e2078efb) Co-authored-by: Harald Sitter M +2-1src/smartmonitor.cpp https://invent.kde.org/plasma/plasma-disks/-/commit/b5b44d7b1c598dc53e8700f2cc62cbb7ff1eeaeb -- You are receiving this mail because: You are watching all bug changes.
[plasma-disks] [Bug 495570] kded6 crashes in SMARTMonitor::onSMARTCtlFinished
https://bugs.kde.org/show_bug.cgi?id=495570 --- Comment #7 from Harald Sitter --- Git commit 6b7dc09821807b3e447269a1b9015870e2078efb by Harald Sitter. Committed on 31/10/2024 at 16:23. Pushed by sitter into branch 'master'. smartmonitor: assert with context otherwise it's hard to debug why things have gone wrong M +2-1src/smartmonitor.cpp https://invent.kde.org/plasma/plasma-disks/-/commit/6b7dc09821807b3e447269a1b9015870e2078efb -- You are receiving this mail because: You are watching all bug changes.
[plasma-disks] [Bug 495570] kded6 crashes in SMARTMonitor::onSMARTCtlFinished
https://bugs.kde.org/show_bug.cgi?id=495570 --- Comment #6 from Bug Janitor Service --- A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-disks/-/merge_requests/54 -- You are receiving this mail because: You are watching all bug changes.
[plasma-disks] [Bug 495570] kded6 crashes in SMARTMonitor::onSMARTCtlFinished
https://bugs.kde.org/show_bug.cgi?id=495570 Harald Sitter changed: What|Removed |Added Status|NEEDSINFO |REPORTED Resolution|WAITINGFORINFO |--- --- Comment #5 from Harald Sitter --- Unfortunately I don't see where it goes wrong. Will need to add some more context for debugging. -- You are receiving this mail because: You are watching all bug changes.
[plasma-disks] [Bug 495570] kded6 crashes in SMARTMonitor::onSMARTCtlFinished
https://bugs.kde.org/show_bug.cgi?id=495570 --- Comment #4 from Martin Lubich --- ok, here we go: { "json_format_version": [ 1, 0 ], "smartctl": { "version": [ 7, 4 ], "pre_release": false, "svn_revision": "5530", "platform_info": "x86_64-linux-6.8.0-47-generic", "build_info": "(local build)", "argv": [ "smartctl", "--json", "/dev/sda" ], "exit_status": 0 }, "local_time": { "time_t": 1730312558, "asctime": "Wed Oct 30 19:22:38 2024 CET" }, "device": { "name": "/dev/sda", "info_name": "/dev/sda [SAT]", "type": "sat", "protocol": "ATA" } } { "json_format_version": [ 1, 0 ], "smartctl": { "version": [ 7, 4 ], "pre_release": false, "svn_revision": "5530", "platform_info": "x86_64-linux-6.8.0-47-generic", "build_info": "(local build)", "argv": [ "smartctl", "--json", "/dev/sdb" ], "exit_status": 0 }, "local_time": { "time_t": 1730312558, "asctime": "Wed Oct 30 19:22:38 2024 CET" }, "device": { "name": "/dev/sdb", "info_name": "/dev/sdb [SAT]", "type": "sat", "protocol": "ATA" } } { "json_format_version": [ 1, 0 ], "smartctl": { "version": [ 7, 4 ], "pre_release": false, "svn_revision": "5530", "platform_info": "x86_64-linux-6.8.0-47-generic", "build_info": "(local build)", "argv": [ "smartctl", "--json", "/dev/sdc" ], "messages": [ { "string": "Smartctl open device: /dev/sdc [USB NVMe JMicron] failed: No such device or address", "severity": "error" } ], "exit_status": 2 }, "local_time": { "time_t": 1730312558, "asctime": "Wed Oct 30 19:22:38 2024 CET" } } { "json_format_version": [ 1, 0 ], "smartctl": { "version": [ 7, 4 ], "pre_release": false, "svn_revision": "5530", "platform_info": "x86_64-linux-6.8.0-47-generic", "build_info": "(local build)", "argv": [ "smartctl", "--json", "/dev/sdd" ], "exit_status": 0 }, "local_time": { "time_t": 1730312558, "asctime": "Wed Oct 30 19:22:38 2024 CET" }, "device": { "name": "/dev/sdd", "info_name": "/dev/sdd [SAT]", "type": "sat", "protocol": "ATA" } } { "json_format_version": [ 1, 0 ], "smartctl": { "version": [ 7, 4 ], "pre_release": false, "svn_revision": "5530", "platform_info": "x86_64-linux-6.8.0-47-generic", "build_info": "(local build)", "argv": [ "smartctl", "--json", "/dev/sde" ], "messages": [ { "string": "/dev/sde: Unknown USB bridge [0x05e3:0x0749 (0x1535)]", "severity": "error" } ], "exit_status": 1 }, "local_time": { "time_t": 1730312558, "asctime": "Wed Oct 30 19:22:38 2024 CET" } } { "json_format_version": [ 1, 0 ], "smartctl": { "version": [ 7, 4 ], "pre_release": false, "svn_revision": "5530", "platform_info": "x86_64-linux-6.8.0-47-generic", "build_info": "(local build)", "argv": [ "smartctl", "--json", "/dev/sdf" ], "messages": [ { "string": "/dev/sdf: Unknown USB bridge [0x05e3:0x0749 (0x1535)]", "severity": "error" } ], "exit_status": 1 }, "local_time": { "time_t": 1730312558, "asctime": "Wed Oct 30 19:22:38 2024 CET" } } { "json_format_version": [ 1, 0 ], "smartctl": { "version": [ 7, 4 ], "pre_release": false, "svn_revision": "5530", "platform_info": "x86_64-linux-6.8.0-47-generic", "build_info": "(local build)", "argv": [ "smartctl", "--json", "/dev/sr0" ], "exit_status": 0 }, "local_time": { "time_t": 1730312558, "asctime": "Wed Oct 30 19:22:38 2024 CET" }, "device": { "name": "/dev/sr0", "info_name": "/dev/sr0", "type": "scsi", "protocol": "SCSI" } } { "json_format_version": [ 1, 0 ], "smartctl": { "version": [ 7, 4 ], "pre_release": false, "svn_revision": "5530", "platform_info": "x86_64-linux-6.8.0-47-generic", "build_info": "(local build)", "argv": [ "smartctl", "--json", "/dev/nvme1n1" ], "exit_status": 0 }, "local_time": { "time_t": 1730312558, "asctime": "Wed Oct 30 19:22:38 2024 CET" }, "device": { "name": "/dev/nvme1n1", "info_name": "/dev/nvme1n1", "type": "nvme", "protocol": "NVMe" } } { "json_format_version": [ 1, 0 ], "smartctl": { "version": [ 7, 4 ], "pre_release": false, "svn_revision": "5530", "platform_info": "x86_64-linux-6.8.0-47-generic", "build_info": "(local build)", "argv": [ "smartctl", "--json", "/dev/nv
[plasma-disks] [Bug 495570] kded6 crashes in SMARTMonitor::onSMARTCtlFinished
https://bugs.kde.org/show_bug.cgi?id=495570 --- Comment #3 from Harald Sitter --- Alrighty. What's the output of sudo smartctl --json /dev/sda sudo smartctl --json /dev/sdb sudo smartctl --json /dev/sdc sudo smartctl --json /dev/sdd sudo smartctl --json /dev/sde sudo smartctl --json /dev/sdf sudo smartctl --json /dev/sr0 sudo smartctl --json /dev/nvme1n1 sudo smartctl --json /dev/nvme0n1 -- You are receiving this mail because: You are watching all bug changes.
[plasma-disks] [Bug 495570] kded6 crashes in SMARTMonitor::onSMARTCtlFinished
https://bugs.kde.org/show_bug.cgi?id=495570 --- Comment #2 from Martin Lubich --- output of lsblk --paths is: NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS /dev/sda 8:00 447,1G 0 disk ├─/dev/sda18:10 529M 0 part ├─/dev/sda28:20 100M 0 part /boot/efi ├─/dev/sda38:3016M 0 part ├─/dev/sda48:40 389,4G 0 part ├─/dev/sda58:50 654M 0 part └─/dev/sda68:60 56,5G 0 part / /dev/sdb 8:16 0 931,5G 0 disk └─/dev/sdb18:17 0 931,5G 0 part /home/martin/workspace1 /dev/sdc 8:32 0 931,5G 0 disk ├─/dev/sdc18:33 016M 0 part └─/dev/sdc28:34 0 931,5G 0 part /dev/sdd 8:48 0 931,5G 0 disk └─/dev/sdd18:49 0 931,5G 0 part /dev/sde 8:64 1 0B 0 disk /dev/sdf 8:80 1 0B 0 disk /dev/sr0 11:01 1024M 0 rom /dev/nvme1n1 259:00 931,5G 0 disk └─/dev/nvme1n1p2 259:10 887,6G 0 part /home /dev/nvme0n1 259:20 1,8T 0 disk ├─/dev/nvme0n1p1 259:30 927,7G 0 part /home/martin/workspace2 └─/dev/nvme0n1p2 259:40 935,3G 0 part BTW, the crash seems unrelated to brave. It just happened that I start brave as soon as I log in. -- You are receiving this mail because: You are watching all bug changes.
[plasma-disks] [Bug 495570] kded6 crashes in SMARTMonitor::onSMARTCtlFinished
https://bugs.kde.org/show_bug.cgi?id=495570 Harald Sitter changed: What|Removed |Added Status|REPORTED|NEEDSINFO Resolution|--- |WAITINGFORINFO --- Comment #1 from Harald Sitter --- What's the output of lsblk --paths -- You are receiving this mail because: You are watching all bug changes.
[plasma-disks] [Bug 495570] kded6 crashes in SMARTMonitor::onSMARTCtlFinished
https://bugs.kde.org/show_bug.cgi?id=495570 Nicolas Fella changed: What|Removed |Added Assignee|kio-bugs-n...@kde.org |plasma-b...@kde.org Component|general |general CC||nicolas.fe...@gmx.de, ||sit...@kde.org Product|frameworks-kded |plasma-disks Version|6.7.0 |unspecified Summary|kded6 crashes when I start |kded6 crashes in |brave browser |SMARTMonitor::onSMARTCtlFin ||ished -- You are receiving this mail because: You are watching all bug changes.