crash while submitting post on blogspot
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bilbo Blogger |
New
|
Medium
|
Mehrdad Momeny |
Bug Description
After having added a blogspot blog on bilbo.
updating the entry list is working correctly and I can see posts in bilbo.
However when it comes to submit modifications or newposts, Bilbo crashes and here is the backtrace :
Application: Bilbo Blogger (bilbo), signal: Segmentation fault
[KCrash Handler]
#5 QString (this=0x7fff15e
#6 0x00007ff2f05daf31 in KBlog::
#7 0x00007ff2f05e5abb in KBlog::
at /home/hcooh/
#8 0x00007ff2f05e3364 in KBlog::
at /home/hcooh/
#9 0x00007ff2eefbbdec in QMetaObject:
#10 0x00007ff2ea8f42f2 in Syndication:
#11 0x00007ff2ea8f539d in Syndication:
#12 0x00007ff2ea8f57ed in Syndication:
#13 0x00007ff2eefbbdec in QMetaObject:
#14 0x00007ff2ea8f7823 in Syndication:
#15 0x00007ff2ea8f85df in Syndication:
#16 0x00007ff2ea8f8763 in Syndication:
#17 0x00007ff2eefbbdec in QMetaObject:
#18 0x00007ff2ef601722 in KJob::result () from /usr/lib/
#19 0x00007ff2ef601a9f in KJob::emitResult () from /usr/lib/
#20 0x00007ff2efce38c3 in KIO::SimpleJob:
#21 0x00007ff2efce3d83 in KIO::TransferJo
#22 0x00007ff2efce2691 in KIO::TransferJo
#23 0x00007ff2eefbbdec in QMetaObject:
#24 0x00007ff2efda4381 in KIO::SlaveInter
#25 0x00007ff2efda0c33 in KIO::SlaveInter
#26 0x00007ff2efd93a5d in KIO::Slave:
#27 0x00007ff2efd95b7c in KIO::Slave:
#28 0x00007ff2eefbbdec in QMetaObject:
#29 0x00007ff2efcb0ae7 in KIO::Connection
#30 0x00007ff2efcb0c0d in KIO::Connection
#31 0x00007ff2eefb6109 in QObject::event () from /usr/lib/
#32 0x00007ff2edcdc69c in QApplicationPri
#33 0x00007ff2edce396e in QApplication:
#34 0x00007ff2f17e38d6 in KApplication:
#35 0x00007ff2eefa6cec in QCoreApplicatio
#36 0x00007ff2eefa78ca in QCoreApplicatio
#37 0x00007ff2eefcf543 in ?? () from /usr/lib/
#38 0x00007ff2eb81edbe in g_main_
#39 0x00007ff2eb822568 in g_main_
#40 0x00007ff2eb822690 in g_main_
#41 0x00007ff2eefcf1b6 in QEventDispatche
#42 0x00007ff2edd6f64e in ?? () from /usr/lib/
#43 0x00007ff2eefa55f2 in QEventLoop:
#44 0x00007ff2eefa59c4 in QEventLoop::exec () from /usr/lib/
#45 0x00007ff2eefa7b79 in QCoreApplicatio
#46 0x0000000000422130 in main (argc=<value optimized out>, argv=<value optimized out>) at /home/hcooh/
The post is still sent to the server...
Hmm, It seems that the problem occurs at fetching post after publish, I have added a check to src, to prevent it to crash.
Hope it works good, If you want to try it, just fetch the bilbo-stable repository src...