[kmenuedit] [Bug 423726] kmenuedit crash after removing entries

2022-11-30 Thread Daniel Wohlers
https://bugs.kde.org/show_bug.cgi?id=423726

--- Comment #3 from Daniel Wohlers  ---
I wasn't able to reproduce the issue for a while.

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

[kdeconnect] [Bug 425279] kdeconnect crashes after resuming from hibernation

2022-10-26 Thread Daniel Wohlers
https://bugs.kde.org/show_bug.cgi?id=425279

Daniel Wohlers  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |FIXED
 Status|NEEDSINFO   |RESOLVED

--- Comment #3 from Daniel Wohlers  ---
Hi KDE Team, 

I can no longer reproduce the issue.

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

[plasmashell] [Bug 425711] Plasma crash when changing border screen behavior

2020-09-16 Thread Daniel Wohlers
https://bugs.kde.org/show_bug.cgi?id=425711

Daniel Wohlers  changed:

   What|Removed |Added

 CC||danielwohl...@gmx.de

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

[kdeconnect] [Bug 425279] New: kdeconnect crashes after resuming from hibernation

2020-08-12 Thread Daniel Wohlers
https://bugs.kde.org/show_bug.cgi?id=425279

Bug ID: 425279
   Summary: kdeconnect crashes after resuming from hibernation
   Product: kdeconnect
   Version: unspecified
  Platform: Neon Packages
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: common
  Assignee: albertv...@gmail.com
  Reporter: danielwohl...@gmx.de
  Target Milestone: ---

Application: kdeconnectd (1.4.0)

Qt Version: 5.14.2
Frameworks Version: 5.72.0
Operating System: Linux 5.4.0-42-generic x86_64
Windowing system: X11
Distribution: KDE neon User Edition 5.19

-- Information about the crash:
- What I was doing when the application crashed:

I usually do not poweroff my computer but use hibernation instead.
Yesterday I put it into hibernation mode and I woke it up today to see this
error.

I think, according to the linked reports, this happens because the network
stack is not fully operational, when kdeconnect tries to connect to my smart
phone.

After I restart the deamon it works flawlessly.

The crash can be reproduced sometimes.

-- Backtrace:
Application: KDE-Connect-Dienst (kdeconnectd), signal: Segmentation fault

[KCrash Handler]
#4  0x7f4add673623 in QSslSocket::connectToHost
(this=this@entry=0x7f4acc043db0, hostName=..., port=port@entry=1716,
openMode=..., protocol=protocol@entry=QAbstractSocket::AnyIPProtocol) at
ssl/qsslsocket.cpp:2039
#5  0x7f4add6378c2 in QAbstractSocket::connectToHost (this=0x7f4acc043db0,
address=..., port=, openMode=...) at
socket/qabstractsocket.cpp:1782
#6  0x7f4adf458df7 in LanLinkProvider::udpBroadcastReceived
(this=0x55ae2e61b660) at /usr/include/x86_64-linux-gnu/qt5/QtCore/qflags.h:118
#7  0x7f4added351e in QtPrivate::QSlotObjectBase::call (a=0x7ffcd69d8410,
r=0x55ae2e61b660, this=0x55ae2e72ca30) at
../../include/QtCore/../../src/corelib/kernel/qobjectdefs_impl.h:398
#8  doActivate (sender=0x55ae2e61b678, signal_index=3,
argv=0x7ffcd69d8410) at kernel/qobject.cpp:3870
#9  0x7f4addecdaf7 in QMetaObject::activate
(sender=sender@entry=0x55ae2e61b678, m=m@entry=0x7f4ade176360
, local_signal_index=local_signal_index@entry=0,
argv=argv@entry=0x0) at kernel/qobject.cpp:3930
#10 0x7f4a1884 in QIODevice::readyRead (this=this@entry=0x55ae2e61b678)
at .moc/moc_qiodevice.cpp:190
#11 0x7f4add638504 in QAbstractSocketPrivate::emitReadyRead
(this=this@entry=0x55ae2e70af70, channel=channel@entry=0) at
socket/qabstractsocket.cpp:1307
#12 0x7f4add638599 in QAbstractSocketPrivate::canReadNotification
(this=0x55ae2e70af70) at socket/qabstractsocket.cpp:734
#13 0x7f4add64aa29 in QReadNotifier::event (this=,
e=) at socket/qnativesocketengine.cpp:1274
#14 0x7f4adea4bcc3 in QApplicationPrivate::notify_helper
(this=this@entry=0x55ae2e48ae80, receiver=receiver@entry=0x55ae2e78e8d0,
e=e@entry=0x7ffcd69d8720) at kernel/qapplication.cpp:3685
#15 0x7f4adea54f40 in QApplication::notify (this=0x7ffcd69d89f0,
receiver=0x55ae2e78e8d0, e=0x7ffcd69d8720) at kernel/qapplication.cpp:3431
#16 0x7f4adde9d78a in QCoreApplication::notifyInternal2
(receiver=0x55ae2e78e8d0, event=0x7ffcd69d8720) at
../../include/QtCore/../../src/corelib/kernel/qobject.h:153
#17 0x7f4addef6de5 in socketNotifierSourceDispatch (source=0x55ae2e4e7bd0)
at kernel/qeventdispatcher_glib.cpp:107
#18 0x7f4adc553fbd in g_main_context_dispatch () from
/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#19 0x7f4adc554240 in ?? () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#20 0x7f4adc5542e3 in g_main_context_iteration () from
/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#21 0x7f4addef61e2 in QEventDispatcherGlib::processEvents
(this=0x55ae2e4f8950, flags=...) at kernel/qeventdispatcher_glib.cpp:423
#22 0x7f4adde9c24b in QEventLoop::exec (this=this@entry=0x7ffcd69d8930,
flags=..., flags@entry=...) at
../../include/QtCore/../../src/corelib/global/qflags.h:136
#23 0x7f4addea4296 in QCoreApplication::exec () at
../../include/QtCore/../../src/corelib/global/qflags.h:118
#24 0x55ae2dd14ed8 in main (argc=, argv=) at
./daemon/kdeconnectd.cpp:186
[Inferior 1 (process 2450) detached]

