Summary: | Crash while adding a folder to the translation memory | ||
---|---|---|---|
Product: | [Applications] lokalize | Reporter: | Frederik Schwarzer <schwarzer> |
Component: | general | Assignee: | Nick Shaforostoff <shafff> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | faure, schwarzer |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Debian unstable | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
Frederik Schwarzer
2012-01-04 14:02:40 UTC
can you reproduce the issue (possibly with debug packages installed for kdesdk/lokalize itself)? also is there anything special regarding the directory? (e.g. it was on a remote location) Created attachment 68602 [details]
New crash information added by DrKonqi
lokalize (1.2) on KDE Platform 4.7.4 (4.7.4) using Qt 4.8.0
- What I was doing when the application crashed:
This is a backtrace with kdesdk debug packages installed.
The folder is not on a remote location. I cannot think of anything special about this folder.
-- Backtrace (Reduced):
#7 0xb74f389f in KIO::TransferJob::sendAsyncData (this=0xb16f5ae0, dataForSlave=...) at ../../kio/kio/job.cpp:1098
#8 0xb74f698d in KIO::TransferJob::slotDataReq (this=0xb16f5ae0) at ../../kio/kio/job.cpp:1161
#9 0xb74f913c in KIO::TransferJob::qt_metacall (this=0xb16f5ae0, _c=QMetaObject::InvokeMetaMethod, _id=<optimized out>, _a=0xa5113e0) at ./jobclasses.moc:371
#10 0xb5e8508d in metacall (argv=0xa5113e0, idx=49, cl=QMetaObject::InvokeMetaMethod, object=0xb16f5ae0) at kernel/qmetaobject.cpp:245
[...]
#12 0xb5e90005 in placeMetaCall (object=0xb16f5ae0, this=0xa498e08) at kernel/qobject.cpp:527
Thread 4 is using KIO::NetAccess! Do not use KIO in secondary threads, this is not supported. thanks for pointing this, i'll commit a fix in the near days SVN commit 1281902 by shaforo: force Lokalize exiting when scanjob is running Do not use KIO in secondary threads, this is not supported. M +6 -3 catalog/catalog.cpp M +9 -1 lokalizemainwindow.cpp M +6 -1 tm/jobs.cpp M +2 -0 tm/jobs.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1281902 |