Bug 361098 - Crash just after start
Summary: Crash just after start
Status: RESOLVED WORKSFORME
Alias: None
Product: apper
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Fedora RPMs Linux
: NOR crash
Target Milestone: ---
Assignee: Daniel Nicoletti
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-28 16:42 UTC by RJ
Modified: 2018-12-02 03:46 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description RJ 2016-03-28 16:42:27 UTC
Application: apper (0.9.2)
KDE Platform Version: 4.14.17
Qt Version: 4.8.7
Operating System: Linux 4.4.6-200.fc22.x86_64 x86_64
Distribution (Platform): Fedora RPMs

-- Information about the crash:
<Напишите подробно, что вы делали, когда произошла ошибка.>

-- Backtrace:
Application: Apper (apper), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
81	T_PSEUDO (SYSCALL_SYMBOL, SYSCALL_NAME, SYSCALL_NARGS)
[KCrash Handler]
#6  0x0000000000000001 in ?? ()
#7  0x00007f6ab35cf8e1 in parent (this=0x245b4f0) at /usr/include/QtCore/qabstractitemmodel.h:393
#8  KCategorizedView::Private::categoryForIndex (this=0x245b4b0, index=...) at ../../kdeui/itemviews/kcategorizedview.cpp:384
#9  0x00007f6ab35d33af in KCategorizedView::visualRect (this=0x2456580, index=...) at ../../kdeui/itemviews/kcategorizedview.cpp:561
#10 0x00007f6ab35d5365 in KCategorizedView::leaveEvent (this=0x2456580, event=<optimized out>) at ../../kdeui/itemviews/kcategorizedview.cpp:1077
#11 0x00007f6ab28c8130 in QWidget::event (this=this@entry=0x2456580, event=event@entry=0x7fffd1794bd0) at kernel/qwidget.cpp:8775
#12 0x00007f6ab2c8d11e in QFrame::event (this=this@entry=0x2456580, e=e@entry=0x7fffd1794bd0) at widgets/qframe.cpp:557
#13 0x00007f6ab2d12a4b in QAbstractScrollArea::event (this=this@entry=0x2456580, e=e@entry=0x7fffd1794bd0) at widgets/qabstractscrollarea.cpp:996
#14 0x00007f6ab2db270b in QAbstractItemView::event (this=0x2456580, event=0x7fffd1794bd0) at itemviews/qabstractitemview.cpp:1580
#15 0x00007f6ab287193c in QApplicationPrivate::notify_helper (this=0x221b750, receiver=0x2456580, e=0x7fffd1794bd0) at kernel/qapplication.cpp:4565
#16 0x00007f6ab2878796 in QApplication::notify (this=this@entry=0x7fffd1795610, receiver=receiver@entry=0x2456580, e=e@entry=0x7fffd1794bd0) at kernel/qapplication.cpp:4351
#17 0x00007f6ab35fd59a in KApplication::notify (this=0x7fffd1795610, receiver=0x2456580, event=0x7fffd1794bd0) at ../../kdeui/kernel/kapplication.cpp:311
#18 0x00007f6ab3be38bd in QCoreApplication::notifyInternal (this=0x7fffd1795610, receiver=0x2456580, event=0x7fffd1794bd0) at kernel/qcoreapplication.cpp:955
#19 0x00007f6ab28775fc in QApplicationPrivate::dispatchEnterLeave (enter=enter@entry=0x2447040, leave=<optimized out>) at ../../src/corelib/kernel/qcoreapplication.h:231
#20 0x00007f6ab2877fe2 in QApplicationPrivate::sendMouseEvent (receiver=receiver@entry=0x2447040, event=event@entry=0x7fffd1794de0, alienWidget=alienWidget@entry=0x2447040, nativeWidget=nativeWidget@entry=0x235de80, buttonDown=buttonDown@entry=0x7f6ab33a49a8 <qt_button_down>, lastMouseReceiver=..., spontaneous=true) at kernel/qapplication.cpp:3153
#21 0x00007f6ab28f2852 in QETWidget::translateMouseEvent (this=this@entry=0x235de80, event=event@entry=0x7fffd1795140) at kernel/qapplication_x11.cpp:4546
#22 0x00007f6ab28f121d in QApplication::x11ProcessEvent (this=0x7fffd1795610, event=event@entry=0x7fffd1795140) at kernel/qapplication_x11.cpp:3663
#23 0x00007f6ab291a299 in x11EventSourceDispatch (s=0x221baa0, callback=0x0, user_data=0x0) at kernel/qguieventdispatcher_glib.cpp:148
#24 0x00007f6aae483a8a in g_main_dispatch (context=0x221b9e0) at gmain.c:3122
#25 g_main_context_dispatch (context=context@entry=0x221b9e0) at gmain.c:3737
#26 0x00007f6aae483e20 in g_main_context_iterate (context=context@entry=0x221b9e0, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at gmain.c:3808
#27 0x00007f6aae483ecc in g_main_context_iteration (context=0x221b9e0, may_block=may_block@entry=1) at gmain.c:3869
#28 0x00007f6ab3c13e5e in QEventDispatcherGlib::processEvents (this=0x21de700, flags=...) at kernel/qeventdispatcher_glib.cpp:450
#29 0x00007f6ab291a436 in QGuiEventDispatcherGlib::processEvents (this=<optimized out>, flags=...) at kernel/qguieventdispatcher_glib.cpp:207
#30 0x00007f6ab3be2131 in QEventLoop::processEvents (this=this@entry=0x7fffd1795520, flags=...) at kernel/qeventloop.cpp:149
#31 0x00007f6ab3be24a5 in QEventLoop::exec (this=this@entry=0x7fffd1795520, flags=...) at kernel/qeventloop.cpp:204
#32 0x00007f6ab3be8039 in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1227
#33 0x0000000000406f42 in main ()

Reproducible: Always
Comment 1 Andrew Crouthamel 2018-11-01 13:40:16 UTC
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!
Comment 2 Bug Janitor Service 2018-11-16 11:40:15 UTC
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!
Comment 3 Bug Janitor Service 2018-12-02 03:46:26 UTC
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

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