[ooo-build] [Issue 108106] OOo fails to start if user home is on a cifs mounted volume

cmc at openoffice.org cmc at openoffice.org
Fri May 28 00:39:36 PDT 2010


To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108106





------- Additional comments from cmc at openoffice.org Fri May 28 07:39:35 +0000 2010 -------
6137  21:23:32.640752 open("/home/students/extra/ddonald/.execoooNaOh2T",
O_RDWR|O_CREAT|O_EXCL, 0600) = 22
6137  21:23:32.641888 unlink("/home/students/extra/ddonald/.execoooNaOh2T") = 0
6137  21:23:32.642509 ftruncate(22, 4096) = -1 ENOENT (No such file or directory)
6137  21:23:32.643109 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_SHARED, 22, 0)
= 0xb0167000
6137  21:23:32.643245 mmap2(NULL, 4096, PROT_READ|PROT_EXEC, MAP_SHARED, 22, 0)
= 0xb0166000

The ftruncate should have worked, but it didn't. We now check for ftruncate
failure in HEAD, so the attached backport from issue i105828 will likely fix
this problem in the sense that it will refuse to continue to mmap afterwards and
try a different location (/tmp) for the required foo. If so this can be
considered a duplicate of issue 105828

Probably best if someone in Novell files something against their samba component
to check if that initial ftruncate should really have failed and why.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification


More information about the ooo-build mailing list