Hi brent, On Tue, Sep 06, 2005 at 11:55:32 -0700, brent sirna wrote:
> I posted this message in the oocalc forum but this maybe a better place > for it. Indeed.. developers usually don't read web fora. > I would like to help in resolving this problem. Please let me > know if I can supply you with any information. Or information on > compiling oocalc for debugging. For core related problems most times it is sufficient to have the core/data directory compiled with debug info, and maybe the core/tool directory too. cd <your-source-path>/sc/source/core/data dmake killobj dmake debug=true cd <your-source-path>/sc/source/core/tool dmake killobj dmake debug=true cd <your-source-path>/sc/util dmake debug=true You may then copy or ln -s the <your-source-path>/sc/unxlngi6.pro/lib/libsc680li.so to <your-ooo-installation>/program path. > Program received signal SIGINT, Interrupt. > 0xb0d81039 in ScProtectionAttr::PutValue(com::sun::star::uno::Any > const&, unsigned char) () > from /opt/OpenOffice.org/program/libsc680li.so > (gdb) cont > Continuing. > > Program received signal SIGINT, Interrupt. > 0xb0e574ec in SortedCollection::Search(DataObject*, unsigned short&) > const () from /opt/OpenOffice.org/program/libsc680li.so > (gdb) cont > Continuing. > > I hope this info helps. Not really.. we just see that ScProtectionAttr::PutValue() and SortedCollection::Search() are called multiple times. > If you require further information please let me know. If you don't get any further with debugging, please file an issue and attach the document to the issue. Thanks Eike P.S.: As you're not subscribed to the mailing list you were posting to, you will miss replies that are directed to the list only. When answering, please reply only to the list (Reply-To header is set), not to my personal account. Thanks. -- OOo/SO Calc core developer. Number formatter bedevilled I18N transpositionizer. GnuPG key 0x293C05FD: 997A 4C60 CE41 0149 0DB3 9E96 2F1A D073 293C 05FD --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
