[frameworks-knewstuff] [Bug 425245] System settings crash in KJob::errorText()

2023-01-03 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=425245

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

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

[frameworks-knewstuff] [Bug 425245] System settings crash in KJob::errorText()

2020-11-16 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=425245

Nate Graham  changed:

   What|Removed |Added

 CC||dabiswas...@gmail.com

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

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

[frameworks-knewstuff] [Bug 425245] System settings crash in KJob::errorText()

2020-08-22 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=425245

Nicolas Fella  changed:

   What|Removed |Added

 CC||jorgegira...@yahoo.com.ar

--- Comment #7 from Nicolas Fella  ---
*** Bug 423766 has been marked as a duplicate of this bug. ***

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

[frameworks-knewstuff] [Bug 425245] System settings crash in KJob::errorText()

2020-08-19 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=425245

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In||5.74

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

[frameworks-knewstuff] [Bug 425245] System settings crash in KJob::errorText()

2020-08-19 Thread Dan Leinir Turthra Jensen
https://bugs.kde.org/show_bug.cgi?id=425245

Dan Leinir Turthra Jensen  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/fram
   ||eworks/knewstuff/commit/c75
   ||457e0054cabd1a0b9ed10faeca6
   ||d7649bcb8c
 Status|ASSIGNED|RESOLVED

--- Comment #6 from Dan Leinir Turthra Jensen  ---
Git commit c75457e0054cabd1a0b9ed10faeca6d7649bcb8c by Dan Leinir Turthra
Jensen.
Committed on 17/08/2020 at 08:50.
Pushed by leinir into branch 'master'.

Fix a sometimes-crash with the KPackageJob task

This ensures that we're not trying to reference a job that is no longer
around (and also owned by a separate thread and handled by a separate
event loop, meaning it may very well have been deleted by the time it
reaches that old codepath).

M  +4-7src/core/jobs/kpackagejob.cpp

https://invent.kde.org/frameworks/knewstuff/commit/c75457e0054cabd1a0b9ed10faeca6d7649bcb8c

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

[frameworks-knewstuff] [Bug 425245] System settings crash in KJob::errorText()

2020-08-18 Thread Dan Leinir Turthra Jensen
https://bugs.kde.org/show_bug.cgi?id=425245

--- Comment #5 from Dan Leinir Turthra Jensen  ---
If people are able to test out the patch in the comment above, i'd appreciate
it :)

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

[frameworks-knewstuff] [Bug 425245] System settings crash in KJob::errorText()

2020-08-13 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=425245

Bug Janitor Service  changed:

   What|Removed |Added

 Status|REPORTED|ASSIGNED
 Ever confirmed|0   |1

--- Comment #4 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/frameworks/knewstuff/-/merge_requests/31

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

[frameworks-knewstuff] [Bug 425245] System settings crash in KJob::errorText()

2020-08-13 Thread Dan Leinir Turthra Jensen
https://bugs.kde.org/show_bug.cgi?id=425245

--- Comment #3 from Dan Leinir Turthra Jensen  ---
Hmm... i think that code is a little dangerous anyway, i'll whip up a quick
patch, it's sort of roundabout anyway the way it's working now :)

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

[frameworks-knewstuff] [Bug 425245] System settings crash in KJob::errorText()

2020-08-13 Thread Alexander Lohnau
https://bugs.kde.org/show_bug.cgi?id=425245

Alexander Lohnau  changed:

   What|Removed |Added

 CC||alexander.loh...@gmx.de

--- Comment #2 from Alexander Lohnau  ---
Does this happen on all plasma styles/themes? And if not please name the one
which causes the crash. Thanks!

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

[frameworks-knewstuff] [Bug 425245] System settings crash in KJob::errorText()

2020-08-12 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=425245

Nate Graham  changed:

   What|Removed |Added

Version|5.19.4  |5.72.0
Product|systemsettings  |frameworks-knewstuff
Summary|System settings crash   |System settings crash in
   ||KJob::errorText()
   Assignee|plasma-b...@kde.org |jpwhit...@kde.org
  Component|general |general
 CC||ad...@leinir.dk,
   ||kdelibs-b...@kde.org,
   ||n...@kde.org

--- Comment #1 from Nate Graham  ---
#9  KJob::errorText (this=this@entry=0x5591ab22d6a0) at
./src/lib/jobs/kjob.cpp:202
#10 0x7f0a66c459ee in KNSCore::KPackageJoboperator()
(__closure=0x5591ab6077b0, job=0x5591ab22d6a0) at
./src/core/jobs/kpackagejob.cpp:143
#11 QtPrivate::FunctorCall, QtPrivate::List,
void, KNSCore::KPackageJob::start():: >::call (arg=, f=...) at /usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:146
#12 QtPrivate::Functor,
1>::call, void> (arg=, f=...) at
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:256
#13
QtPrivate::QFunctorSlotObject,
1, QtPrivate::List, void>::impl(int, QtPrivate::QSlotObjectBase *,
QObject *, void **, bool *) (which=, this_=0x5591ab6077a0,
r=, a=, ret=) at
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:443

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