[frameworks-kdbusaddons] [Bug 355545] KDBusService constructor is crashing on calling exit()

2020-12-21 Thread Martin Sandsmark
https://bugs.kde.org/show_bug.cgi?id=355545

Martin Sandsmark  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |---
 Status|NEEDSINFO   |CONFIRMED

--- Comment #5 from Martin Sandsmark  ---
The only way to fix it that I know is for the API to be fundamentally changed
so that the calling application is itself responsible for exiting.

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

[frameworks-kdbusaddons] [Bug 355545] KDBusService constructor is crashing on calling exit()

2020-12-21 Thread Martin Sandsmark
https://bugs.kde.org/show_bug.cgi?id=355545

--- Comment #4 from Martin Sandsmark  ---
It is an architectural problem in KDBusService, so it is still not fixed (still
calling exit directly e. g. here:
https://invent.kde.org/frameworks/kdbusaddons/-/blob/master/src/kdbusservice.cpp#L211)

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

[frameworks-kdbusaddons] [Bug 355545] KDBusService constructor is crashing on calling exit()

2020-12-16 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=355545

Justin Zobel  changed:

   What|Removed |Added

 Status|CONFIRMED   |NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #3 from Justin Zobel  ---
Thank you for the crash report.

As it has been a while since this was reported, can you please test and confirm
if this issue is still occurring or if this bug report can be marked as
resolved.

I have set the bug status to "needsinfo" pending your response, please change
back to "reported" or "resolved/worksforme" when you respond, thank you.

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

[frameworks-kdbusaddons] [Bug 355545] KDBusService constructor is crashing on calling exit()

2016-04-10 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355545

Martin Sandsmark  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1
 CC||martin.sandsm...@kde.org

--- Comment #2 from Martin Sandsmark  ---
Copying in my comment on https://git.reviewboard.kde.org/r/127625/ :

It seems like it is this that it happening:
https://bugreports.qt.io/browse/QTBUG-48709

>From my understanding it can't really be fixed, short of somehow getting
KDBusService to delete the QApplication before calling exit(), which might get
nasty with QApplications allocated on the stack?

In any case it seems to be a general bug with KDBusService and how it is
supposed to be used, not something that we can easily fix in konsole.

See also my workaround here: https://git.reviewboard.kde.org/r/127626/

It should be fixed in KDBusService, using a similar workaround in all apps that
use it is not feasible. I'm not sure how it can be worked around, though, it
can't just delete the QApplication itself, since pretty much everyone allocate
it on the stack.

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