[kio-extras] [Bug 427865] kde-init5 crash in ThumbnailProtocol::get() each time when pc start

2021-03-17 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=427865

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|REPORTED|RESOLVED

--- Comment #8 from Nate Graham  ---


*** This bug has been marked as a duplicate of bug 430862 ***

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

[kio-extras] [Bug 427865] kde-init5 crash in ThumbnailProtocol::get() each time when pc start

2020-11-07 Thread Eric
https://bugs.kde.org/show_bug.cgi?id=427865

Eric  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |---
 Status|NEEDSINFO   |REPORTED

--- Comment #7 from Eric  ---
KDE Frameworks 5.75.0

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

[kio-extras] [Bug 427865] kde-init5 crash in ThumbnailProtocol::get() each time when pc start

2020-11-07 Thread Stefan Brüns
https://bugs.kde.org/show_bug.cgi?id=427865

Stefan Brüns  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #6 from Stefan Brüns  ---
Please at least mention which versions of KDE Frameworks you are using.

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

[kio-extras] [Bug 427865] kde-init5 crash in ThumbnailProtocol::get() each time when pc start

2020-11-07 Thread Eric
https://bugs.kde.org/show_bug.cgi?id=427865

Eric  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |---
 Status|NEEDSINFO   |REPORTED

--- Comment #5 from Eric  ---
After reinstall, i think the bugs is when i raise the resolution 100x to 300x
(hidpi)

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

[kio-extras] [Bug 427865] kde-init5 crash in ThumbnailProtocol::get() each time when pc start

2020-11-05 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=427865

--- Comment #4 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

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

[kio-extras] [Bug 427865] kde-init5 crash in ThumbnailProtocol::get() each time when pc start

2020-10-22 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=427865

--- Comment #3 from David Faure  ---
Git commit 2df4b465b391999e82c3a7f667a0e9292ad2a6c3 by David Faure, on behalf
of Stefan Brüns.
Committed on 22/10/2020 at 22:27.
Pushed by dfaure into branch 'master'.

[PreviewJob] Allocate sufficient memory for SHM segment

cacheWidth/Height is clamped to 256x256 when some of the the thumbnails
are saved, while the unsaved thumbnails are requested with the original
(larger) size.

Dolphin and the filewidget disable caching for the large previews, and
the iconviews are limited to 256x256, so typically this does not happen,
but when the PreviewJob is run without disabling caching using
`setScaleType`, the thumbnailer slave will write out-of-bounds.

M  +2-1src/widgets/previewjob.cpp

https://invent.kde.org/frameworks/kio/commit/2df4b465b391999e82c3a7f667a0e9292ad2a6c3

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

[kio-extras] [Bug 427865] kde-init5 crash in ThumbnailProtocol::get() each time when pc start

2020-10-21 Thread Stefan Brüns
https://bugs.kde.org/show_bug.cgi?id=427865

Stefan Brüns  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO

--- Comment #2 from Stefan Brüns  ---
>From the BT: __len=331776

Thats e.g. 256 * 324 * 4 (RGBA32). Probably the SHM segment was only allocated
for a size of 256x256 (which is the largest cached size), while the actually
requested size was actually larger.

For neither dolphin nor the filewidget this should be a problem, as both
disable caching when requesting sizes larger than 256x256.

Are you using any third party folderviews or preview widgets?

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

[kio-extras] [Bug 427865] kde-init5 crash in ThumbnailProtocol::get() each time when pc start

2020-10-20 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=427865

Nate Graham  changed:

   What|Removed |Added

  Component|general |Thumbnails and previews
 CC||n...@kde.org,
   ||stefan.bruens@rwth-aachen.d
   ||e
Summary|kde-init5 crash each time   |kde-init5 crash in
   |when pc start   |ThumbnailProtocol::get()
   ||each time when pc start
Product|kde |kio-extras
   Assignee|unassigned-b...@kde.org |plasma-b...@kde.org

--- Comment #1 from Nate Graham  ---
#6  ThumbnailProtocol::get (this=0x7ffc72a9e890, url=...) at
/usr/src/debug/kio-extras5-20.08.2-1.1.x86_64/thumbnail/thumbnail.cpp:356
#7  0x7f81461a0c16 in KIO::SlaveBase::dispatch (this=0x7ffc72a9e890,
command=67, data=...) at
/usr/src/debug/kio-5.75.0-1.1.x86_64/src/core/slavebase.cpp:1193
#8  0x7f8146197a86 in KIO::SlaveBase::dispatchLoop (this=0x7ffc72a9e890) at
/usr/src/debug/kio-5.75.0-1.1.x86_64/src/core/slavebase.cpp:325

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