The reporter indicates this bug may be a duplicate of or related to bug 407962,
bug 372745, bug 419349.

Possible duplicates by query: bug 419349, bug 407962, bug 372745.

Reported using DrKonqi

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

[kdeconnect] [Bug 422615] kde connect deamon crashes on clicking 'Laserpointer'-Button in Presentation Mode

2020-07-20 Thread Daniel Wohlers
https://bugs.kde.org/show_bug.cgi?id=422615

--- Comment #3 from Daniel Wohlers  ---
(In reply to fcolecumberri from comment #2)
> I had the exact same problem on my ubuntu-mate 20.04, I solve it after
> installing:
> 
> qml-module-qtquick-particles2
> qtdeclarative5-dev
> qtdeclarative5-private-dev
> 
> I'm not entirely sure which is the packet that solve it.

I'll try it as well. It won't work on the window port tho.

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

[kmenuedit] [Bug 423726] New: kmenuedit crash after removing entries

2020-06-30 Thread Daniel Wohlers
https://bugs.kde.org/show_bug.cgi?id=423726

Bug ID: 423726
   Summary: kmenuedit crash after removing entries
   Product: kmenuedit
   Version: 5.19.2
  Platform: Neon Packages
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: danielwohl...@gmx.de
  Target Milestone: ---

Application: kmenuedit (5.19.2)

Qt Version: 5.14.2
Frameworks Version: 5.71.0
Operating System: Linux 5.3.0-61-generic x86_64
Windowing system: X11
Distribution: KDE neon User Edition 5.19

-- Information about the crash:
- What I was doing when the application crashed:
I deleted an outdated version of an appimage.
After that i wanted to remove its entry from the menu.
So I filtered by its name, selected it and add a few separators by mistake.
After removing the entry, i cleared the filter and removed the unnecessary
separators as well.
The crash happened when i clicked the save-button.

I tried to redo my steps, but aparently my changes were saved regardless of the
crash.

-- Backtrace:
Application: KDE-MenĂ¼-Editor (kmenuedit), signal: Segmentation fault

[KCrash Handler]
#4  QString::QString (other=, this=this@entry=0x7ffcdc19add0) at
/usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:1050
#5  KService::desktopEntryName (this=0x0) at ./src/services/kservice.cpp:926
#6  0x560116e837cc in GlobalAccel::changeMenuEntryShortcut (service=...,
shortcut=...) at ./globalaccel.cpp:31
#7  0x560116e80e42 in MenuFolderInfo::save (this=0x560118972c40,
menuFile=0x5601188f2e70) at ./menuinfo.cpp:189
#8  0x560116e703df in TreeView::save (this=0x5601188f2230) at
./treeview.cpp:1717
#9  0x7f2879a5b4b9 in doActivate (sender=0x5601188f7050,
signal_index=4, argv=0x7ffcdc19b020) at kernel/qobject.cpp:3882
#10 0x7f2879a55f92 in QMetaObject::activate
(sender=sender@entry=0x5601188f7050, m=m@entry=0x7f287aff1340
, local_signal_index=local_signal_index@entry=1,
argv=argv@entry=0x7ffcdc19b020) at kernel/qobject.cpp:3930
#11 0x7f287a9094a2 in QAction::triggered (this=this@entry=0x5601188f7050,
_t1=) at .moc/moc_qaction.cpp:381
#12 0x7f287a90bb0c in QAction::activate (this=0x5601188f7050,
event=) at kernel/qaction.cpp:1161
#13 0x7f287a9fcc8b in QAbstractButtonPrivate::click (this=0x560118b67890)
at widgets/qabstractbutton.cpp:398
#14 0x7f287a9fceed in QAbstractButton::mouseReleaseEvent
(this=0x560118b67e00, e=0x7ffcdc19b5b0) at widgets/qabstractbutton.cpp:1012
#15 0x7f287aaeee1a in QToolButton::mouseReleaseEvent (this=,
e=) at widgets/qtoolbutton.cpp:622
#16 0x7f287a9508c8 in QWidget::event (this=0x560118b67e00,
event=0x7ffcdc19b5b0) at kernel/qwidget.cpp:9033
#17 0x7f287a9fe0bb in QAbstractButton::event
(this=this@entry=0x560118b67e00, e=e@entry=0x7ffcdc19b5b0) at
widgets/qabstractbutton.cpp:969
#18 0x7f287aaeeeb4 in QToolButton::event (this=0x560118b67e00,
event=0x7ffcdc19b5b0) at widgets/qtoolbutton.cpp:1002
#19 0x7f287a90f9ac in QApplicationPrivate::notify_helper
(this=this@entry=0x560118659490, receiver=receiver@entry=0x560118b67e00,
e=e@entry=0x7ffcdc19b5b0) at kernel/qapplication.cpp:3685
#20 0x7f287a9179f8 in QApplication::notify (this=,
receiver=0x560118b67e00, e=0x7ffcdc19b5b0) at kernel/qapplication.cpp:3129
#21 0x7f2879a204a8 in QCoreApplication::notifyInternal2
(receiver=0x560118b67e00, event=0x7ffcdc19b5b0) at
kernel/qcoreapplication.cpp:1075
#22 0x7f2879a2068e in QCoreApplication::sendSpontaneousEvent
(receiver=receiver@entry=0x560118b67e00, event=event@entry=0x7ffcdc19b5b0) at
kernel/qcoreapplication.cpp:1482
#23 0x7f287a91607f in QApplicationPrivate::sendMouseEvent
(receiver=receiver@entry=0x560118b67e00, event=event@entry=0x7ffcdc19b5b0,
alienWidget=0x560118b67e00, nativeWidget=0x5601188ae540,
buttonDown=buttonDown@entry=0x7f287b0209a0 ,
lastMouseReceiver=..., spontaneous=true, onlyDispatchEnterLeave=false) at
kernel/qapplication.cpp:2615
#24 0x7f287a96af81 in QWidgetWindow::handleMouseEvent
(this=this@entry=0x5601189cda50, event=event@entry=0x7ffcdc19ba30) at
kernel/qwidgetwindow.cpp:673
#25 0x7f287a96ddea in QWidgetWindow::event (this=0x5601189cda50,
event=0x7ffcdc19ba30) at kernel/qwidgetwindow.cpp:295
#26 0x7f287a90f9ac in QApplicationPrivate::notify_helper
(this=this@entry=0x560118659490, receiver=receiver@entry=0x5601189cda50,
e=e@entry=0x7ffcdc19ba30) at kernel/qapplication.cpp:3685
#27 0x7f287a916bb0 in QApplication::notify (this=0x7ffcdc19bec0,
receiver=0x5601189cda50, e=0x7ffcdc19ba30) at kernel/qapplication.cpp:3431
#28 0x7f2879a204a8 in QCoreApplication::notifyInternal2
(receiver=0x5601189cda50, event=0x7ffcdc19ba30) at
kernel/qcoreapplication.cpp:1075
#29 0x7f2879a2068e in QCoreApplication::sendSpontaneousEvent
(receiver=receiver@entry=0x5601189cda50, event=event@entry=0x7ffcdc19ba30) at
kernel/qcoreapplication.cpp:1482
#30 

