From koffice Tue Jun 22 15:40:43 1999 From: Reginald Stadlbauer Date: Tue, 22 Jun 1999 15:40:43 +0000 To: koffice Subject: embedding parts X-MARC-Message: https://marc.info/?l=koffice&m=93006831301596 Hi! Now I was able to fix the problems with embedding parts in KPresenter (activating AND deactivating works now without crashing :-). But when loading a KPresenter doc with an embedded KSpread table I get: uncaught MICO exception: IDL:omg.org/CORBA/COMM_FAILURE:1.0 (0, maybe-completed) Program received signal SIGABRT, Aborted. 0x15559014748 in __kill () at __kill:2 __kill:2: No such file or directory. Current language: auto; currently c (gdb) bt #0 0x15559014748 in __kill () at __kill:2 #1 0x15559014578 in raise (sig=6) at ../sysdeps/posix/raise.c:27 #2 0x15559015bc0 in abort () at ../sysdeps/generic/abort.c:83 #3 0x15557e49ad8 in __default_terminate () #4 0x15557e49afc in __terminate () #5 0x15557e49eac in __sjthrow () #6 0x15557c61d74 in CORBA::Exception::_terminate_handler () #7 0x15557e49afc in __terminate () #8 0x15557e49eac in __sjthrow () #9 0x15557c659c4 in CORBA::COMM_FAILURE::_throwit () #10 0x15558506618 in mico_throw (ex=@0x1206c9eb0) at /usr/local/include/mico/throw.h:71 #11 0x15558506928 in mico_sii_throw (r=0x11fffb780) at /usr/local/include/mico/throw.h:111 #12 0x1555850b924 in KDED::Trader_stub::fastQuery (this=0x1206d8000, servicetype=0x1206c8f50, constraint=0x1206c8730, preferences=0x12064a110) at kded.cc:746 #13 0x1555844cd80 in KRemoteTrader::query (this=0x12064a990, _servicetype=@0x11fffbbf0, _constraint=@0x11fffbc10, _preferences=@0x15556f9eca8) at ktrader.cc:190 #14 0x15555932d14 in KoDocumentEntry::query (_constr=0x1206ccca0 "H´\032YU\001") at koQueryTrader.cc:190 #15 0x1555593296c in KoDocumentEntry::queryByMimeType ( mimetype=0x1206cdc30 "application/x-kspread") at koQueryTrader.cc:172 #16 0x155558724e8 in KoDocumentChild::loadDocument (this=0x1206d55a0, _store=0x11fffc5e8, _format=0x1206cdc30 "application/x-kspread") at koDocument.cc:201 #17 0x1200cb8c8 in KPresenterDoc::loadChildren (this=0x120645a80, _store=0x11fffc5e8) at kpresenter_doc.cc:469 #18 0x15555877aec in KoDocument::loadFromURL (this=0x120646178, _url=0x1206f4b50 " \201x \001") at koDocument.cc:595 #19 0x1200cba30 in KPresenterDoc::load_template (this=0x120645a80, _url=@0x11fffe828) at kpresenter_doc.cc:505 #20 0x1200d55a8 in KPresenterDoc::insertNewTemplate (this=0x120645a80, clean=false) at kpresenter_doc.cc:1472 #21 0x12010d8d4 in KPresenterDoc::initDoc (this=0x120645a80) at kpresenter_doc.h:115 #22 0x1201214f0 in KPresenterShell::newDocument (this=0x120625c90) at kpresenter_shell.cc:151 #23 0x15555921718 in KoApplication::start (this=0x11fffece0) at koApplication.cc:75 #24 0x155560d32a8 in KOMApplication::exec (this=0x11fffece0) at komApplication.cc:79 #25 0x1200b5104 in main (argc=1, argv=0x11fffefc0) at kpresenter_main.cc:50 Any ideas? -- Reggie