Hi Mikhail,
I'm very sorry for the mistake, an attempt, which follows the
"Debugging#gdb_invocation" entry in OOo wiki results in the console
output as in the attachment.
It looks like a shared library called libi18nisolang1gcc3.so was not
found. Since I only used the "core" and "system" OOo source code tar
balls to make the build, do you think this is possibly because I did not
include the "l10n" source code in the build? Please excuse me for the
somewhat low efficiency caused by my lack of experience developing in
linux..
Best Regards,
Felix.
Mikhail Voitenko
Hi Felix,
Thank you for the stacks. I will investigate the stack for i63661.
Could you please send me more information regarding the crash related
to i75314. It would be great if you could start the office in debugger
and provide the stack. By the way, are you sure that you are starting
the correct office. In your log the office is started with "soffice"
command, it is better to start it with explicit path "./soffice" on
linux, otherwise another office installation could be started
depending on the value of "PATH" variable.
Thanks,
Mikhail.
[EMAIL PROTECTED] program]# ./soffice.bin
./soffice.bin: error while loading shared libraries: libi18nisolang1gcc3.so:
cannot open shared object file: No such file or directory
[EMAIL PROTECTED] program]# gdb ./soffice.bin
GNU gdb Red Hat Linux (6.6-8.fc7rh)
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i386-redhat-linux-gnu"...
(no debugging symbols found)
Using host libthread_db library "/lib/libthread_db.so.1".
(gdb) handle SIGPWR nostop noprint
Signal Stop Print Pass to program Description
SIGPWR No No Yes Power fail/restart
(gdb) handle SIGXCPU nostop noprint
Signal Stop Print Pass to program Description
SIGXCPU No No Yes CPU time limit exceeded
(gdb) handle SIG33 nostop noprint
Signal Stop Print Pass to program Description
SIG33 No No Yes Real-time event 33
(gdb) run -norestore -writer
Starting program: /home/zxf/office/program/soffice.bin -norestore -writer
(no debugging symbols found)
(no debugging symbols found)
/home/zxf/office/program/soffice.bin: error while loading shared libraries:
libi18nisolang1gcc3.so: cannot open shared object file: No such file or
directory
Program exited with code 0177.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]