Issue 53561 - Crashes on startup with SAL_ENABLE_FILE_LOCKING
Summary: Crashes on startup with SAL_ENABLE_FILE_LOCKING
Status: CLOSED IRREPRODUCIBLE
Alias: None
Product: General
Classification: Code
Component: code (show other issues)
Version: 680m79
Hardware: All Linux, all
: P3 Trivial (vote)
Target Milestone: ---
Assignee: thorsten.martens
QA Contact: issues@framework
URL:
Keywords: needmoreinfo
Depends on:
Blocks:
 
Reported: 2005-08-20 00:29 UTC by mino38
Modified: 2005-11-25 11:19 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description mino38 2005-08-20 00:29:45 UTC
If the user's home directory is on an NFS 3 share, openoffice2 apps crash on
startup.

oowriter2, oographics2, oocalc2 crash after splash screen, with:
terminate called after throwing an instance of
'com::sun::star::configuration::backend::BackendAccessException'

ooimpress2 crashes after project selection screen, with the same error.

Repeatability: every time

Fix: Problems disappear completely with:

/usr/lib/openoffice2/programs/soffice:
64,65c64,65
< SAL_ENABLE_FILE_LOCKING=1
< export SAL_ENABLE_FILE_LOCKING
---
> #SAL_ENABLE_FILE_LOCKING=1
> #export SAL_ENABLE_FILE_LOCKING

At least, this issue should be detected and locking functionality should be
disabled, instead of producing an obscure error message.

[ben@java program] $ ooffice2 --version
This is OpenOffice.org built with ooo-build-1.9.79.2
Comment 1 Olaf Felka 2005-08-22 08:48:30 UTC
Please be more detailed: which distribution? where downloaded from? checksummed?
Reproducible with the newest OOo build? "This is OpenOffice.org built with
ooo-build-1.9.79.2"! Now we are opn build 1.9.122!
Comment 2 thorsten.martens 2005-11-25 11:19:33 UTC
closed