[dolphin] [Bug 405837] Dolphin crashes opening icon changer

2019-04-07 Thread Antonio Rojas
https://bugs.kde.org/show_bug.cgi?id=405837

Antonio Rojas  changed:

   What|Removed |Added

 Resolution|DOWNSTREAM  |---
 Status|RESOLVED|REOPENED
 Ever confirmed|0   |1

--- Comment #6 from Antonio Rojas  ---
Yes, I can reproduce. It's certainly not downstream, and not reproducible with
Qt 5.12 (so possibly a Qt issue)

Full backtrace:
#0  KListWidgetSearchLine::KListWidgetSearchLinePrivate::updateHiddenState
(this=0x561ee880, start=, end=-1)
at /usr/src/debug/kitemviews-5.56.0/src/klistwidgetsearchline.cpp:188
#1  0x770395e6 in
KListWidgetSearchLine::KListWidgetSearchLinePrivate::_k_dataChanged
(this=, topLeft=..., bottomRight=...)
at /usr/include/qt/QtCore/qabstractitemmodel.h:62
#2  0x770396d4 in KListWidgetSearchLine::qt_static_metacall
(_o=_o@entry=0x561f0910, _id=_id@entry=9, _a=_a@entry=0x7fffd9c0, 
_c=QMetaObject::InvokeMetaMethod) at
/usr/src/debug/build/src/KF5ItemViews_autogen/include/moc_klistwidgetsearchline.cpp:121
#3  0x770397d6 in KListWidgetSearchLine::qt_static_metacall
(_o=_o@entry=0x561f0910, _c=_c@entry=QMetaObject::InvokeMetaMethod, 
_id=_id@entry=9, _a=_a@entry=0x7fffd9c0) at
/usr/src/debug/build/src/KF5ItemViews_autogen/include/moc_klistwidgetsearchline.cpp:108
#4  0x75d9053b in QMetaObject::activate
(sender=sender@entry=0x561ed910, signalOffset=, 
local_signal_index=local_signal_index@entry=0,
argv=argv@entry=0x7fffd9c0) at kernel/qobject.cpp:3801
#5  0x75d907bf in QMetaObject::activate
(sender=sender@entry=0x561ed910, m=m@entry=0x76022100
, 
local_signal_index=local_signal_index@entry=0,
argv=argv@entry=0x7fffd9c0) at kernel/qobject.cpp:3652
#6  0x75d06dce in QAbstractItemModel::dataChanged
(this=this@entry=0x561ed910, _t1=..., _t2=..., _t3=...)
at .moc/moc_qabstractitemmodel.cpp:557
#7  0x76b2fad3 in QListModel::itemChanged
(this=this@entry=0x561ed910, item=item@entry=0x55f9ac20, roles=...)
at itemviews/qlistwidget.cpp:455
#8  0x76b3096d in QListWidgetItem::setData
(this=this@entry=0x55f9ac20, role=, role@entry=0, value=...)
at itemviews/qlistwidget.cpp:741
#9  0x76b31c2c in QListWidgetItem::QListWidgetItem
(this=0x55f9ac20, icon=..., text=..., listview=,
type=)
at itemviews/qlistwidget.cpp:688
#10 0x7736f062 in ?? () from /usr/lib/libKF5IconThemes.so.5
#11 0x75d9039f in QtPrivate::QSlotObjectBase::call (a=0x7fffdd40,
r=0x55fd30c0, this=0x561f2480)
at ../../include/QtCore/../../src/corelib/kernel/qobjectdefs_impl.h:394
#12 QMetaObject::activate (sender=sender@entry=0x561f23f0,
signalOffset=, local_signal_index=local_signal_index@entry=0, 
argv=argv@entry=0x7fffdd40) at kernel/qobject.cpp:3782
#13 0x75d907bf in QMetaObject::activate
(sender=sender@entry=0x561f23f0, m=m@entry=0x76023b20
, 
local_signal_index=local_signal_index@entry=0,
argv=argv@entry=0x7fffdd40) at kernel/qobject.cpp:3652
#14 0x75d9ce23 in QTimer::timeout (this=this@entry=0x561f23f0,
_t1=...) at .moc/moc_qtimer.cpp:205
#15 0x75d9d029 in QTimer::timerEvent (this=0x561f23f0, e=) at kernel/qtimer.cpp:255
#16 0x75d910ba in QObject::event (this=0x561f23f0, e=) at kernel/qobject.cpp:1241
#17 0x7684c1f3 in QApplicationPrivate::notify_helper
(this=this@entry=0x5557ec20, receiver=receiver@entry=0x561f23f0, 
e=e@entry=0x7fffe0a0) at kernel/qapplication.cpp:3739
#18 0x76853f89 in QApplication::notify (this=0x7fffe420,
receiver=0x561f23f0, e=0x7fffe0a0) at kernel/qapplication.cpp:3096
#19 0x75d5c4ed in QCoreApplication::notifyInternal2
(receiver=0x561f23f0, event=0x7fffe0a0) at
kernel/qcoreapplication.cpp:1060
#20 0x75d5c748 in QCoreApplication::sendEvent (receiver=, event=) at kernel/qcoreapplication.cpp:1457
#21 0x75dbf7f8 in QTimerInfoList::activateTimers (this=0x555e6e30)
at kernel/qtimerinfo_unix.cpp:643
#22 0x75dc003e in timerSourceDispatch (source=) at
kernel/qeventdispatcher_glib.cpp:183
#23 0x719c17bf in g_main_context_dispatch () from
/usr/lib/libglib-2.0.so.0
#24 0x719c3739 in ?? () from /usr/lib/libglib-2.0.so.0
#25 0x719c377e in g_main_context_iteration () from
/usr/lib/libglib-2.0.so.0
#26 0x75dc03dc in QEventDispatcherGlib::processEvents
(this=0x555e6a40, flags=...) at kernel/qeventdispatcher_glib.cpp:423
#27 0x7fffef630952 in QXcbGlibEventDispatcher::processEvents
(this=, flags=...) at qxcbeventdispatcher.cpp:143
#28 0x75d5a223 in QEventLoop::processEvents
(this=this@entry=0x7fffe310, flags=..., flags@entry=...)
at /usr/include/c++/8.2.1/bits/atomic_base.h:707
#29 0x75d5a67b in QEventLoop::exec 

