Issue 35672 - m56 crashes on startup (UILocale missing) with my private build
Summary: m56 crashes on startup (UILocale missing) with my private build
Status: CLOSED DUPLICATE of issue 34453
Alias: None
Product: General
Classification: Code
Component: code (show other issues)
Version: 680m56
Hardware: All All
: P2 Trivial (vote)
Target Milestone: ---
Assignee: joerg.barfurth
QA Contact: issues@framework
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-17 17:22 UTC by joergbudi
Modified: 2004-10-18 13:32 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 joergbudi 2004-10-17 17:22:45 UTC
Hi Joerg,

my on linux x86 privately built 680m56 crashes on startup when
desktop/source/app/langselect.cxx tries to retrieve the UILocale configuration
element (see LanguageSelection::getUserLanguage() ). Because no Linguistic.xcu
exists in share/registry/data/..., a nosuchelement exception is thrown, which is
not caught.

I have not checked whether it exists in the official build (I guess not), I
currently configure simply with 

 ./configure --with-ant-home=/home/software/ant --enable-fontconfig

and set later 

setenv common_build_srs "TRUE"

because otherwise scp output is crippled. So I guess, there 2 problems :

1) langselect.cxx is not robust enough vs. crippled configuration.
2) Why is this part missing in my configuration.

When I catch and ignore the exception in langselect.cxx, OOo starts fine.

Bye, Joerg
Comment 1 joerg.barfurth 2004-10-18 08:43:38 UTC
This is a known issue: duplicate to issue 34453. 

There is a workaround: Delete your user installation. Basically this is (or
should be) recommended practice when switching between development versions. See
also issue 35411.

BTW: The missing entry is defined in Linguistics.xcs (in
share/registry/schema/..). The configuration does not support timestamp tracking
for xcs files, as schemas are not supposed to be changed. But of course that
only holds true after a release.

*** This issue has been marked as a duplicate of 34453 ***
Comment 2 joerg.barfurth 2004-10-18 13:32:40 UTC
closing duplicate