[Breeze] [Bug 356940] kalarm crash on start up

2018-11-01 Thread Andrew Crouthamel
https://bugs.kde.org/show_bug.cgi?id=356940

Andrew Crouthamel  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 CC||andrew.crouthamel@kdemail.n
   ||et
 Resolution|WAITINGFORINFO  |WORKSFORME

--- Comment #19 from Andrew Crouthamel  ---
Thanks for the update!

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

[Breeze] [Bug 356940] kalarm crash on start up

2018-11-01 Thread Ian Proudler
https://bugs.kde.org/show_bug.cgi?id=356940

--- Comment #18 from Ian Proudler  ---
kf5-config -v ->
Qt: 5.9.5
KDE Frameworks: 5.44.0
kf5-config: 1.0

Kalarm is working OK. I have not seen any problems for quite a while.

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

[Breeze] [Bug 356940] kalarm crash on start up

2018-11-01 Thread Andrew Crouthamel
https://bugs.kde.org/show_bug.cgi?id=356940

Andrew Crouthamel  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #17 from Andrew Crouthamel  ---
Dear Bug Submitter,

This bug has been stagnant for a long time. Could you help us out and re-test
if the bug is valid in the latest version? I am setting the status to NEEDSINFO
pending your response, please change the Status back to REPORTED when you
respond.

Thank you for helping us make KDE software even better for everyone!

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

[Breeze] [Bug 356940] kalarm crash on start up

2016-08-29 Thread Simon Andric via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356940

Simon Andric  changed:

   What|Removed |Added

 CC||simonandr...@gmail.com

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


[Breeze] [Bug 356940] kalarm crash on start up

2016-08-27 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356940

--- Comment #16 from Martin Sandsmark  ---
The issues in the bug I linked to is an application exiting before the the
QCoreApplication destructor is run, which is not supported by Qt. A heap
allocated QApplication is just one possible way for that to happen, another is
to call exit() with a stack-allocated Q*Application in main() (as most people
do).

See e. g. the discussion here: https://git.reviewboard.kde.org/r/127626/

The biggest problem is that the design of e. g. QCommandLineParser and
KDBusService depend on calling exit(). I have discussed some solutions and
hacks with thiago about it on IRC, but I haven't come up with a proper
solution.

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


[Breeze] [Bug 356940] kalarm crash on start up

2016-08-27 Thread Peter Wu via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356940