[kdeconnect] [Bug 422615] New: kde connect deamon crashes on clicking 'Laserpointer'-Button in Presentation Mode

2020-06-08 Thread Daniel Wohlers
https://bugs.kde.org/show_bug.cgi?id=422615

Bug ID: 422615
   Summary: kde connect deamon crashes on clicking
'Laserpointer'-Button in Presentation Mode
   Product: kdeconnect
   Version: unspecified
  Platform: unspecified
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: common
  Assignee: albertv...@gmail.com
  Reporter: danielwohl...@gmx.de
  Target Milestone: ---

Application: kdeconnectd (1.4.0)

Qt Version: 5.14.2
Frameworks Version: 5.70.0
Operating System: Linux 5.3.0-53-generic x86_64
Windowing system: X11
Distribution: KDE neon User Edition 5.18

-- Information about the crash:
- What I was doing when the application crashed:

I have KDEConnect installed on my Huawei P30 Pro and connected via WiFi to the
KDEConnect-Deamon on my kde neon linux.

Every time i try the Laserpointer-Button on the Presentation-Remotecontrol it
crashes the deamon.
Interestingly this does not happen when I'm connected to KDEConnect for windows
on my gaming rig.

The crash can be reproduced every time.

-- Backtrace:
Application: KDE-Connect-Dienst (kdeconnectd), signal: Segmentation fault
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f11f43aa800 (LWP 2999))]

