https://bugs.kde.org/show_bug.cgi?id=481167

            Bug ID: 481167
           Summary: KIOWorker is segfaulting when writing invalid/empty
                    bytearray (slavebase.cpp::1484)
    Classification: Frameworks and Libraries
           Product: frameworks-kio
           Version: git master
          Platform: openSUSE
                OS: Linux
            Status: REPORTED
          Severity: crash
          Priority: NOR
         Component: general
          Assignee: kio-bugs-n...@kde.org
          Reporter: noeero...@gmail.com
                CC: kdelibs-b...@kde.org
  Target Milestone: ---

SUMMARY
If I open dolphin and browse to a folder with different images (?), kioworker
crashes and sometimes dolphin crashes.  My debuginfod is not working right, I
can't get a full bt, but it appears to be an invalid bytearray in
SlaveBase::send.  If I check the BA before the send() , there is no crash:

```
if (arr.isNull() || arr.isEmpty() || !arr.isValidUtf8()) {
            qCWarning(KIO_CORE) << "BA Package is invalid or empty";
            return;
        }
```
Seems like Qt is failing with a pixel buffer segfault, will keep trying for a
bt

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to