[tellico] [Bug 422468] Tellico crash after quit

2021-03-03 Thread Robby Stephenson
https://bugs.kde.org/show_bug.cgi?id=422468

Robby Stephenson  changed:

   What|Removed |Added

   Version Fixed In||3.4
  Latest Commit||abd4e2aa357fdbf0818f875a836
   ||a0f409fc075c1

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

[tellico] [Bug 422468] Tellico crash after quit

2021-03-03 Thread Robby Stephenson
https://bugs.kde.org/show_bug.cgi?id=422468

Robby Stephenson  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED

--- Comment #4 from Robby Stephenson  ---
>From my basic test, I think the recent commit fixed the crashing bug.

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

[tellico] [Bug 422468] Tellico crash after quit

2021-03-03 Thread Robby Stephenson
https://bugs.kde.org/show_bug.cgi?id=422468

--- Comment #3 from Robby Stephenson  ---
Git commit abd4e2aa357fdbf0818f875a836a0f409fc075c1 by Robby Stephenson.
Committed on 03/03/2021 at 12:16.
Pushed by rstephenson into branch 'master'.

Check dbus interface pointer before unregistered

Try to avoid crash on windows

M  +5-1src/newstuff/manager.cpp

https://invent.kde.org/office/tellico/commit/abd4e2aa357fdbf0818f875a836a0f409fc075c1

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

[tellico] [Bug 422468] Tellico crash after quit

2020-06-08 Thread Robby Stephenson
https://bugs.kde.org/show_bug.cgi?id=422468

--- Comment #2 from Robby Stephenson  ---
(In reply to gitdevmod from comment #1)
> I've build tellico with CMAKE_DISABLE_FIND_PACKAGE_KF5NewStuff=TRUE but it
> still crash.
> Then I commented this line "NewStuff::Manager::self();" in
> src/mainwindow.cpp and no more crash after quit. I do not know impact of
> this change. 

It just removes the DBUS interface for installing new themes, which you would
probably not even miss. I'm not sure why it would crash though

> According to kde-craft dev, there is patch in qt for dbus on Windows and it
> could crash.
> Is this possible to add an option to disable dbus/knewstuff in tellico ?

That might be the brute-force approach. I'll work it. Thanks for working that
out.

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

[tellico] [Bug 422468] Tellico crash after quit

2020-06-06 Thread gitdevmod
https://bugs.kde.org/show_bug.cgi?id=422468

--- Comment #1 from gitdevmod  ---
I've build tellico with CMAKE_DISABLE_FIND_PACKAGE_KF5NewStuff=TRUE but it
still crash.
Then I commented this line "NewStuff::Manager::self();" in src/mainwindow.cpp
and no more crash after quit. I do not know impact of this change. 

According to kde-craft dev, there is patch in qt for dbus on Windows and it
could crash.
Is this possible to add an option to disable dbus/knewstuff in tellico ?

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