https://bugs.freedesktop.org/show_bug.cgi?id=58786

--- Comment #20 from mar...@spampit.retsiemuab.de ---
I can confirm this bug.

Ubuntu 12.10; AMD 64 bit; LibreOffice Version 3.6.2.2 (Build ID:
360m1(Build:2))

Since LibreOffice does not seem to have a debug mode, I straced it.

$ strace -f -e open,stat,lstat,fstat,process libreoffice

[ignore all the startup into its start screen]

This is what one gets if one selects File->Wizards->Euro Converter

[pid  5794]
lstat("/usr/lib/libreoffice/program/../program/resource/euren-US.res",
{st_mode=S_IFREG|0644, st_size=4656, ...}) = 0
[pid  5794]
open("/usr/lib/libreoffice/program/../program/resource/euren-US.res", O_RDONLY)
= 34
[pid  5794] fstat(34, {st_mode=S_IFREG|0644, st_size=4656, ...}) = 0
[pid  5794]
open("/D:/office630np/share/template/german/wizard/bitmap/euro_2.bmp",
O_RDONLY|O_EXCL) = -1 ENOENT (No such file or directory)
[pid  5794] lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
[pid  5794] lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
[pid  5794] lstat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=102400, ...}) = 0
[pid  5794] lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
[pid  5794] lstat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=102400, ...}) = 0
[pid  5794] lstat("/usr/lib/libreoffice", {st_mode=S_IFDIR|0755, st_size=4096,
...}) = 0
[pid  5794] lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
[pid  5794] lstat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=102400, ...}) = 0
[pid  5794] lstat("/usr/lib/libreoffice", {st_mode=S_IFDIR|0755, st_size=4096,
...}) = 0
[pid  5794] lstat("/usr/lib/libreoffice/program", {st_mode=S_IFDIR|0755,
st_size=36864, ...}) = 0
[pid  5794] lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
[pid  5794] lstat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=102400, ...}) = 0
[pid  5794] lstat("/usr/lib/libreoffice", {st_mode=S_IFDIR|0755, st_size=4096,
...}) = 0
[pid  5794] lstat("/usr/lib/libreoffice/program", {st_mode=S_IFDIR|0755,
st_size=36864, ...}) = 0
[pid  5794] lstat("/usr/lib/libreoffice/program/libtklo.so",
{st_mode=S_IFREG|0644, st_size=3890336, ...}) = 0
[pid  5794] lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
[pid  5794] lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
[pid  5794] lstat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=102400, ...}) = 0
[pid  5794] lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
[pid  5794] lstat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=102400, ...}) = 0
[pid  5794] lstat("/usr/lib/libreoffice", {st_mode=S_IFDIR|0755, st_size=4096,
...}) = 0
[pid  5794] lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
[pid  5794] lstat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=102400, ...}) = 0
[pid  5794] lstat("/usr/lib/libreoffice", {st_mode=S_IFDIR|0755, st_size=4096,
...}) = 0
[pid  5794] lstat("/usr/lib/libreoffice/program", {st_mode=S_IFDIR|0755,
st_size=36864, ...}) = 0
[pid  5794] lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
[pid  5794] lstat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=102400, ...}) = 0
[pid  5794] lstat("/usr/lib/libreoffice", {st_mode=S_IFDIR|0755, st_size=4096,
...}) = 0
[pid  5794] lstat("/usr/lib/libreoffice/program", {st_mode=S_IFDIR|0755,
st_size=36864, ...}) = 0
[pid  5794] lstat("/usr/lib/libreoffice/program/libtklo.so",
{st_mode=S_IFREG|0644, st_size=3890336, ...}) = 0
[pid  5794] lstat("/home/baumeist/Dokumente", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
[pid  5794]
lstat("/usr/lib/libreoffice/program/../share/template/en-US/../wizard/bitmap",
{st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
[pid  5794]
open("/usr/lib/libreoffice/program/../share/template/en-US/../wizard/bitmap/euro_2.bmp",
O_RDONLY|O_EXCL) = 44

[BTW, opening a file on "D:" under Linux?]

and this is what one gets when selecting File->Wizards->Document Converter

[pid  5794]
lstat("/usr/lib/libreoffice/program/../share/template/en-US/../wizard/bitmap",
{st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0

Looks as if something is amiss. Any suggestions as to what to strace for? Does
anyone need the strace dump from startup?

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to