Bug 286528 - Calligra Flow seg-fault on startup
Summary: Calligra Flow seg-fault on startup
Status: RESOLVED UPSTREAM
Alias: None
Product: calligraflow
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR crash
Target Milestone: ---
Assignee: Yue Liu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-13 20:47 UTC by guyh2
Modified: 2011-11-16 16:36 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description guyh2 2011-11-13 20:47:29 UTC
Application: calligraflow (2.4 Beta 3)
KDE Platform Version: 4.7.2 (4.7.2)
Qt Version: 4.7.4
Operating System: Linux 3.0.0-12-generic i686
Distribution: Ubuntu 11.10

-- Information about the crash:
- What I was doing when the application crashed:

other apps running: Eclipse, Chromium, krdc, Dolphin, Knotes, Kmess
Calligra Flow (and other Calligra apps) seg faulted every time at startup 
Calligra suite newly installed from ppa

The crash can be reproduced every time.

-- Backtrace:
Application: Flow (calligraflow), signal: Segmentation fault
[KCrash Handler]
#7  QString::operator= (this=0xbfa9e628, other=...) at tools/qstring.cpp:1358
#8  0x06e1e751 in KXmlGuiVersionHandler::KXmlGuiVersionHandler (this=0xbfa9e624, files=...) at ../../kdeui/xmlgui/kxmlguiversionhandler.cpp:342
#9  0x06e0dc98 in KXMLGUIClient::findMostRecentXMLFile (files=..., doc=...) at ../../kdeui/xmlgui/kxmlguiclient.cpp:670
#10 0x00e5abff in KoMainWindow::KoMainWindow (this=0x8425d88, componentData=..., __in_chrg=<optimized out>, __vtt_parm=<optimized out>) at ../../../libs/main/KoMainWindow.cpp:235
#11 0x00e2986d in KoApplication::start (this=0xbfa9ea40) at ../../../libs/main/KoApplication.cpp:176
#12 0x00cd30cc in kdemain (argc=1, argv=0xbfa9eb44) at ../../../flow/part/main.cpp:38
#13 0x0804851b in main (argc=1, argv=0xbfa9eb44) at calligraflow_dummy.cpp:3

Reported using DrKonqi
Comment 1 guyh2 2011-11-14 11:17:54 UTC
a very similar trace from trying to start calligraTables


Application: Tables (calligratables), signal: Segmentation fault
[KCrash Handler]
#7  QString::operator= (this=0xbfe02e88, other=...) at tools/qstring.cpp:1358
#8  0x04606751 in KXmlGuiVersionHandler::KXmlGuiVersionHandler (this=0xbfe02e84, files=...) at ../../kdeui/xmlgui/kxmlguiversionhandler.cpp:342
#9  0x045f5c98 in KXMLGUIClient::findMostRecentXMLFile (files=..., doc=...) at ../../kdeui/xmlgui/kxmlguiclient.cpp:670
#10 0x00c7cbff in KoMainWindow::KoMainWindow (this=0x9b5ffb0, componentData=..., __in_chrg=<optimized out>, __vtt_parm=<optimized out>) at ../../../libs/main/KoMainWindow.cpp:235
#11 0x00c4b86d in KoApplication::start (this=0xbfe032a4) at ../../../libs/main/KoApplication.cpp:176
#12 0x006355df in kdemain (argc=1, argv=0xbfe033b4) at ../../tables/part/Main.cpp:41
#13 0x0804851b in main (argc=1, argv=0xbfe033b4) at calligratables_dummy.cpp:3
Comment 2 guyh2 2011-11-15 18:28:54 UTC
and a backtrace from Words whilst opening a .doc file


Application: Words (kdeinit4), signal: Segmentation fault
[KCrash Handler]
#7  QString::operator= (this=0xbfaf9b38, other=...) at tools/qstring.cpp:1358
#8  0x006b8751 in KXmlGuiVersionHandler::KXmlGuiVersionHandler (this=0xbfaf9b34, files=...) at ../../kdeui/xmlgui/kxmlguiversionhandler.cpp:342
#9  0x006a7c98 in KXMLGUIClient::findMostRecentXMLFile (files=..., doc=...) at ../../kdeui/xmlgui/kxmlguiclient.cpp:670
#10 0x02639bff in KoMainWindow::KoMainWindow (this=0x8497ea0, componentData=..., __in_chrg=<optimized out>, __vtt_parm=<optimized out>) at ../../../libs/main/KoMainWindow.cpp:235
#11 0x026085d4 in KoApplication::start (this=0xbfaf9f5c) at ../../../libs/main/KoApplication.cpp:221
#12 0x045a2b7a in kdemain (argc=2, argv=0x81e8a08) at ../../../words/part/main.cpp:41
#13 0x0804f762 in launch (argc=<optimized out>, _name=0x821dadc "calligrawords", args=<optimized out>, cwd=0x0, envc=0, envs=<optimized out>, reset_env=false, tty=0x0, avoid_loops=false, startup_id_str=0x821db27 "AMARI-UBUNTU;1321381482;385730;2013_TIME0") at ../../kinit/kinit.cpp:746
#14 0x08050afc in handle_launcher_request (sock=<optimized out>, who=<optimized out>) at ../../kinit/kinit.cpp:1238
#15 0x0805101f in handle_requests (waitForPid=<optimized out>) at ../../kinit/kinit.cpp:1431
#16 0x0804c130 in main (argc=137, argv=0x849c4f0, envp=0x849c170) at ../../kinit/kinit.cpp:1919
Comment 3 Sebastian Sauer 2011-11-16 16:36:31 UTC
Looks like a binary incompatible or a packaging issue of your distributor. Please proper update kdelibs if needed or compile calligra yourself ( http://community.kde.org/Calligra/Building ).