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





------- Additional comments from s...@openoffice.org Thu Sep 23 11:44:59 +0000 
2010 -------
A similar problem occurred at
<http://termite.services.openoffice.org/buildbot/builders/Ubuntu-8.04-amd64/builds/2468>
on DEV300_m88 based CWS sb123subsequenttests for
xmloff.Impress.XMLStylesImporter::com::sun::star::lang::XInitialization:

[...]
33: Creating: xmloff.Impress.XMLStylesImporter
33: LOG> Log started 23.08.2010 - 06:07:47
33: LOG> creating an impress document
33: LOG> creating a test environment
33: LOG> creating a new environment for Paragraph object
33: LOG> Styles before:
33: LOG>   standard
33: LOG>   objectwitharrow
33: LOG>   objectwithshadow
33: LOG>   objectwithoutfill
33: LOG>   text
33: LOG>   textbody
33: LOG>   textbodyjustfied
33: LOG>   textbodyindent
33: LOG>   title
33: LOG>   title1
33: LOG>   title2
33: LOG>   headline
33: LOG>   headline1
33: LOG>   headline2
33: LOG>   measure
33: Environment created
33: LOG> Log started 23.08.2010 - 06:07:48
33: checking:
[xmloff.Impress.XMLStylesImporter::com::sun::star::lang::XInitialization] is
iface: [com.sun.star.lang.XInitialization] testcode: [ifc.lang._XInitialization]
33: LOG> Execute: initialize()
33: LOG> calling method with valid arguments...
33: Using new Object[0] as Argument
33: Method initialize() finished with state OK
33: LOG> initialize(): PASSED.OK
33: LOG>     disposing document 
33: X-Error: BadAlloc (insufficient resources for operation)
33:     Major opcode: 53 (X_CreatePixmap)
33:     Resource ID:  0x50
33:     Serial No:    102353 (102353)
33: These errors are reported asynchronously,
33: set environment variable SAL_SYNCHRONIZE to 1 to help debugging
FreeFontPath: FPE "/usr/share/fonts/X11/misc" refcount is 2, should be 1; 
fixing.
33: Application Error***** State for
xmloff.Impress.XMLStylesImporter::com::sun::star::lang::XInitialization ******
33: Whole interface: PASSED.OK
33:
**********************************************************************************************
33: LOG> Log started 23.08.2010 - 06:07:48
33: Creating: xmloff.Impress.XMLStylesImporter
33: LOG> Log started 23.08.2010 - 06:07:48
33: LOG> creating an impress document
33: com.sun.star.lang.DisposedException: java_remote_bridge
com.sun.star.lib.uno.bridges.java_remote.java_remote_bri...@7786df0f is disposed
33: LOG>        at
com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge.checkDisposed(java_remote_bridge.java:702)
33: LOG>        at
com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge.sendRequest(java_remote_bridge.java:621)
33: LOG>        at
com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.request(ProxyFactory.java:151)
33: LOG>        at
com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.invoke(ProxyFactory.java:133)
33: LOG>        at $Proxy10.loadComponentFromURL(Unknown Source)
33: LOG>        at util.SOfficeFactory.openDoc(SOfficeFactory.java:594)
33: LOG>        at util.SOfficeFactory.createImpressDoc(SOfficeFactory.java:192)
33: LOG>        at
mod._xmloff.Impress.XMLStylesImporter.initialize(XMLStylesImporter.java:84)
33: LOG>        at lib.TestCase.initializeTestCase(TestCase.java:79)
33: LOG>        at base.java_fat.getEnv(java_fat.java:465)
33: LOG>        at base.java_fat.executeTest(java_fat.java:221)
33: LOG>        at org.openoffice.Runner.run(Runner.java:240)
33: LOG>        at org.openoffice.xmloff.qa.unoapi.Test.test(Test.java:44)
33: LOG>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
33: LOG>        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
33: LOG>        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
33: LOG>        at java.lang.reflect.Method.invoke(Method.java:585)
33: LOG>        at
org.junit.internal.runners.TestMethodRunner.executeMethodBody(TestMethodRunner.java:99)
33: LOG>        at
org.junit.internal.runners.TestMethodRunner.runUnprotected(TestMethodRunner.java:81)
33: LOG>        at
org.junit.internal.runners.BeforeAndAfterRunner.runProtected(BeforeAndAfterRunner.java:34)
33: LOG>        at
org.junit.internal.runners.TestMethodRunner.runMethod(TestMethodRunner.java:75)
33: LOG>        at
org.junit.internal.runners.TestMethodRunner.run(TestMethodRunner.java:45)
33: LOG>        at
org.junit.internal.runners.TestClassMethodsRunner.invokeTestMethod(TestClassMethodsRunner.java:66)
33: LOG>        at
org.junit.internal.runners.TestClassMethodsRunner.run(TestClassMethodsRunner.java:35)
33: LOG>        at
org.junit.internal.runners.TestClassRunner$1.runUnprotected(TestClassRunner.java:42)
33: LOG>        at
org.junit.internal.runners.BeforeAndAfterRunner.runProtected(BeforeAndAfterRunner.java:34)
33: LOG>        at 
org.junit.internal.runners.TestClassRunner.run(TestClassRunner.java:52)
33: LOG>        at 
org.junit.internal.runners.CompositeRunner.run(CompositeRunner.java:29)
33: LOG>        at org.junit.runner.JUnitCore.run(JUnitCore.java:130)
33: LOG>        at org.junit.runner.JUnitCore.run(JUnitCore.java:109)
33: LOG>        at org.junit.runner.JUnitCore.run(JUnitCore.java:100)
33: LOG>        at org.junit.runner.JUnitCore.runMain(JUnitCore.java:81)
33: LOG>        at org.junit.runner.JUnitCore.main(JUnitCore.java:44)
33: Couldn't create document
[...]

X11's CreatePixmap takes arguments "width, height: CARD16"
(<ftp://ftp.x.org/pub/X11R7.0/doc/PDF/proto.pdf>), so what might happen here is
that those are wrong values (for whatever reason) whose product is so large as
to let the server complain Alloc.

Worked around for now by disabling the test as
<http://hg.services.openoffice.org/cws/sb123/rev/46110d9efe59>; please also
revert when fixing this issue.

---------------------------------------------------------------------
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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@xml.openoffice.org
For additional commands, e-mail: issues-h...@xml.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to