Summary: | Kpresenter crashes immediately on startup | ||
---|---|---|---|
Product: | [Applications] calligrastage | Reporter: | stefan.asserhall |
Component: | general | Assignee: | T Zachmann <t.zachmann> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
Valgrind run of the crash
More detailed backtrace |
Description
stefan.asserhall
2006-01-28 09:45:41 UTC
Hello, I cannot reproduce this problem. It looks like a local problem. Does it work with kword? Can you try to reinstall? Created attachment 14425 [details]
Valgrind run of the crash
Created attachment 14426 [details]
More detailed backtrace
It could well be a local problem. The language setting I use is Swedish "sv", which I can see is used in the call to aspell (in gdb). It works fine with kword. I have done a clean rebuild of the latest kdelibs (branches/KDE/3.5) and kpresenter (trunk/koffice/kpresenter), but the crash remains. I attach a valgrind run, and a more detailed backtrace, if that is any help. This is very strange as the code in kword and kpresenter is the same. Also very strange is the following in your backtraces: #26 0x070cd471 in KPrBgSpellCheck::KPrBgSpellCheck () at KPrPicturePreview.cpp:29 The file should be KPrBgSpellCheck. The backtrace file reference seems clearly wrong. I suspect it is a bug in gdb. If I try to set a breakpoint at "KPrPicturePreview.cpp:29" it is never reached. However, a breakpoint at "KPrBgSpellCheck.cpp:37" is reached, but when listing the source, "KPrPicturePreview.cpp" is shown. This is probably not relevant to the crash itself, though. |