On Wed, Aug 03, 2011 at 10:42:55PM +0200, Lionel Elie Mamane wrote:
On Wed, Aug 03, 2011 at 04:51:13PM +0100, Caolán McNamara wrote:
What are your configure options for me to see if I can replicate this ?
Looks like evilness which should be fixed.
I'm in a similar situation on master branch, but for me the smoketest
fails in officeconnection.cxx in function OfficeConnection::setUp(),
at that assertion:
for (;;) {
try {
context_ =
css::uno::Reference< css::uno::XComponentContext >(
resolver->resolve(
rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("uno:"))
+
desc +
rtl::OUString(
RTL_CONSTASCII_USTRINGPARAM(
";urp;StarOffice.ComponentContext"))),
css::uno::UNO_QUERY_THROW);
break;
} catch (css::connection::NoConnectException &) {}
if (process_ != 0) {
TimeValue delay = { 1, 0 }; // 1 sec
CPPUNIT_ASSERT_EQUAL(
osl_Process_E_TimedOut,
osl_joinProcessWithTimeout(process_, &delay));
}
}
(..) the assertion succeeds several times, and then
finally fails, when the return value of the function call becomes
osl_Process_E_None (that is, 0).
Forgot to write: I configured with
'--prefix=/home/master/src/libreoffice/usr/' '--verbose'
'--with-num-cpus=2' '--with-max-jobs=2' '--enable-debug'
'--enable-dbgutil' '--enable-crashdump' '--enable-dependency-tracking'
'--with-extension-integration' '--with-system-libs'
'--without-system-mozilla' '--with-build-version=(LEM development build)'
'--with-system-odbc' '--with-system-sane-header'
'--with-system-xrender-headers' '--disable-zenity' '--enable-gcjaot'
'--enable-ext-report-builder' '--without-system-jars'
'--with-openldap' '--without-system-lpsolve'
'--enable-ext-mysql-connector' '--with-system-mysql'
Compiler:
gcc (Debian 4.6.1-5) 4.6.1
Environment: Debian GNU/Linux squeeze (stable) and sid (unstable) mix
--
Lionel
Context
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.