Thread 5 (Thread 0x7f11b0dee700 (LWP 14484)):
#0  0x7f11f0d910b4 in __GI___libc_read (fd=28, buf=0x7f11b0dedb70,
nbytes=16) at ../sysdeps/unix/sysv/linux/read.c:27
#1  0x7f11eb19a2b0 in ?? () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7f11eb1550b7 in g_main_context_check () from
/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7f11eb155570 in ?? () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x7f11eb1556dc in g_main_context_iteration () from
/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x7f11f16fc7cb in QEventDispatcherGlib::processEvents
(this=0x7f11a4000b20, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#6  0x7f11f169bd2a in QEventLoop::exec (this=this@entry=0x7f11b0dedd80,
flags=..., flags@entry=...) at kernel/qeventloop.cpp:225
#7  0x7f11f14ac757 in QThread::exec (this=) at
thread/qthread.cpp:536
#8  0x7f11dbcbdfc5 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Qml.so.5
#9  0x7f11f14adc2c in QThreadPrivate::start (arg=0x5637b3268e30) at
thread/qthread_unix.cpp:342
#10 0x7f11ed5776db in start_thread (arg=0x7f11b0dee700) at
pthread_create.c:463
#11 0x7f11f0da288f in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 4 (Thread 0x7f11b15ef700 (LWP 14483)):
#0  0x7f11ed57d9f3 in futex_wait_cancelable (private=,
expected=0, futex_word=0x5637b2d5f3d8) at
../sysdeps/unix/sysv/linux/futex-internal.h:88
#1  __pthread_cond_wait_common (abstime=0x0, mutex=0x5637b2d5f388,
cond=0x5637b2d5f3b0) at pthread_cond_wait.c:502
#2  __pthread_cond_wait (cond=0x5637b2d5f3b0, mutex=0x5637b2d5f388) at
pthread_cond_wait.c:655
#3  0x7f11b244aecb in ?? () from /usr/lib/x86_64-linux-gnu/dri/i965_dri.so
#4  0x7f11b244aac7 in ?? () from /usr/lib/x86_64-linux-gnu/dri/i965_dri.so
#5  0x7f11ed5776db in start_thread (arg=0x7f11b15ef700) at
pthread_create.c:463
#6  0x7f11f0da288f in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 3 (Thread 0x7f11d3fff700 (LWP 3146)):
#0  0x7f11eb15502a in g_main_context_check () from
/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#1  0x7f11eb155570 in ?? () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7f11eb1556dc in g_main_context_iteration () from
/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7f11f16fc7cb in QEventDispatcherGlib::processEvents
(this=0x7f11cc000b20, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#4  0x7f11f169bd2a in QEventLoop::exec (this=this@entry=0x7f11d3ffeda0,
flags=..., flags@entry=...) at kernel/qeventloop.cpp:225
#5  0x7f11f14ac757 in QThread::exec (this=) at
thread/qthread.cpp:536
#6  0x7f11f14adc2c in QThreadPrivate::start (arg=0x5637b2cacb80) at
thread/qthread_unix.cpp:342
#7  0x7f11ed5776db in start_thread (arg=0x7f11d3fff700) at
pthread_create.c:463
#8  0x7f11f0da288f in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 2 (Thread 0x7f11d9859700 (LWP 3113)):
#0  0x7f11f0d910b4 in __GI___libc_read (fd=7, buf=0x7f11d9858b60,
nbytes=16) at ../sysdeps/unix/sysv/linux/read.c:27
#1  0x7f11eb19a2b0 in ?? () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7f11eb1550b7 in g_main_context_check () from
/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7f11eb155570 in ?? () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x7f11eb1556dc in g_main_context_iteration () from
/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x7f11f16fc7cb in QEventDispatcherGlib::processEvents
(this=0x7f11d4000b20, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#6  0x7f11f169bd2a in QEventLoop::exec 

[kopete] [Bug 400283] New: Kopete crashed while quitting

2018-10-25 Thread Daniel Wohlers
https://bugs.kde.org/show_bug.cgi?id=400283

Bug ID: 400283
   Summary: Kopete crashed while quitting
   Product: kopete
   Version: unspecified
  Platform: Neon Packages
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: kopete-bugs-n...@kde.org
  Reporter: danielwohl...@gmx.de
  Target Milestone: ---

Application: kopete (1.13.0)

Qt Version: 5.11.2
Frameworks Version: 5.51.0
Operating System: Linux 4.15.0-36-generic x86_64
Distribution: KDE neon User Edition 5.14

-- Information about the crash:
- What I was doing when the application crashed:
I wanted to restart kopete, because of an unrelated problem with the global app
menu. Kopetes menu bar wasn't detected.

- Unusual behavior I noticed:
Kopete didn't reconnect to our internal jabber server, after i woke my computer
out of stand by.

- Custom settings of the application:
- Menubar ist extracted by the global app menu extension.
- The Domain in the Jabber-Id does not match the server name.

The crash can be reproduced sometimes.

-- Backtrace:
Application: Kopete (kopete), signal: Segmentation fault
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Current thread is 1 (Thread 0x7fb288b1fcc0 (LWP 12769))]

