Summary: | Krita crashed while trying to open pdf file | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Jiří Martínek <zwo> |
Component: | General | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | halla, sven.langkamp, T.S.Alph |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/calligra/cc0e8a31a1f2d41e3e75250070bdae17aaa7343d | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: |
File which causes the crash of Krita
New crash information added by DrKonqi |
Description
Jiří Martínek
2012-04-22 16:40:19 UTC
Could you attach the pdf? Created attachment 70607 [details]
File which causes the crash of Krita
Hm... On my opensuse system I can open the pdf without problems. I wonder what's going on here. Could be just Fedora 17 problem... Works here too with Kubuntu. Hm, or a locale issue... Poppler::Document* pdoc = Poppler::Document::load(QFile::encodeName(url.toLocalFile())); Could you tell me the exact path to the document and the locale of your system? Hi, the path is: /home/gio/Stažené/Hemsideinfo.pdf and my locale is: cs_CZ.UTF-8 When I move it to /home/gio (to avoid the accented letters in path) it opened OK. Actually, it crashed the first time I had tried to open it. Then it opened several times OK. Right... then the accents in the path are likely the issue. Git commit a8b71343e09dabeb315cf264031854855e27b087 by Sven Langkamp. Committed on 24/04/2012 at 18:10. Pushed by langkamp into branch 'master'. fix crash on opening pdf with special characters in the path M +1 -1 krita/plugins/formats/pdf/kis_pdf_import.cpp http://commits.kde.org/calligra/a8b71343e09dabeb315cf264031854855e27b087 Ok, thank you very much. This is amazing how the community works. BTW my first bug report and I will continue ;-) Looking forward to more reports! Git commit cc0e8a31a1f2d41e3e75250070bdae17aaa7343d by Boudewijn Rempt, on behalf of Sven Langkamp. Committed on 24/04/2012 at 18:10. Pushed by rempt into branch 'calligra/2.4'. fix crash on opening pdf with special characters in the path M +1 -1 krita/plugins/formats/pdf/kis_pdf_import.cpp http://commits.kde.org/calligra/cc0e8a31a1f2d41e3e75250070bdae17aaa7343d Created attachment 77966 [details]
New crash information added by DrKonqi
krita (2.4.0) on KDE Platform 4.8.5 (4.8.5) using Qt 4.8.1
- What I was doing when the application crashed:
Opening a file with special characters , in this case german "Umlaut" (ä,ö,ü) Could very well be, the bug is already fixed in a newer version.
- Custom settings of the application:
none
-- Backtrace (Reduced):
#7 Poppler::Document::setRenderHint (this=0x0, hint=Poppler::Document::Antialiasing, on=true) at poppler-document.cc:522
#8 0xace3ad01 in KisPDFImport::convert (this=0xd5d0338) at /build/buildd/calligra-2.4.0/krita/plugins/formats/pdf/kis_pdf_import.cpp:90
#9 0xb72e5667 in CalligraFilter::ChainLink::invokeFilter (this=0xd23deb0, parentChainLink=0x0) at /build/buildd/calligra-2.4.0/libs/main/KoFilterChainLink.cpp:90
#10 0xb72dc09a in KoFilterChain::invokeChain (this=0xd4b6b78) at /build/buildd/calligra-2.4.0/libs/main/KoFilterChain.cpp:94
#11 0xb72da1e6 in KoFilterManager::importDocument (this=0xd2e6838, url=..., documentMimeType=..., status=@0xbf97a360: 3214386224) at /build/buildd/calligra-2.4.0/libs/main/KoFilterManager.cpp:170
Yes, the bug was already fixed. |