Bug 265666 - Crashes when closing tab
Summary: Crashes when closing tab
Status: RESOLVED WORKSFORME
Alias: None
Product: blogilo
Classification: Applications
Component: general (show other bugs)
Version: 1.0.1
Platform: Ubuntu Linux
: NOR crash
Target Milestone: ---
Assignee: Mehrdad Momeny
URL:
Keywords:
: 272399 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-02-07 04:02 UTC by Michael Pope
Modified: 2018-11-28 04:59 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 Michael Pope 2011-02-07 04:02:17 UTC
Application: blogilo (1.0.1)
KDE Platform Version: 4.4.5 (KDE 4.4.5)
Qt Version: 4.6.2
Operating System: Linux 2.6.32-24-generic x86_64
Distribution: Ubuntu 10.04.1 LTS

-- Information about the crash:
I'm trying to upload an PNG image file and some basic test from my local drive to my blogger account, it takes to long so I click close tab then it segfaults

The crash can be reproduced every time.

 -- Backtrace:
Application: Blogilo (blogilo), signal: Segmentation fault
[KCrash Handler]
#5  QCoreApplication::postEvent (receiver=0x2b68a40, event=0x3344070, priority=0) at kernel/qcoreapplication.cpp:1105
#6  0x000000000043cd1d in PostEntry::uploadMediaFiles (this=0x261b730, backend=<value optimized out>) at ../../../blogilo/src/postentry.cpp:237
#7  0x000000000043d41b in PostEntry::submitPost (this=0x261b730, blogId=1, postData=<value optimized out>) at ../../../blogilo/src/postentry.cpp:301
#8  0x0000000000425fc0 in MainWindow::sltPublishPost (this=0x2342ae0) at ../../../blogilo/src/mainwindow.cpp:459
#9  0x0000000000427073 in MainWindow::qt_metacall (this=0x2342ae0, _c=QMetaObject::InvokeMetaMethod, _id=0, _a=0x7fffc594f2c0) at ./mainwindow.moc:137
#10 0x00007fb91c638e3f in QMetaObject::activate (sender=0x25d23d0, m=<value optimized out>, local_signal_index=<value optimized out>, argv=0x3344060) at kernel/qobject.cpp:3293
#11 0x00007fb91cf94032 in QAction::triggered (this=0x2b68a40, _t1=false) at .moc/release-shared/moc_qaction.cpp:263
#12 0x00007fb91cf960ab in QAction::activate (this=0x25d23d0, event=<value optimized out>) at kernel/qaction.cpp:1255
#13 0x00007fb91d3506ca in QAbstractButtonPrivate::click (this=0x2604440) at widgets/qabstractbutton.cpp:528
#14 0x00007fb91d35097c in QAbstractButton::mouseReleaseEvent (this=0x25e7260, e=0x7fffc594fc20) at widgets/qabstractbutton.cpp:1121
#15 0x00007fb91d41c8ca in QToolButton::mouseReleaseEvent (this=0x2b68a40, e=0x3344070) at widgets/qtoolbutton.cpp:721
#16 0x00007fb91cff0582 in QWidget::event (this=0x25e7260, event=0x7fffc594fc20) at kernel/qwidget.cpp:7998
#17 0x00007fb91cf9a22c in QApplicationPrivate::notify_helper (this=0x2125800, receiver=0x25e7260, e=0x7fffc594fc20) at kernel/qapplication.cpp:4300
#18 0x00007fb91cfa0ecb in QApplication::notify (this=0x7fffc5950920, receiver=0x25e7260, e=0x7fffc594fc20) at kernel/qapplication.cpp:3865
#19 0x00007fb91f177a16 in KApplication::notify (this=0x7fffc5950920, receiver=0x25e7260, event=0x7fffc594fc20) at ../../kdeui/kernel/kapplication.cpp:302
#20 0x00007fb91c62606c in QCoreApplication::notifyInternal (this=0x7fffc5950920, receiver=0x25e7260, event=0x7fffc594fc20) at kernel/qcoreapplication.cpp:704
#21 0x00007fb91cfa00ae in QCoreApplication::sendEvent (receiver=0x25e7260, event=0x7fffc594fc20, alienWidget=0x25e7260, nativeWidget=0x25f8180, buttonDown=<value optimized out>, 
    lastMouseReceiver=<value optimized out>, spontaneous=true) at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:215
#22 QApplicationPrivate::sendMouseEvent (receiver=0x25e7260, event=0x7fffc594fc20, alienWidget=0x25e7260, nativeWidget=0x25f8180, buttonDown=<value optimized out>, 
    lastMouseReceiver=<value optimized out>, spontaneous=true) at kernel/qapplication.cpp:2965
#23 0x00007fb91d01ff65 in QETWidget::translateMouseEvent (this=0x25f8180, event=<value optimized out>) at kernel/qapplication_x11.cpp:4368
#24 0x00007fb91d01e8ac in QApplication::x11ProcessEvent (this=<value optimized out>, event=0x7fffc5950540) at kernel/qapplication_x11.cpp:3501
#25 0x00007fb91d04a882 in x11EventSourceDispatch (s=0x2128f50, callback=<value optimized out>, user_data=<value optimized out>) at kernel/qguieventdispatcher_glib.cpp:146
#26 0x00007fb9173bb8c2 in g_main_context_dispatch () from /lib/libglib-2.0.so.0
#27 0x00007fb9173bf748 in ?? () from /lib/libglib-2.0.so.0
#28 0x00007fb9173bf8fc in g_main_context_iteration () from /lib/libglib-2.0.so.0
#29 0x00007fb91c64f513 in QEventDispatcherGlib::processEvents (this=0x20fa3d0, flags=<value optimized out>) at kernel/qeventdispatcher_glib.cpp:412
#30 0x00007fb91d04a46e in QGuiEventDispatcherGlib::processEvents (this=0x2b68a40, flags=<value optimized out>) at kernel/qguieventdispatcher_glib.cpp:204
#31 0x00007fb91c624992 in QEventLoop::processEvents (this=<value optimized out>, flags=) at kernel/qeventloop.cpp:149
#32 0x00007fb91c624d6c in QEventLoop::exec (this=0x7fffc5950870, flags=) at kernel/qeventloop.cpp:201
#33 0x00007fb91c628aab in QCoreApplication::exec () at kernel/qcoreapplication.cpp:981
#34 0x0000000000421de4 in main (argc=<value optimized out>, argv=<value optimized out>) at ../../../blogilo/src/main.cpp:59

Reported using DrKonqi
Comment 1 Christoph Feck 2011-07-18 23:44:02 UTC
*** Bug 272399 has been marked as a duplicate of this bug. ***
Comment 2 Andrew Crouthamel 2018-10-29 22:19:26 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 3 Bug Janitor Service 2018-11-13 14:30:39 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 4 Bug Janitor Service 2018-11-28 04:59:10 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!