Thread 6 (Thread 0x7fb242fdb700 (LWP 8280)):
#0  0x7fb283424bf9 in __GI___poll (fds=0x7fb23c007030, nfds=3, timeout=-1)
at ../sysdeps/unix/sysv/linux/poll.c:29
#1  0x7fb27b46d451 in ?? () from /usr/lib/x86_64-linux-gnu/libpulse.so.0
#2  0x7fb27b45ee10 in pa_mainloop_poll () from
/usr/lib/x86_64-linux-gnu/libpulse.so.0
#3  0x7fb27b45f4a0 in pa_mainloop_iterate () from
/usr/lib/x86_64-linux-gnu/libpulse.so.0
#4  0x7fb27b45f530 in pa_mainloop_run () from
/usr/lib/x86_64-linux-gnu/libpulse.so.0
#5  0x7fb27b46d399 in ?? () from /usr/lib/x86_64-linux-gnu/libpulse.so.0
#6  0x7fb275a032a8 in ?? () from
/usr/lib/x86_64-linux-gnu/pulseaudio/libpulsecommon-11.1.so
#7  0x7fb27da776db in start_thread (arg=0x7fb242fdb700) at
pthread_create.c:463
#8  0x7fb28343188f in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 5 (Thread 0x7fb24700 (LWP 13640)):
#0  0x7fb2834200b4 in __GI___libc_read (fd=20, buf=0x7fb24fffea90,
nbytes=16) at ../sysdeps/unix/sysv/linux/read.c:27
#1  0x7fb27bb28a00 in ?? () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7fb27bae3f27 in g_main_context_check () from
/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7fb27bae43e0 in ?? () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x7fb27bae454c in g_main_context_iteration () from
/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x7fb283d5f53b in QEventDispatcherGlib::processEvents
(this=0x7fb248000b20, flags=...) at kernel/qeventdispatcher_glib.cpp:424
#6  0x7fb283d037fa in QEventLoop::exec (this=this@entry=0x7fb24fffeca0,
flags=..., flags@entry=...) at kernel/qeventloop.cpp:214
#7  0x7fb283b2ebba in QThread::exec (this=this@entry=0x5653fcb90440) at
thread/qthread.cpp:525
#8  0x7fb2563ac450 in XMPP::NetTrackerThread::run (this=0x5653fcb90440) at
./protocols/jabber/libiris/src/irisnet/corelib/netinterface.cpp:168
#9  0x7fb283b39adb in QThreadPrivate::start (arg=0x5653fcb90440) at
thread/qthread_unix.cpp:367
#10 0x7fb27da776db in start_thread (arg=0x7fb24700) at
pthread_create.c:463
#11 0x7fb28343188f in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 4 (Thread 0x7fb267fff700 (LWP 12788)):
#0  0x7fb2834200b4 in __GI___libc_read (fd=9, buf=0x7fb267ffeb50,
nbytes=16) at ../sysdeps/unix/sysv/linux/read.c:27
#1  0x7fb27bb28a00 in ?? () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7fb27bae3f27 in g_main_context_check () from
/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7fb27bae43e0 in ?? () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x7fb27bae454c in g_main_context_iteration () from
/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x7fb283d5f53b in QEventDispatcherGlib::processEvents
(this=0x7fb25c000b20, flags=...) at kernel/qeventdispatcher_glib.cpp:424
#6  0x7fb283d037fa in QEventLoop::exec (this=this@entry=0x7fb267ffed60,
flags=..., flags@entry=...) at kernel/qeventloop.cpp:214
#7  0x7fb283b2ebba in QThread::exec (this=) at
thread/qthread.cpp:525
#8  0x7fb283b39adb in QThreadPrivate::start (arg=0x5653fc6fbdc0) at
thread/qthread_unix.cpp:367
#9  0x7fb27da776db in start_thread (arg=0x7fb267fff700) at
pthread_create.c:463
#10 0x7fb28343188f in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 3 (Thread 0x7fb26d5a6700 (LWP 12783)):
#0  0x7fb28896e5c3 in _dl_update_slotinfo (req_modid=1) at
../elf/dl-tls.c:651
#1  0x7fb28896e87c in update_get_addr (ti=0x7fb28418b670) at
../elf/dl-tls.c:799
#2  0x7fb288974a28 in __tls_get_addr () at
../sysdeps/x86_64/tls_get_addr.S:55
#3  