[dolphin] [Bug 405837] Dolphin crashes opening icon changer

2019-04-07 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=405837

Elvis Angelaccio  changed:

   What|Removed |Added

 CC||jari...@hotmail.com

--- Comment #4 from Elvis Angelaccio  ---
*** Bug 406293 has been marked as a duplicate of this bug. ***

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

[dolphin] [Bug 405837] Dolphin crashes opening icon changer

2019-04-07 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=405837

Elvis Angelaccio  changed:

   What|Removed |Added

 CC||aro...@archlinux.org

--- Comment #5 from Elvis Angelaccio  ---
@Antonio: can you reproduce this crash? Is it really downstream?

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

[dolphin] [Bug 405837] Dolphin crashes opening icon changer

2019-03-25 Thread Alex Mason
https://bugs.kde.org/show_bug.cgi?id=405837

Alex Mason  changed:

   What|Removed |Added

 Resolution|--- |DOWNSTREAM
 Status|REPORTED|RESOLVED

--- Comment #3 from Alex Mason  ---
Looks like this is just a packaging issue then! As Julian says, it's likely the
mismatch in frameworks versions. If the issue still occurs when pushed to
stable repos I will report the bug downstream in the Arch bug trackers.
Thank you

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

[dolphin] [Bug 405837] Dolphin crashes opening icon changer

2019-03-25 Thread Mike Krutov
https://bugs.kde.org/show_bug.cgi?id=405837

Mike Krutov  changed:

   What|Removed |Added

 CC||mikhail.kru...@seznam.cz

--- Comment #2 from Mike Krutov  ---
Hi!

I've tried to reproduce this issue as well, with no luck, on current neon user
(5.55.0 frameworks, 5.15.3 plasma, 5.12 qt).

I've played around with file permissions and so on, and it didn't help me
reproduce it.

Alex, could you please provide more information about your system?
Is this behaviour specific to a given file? 

In case it is, please provide us some details about the file - xattrs,
permissions

Is this behaviour reproducible on more then one file, please try to narrow it
down to a location - is it specific to a given filesystem? (Remote FS, local
FS, local exact device?)

Is this behaviour reproducible on clean profile? (run from a new user or
something in that lines) 


In case you'll be able to reproduce the issue, please update the crash log
after installing debug symbols for package that provides libKF5ItemViews.so.5 

pacman -Fs /usr/lib/libKF5ItemViews.so.5 should provide you with the package
name. Not sure how debug packages are distributed in Arch.

#6  0x7f8e187b9fd9 in ?? () from /usr/lib/libKF5ItemViews.so.5
#7  0x7f8e187ba394 in ?? () from /usr/lib/libKF5ItemViews.so.5
#8  0x7f8e187ba496 in ?? () from /usr/lib/libKF5ItemViews.so.5

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

[dolphin] [Bug 405837] Dolphin crashes opening icon changer

2019-03-25 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=405837

Julian Schraner  changed:

   What|Removed |Added

 CC||m...@xyquadrat.ch

--- Comment #1 from Julian Schraner  ---
I cannot reproduce this behavior; did you do anything different than these
steps?

Steps:
1. Right-click on the "Downloads" folder.
2. Click on "Properties" in the context menu.
3. Click on the icon button next to the file name.
4. The icon picker opens up correctly. 

Operating System: KDE neon Developer Edition
KDE Plasma Version: 5.15.3
KDE Frameworks Version: 5.57.0
Qt Version: 5.12.0

This might also be a problem with KDE Frameworks 5.56.0 as the crash happens in
KF5ItemViews. Sadly, I cannot find Frameworks 5.57.0 anywhere in the Arch
repos...

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