Bug 315296 - words-2.6.0 doesn't start
Summary: words-2.6.0 doesn't start
Status: RESOLVED WORKSFORME
Alias: None
Product: calligrawords
Classification: Applications
Component: general (show other bugs)
Version: 2.6.0
Platform: Compiled Sources Linux
: NOR crash
Target Milestone: ---
Assignee: Calligra Words Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-16 22:04 UTC by Vladimír Čunát
Modified: 2013-02-17 10:46 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimír Čunát 2013-02-16 22:04:50 UTC
Application: calligrawords (2.6.0)
KDE Platform Version: 4.8.4 (4.8.4) (Compiled from sources)
Qt Version: 4.8.3
Operating System: Linux 3.7.5 x86_64

-- Information about the crash:
I just tried to run the program (note that I'm trying to package it into an unusal distribution, http://nixos.org).

$ calligrawords --version
Legacy integer arithmetics implementation 
Qt: 4.8.3
KDE Development Platform: 4.8.4 (4.8.4)
Calligra Words: 2.6.0

The crash can be reproduced every time.

-- Backtrace:
Application: Calligra Words (calligrawords), signal: Segmentation fault
Using host libthread_db library "/nix/store/cj7a81wsm1ijwwpkks3725661h3263p5-glibc-2.13/lib64/libthread_db.so.1".
[KCrash Handler]
#6  0x00007f33c4de7f60 in KParts::ReadWritePart::isReadWrite() const () from /nix/store/2krc6ij7108bg72ir3qpwzfjwafm6yyd-kdelibs-4.8.4/lib/libkparts.so.4
#7  0x00007f33c588318a in KoDocument::setAutoSave(int) () from /nix/store/bldry8y6h7hrxmy13vkkx1swynq9bqib-calligra-2.6.0/lib/libkomain.so.11
#8  0x00007f33a4f1a712 in KoDocument::KoDocument(QWidget*, QObject*, bool, KUndo2Stack*) () from /nix/store/9wib0ziq42yri34qw2l8aaf6848204ka-calligra-2.4.2/lib/libkomain.so.9
#9  0x00007f33a5267201 in KWDocument::KWDocument(QWidget*, QObject*, bool) () from /nix/store/9wib0ziq42yri34qw2l8aaf6848204ka-calligra-2.4.2/lib/libwordsprivate.so.9
#10 0x00007f33a525b0fe in KWFactory::create(char const*, QWidget*, QObject*, QList<QVariant> const&, QString const&) () from /nix/store/9wib0ziq42yri34qw2l8aaf6848204ka-calligra-2.4.2/lib/libwordsprivate.so.9
#11 0x00007f33c58934ab in KoDocumentEntry::createKoPart(QString*) const () from /nix/store/bldry8y6h7hrxmy13vkkx1swynq9bqib-calligra-2.6.0/lib/libkomain.so.11
#12 0x00007f33c587b418 in KoApplication::start() () from /nix/store/bldry8y6h7hrxmy13vkkx1swynq9bqib-calligra-2.6.0/lib/libkomain.so.11
#13 0x00007f33c5be8626 in kdemain () from /nix/store/bldry8y6h7hrxmy13vkkx1swynq9bqib-calligra-2.6.0/lib/libkdeinit4_calligrawords.so
#14 0x00007f33bfaefe5d in __libc_start_main () from /nix/store/cj7a81wsm1ijwwpkks3725661h3263p5-glibc-2.13/lib64/libc.so.6
#15 0x0000000000400a51 in _start ()

Reported using DrKonqi
Comment 1 Camilla Boemann 2013-02-16 22:18:43 UTC
you have 2.4.2 installed as well, please clean up your installation and it should work
Comment 2 Vladimír Čunát 2013-02-16 23:09:57 UTC
Oh, thanks, I should have noticed that. I didn't expect calligra to run executables from $PATH but from its directory... I suppose you don't know of a simple way to hardcode the paths that calligra searches when run?
Comment 3 Camilla Boemann 2013-02-16 23:12:07 UTC
Nope, Calligra is not co-installable with different versions, sorry
Comment 4 Vladimír Čunát 2013-02-17 10:46:11 UTC
Well, our approach is a bit different... and all the thousands of packages *are* installable in any amount of versions and configurations :-) I'll try to figure out a good way, never mind.