[dolphin] [Bug 395128] New: Dolphin/Plasma: Crash while deleting muliple files from Plasma-Desktop

2018-06-07 Thread Daniel Wohlers
https://bugs.kde.org/show_bug.cgi?id=395128

Bug ID: 395128
   Summary: Dolphin/Plasma: Crash while deleting muliple files
from Plasma-Desktop
   Product: dolphin
   Version: 18.04.1
  Platform: Neon Packages
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: danielwohl...@gmx.de
CC: elvis.angelac...@kde.org
  Target Milestone: ---

Application: dolphin (18.04.1)

Qt Version: 5.10.0
Frameworks Version: 5.46.0
Operating System: Linux 4.13.0-43-generic x86_64
Distribution: KDE neon User Edition 5.12

-- Information about the crash:
- What I was doing when the application crashed:

I started my notebook from hibernation, selected muliple files on my desktop
and dragged them over the trash icon.
As I released the mouse button dolphin crashed, but the files were moved
successfully.

There was an instance of dolphin running, but it showed two unrelated
locations:
1. my home folder
2. a mounted smb drive

The smb drive is mounted using fstab.

- Custom settings of the application:

Plasma desktop is configured to show the content of my deskop folder, like in
windows.

-- Backtrace:
Application: Dolphin (dolphin), signal: Segmentation fault
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Current thread is 1 (Thread 0x7fad7eb2c8c0 (LWP 8571))]

