[Discover] [Bug 402328] Discover crashes on launch in AbstractResource::reportNewState() due to some Fwupd issue

2019-02-26 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=402328

Nate Graham  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
   Version Fixed In|5.14.5.1|5.14.5.1, 5.15.1, 5.16.0
 Resolution|--- |FIXED

--- Comment #62 from Nate Graham  ---
Urgh, you're right, it's in 5.15.1. Derp.

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

[Discover] [Bug 402328] Discover crashes on launch in AbstractResource::reportNewState() due to some Fwupd issue

2019-02-26 Thread Antonio Rojas
https://bugs.kde.org/show_bug.cgi?id=402328

Antonio Rojas  changed:

   What|Removed |Added

 CC||aro...@archlinux.org

--- Comment #61 from Antonio Rojas  ---
(In reply to Nate Graham from comment #59)
> We got another report of this in 5.15.0 via Bug 404816. :(

5.15.0 does not have the fix

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

[Discover] [Bug 402328] Discover crashes on launch in AbstractResource::reportNewState() due to some Fwupd issue

2019-02-26 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=402328

Nate Graham  changed:

   What|Removed |Added

 CC||str...@gmail.com

--- Comment #60 from Nate Graham  ---
*** Bug 404816 has been marked as a duplicate of this bug. ***

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

[Discover] [Bug 402328] Discover crashes on launch in AbstractResource::reportNewState() due to some Fwupd issue

2019-02-26 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=402328

Nate Graham  changed:

   What|Removed |Added

 Resolution|FIXED   |---
 Status|RESOLVED|REOPENED

--- Comment #59 from Nate Graham  ---
We got another report of this in 5.15.0 via Bug 404816. :(

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

[Discover] [Bug 402328] Discover crashes on launch in AbstractResource::reportNewState() due to some Fwupd issue

2019-02-25 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=402328

Nate Graham  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=404816

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

[Discover] [Bug 402328] Discover crashes on launch in AbstractResource::reportNewState() due to some Fwupd issue

2019-02-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=402328

darkt...@gmail.com changed:

   What|Removed |Added

 CC|darkt...@gmail.com  |

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

[Discover] [Bug 402328] Discover crashes on launch in AbstractResource::reportNewState() due to some Fwupd issue

2019-02-18 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=402328

Nate Graham  changed:

   What|Removed |Added

 CC||jesa...@gmail.com

--- Comment #58 from Nate Graham  ---
*** Bug 404421 has been marked as a duplicate of this bug. ***

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

[Discover] [Bug 402328] Discover crashes on launch in AbstractResource::reportNewState() due to some Fwupd issue

2019-02-12 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=402328

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In|5.16.0  |5.14.5.1

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

[Discover] [Bug 402328] Discover crashes on launch in AbstractResource::reportNewState() due to some Fwupd issue

2019-02-12 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=402328

Nate Graham  changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/dis
   ||cover/baac08a40851699585e80
   ||b0a226c4fd683579a7b

--- Comment #57 from Nate Graham  ---
Git commit baac08a40851699585e80b0a226c4fd683579a7b by Nate Graham, on behalf
of Dan Leinir Turthra Jensen.
Committed on 12/02/2019 at 17:53.
Pushed by ngraham into branch 'Plasma/5.14'.

Set parent on newly created fwupd resource

Without this patch, the resource lacks a parent backend, which
causes issues when attempting to signal changes in it later on
(as AbstractResource depends on there being a backend set)
Differential Revision: https://phabricator.kde.org/D18946

M  +1-1libdiscover/backends/FwupdBackend/FwupdBackend.cpp
M  +1-1libdiscover/backends/FwupdBackend/FwupdBackend.h

https://commits.kde.org/discover/baac08a40851699585e80b0a226c4fd683579a7b

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

[Discover] [Bug 402328] Discover crashes on launch in AbstractResource::reportNewState() due to some Fwupd issue

2019-02-12 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=402328

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 CC||ad...@leinir.dk
   Version Fixed In||5.16.0
 Status|CONFIRMED   |RESOLVED

--- Comment #56 from Nate Graham  ---
Fixed with
https://cgit.kde.org/discover.git/commit/?id=8c673e79ab452254051d158c885b9b4bf127392e

So far this is 5.16 only, but we're going to look into backporting it to 5.15
and potentially even 5.14 too. Stay tuned...

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

[Discover] [Bug 402328] Discover crashes on launch in AbstractResource::reportNewState() due to some Fwupd issue

2019-02-12 Thread Dan Jensen
https://bugs.kde.org/show_bug.cgi?id=402328

--- Comment #55 from Dan Jensen  ---
Thank you everybody for all the backtraces! I've just pushed a patch which
we're hoping will fix the issue, but as none of us have been able to reproduce
it at our end, it'd be super helpful if someone out there who does have the
issue would be able to give it a test for us by compiling Discover out of the
master branch and see whether the issue persists.

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

[Discover] [Bug 402328] Discover crashes on launch in AbstractResource::reportNewState() due to some Fwupd issue

2019-02-11 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=402328

--- Comment #54 from Nate Graham  ---
*** Bug 404134 has been marked as a duplicate of this bug. ***

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

[Discover] [Bug 402328] Discover crashes on launch in AbstractResource::reportNewState() due to some Fwupd issue

2019-02-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=402328

d...@donstrenzwood.com changed:

   What|Removed |Added

 CC||d...@donstrenzwood.com

--- Comment #53 from d...@donstrenzwood.com ---
(In reply to lurulf from comment #46)
> (In reply to Andras from comment #28)
> > Created attachment 117491 [details]
> > plasma-discover 5.14.5 crashes on launch (after reinstalling it)
> > 
> > My system
> > plasma-discover 5.14.5
> > Qt Version: 5.11.2
> > KDE Frameworks Version: 5.54.0
> > Kernel Version: 4.15.0-43-generic
> > Distribution: KDE neon User Edition 5.14
> > 
> > Previously it worked however I reinstalled Discover trying to resolve this
> > bug: https://bugs.kde.org/show_bug.cgi?id=399981.
> > It's probably fwupd related indeed because Discover starts after:
> > fwupdmgr refresh
> > fwupdmgr update
> 
> Yes, I can confirm the same. An available update for Logitech Unifying
> Receiver in Fwupd seems to crash Discover. After fwupdmgr refresh &&
> fwupdmgr update, Discover does not crash.

Same here. Same bug fixed same way with update to the Logitech Unifying
Receiver.

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

[Discover] [Bug 402328] Discover crashes on launch in AbstractResource::reportNewState() due to some Fwupd issue

2019-02-09 Thread Max Di Cosimo
https://bugs.kde.org/show_bug.cgi?id=402328

Max Di Cosimo  changed:

   What|Removed |Added

 CC|mdicos...@yahoo.com |

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

[Discover] [Bug 402328] Discover crashes on launch in AbstractResource::reportNewState() due to some Fwupd issue

2019-02-09 Thread Armando
https://bugs.kde.org/show_bug.cgi?id=402328

--- Comment #52 from Armando  ---
Created attachment 117959
  --> https://bugs.kde.org/attachment.cgi?id=117959=edit
New crash information added by DrKonqi

plasma-discover (5.14.5) using Qt 5.12.0

- What I was doing when the application crashed:

Started up KDE Neon, proceeded to open Discover through menu. Crash. Attempted
opening via terminal. Crash. Crashes consistently every single time.

As another user reported in a comment, I was able to avoid a crash by removing
the file fwupd-backend.so. Replacing the file to the
/usr/lib/x86_64-linux-gnu/qt5/plugins/discover directory reproduced consistent
crashes at every effort to open Discover.

As some others have expressed in comments, after running fwupdmgr refresh &&
fwupdmgr update, Discover does not crash.

-- Backtrace (Reduced):
#6  0x7fadc73b1d62 in AbstractResource::reportNewState
(this=0x564d4e978170) at ./libdiscover/resources/AbstractResource.cpp:143
#7  0x7fadc41faf3f in QtPrivate::QSlotObjectBase::call (a=0x7ffeb8717940,
r=0x564d4e978170, this=0x564d4e978990) at
../../include/QtCore/../../src/corelib/kernel/qobjectdefs_impl.h:394
[...]
#10 0x7fadc73c2cf3 in AbstractResource::stateChanged
(this=this@entry=0x564d4e978170) at
./obj-x86_64-linux-gnu/libdiscover/DiscoverCommon_autogen/3YJK5W5UP7/moc_AbstractResource.cpp:430
#11 0x7fad7d5a1a2d in FwupdResource::setState
(this=this@entry=0x564d4e978170,
state=state@entry=AbstractResource::Upgradeable) at
./libdiscover/backends/FwupdBackend/FwupdResource.cpp:141
#12 0x7fad7d5a6cb5 in FwupdBackend::createApp
(this=this@entry=0x564d4d09f430, device=device@entry=0x7fad74002d90) at
./libdiscover/backends/FwupdBackend/FwupdBackend.cpp:235

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

[Discover] [Bug 402328] Discover crashes on launch in AbstractResource::reportNewState() due to some Fwupd issue

2019-02-09 Thread Armando
https://bugs.kde.org/show_bug.cgi?id=402328

Armando  changed:

   What|Removed |Added

 CC||armandogarci...@gmail.com

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

[Discover] [Bug 402328] Discover crashes on launch in AbstractResource::reportNewState() due to some Fwupd issue

2019-02-08 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=402328

Nate Graham  changed:

   What|Removed |Added

 CC||murakami.ma...@gmail.com

--- Comment #51 from Nate Graham  ---
*** Bug 404066 has been marked as a duplicate of this bug. ***

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

[Discover] [Bug 402328] Discover crashes on launch in AbstractResource::reportNewState() due to some Fwupd issue

2019-02-05 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=402328

Nate Graham  changed:

   What|Removed |Added

 CC||bern...@yahoo.com

--- Comment #50 from Nate Graham  ---
*** Bug 403662 has been marked as a duplicate of this bug. ***

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

[Discover] [Bug 402328] Discover crashes on launch in AbstractResource::reportNewState() due to some Fwupd issue

2019-02-05 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=402328

Nate Graham  changed:

   What|Removed |Added

 CC||tomek+kdeb...@kolosowscy.pl

--- Comment #49 from Nate Graham  ---
*** Bug 403828 has been marked as a duplicate of this bug. ***

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

[Discover] [Bug 402328] Discover crashes on launch in AbstractResource::reportNewState() due to some Fwupd issue

2019-02-05 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=402328

Nate Graham  changed:

   What|Removed |Added

 CC||matheus.novais...@gmail.com

--- Comment #48 from Nate Graham  ---
*** Bug 403858 has been marked as a duplicate of this bug. ***

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

[Discover] [Bug 402328] Discover crashes on launch in AbstractResource::reportNewState() due to some Fwupd issue

2019-02-05 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=402328

Nate Graham  changed:

   What|Removed |Added

 CC||jesper_huijg...@hotmail.com

--- Comment #47 from Nate Graham  ---
*** Bug 403960 has been marked as a duplicate of this bug. ***

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

[Discover] [Bug 402328] Discover crashes on launch in AbstractResource::reportNewState() due to some Fwupd issue

2019-02-04 Thread lurulf
https://bugs.kde.org/show_bug.cgi?id=402328

--- Comment #46 from lurulf  ---
(In reply to Andras from comment #28)
> Created attachment 117491 [details]
> plasma-discover 5.14.5 crashes on launch (after reinstalling it)
> 
> My system
> plasma-discover 5.14.5
> Qt Version: 5.11.2
> KDE Frameworks Version: 5.54.0
> Kernel Version: 4.15.0-43-generic
> Distribution: KDE neon User Edition 5.14
> 
> Previously it worked however I reinstalled Discover trying to resolve this
> bug: https://bugs.kde.org/show_bug.cgi?id=399981.
> It's probably fwupd related indeed because Discover starts after:
> fwupdmgr refresh
> fwupdmgr update

Yes, I can confirm the same. An available update for Logitech Unifying Receiver
in Fwupd seems to crash Discover. After fwupdmgr refresh && fwupdmgr update,
Discover does not crash.

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

[Discover] [Bug 402328] Discover crashes on launch in AbstractResource::reportNewState() due to some Fwupd issue

2019-01-31 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=402328

--- Comment #45 from dbnaru...@gmail.com ---
(In reply to Andras from comment #28)
> Created attachment 117491 [details]
> plasma-discover 5.14.5 crashes on launch (after reinstalling it)
> 
> My system
> plasma-discover 5.14.5
> Qt Version: 5.11.2
> KDE Frameworks Version: 5.54.0
> Kernel Version: 4.15.0-43-generic
> Distribution: KDE neon User Edition 5.14
> 
> Previously it worked however I reinstalled Discover trying to resolve this
> bug: https://bugs.kde.org/show_bug.cgi?id=399981.
> It's probably fwupd related indeed because Discover starts after:
> fwupdmgr refresh
> fwupdmgr update

I can confirm that I am now able to start Discover, without any crash by
running  fwupdmgr refresh && fwupdmgr update. There was an update applied to my
Logitech Unifying Receiver (not sure if that matters). Now everything works.

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

[Discover] [Bug 402328] Discover crashes on launch in AbstractResource::reportNewState() due to some Fwupd issue

2019-01-31 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=402328

dbnaru...@gmail.com changed:

   What|Removed |Added

 CC||dbnaru...@gmail.com

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

[Discover] [Bug 402328] Discover crashes on launch in AbstractResource::reportNewState() due to some Fwupd issue

2019-01-31 Thread Thomas
https://bugs.kde.org/show_bug.cgi?id=402328

Thomas  changed:

   What|Removed |Added

 CC||thomas.jo...@gmail.com

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

[Discover] [Bug 402328] Discover crashes on launch in AbstractResource::reportNewState() due to some Fwupd issue

2019-01-31 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=402328

Aleix Pol  changed:

   What|Removed |Added

 CC||virtualspect...@gmail.com

--- Comment #43 from Aleix Pol  ---
*** Bug 403597 has been marked as a duplicate of this bug. ***

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

[Discover] [Bug 402328] Discover crashes on launch in AbstractResource::reportNewState() due to some Fwupd issue

2019-01-31 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=402328

Aleix Pol  changed:

   What|Removed |Added

 CC||icux...@gmail.com

--- Comment #42 from Aleix Pol  ---
*** Bug 403577 has been marked as a duplicate of this bug. ***

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

[Discover] [Bug 402328] Discover crashes on launch in AbstractResource::reportNewState() due to some Fwupd issue

2019-01-31 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=402328

Aleix Pol  changed:

   What|Removed |Added

 CC||etie...@saliez.be

--- Comment #41 from Aleix Pol  ---
*** Bug 403538 has been marked as a duplicate of this bug. ***

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

[Discover] [Bug 402328] Discover crashes on launch in AbstractResource::reportNewState() due to some Fwupd issue

2019-01-31 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=402328

Aleix Pol  changed:

   What|Removed |Added

 CC||mdicos...@yahoo.com

--- Comment #39 from Aleix Pol  ---
*** Bug 403651 has been marked as a duplicate of this bug. ***

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

[Discover] [Bug 402328] Discover crashes on launch in AbstractResource::reportNewState() due to some Fwupd issue

2019-01-31 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=402328

Aleix Pol  changed:

   What|Removed |Added

 CC||broot0...@gmail.com

--- Comment #40 from Aleix Pol  ---
*** Bug 403738 has been marked as a duplicate of this bug. ***

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

[Discover] [Bug 402328] Discover crashes on launch in AbstractResource::reportNewState() due to some Fwupd issue

2019-01-19 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=402328

Nate Graham  changed:

   What|Removed |Added

 CC||m...@eugenio.app

--- Comment #38 from Nate Graham  ---
*** Bug 403383 has been marked as a duplicate of this bug. ***

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

[Discover] [Bug 402328] Discover crashes on launch in AbstractResource::reportNewState() due to some Fwupd issue

2019-01-19 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=402328

Nate Graham  changed:

   What|Removed |Added

 CC||mrobert...@gmail.com

--- Comment #37 from Nate Graham  ---
*** Bug 403392 has been marked as a duplicate of this bug. ***

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

[Discover] [Bug 402328] Discover crashes on launch in AbstractResource::reportNewState() due to some Fwupd issue

2019-01-18 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=402328

--- Comment #36 from Nate Graham  ---
*** Bug 403341 has been marked as a duplicate of this bug. ***

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

[Discover] [Bug 402328] Discover crashes on launch in AbstractResource::reportNewState() due to some Fwupd issue

2019-01-18 Thread Serge Moreau
https://bugs.kde.org/show_bug.cgi?id=402328

--- Comment #35 from Serge Moreau  ---
I tried the plasma-discover version from /dev/stable archives
(5.14.5+p18.04+git 20190117.1427-0 on my neon/user installation, and Discover
no more crashes.
Instaled by temporarily activating the /dev/stable repository and then back to
/user repository
SM

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

[Discover] [Bug 402328] Discover crashes on launch in AbstractResource::reportNewState() due to some Fwupd issue

2019-01-17 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=402328

joern...@gmail.com changed:

   What|Removed |Added

 CC||joern...@gmail.com

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

[Discover] [Bug 402328] Discover crashes on launch in AbstractResource::reportNewState() due to some Fwupd issue

2019-01-16 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=402328

Christoph Feck  changed:

   What|Removed |Added

 CC||ozolinsem...@gmail.com

--- Comment #33 from Christoph Feck  ---
*** Bug 403293 has been marked as a duplicate of this bug. ***

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

[Discover] [Bug 402328] Discover crashes on launch in AbstractResource::reportNewState() due to some Fwupd issue

2019-01-16 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=402328

Christoph Feck  changed:

   What|Removed |Added

 CC||esqhumbe...@gmail.com

--- Comment #32 from Christoph Feck  ---
*** Bug 403290 has been marked as a duplicate of this bug. ***

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

[Discover] [Bug 402328] Discover crashes on launch in AbstractResource::reportNewState() due to some Fwupd issue

2019-01-16 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=402328

Nate Graham  changed:

   What|Removed |Added

 CC||marius...@gmail.com

--- Comment #31 from Nate Graham  ---
*** Bug 403256 has been marked as a duplicate of this bug. ***

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

[Discover] [Bug 402328] Discover crashes on launch in AbstractResource::reportNewState() due to some Fwupd issue

2019-01-16 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=402328

Nate Graham  changed:

   What|Removed |Added

 CC||kde.e...@jansman.eu

--- Comment #30 from Nate Graham  ---
*** Bug 403261 has been marked as a duplicate of this bug. ***

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

[Discover] [Bug 402328] Discover crashes on launch in AbstractResource::reportNewState() due to some Fwupd issue

2019-01-16 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=402328

Nate Graham  changed:

   What|Removed |Added

 CC||bob.groenev...@gmail.com

--- Comment #29 from Nate Graham  ---
*** Bug 403270 has been marked as a duplicate of this bug. ***

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

[Discover] [Bug 402328] Discover crashes on launch in AbstractResource::reportNewState() due to some Fwupd issue

2019-01-16 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=402328

Nate Graham  changed:

   What|Removed |Added

Summary|Discover crashes on launch  |Discover crashes on launch
   |in  |in
   |AbstractResource::reportNew |AbstractResource::reportNew
   |State() |State() due to some Fwupd
   ||issue

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

[Discover] [Bug 402328] Discover crashes on launch in AbstractResource::reportNewState()

2019-01-16 Thread Andras
https://bugs.kde.org/show_bug.cgi?id=402328

Andras  changed:

   What|Removed |Added

 CC||andrasszerencs...@gmail.com

--- Comment #28 from Andras  ---
Created attachment 117491
  --> https://bugs.kde.org/attachment.cgi?id=117491=edit
plasma-discover 5.14.5 crashes on launch (after reinstalling it)

My system
plasma-discover 5.14.5
Qt Version: 5.11.2
KDE Frameworks Version: 5.54.0
Kernel Version: 4.15.0-43-generic
Distribution: KDE neon User Edition 5.14

Previously it worked however I reinstalled Discover trying to resolve this bug:
https://bugs.kde.org/show_bug.cgi?id=399981.
It's probably fwupd related indeed because Discover starts after:
fwupdmgr refresh
fwupdmgr update

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

[Discover] [Bug 402328] Discover crashes on launch in AbstractResource::reportNewState()

2019-01-15 Thread Yancy Burns
https://bugs.kde.org/show_bug.cgi?id=402328

Yancy Burns  changed:

   What|Removed |Added

 CC||beow...@gmail.com

--- Comment #27 from Yancy Burns  ---
On a different computer with the same issue, I just manually ran "fwupd
get-updates" and "fwupd update" to update the bios. I then ran Discover again
on that box and it started up fine.

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

[Discover] [Bug 402328] Discover crashes on launch in AbstractResource::reportNewState()

2019-01-15 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=402328

Nate Graham  changed:

   What|Removed |Added

 CC||przem.form...@gmail.com

--- Comment #26 from Nate Graham  ---
*** Bug 403245 has been marked as a duplicate of this bug. ***

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

[Discover] [Bug 402328] Discover crashes on launch in AbstractResource::reportNewState()

2019-01-15 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=402328

Nate Graham  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED
  Component|discover|fwupd Backend
   Assignee|aleix...@kde.org|sharma.abhijeet2096@gmail.c
   ||om

--- Comment #25 from Nate Graham  ---
Seems fwupd-related. From https://bugs.kde.org/show_bug.cgi?id=402523#c5:

(In reply to Yancy Burns from comment #5)
> (In reply to ktodorov from comment #1)
> > after removing fwupd-backend.so from
> > /usr/lib/x86_64-linux-gnu/qt5/plugins/discover Discover can be started
> > without crash
> 
> I also moved the file fwupd-backend.so from the same path and Discover then
> started fine. Next, I shutdown Discover, moved the file back, and Discover
> then started up again fine.


More complete backtrace showing symbols in fwupd:

-- Backtrace (Reduced):
#6  0x7f367d811d62 in AbstractResource::reportNewState
(this=0x55afa61c0940) at ./libdiscover/resources/AbstractResource.cpp:143
#7  0x7f367a77018f in QtPrivate::QSlotObjectBase::call (a=0x7ffcbb5444a0,
r=0x55afa61c0940, this=0x55afa47bc700) at
../../include/QtCore/../../src/corelib/kernel/qobjectdefs_impl.h:376
[...]
#10 0x7f367d822cf3 in AbstractResource::stateChanged
(this=this@entry=0x55afa61c0940) at
./obj-x86_64-linux-gnu/libdiscover/DiscoverCommon_autogen/3YJK5W5UP7/moc_AbstractResource.cpp:430
#11 0x7f363edeca2d in FwupdResource::setState
(this=this@entry=0x55afa61c0940,
state=state@entry=AbstractResource::Upgradeable) at
./libdiscover/backends/FwupdBackend/FwupdResource.cpp:141
#12 0x7f363edf1cb5 in FwupdBackend::createApp
(this=this@entry=0x55afa49081a0, device=device@entry=0x7f3630004590) at
./libdiscover/backends/FwupdBackend/FwupdBackend.cpp:235

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

[Discover] [Bug 402328] Discover crashes on launch in AbstractResource::reportNewState()

2019-01-15 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=402328

Nate Graham  changed:

   What|Removed |Added

 CC||ktodo...@itarea-bg.net

--- Comment #24 from Nate Graham  ---
*** Bug 402523 has been marked as a duplicate of this bug. ***

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

[Discover] [Bug 402328] Discover crashes on launch in AbstractResource::reportNewState()

2019-01-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=402328

Nate Graham  changed:

   What|Removed |Added

   Priority|NOR |VHI

--- Comment #23 from Nate Graham  ---
Yes. :(

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

[Discover] [Bug 402328] Discover crashes on launch in AbstractResource::reportNewState()

2019-01-14 Thread Wade Fogarty
https://bugs.kde.org/show_bug.cgi?id=402328

Wade Fogarty  changed:

   What|Removed |Added

 CC||ringofv...@hotmail.com

--- Comment #22 from Wade Fogarty  ---
So if Discover crashing every time is normal for Plasma 5.14.5, do we need to
wait for 5.15 for a working version of Discover?   (I already submitted a crash
report with debug symbols btw)

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

[Discover] [Bug 402328] Discover crashes on launch in AbstractResource::reportNewState()

2019-01-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=402328

--- Comment #21 from lnx...@westlot.net ---
Importance: NOR crash?  I really hope NOR doesn't stand for normal, because the
update system of a DE crashing is anything but normal.  As can be attested by
the numerous duplicate reports, this isn't an isolated incident.  Perhaps an
upgrade to the importance and status, again, due to the numerous reports, is in
order to facilitate a quicker fix?

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

[Discover] [Bug 402328] Discover crashes on launch in AbstractResource::reportNewState()

2019-01-14 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=402328

Aleix Pol  changed:

   What|Removed |Added

 CC||frodekolg...@gmail.com

--- Comment #20 from Aleix Pol  ---
*** Bug 403022 has been marked as a duplicate of this bug. ***

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

[Discover] [Bug 402328] Discover crashes on launch in AbstractResource::reportNewState()

2019-01-14 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=402328

Aleix Pol  changed:

   What|Removed |Added

 CC||darkt...@gmail.com

--- Comment #13 from Aleix Pol  ---
*** Bug 403139 has been marked as a duplicate of this bug. ***

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

[Discover] [Bug 402328] Discover crashes on launch in AbstractResource::reportNewState()

2019-01-14 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=402328

Aleix Pol  changed:

   What|Removed |Added

 CC||pujos.mich...@gmail.com

--- Comment #16 from Aleix Pol  ---
*** Bug 403158 has been marked as a duplicate of this bug. ***

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

[Discover] [Bug 402328] Discover crashes on launch in AbstractResource::reportNewState()

2019-01-14 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=402328

Aleix Pol  changed:

   What|Removed |Added

 CC||robert.sku...@gmail.com

--- Comment #19 from Aleix Pol  ---
*** Bug 403044 has been marked as a duplicate of this bug. ***

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

[Discover] [Bug 402328] Discover crashes on launch in AbstractResource::reportNewState()

2019-01-14 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=402328

Aleix Pol  changed:

   What|Removed |Added

 CC||basuda.mensaj...@gmail.com

--- Comment #17 from Aleix Pol  ---
*** Bug 403096 has been marked as a duplicate of this bug. ***

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

[Discover] [Bug 402328] Discover crashes on launch in AbstractResource::reportNewState()

2019-01-14 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=402328

Aleix Pol  changed:

   What|Removed |Added

 CC||nat...@10100.to

--- Comment #18 from Aleix Pol  ---
*** Bug 403066 has been marked as a duplicate of this bug. ***

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

[Discover] [Bug 402328] Discover crashes on launch in AbstractResource::reportNewState()

2019-01-14 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=402328

Aleix Pol  changed:

   What|Removed |Added

 CC||lnx...@westlot.net

--- Comment #15 from Aleix Pol  ---
*** Bug 403161 has been marked as a duplicate of this bug. ***

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

[Discover] [Bug 402328] Discover crashes on launch in AbstractResource::reportNewState()

2019-01-14 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=402328

Aleix Pol  changed:

   What|Removed |Added

 CC||diplar...@gmail.com

--- Comment #14 from Aleix Pol  ---
*** Bug 403181 has been marked as a duplicate of this bug. ***

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

[Discover] [Bug 402328] Discover crashes on launch in AbstractResource::reportNewState()

2019-01-14 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=402328

Aleix Pol  changed:

   What|Removed |Added

 CC||bbrann...@gmail.com

--- Comment #12 from Aleix Pol  ---
*** Bug 403110 has been marked as a duplicate of this bug. ***

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

[Discover] [Bug 402328] Discover crashes on launch in AbstractResource::reportNewState()

2019-01-14 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=402328

Aleix Pol  changed:

   What|Removed |Added

 CC||maxvancef...@gmail.com

--- Comment #11 from Aleix Pol  ---
*** Bug 403204 has been marked as a duplicate of this bug. ***

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

[Discover] [Bug 402328] Discover crashes on launch in AbstractResource::reportNewState()

2019-01-11 Thread Serge Moreau
https://bugs.kde.org/show_bug.cgi?id=402328

--- Comment #10 from Serge Moreau  ---
But after a short time in use Discover crashed again
Sorry

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

[Discover] [Bug 402328] Discover crashes on launch in AbstractResource::reportNewState()

2019-01-10 Thread Serge Moreau
https://bugs.kde.org/show_bug.cgi?id=402328

--- Comment #9 from Serge Moreau  ---
If it helps, I made a clean install of Neon 5.14.5 on a separate partition of
the same machine, and in this case Discover does not crash.
SM

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

[Discover] [Bug 402328] Discover crashes on launch in AbstractResource::reportNewState()

2019-01-09 Thread Serge Moreau
https://bugs.kde.org/show_bug.cgi?id=402328

--- Comment #8 from Serge Moreau  ---
I am not used with these kinds of procedure.
I installed Plasma-discover-debug.
Tell me what I must do.
Sorry
SM

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

[Discover] [Bug 402328] Discover crashes on launch in AbstractResource::reportNewState()

2019-01-09 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=402328

--- Comment #7 from Aleix Pol  ---
Hey, I'm sorry but that's not showing the debug symbols for the fwupd backend
which is what we're after. Which package did you install?

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

[Discover] [Bug 402328] Discover crashes on launch in AbstractResource::reportNewState()

2019-01-09 Thread Serge Moreau
https://bugs.kde.org/show_bug.cgi?id=402328

--- Comment #6 from Serge Moreau  ---
Created attachment 117358
  --> https://bugs.kde.org/attachment.cgi?id=117358=edit
After installation of DbugSymb

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

[Discover] [Bug 402328] Discover crashes on launch in AbstractResource::reportNewState()

2019-01-09 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=402328

--- Comment #5 from Aleix Pol  ---
I cannot reproduce, if somebody could provide a backtrace with debug symbols,
that would be helpful.

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

[Discover] [Bug 402328] Discover crashes on launch in AbstractResource::reportNewState()

2019-01-09 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=402328

Aleix Pol  changed:

   What|Removed |Added

 CC||smorea...@orange.fr

--- Comment #4 from Aleix Pol  ---
*** Bug 403018 has been marked as a duplicate of this bug. ***

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

[Discover] [Bug 402328] Discover crashes on launch in AbstractResource::reportNewState()

2018-12-26 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=402328

Nate Graham  changed:

   What|Removed |Added

 CC||kenxsh...@gmail.com

--- Comment #3 from Nate Graham  ---
*** Bug 402471 has been marked as a duplicate of this bug. ***

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

[Discover] [Bug 402328] Discover crashes on launch in AbstractResource::reportNewState()

2018-12-26 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=402328

Nate Graham  changed:

   What|Removed |Added

Summary|Crashing upon opening   |Discover crashes on launch
   ||in
   ||AbstractResource::reportNew
   ||State()
 CC||n...@kde.org

--- Comment #2 from Nate Graham  ---
(In reply to KDErobo3me from comment #1)
> I always said, Discover is a basket case. Users run from it like hostages.
My mother always said "If you don't have something nice to say, don't say
anything at all."

https://community.kde.org/Get_Involved/Bug_Reporting#Remember_your_manners

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