| Summary: | Blogilo crashes when trying to auto-config | ||
|---|---|---|---|
| Product: | [Unmaintained] blogilo | Reporter: | Marcelo Escobal <marcelo.escobal> |
| Component: | general | Assignee: | Mehrdad Momeny <mehrdad.momeny> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | crash | CC: | greg, guolivar, jagj77, null |
| Priority: | NOR | Keywords: | drkonqi |
| Version First Reported In: | 1.1 | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: |
New crash information added by DrKonqi
New crash information added by DrKonqi |
||
|
Description
Marcelo Escobal
2015-04-17 10:45:35 UTC
*** Bug 346802 has been marked as a duplicate of this bug. *** *** Bug 347121 has been marked as a duplicate of this bug. *** Created attachment 92518 [details]
New crash information added by DrKonqi
blogilo (1.1) on KDE Platform 4.14.6 using Qt 4.8.6
Maybe a null reference on setting the user agent of http request.
-- Backtrace (Reduced):
#8 QString::operator= (this=0x8e64cc4, other=...) at tools/qstring.cpp:1411
#9 0xb4f6475c in KBlog::Blog::setUserAgent (this=0x8d01528, applicationName=..., applicationVersion=...) at ../../kblog/blog.cpp:76
#10 0xb4f64865 in KBlog::Blog::Blog (this=0x8d01528, server=..., dd=..., parent=0x8d042a8, applicationName=..., applicationVersion=...) at ../../kblog/blog.cpp:49
#11 0x080a4007 in KBlog::Blogger::Blogger (this=0x8d01528, server=..., parent=0x8d042a8) at ../../../blogilo/src/blogger.cpp:238
#12 0x08089057 in BilboBlog::blogBackend (this=0x8d042a8) at ../../../blogilo/src/bilboblog.cpp:102
Created attachment 92586 [details]
New crash information added by DrKonqi
blogilo (1.1) on KDE Platform 4.14.7 using Qt 4.8.6
- What I was doing when the application crashed:
I entered my blogger details and hit "autoconfig" and it crashed.
Then I tried a completely manual setup and when I request the list of posts ... it crashes
-- Backtrace (Reduced):
#6 0x00007fd40ff9e188 in QString::operator=(QString const&) (this=0x0) at ../../src/corelib/arch/qatomic_x86_64.h:133
#7 0x00007fd40ff9e188 in QString::operator=(QString const&) (this=this@entry=0x2346198, other=...) at tools/qstring.cpp:1411
#8 0x00007fd414c0dbce in KBlog::Blog::setUserAgent(QString const&, QString const&) (this=<optimized out>, applicationName=..., applicationVersion=...) at /usr/src/debug/kdepimlibs-4.14.7/kblog/blog.cpp:76
#9 0x0000000000463270 in KBlog::Blogger::Blogger(KUrl const&, QObject*) (this=0x21758f0, server=..., parent=0x21c06a0) at /usr/src/debug/kdepim-4.14.7/blogilo/src/blogger.cpp:238
#10 0x0000000000448520 in BilboBlog::blogBackend() (this=0x21c06a0) at /usr/src/debug/kdepim-4.14.7/blogilo/src/bilboblog.cpp:102
Still happening on Qt5 versions. Newer backtrace at bug 355748. *** This bug has been marked as a duplicate of bug 355748 *** |