Thread 2 (Thread 0x7fad64a78700 (LWP 8573)):
#0  0x7fad7e46274d in poll () at ../sysdeps/unix/syscall-template.S:84
#1  0x7fad7144f38c in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7fad7144f49c in g_main_context_iteration () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7fad786ae5db in QEventDispatcherGlib::processEvents
(this=0x7fad580008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#4  0x7fad7865565a in QEventLoop::exec (this=this@entry=0x7fad64a77cd0,
flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
#5  0x7fad78475554 in QThread::exec (this=) at
thread/qthread.cpp:522
#6  0x7fad78ad12c5 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5DBus.so.5
#7  0x7fad7847a6eb in QThreadPrivate::start (arg=0x7fad78d45d60) at
thread/qthread_unix.cpp:376
#8  0x7fad737936ba in start_thread (arg=0x7fad64a78700) at
pthread_create.c:333
#9  0x7fad7e46e41d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 1 (Thread 0x7fad7eb2c8c0 (LWP 8571)):
[KCrash Handler]
#6  std::__atomic_base::load (__m=std::memory_order_relaxed, this=0xdff26)
at /usr/include/c++/5/bits/atomic_base.h:396
#7  QAtomicOps::load (_q_value=...) at
/usr/include/x86_64-linux-gnu/qt5/QtCore/qatomic_cxx11.h:227
#8  QBasicAtomicInteger::load (this=0xdff26) at
/usr/include/x86_64-linux-gnu/qt5/QtCore/qbasicatomic.h:102
#9  QtPrivate::RefCount::ref (this=0xdff26) at
/usr/include/x86_64-linux-gnu/qt5/QtCore/qrefcount.h:55
#10 QByteArray::QByteArray (a=..., this=0x239fe20) at
/usr/include/x86_64-linux-gnu/qt5/QtCore/qbytearray.h:499
#11 QHashNode::QHashNode (n=0x0, hash=224982285,
value0=..., key0=..., this=0x239fe10) at
/usr/include/x86_64-linux-gnu/qt5/QtCore/qhash.h:157
#12 QHash::duplicateNode (node=0x2b22e20,
newNode=0x239fe10) at /usr/include/x86_64-linux-gnu/qt5/QtCore/qhash.h:553
#13 0x7fad784c94d7 in QHashData::detach_helper (this=0x2900e10,
node_duplicate=node_duplicate@entry=0x7fad7e0945d0 ::duplicateNode(QHashData::Node*, void*)>,
node_delete=node_delete@entry=0x7fad7e094650 ::deleteNode2(QHashData::Node*)>, nodeSize=nodeSize@entry=40,
nodeAlign=nodeAlign@entry=8) at tools/qhash.cpp:537
#14 0x7fad7e0947da in QHash::detach_helper
(this=this@entry=0x2a52be0) at
/usr/include/x86_64-linux-gnu/qt5/QtCore/qhash.h:597
#15 0x7fad7e0d0b11 in QHash::detach (this=0x2a52be0)
at /usr/include/x86_64-linux-gnu/qt5/QtCore/qhash.h:275
#16 QHash::insert (avalue=..., akey=..., this=0x2a52be0)
at /usr/include/x86_64-linux-gnu/qt5/QtCore/qhash.h:769
#17 KStandardItem::setDataValue (this=this@entry=0x2a52bc0, role=...,
value=...) at /workspace/build/src/kitemviews/kstandarditem.cpp:109
#18 0x7fad7e0d101a in KStandardItem::setIcon (this=0x2a52bc0, icon=...) at
/workspace/build/src/kitemviews/kstandarditem.cpp:74
#19 0x7fad7e79b6e6 in PlacesItemoperator()
(isTrashEmpty=, __closure=) at
/workspace/build/src/panels/places/placesitem.cpp:65
#20 QtPrivate::FunctorCall, QtPrivate::List,
void, PlacesItem::setUrl(const QUrl&):: >::call (arg=, f=...) at /usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:130
#21 QtPrivate::Functor,
1>::call, void> (arg=, f=...) at
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:240
#22 QtPrivate::QFunctorSlotObject, 1, QtPrivate::List, void>::impl(int,
QtPrivate::QSlotObjectBase *, QObject *, void **, bool *) (which=, this_=, r=, a=,
ret=) at
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:423