--- Comment #15 from Peter Wu  ---
(In reply to Martin Sandsmark from comment #14)
> If I understand correctly, the test case is invalid:
> https://bugreports.qt.io/browse/QTBUG-48709

The linked issue is different, its root cause is heap-allocated QApplication
that is not deleted early enough. If I modify the ASAN testcase, then it will
indeed fail randomly:
make: Nothing to be done for 'first'.
ping

ASAN:DEADLYSIGNAL
=
==2657==ERROR: AddressSanitizer: SEGV on unknown address 0x7f5894fefaf9 (pc
0x7f5894fefaf9 bp 0x7f5892298d40 sp 0x7f5892298cf0 T1)
ASAN:DEADLYSIGNAL
AddressSanitizer: nested bug in the same thread, aborting.
TEST 1 FAILED

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


[Breeze] [Bug 356940] kalarm crash on start up

2016-08-27 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356940

Martin Sandsmark  changed:

   What|Removed |Added

 CC||martin.sandsm...@kde.org

--- Comment #14 from Martin Sandsmark  ---
If I understand correctly, the test case is invalid:
https://bugreports.qt.io/browse/QTBUG-48709

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


[Breeze] [Bug 356940] kalarm crash on start up

2016-08-27 Thread Hugo Pereira Da Costa via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356940

--- Comment #13 from Hugo Pereira Da Costa  ---
(In reply to Peter Wu from comment #12)
> Created attachment 100797 [details]
> Testcase (ASAN) with normal QApplication::quit() and exit()
> 
> Extended the testcase to do normal QApplication::quit(), the proposed
> patches would still result in a crash for that case. Better rip this delete
> hack completely.

Agreed (as also on said on review board)
Thanks for all the investigation and patch submission etc.

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


[Breeze] [Bug 356940] kalarm crash on start up

2016-08-27 Thread Peter Wu via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356940

Peter Wu  changed:

   What|Removed |Added

 Attachment #100758|0   |1
is obsolete||

--- Comment #12 from Peter Wu  ---
Created attachment 100797
  --> https://bugs.kde.org/attachment.cgi?id=100797=edit
Testcase (ASAN) with normal QApplication::quit() and exit()

Extended the testcase to do normal QApplication::quit(), the proposed patches
would still result in a crash for that case. Better rip this delete hack
completely.

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


[Breeze] [Bug 356940] kalarm crash on start up

2016-08-25 Thread Peter Wu via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356940

--- Comment #11 from Peter Wu  ---
breeze patch is at https://git.reviewboard.kde.org/r/128760/
oxygen patch is at https://git.reviewboard.kde.org/r/128761/

(sorry for the load of mails, just noting here for tracking purposes.)

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


[Breeze] [Bug 356940] kalarm crash on start up

2016-08-25 Thread Peter Wu via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356940

Peter Wu  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk

--- Comment #10 from Peter Wu  ---
Adding David (Edmundson) since he did something similarin this area
(https://git.reviewboard.kde.org/r/122184/).

Can the title be changed to something like "Applications using QProxyStyle
crash on exit()".

Wireshark actually used setStyle(), passing an extended version of QProxyStyle
that follows this example: https://doc.qt.io/qt-5/qproxystyle.html#details.
With this patch, the crash no longer occurs:
https://git.reviewboard.kde.org/r/128760/

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


[Breeze] [Bug 356940] kalarm crash on start up

2016-08-25 Thread Antony Lee via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356940

Antony Lee  changed:

   What|Removed |Added

 CC|anntzer@gmail.com   |

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


[Breeze] [Bug 356940] kalarm crash on start up

2016-08-25 Thread Peter Wu via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356940

--- Comment #9 from Peter Wu  ---
Created attachment 100759
  --> https://bugs.kde.org/attachment.cgi?id=100759=edit
debugging patch

Adding David since he introduced the fix that is referenced in the breeze code:

commit 2ffe20e1bfe93c921c5372b4d21447b1de308d4b
Author: David Faure 
Date:   Sat Jun 7 14:57:29 2014 +0200

Fix crash on exit in all QCommandLineParser-based programs.

Example: kioclient5 ls  (= a syntax error).

The issue is that ::exit(1) is called, so ~QGuiApplication isn't called
(so the style isn't deleted), but global static objects are deleted,
which deletes the style-plugin-factory, which unloads the style plugin.

The crash happened because "AppEventFilter" in oxygen would still be
installed as an app event filter, but the plugin was unloaded, so any
calls to it would crash.

If I disable the delete hack or avoid calling delete for the second attempt
(likely wrong approach...), then the crash is gone. Was this a workaround for a
specific Qt version?

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


[Breeze] [Bug 356940] kalarm crash on start up

2016-08-25 Thread Peter Wu via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356940

--- Comment #8 from Peter Wu  ---
Sigh... wiped breeze before testing it, here is the stacktrace including
breeze:

...
#17 0x7fe4c3f9788f in QObject::~QObject() kernel/qobject.cpp:1048
#18 0x7fe4ab14d7d4 in Breeze::Style::~Style() ../kstyle/breezestyle.cpp:199
#19 0x7fe4ab14d7ef in Breeze::Style::~Style() ../kstyle/breezestyle.cpp:203
#20 0x7fe4ab1913ef in operator() ../kstyle/breezestyleplugin.cpp:45
#21 0x7fe4ab1919b5 in call /usr/include/qt/QtCore/qobjectdefs_impl.h:501
#22 0x7fe4ab191996 in call, void>
/usr/include/qt/QtCore/qobjectdefs_impl.h:558
#23 0x7fe4ab191927 in impl /usr/include/qt/QtCore/qobject_impl.h:198
#24 0x7fe4c3f8559a in QtPrivate::QSlotObjectBase::call(QObject*, void**)
src/corelib/kernel/qobject_impl.h:130
#25 0x7fe4c3f8559a in QMetaObject::activate(QObject*, int, int, void**)
kernel/qobject.cpp:3723
#26 0x7fe4c3f86323 in QObject::destroyed(QObject*) .moc/moc_qobject.cpp:213
#27 0x7fe4c3f97a18 in QObject::~QObject() kernel/qobject.cpp:920
#28 0x7fe4ab1915dd in Breeze::StylePlugin::~StylePlugin()
../kstyle/breezestyleplugin.cpp:54
#29 0x7fe4ab1915f9 in Breeze::StylePlugin::~StylePlugin()
../kstyle/breezestyleplugin.cpp:57
#30 0x7fe4c3f049f6 in QLibraryPrivate::unload(QLibraryPrivate::UnloadFlag)
plugin/qlibrary.cpp:557
#31 0x7fe4c3eedea0 in QFactoryLoaderPrivate::~QFactoryLoaderPrivate()
plugin/qfactoryloader.cpp:86
#32 0x7fe4c3eee1a0 in QFactoryLoaderPrivate::~QFactoryLoaderPrivate()
plugin/qfactoryloader.cpp:89
#33 0x7fe4c3f978e9 in
QScopedPointerDeleter::cleanup(QObjectData*)
src/corelib/tools/qscopedpointer.h:60
#34 0x7fe4c3f978e9 in QScopedPointer::~QScopedPointer()
src/corelib/tools/qscopedpointer.h:107
#35 0x7fe4c3f978e9 in QObject::~QObject() kernel/qobject.cpp:900
#36 0x7fe4c3eec2e3 in QFactoryLoader::~QFactoryLoader()
plugin/qfactoryloader.cpp:205
#37 0x7fe4c4889bf8 in ~Holder styles/qstylefactory.cpp:72
#38 0x7fe4c308a98f in __run_exit_handlers (/usr/lib/libc.so.6+0x3598f)
#39 0x7fe4c308a9e9 in __GI_exit (/usr/lib/libc.so.6+0x359e9)
#40 0x403337 in MainWindow::ping() (Trial+0x403337)
#41 0x7fe4c3f84fb6 in QMetaObject::activate(QObject*, int, int, void**)
kernel/qobject.cpp:3740
#42 0x7fe4c3fa65b3 in QTimer::timerEvent(QTimerEvent*)
kernel/qtimer.cpp:254
#43 0x7fe4c3f8770b in QObject::event(QEvent*) kernel/qobject.cpp:1285
#44 0x7fe4c473e417 in QApplicationPrivate::notify_helper(QObject*, QEvent*)
kernel/qapplication.cpp:3799
#45 0x7fe4c4750b8d in QApplication::notify(QObject*, QEvent*)
kernel/qapplication.cpp:3641
#46 0x7fe4c3f180a1 in QCoreApplication::notifyInternal2(QObject*, QEvent*)
kernel/qcoreapplication.cpp:988
#47 0x7fe4c3fef9b4 in QCoreApplication::sendEvent(QObject*, QEvent*)
src/corelib/kernel/qcoreapplication.h:231
#48 0x7fe4c3fef9b4 in QTimerInfoList::activateTimers()
kernel/qtimerinfo_unix.cpp:644
#49 0x7fe4c3ff0ac2 in timerSourceDispatch
kernel/qeventdispatcher_glib.cpp:182
#50 0x7fe4c0a18dd6 in g_main_context_dispatch
(/usr/lib/libglib-2.0.so.0+0x49dd6)
#51 0x7fe4c0a1903f  (/usr/lib/libglib-2.0.so.0+0x4a03f)
#52 0x7fe4c0a190eb in g_main_context_iteration
(/usr/lib/libglib-2.0.so.0+0x4a0eb)
#53 0x7fe4c3ff19b1 in
QEventDispatcherGlib::processEvents(QFlags)
kernel/qeventdispatcher_glib.cpp:425
#54 0x7fe4c3f146a4 in
QEventLoop::exec(QFlags)
kernel/qeventloop.cpp:210
#55 0x7fe4c3f26d1e in QCoreApplication::exec()
kernel/qcoreapplication.cpp:1261
#56 0x402ff6 in main (Trial+0x402ff6)
#57 0x7fe4c3075290 in __libc_start_main (/usr/lib/libc.so.6+0x20290)
#58 0x403179 in _start (Trial+0x403179)

0x60205930 is located 0 bytes inside of 16-byte region
[0x60205930,0x60205940)
freed by thread T0 here:
#0 0x7fe4c56415d0 in operator delete(void*)
/build/gcc-multilib/src/gcc/libsanitizer/asan/asan_new_delete.cc:92
#1 0x7fe4ab109cc6 in QtSharedPointer::ExternalRefCountData::operator
delete(void*) /usr/include/qt/QtCore/qsharedpointer_impl.h:171
#2 0x7fe4ab10a7de in QWeakPointer::~QWeakPointer()
/usr/include/qt/QtCore/qsharedpointer_impl.h:607
#3 0x7fe4ab114545 in
QWeakPointer::operator=(QWeakPointer&&)
/usr/include/qt/QtCore/qsharedpointer_impl.h:634
#4 0x7fe4ab11394b in QWeakPointer&
QWeakPointer::assign(QObject*)
/usr/include/qt/QtCore/qsharedpointer_impl.h:719
#5 0x7fe4ab1b3ccc in QPointer::operator=(QObject*)
/usr/include/qt/QtCore/qpointer.h:83
#6 0x7fe4ab1ab364 in qt_plugin_instance
kstyle/moc_breezestyleplugin.cpp:165
#7 0x7fe4c3eeca02 in QFactoryLoader::instance(int) const
plugin/qfactoryloader.cpp:283
#8 0x7fe4c4883e87 in QStyle* qLoadPlugin(QFactoryLoader const*, QString const&)
src/corelib/plugin/qfactoryloader_p.h:101
#9 0x7fe4c4883e87 in QStyleFactory::create(QString const&)
styles/qstylefactory.cpp:158
  

[Breeze] [Bug 356940] kalarm crash on start up

2016-08-25 Thread Peter Wu via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356940

Peter Wu  changed:

   What|Removed |Added

 CC||fa...@kde.org

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


[Breeze] [Bug 356940] kalarm crash on start up

2016-08-25 Thread Peter Wu via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356940

--- Comment #7 from Peter Wu  ---
Created attachment 100758
  --> https://bugs.kde.org/attachment.cgi?id=100758=edit
Testcase (with ASAN)

I bisected Wireshark and found that it started crashing after using
setStyle(new QProxyStyle). Fair enough, I can create a minimal testcase that
crashes when setStyle(new QProxyStyle) is used and exit() is called.

This problem does not occur when -style windows (or anything other than breeze
and oxygen) is in use.

Following test was done with:
qt5-base 5.7.0-2
breeze v5.7.4-17-gf79266d (also reproduced with 5.7.3-1 and many releases
before that...)
oxygen 5.7.3-1 (not in output, but also affected)

ASAN output:
=
==3262==ERROR: AddressSanitizer: heap-use-after-free on address 0x60205930
at pc 0x7f5644140df8 bp 0x7ffd4e1b4c90 sp 0x7ffd4e1b4c80
WRITE of size 4 at 0x60205930 thread T0
#0 0x7f5644140df7 in std::__atomic_base::operator--()
/usr/include/c++/6.1.1/bits/atomic_base.h:304
#1 0x7f5644140df7 in bool QAtomicOps::deref(std::atomic&)
src/corelib/arch/qatomic_cxx11.h:147
#2 0x7f5644140df7 in QBasicAtomicInteger::deref()
src/corelib/thread/qbasicatomic.h:111
#3 0x7f5644140df7 in QWeakPointer::~QWeakPointer()
src/corelib/tools/qsharedpointer_impl.h:607
#4 0x7f5644140df7 in
QWeakPointer::operator=(QWeakPointer&&)
src/corelib/tools/qsharedpointer_impl.h:634
#5 0x7f5644140df7 in QWeakPointer&
QWeakPointer::assign(QObject*)
src/corelib/tools/qsharedpointer_impl.h:719
#6 0x7f5644140df7 in QPointer::operator=(QObject*)
src/corelib/kernel/qpointer.h:83
#7 0x7f5644140df7 in QFactoryLoader::instance(int) const
plugin/qfactoryloader.cpp:283
#8 0x7f5644ad7e87 in QStyle* qLoadPlugin(QFactoryLoader const*, QString const&)
src/corelib/plugin/qfactoryloader_p.h:101
#9 0x7f5644ad7e87 in QStyleFactory::create(QString const&)
styles/qstylefactory.cpp:158
#10 0x7f5644b3351b in QProxyStylePrivate::ensureBaseStyle() const
styles/qproxystyle.cpp:99
#11 0x7f5644b3591d in QProxyStyle::event(QEvent*)
styles/qproxystyle.cpp:386
#12 0x7f5644992417 in QApplicationPrivate::notify_helper(QObject*, QEvent*)
kernel/qapplication.cpp:3799
#13 0x7f56449a4b8d in QApplication::notify(QObject*, QEvent*)
kernel/qapplication.cpp:3641
#14 0x7f564416c0a1 in QCoreApplication::notifyInternal2(QObject*, QEvent*)
kernel/qcoreapplication.cpp:988
#15 0x7f56441ea3e1 in QCoreApplication::sendEvent(QObject*, QEvent*)
src/corelib/kernel/qcoreapplication.h:231
#16 0x7f56441ea3e1 in QObjectPrivate::setParent_helper(QObject*)
kernel/qobject.cpp:1996
#17 0x7f56441eb88f in QObject::~QObject() kernel/qobject.cpp:1048
#18 0x7f562b413788  (/usr/lib/qt/plugins/styles/breeze.so+0x53788)
#19 0x7f56441d959a in QtPrivate::QSlotObjectBase::call(QObject*, void**)
src/corelib/kernel/qobject_impl.h:130
#20 0x7f56441d959a in QMetaObject::activate(QObject*, int, int, void**)
kernel/qobject.cpp:3723
#21 0x7f56441da323 in QObject::destroyed(QObject*) .moc/moc_qobject.cpp:213
#22 0x7f56441eba18 in QObject::~QObject() kernel/qobject.cpp:920
#23 0x7f562b427416  (/usr/lib/qt/plugins/styles/breeze.so+0x67416)
#24 0x7f56441589f6 in QLibraryPrivate::unload(QLibraryPrivate::UnloadFlag)
plugin/qlibrary.cpp:557
#25 0x7f5644141ea0 in QFactoryLoaderPrivate::~QFactoryLoaderPrivate()
plugin/qfactoryloader.cpp:86
#26 0x7f56441421a0 in QFactoryLoaderPrivate::~QFactoryLoaderPrivate()
plugin/qfactoryloader.cpp:89
#27 0x7f56441eb8e9 in
QScopedPointerDeleter::cleanup(QObjectData*)
src/corelib/tools/qscopedpointer.h:60
#28 0x7f56441eb8e9 in QScopedPointer::~QScopedPointer()
src/corelib/tools/qscopedpointer.h:107
#29 0x7f56441eb8e9 in QObject::~QObject() kernel/qobject.cpp:900
#30 0x7f56441402e3 in QFactoryLoader::~QFactoryLoader()
plugin/qfactoryloader.cpp:205
#31 0x7f5644addbf8 in ~Holder styles/qstylefactory.cpp:72
#32 0x7f56432de98f in __run_exit_handlers (/usr/lib/libc.so.6+0x3598f)
#33 0x7f56432de9e9 in __GI_exit (/usr/lib/libc.so.6+0x359e9)
#34 0x403337 in MainWindow::ping() (Trial+0x403337)
#35 0x7f56441d8fb6 in QMetaObject::activate(QObject*, int, int, void**)
kernel/qobject.cpp:3740
#36 0x7f56441fa5b3 in QTimer::timerEvent(QTimerEvent*)
kernel/qtimer.cpp:254
#37 0x7f56441db70b in QObject::event(QEvent*) kernel/qobject.cpp:1285
#38 0x7f5644992417 in QApplicationPrivate::notify_helper(QObject*, QEvent*)
kernel/qapplication.cpp:3799
#39 0x7f56449a4b8d in QApplication::notify(QObject*, QEvent*)
kernel/qapplication.cpp:3641
#40 0x7f564416c0a1 in QCoreApplication::notifyInternal2(QObject*, QEvent*)
kernel/qcoreapplication.cpp:988
#41 0x7f56442439b4 in QCoreApplication::sendEvent(QObject*, QEvent*)
src/corelib/kernel/qcoreapplication.h:231
#42 0x7f56442439b4 in QTimerInfoList::activateTimers()

[Breeze] [Bug 356940] kalarm crash on start up

2016-03-31 Thread Peter Wu via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356940

Peter Wu  changed:

   What|Removed |Added

 CC||pe...@lekensteyn.nl

--- Comment #6 from Peter Wu  ---
With Breeze 5.6.1 + f56b8b9fbe97f83cf18523dde3a1f83fada9beab, I sitll manage to
crash an application on exit. To reproduce, start "wireshark -O foo" (this is
an invalid option, resulting in exit() after the QApplication is constructed,
but before exec() is called.

(Qt version 5.6.0, Wireshark from git, but also reproduced with any stable 2.0
version)

Backtrace:

#0 0x7fb493f8c01d in bool operator==(QPair const&, QPair const&)
src/corelib/tools/qpair.h:100
#1 0x7fb493f8c01d in QHash,
QPropertyAnimation*>::remove(QPair const&)
src/corelib/tools/qhash.h:779
#2 0x7fb493f8b6a5 in
QPropertyAnimation::updateState(QAbstractAnimation::State,
QAbstractAnimation::State) src/corelib/animation/qpropertyanimation.cpp:297
#3 0x7fb493f837e8 in
QAbstractAnimationPrivate::setState(QAbstractAnimation::State)
src/corelib/animation/qabstractanimation.cpp:990
#4 0x7fb493f837e8 in QAbstractAnimation::stop()
src/corelib/animation/qabstractanimation.cpp:1379
#5 0x7fb493f8a326 in QPropertyAnimation::~QPropertyAnimation()
src/corelib/animation/qpropertyanimation.cpp:169
#6 0x7fb479d7d712 in Breeze::Animation::~Animation()
/build/src/breeze-5.6.1/kstyle/animations/breezeanimation.h:47
#7 0x7fb479d7d712 in Breeze::Animation::~Animation()
/build/src/breeze-5.6.1/kstyle/animations/breezeanimation.h:47
#8 0x7fb4941adf52 in QObjectPrivate::deleteChildren()
src/corelib/kernel/qobject.cpp:1963
#9 0x7fb4941b7523 in QObject::~QObject()
src/corelib/kernel/qobject.cpp:1034
#10 0x7fb479d7e1d2 in Breeze::WidgetStateData::~WidgetStateData()
/build/src/breeze-5.6.1/kstyle/animations/breezewidgetstatedata.h:45
#11 0x7fb479d7e1d2 in Breeze::EnableData::~EnableData()
/build/src/breeze-5.6.1/kstyle/animations/breezeenabledata.h:43
#12 0x7fb479d7e1d2 in Breeze::EnableData::~EnableData()
/build/src/breeze-5.6.1/kstyle/animations/breezeenabledata.h:43
#13 0x7fb4941adf52 in QObjectPrivate::deleteChildren()
src/corelib/kernel/qobject.cpp:1963
#14 0x7fb4941b7523 in QObject::~QObject()
src/corelib/kernel/qobject.cpp:1034
#15 0x7fb479d7ee38 in Breeze::WidgetStateEngine::~WidgetStateEngine()
/build/src/breeze-5.6.1/kstyle/animations/breezewidgetstateengine.h:46
#16 0x7fb4941adf52 in QObjectPrivate::deleteChildren()
src/corelib/kernel/qobject.cpp:1963
#17 0x7fb4941b7523 in QObject::~QObject()
src/corelib/kernel/qobject.cpp:1034
#18 0x7fb479d7e98f in Breeze::Animations::~Animations()
/build/src/breeze-5.6.1/kstyle/animations/breezeanimations.h:52
#19 0x7fb479d7e98f in Breeze::Animations::~Animations()
/build/src/breeze-5.6.1/kstyle/animations/breezeanimations.h:52
#20 0x7fb4941adf52 in QObjectPrivate::deleteChildren()
src/corelib/kernel/qobject.cpp:1963
#21 0x7fb4941b7523 in QObject::~QObject()
src/corelib/kernel/qobject.cpp:1034
#22 0x7fb479d5cae8 in _init
/build/src/breeze-5.6.1/kstyle/breezestyle.cpp:203
#23 0x7fb4941afbad in QtPrivate::QSlotObjectBase::call(QObject*, void**)
src/corelib/kernel/qobject_impl.h:124
#24 0x7fb4941afbad in QMetaObject::activate(QObject*, int, int, void**)
src/corelib/kernel/qobject.cpp:3715
#25 0x7fb4941b01ee in QObject::destroyed(QObject*)
src/corelib/.moc/moc_qobject.cpp:213
#26 0x7fb4941b7184 in QObject::~QObject()
src/corelib/kernel/qobject.cpp:913
#27 0x7fb479d706e6 in Breeze::StylePlugin::~StylePlugin()
/build/src/breeze-5.6.1/kstyle/breezestyleplugin.cpp:52
#28 0x7fb479d706e6 in _init
/build/src/breeze-5.6.1/kstyle/breezestyleplugin.cpp:54
#29 0x7fb494178ad8 in QLibraryPrivate::unload(QLibraryPrivate::UnloadFlag)
src/corelib/plugin/qlibrary.cpp:551
#30 0x7fb49416eaa1 in QFactoryLoaderPrivate::~QFactoryLoaderPrivate()
src/corelib/plugin/qfactoryloader.cpp:88
#31 0x7fb49416ebd8 in QFactoryLoaderPrivate::~QFactoryLoaderPrivate()
src/corelib/plugin/qfactoryloader.cpp:91
#32 0x7fb4941b756b in
QScopedPointerDeleter::cleanup(QObjectData*)
src/corelib/tools/qscopedpointer.h:54
#33 0x7fb4941b756b in QScopedPointer::~QScopedPointer()
src/corelib/tools/qscopedpointer.h:101
#34 0x7fb4941b756b in QObject::~QObject()
src/corelib/kernel/qobject.cpp:893
#35 0x7fb49416dc99 in QFactoryLoader::~QFactoryLoader()
src/corelib/plugin/qfactoryloader.cpp:226
#36 0x7fb494f131e8 in ~Holder src/widgets/styles/qstylefactory.cpp:70
#37 0x7fb492673c37 in __run_exit_handlers (/usr/lib/libc.so.6+0x35c37)
#38 0x7fb492673c84 in __GI_exit (/usr/lib/libc.so.6+0x35c84)
#39 0x5613417cca8b in main 

[Breeze] [Bug 356940] kalarm crash on start up

2016-03-30 Thread Hugo Pereira Da Costa via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356940

--- Comment #5 from Hugo Pereira Da Costa  ---
Git commit 32746a734d2825f76ddaaa903f6c80ceaa40a28f by Hugo Pereira Da Costa.
Committed on 30/03/2016 at 13:41.
Pushed by hpereiradacosta into branch 'master'.

Create animation "on demand", that is, when there is at least one animated
progressbar.
Delete it when all animated progressbars have stoped or have been unregistered.
This prevent the underlying QPropertyAnimation to be deleted "too late" after
an application was exited,
which in turn sometimes result in a crash
changes. Lines starting # with '#' will be ignored, and an empty message aborts
the commit.

M  +47   -17   kstyle/animations/oxygenbusyindicatorengine.cpp
M  +3-5kstyle/animations/oxygenbusyindicatorengine.h

http://commits.kde.org/oxygen/32746a734d2825f76ddaaa903f6c80ceaa40a28f

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


[Breeze] [Bug 356940] kalarm crash on start up

2016-03-30 Thread Hugo Pereira Da Costa via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356940

--- Comment #4 from Hugo Pereira Da Costa  ---
Git commit f56b8b9fbe97f83cf18523dde3a1f83fada9beab by Hugo Pereira Da Costa.
Committed on 30/03/2016 at 13:39.
Pushed by hpereiradacosta into branch 'master'.

Create animation "on demand", that is, when there is at least one animated
progressbar.
Delete it when all animated progressbars have stoped or have been unregistered.
This prevent the underlying QPropertyAnimation to be deleted "too late" after
an application was exited,
which in turn sometimes result in a crash

M  +47   -17   kstyle/animations/breezebusyindicatorengine.cpp
M  +2-3kstyle/animations/breezebusyindicatorengine.h

http://commits.kde.org/breeze/f56b8b9fbe97f83cf18523dde3a1f83fada9beab

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


[Breeze] [Bug 356940] kalarm crash on start up

2016-03-27 Thread Hugo Pereira Da Costa via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356940

Hugo Pereira Da Costa  changed:

   What|Removed |Added

 CC||hugo.pere...@free.fr

--- Comment #3 from Hugo Pereira Da Costa  ---
Hi, 
thanks for posting the simple test case.
I can reproduce the crash with qt5, (but not with qt4).
Will investigate.

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


[Breeze] [Bug 356940] kalarm crash on start up

2016-03-26 Thread Olivier Trichet via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356940

Olivier Trichet  changed:

   What|Removed |Added

 CC||n...@nivalis.org

--- Comment #2 from Olivier Trichet  ---
Created attachment 98107
  --> https://bugs.kde.org/attachment.cgi?id=98107=edit
Testcase

This testcase reproduces this crash (encountered with another application).
Tested with :
   - Qt 5.5.1 (Debian package)
   - Breeze 5.4.3 (Debian package) and git revision f4032a191f5e

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


[Breeze] [Bug 356940] kalarm crash on start up

2016-03-14 Thread Hugo Pereira Da Costa via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356940

Hugo Pereira Da Costa  changed:

   What|Removed |Added

 CC||anntzer@gmail.com

--- Comment #1 from Hugo Pereira Da Costa  ---
*** Bug 360151 has been marked as a duplicate of this bug. ***

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



[Breeze] [Bug 356940] kalarm crash on start up

2015-12-21 Thread David Jarvie via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356940

David Jarvie  changed:

   What|Removed |Added

  Component|general |general
   Assignee|djar...@kde.org |plasma-de...@kde.org
Product|kalarm  |Breeze

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