[udk-issues] [Issue 101278] unxlngx6 smoketest jvmfwk crash

2009-07-16 Thread jl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=101278





--- Additional comments from j...@openoffice.org Thu Jul 16 08:48:13 + 
2009 ---


Setup to reproduce: 

Run the smoketest until it crashes. Then OOo will not be uninstalled and resider
in /tmp/OpenOffice. Or can run dmake noremove=1 in smoketestoo_native. (I didn't
try the latter). The smoketest will have several Basic macros installed in
OOo. Open the macro dialog and run StartTestWithDefaultOptions. This can be
repeated until the error occurs.

In order to debug change the line in the soffice script which starts the
soffice.
- $sd_prog/$sd_binary $@ 
+ gdb $sd_prog/$sd_binary $@


__xmlParserInputBufferCreateFilename (
URI=0x7f1449b9eb58
/tmp/OpenOffice/UserInstallation/user/config/javasettings_Linux_X86_64.xml,
enc=XML_CHAR_ENCODING_NONE) at xmlIO.c:2408
2408if (((z_stream *)context)-avail_in  4) {
(gdb) where
#0  __xmlParserInputBufferCreateFilename (
URI=0x7f1449b9eb58
/tmp/OpenOffice/UserInstallation/user/config/javasettings_Linux_X86_64.xml,
enc=XML_CHAR_ENCODING_NONE) at xmlIO.c:2408
#1  0x7f1441bbcdbb in xmlNewInputFromFile__internal_alias 
(ctxt=0x7f14280caeb8,
filename=0x7f1449b9eb58
/tmp/OpenOffice/UserInstallation/user/config/javasettings_Linux_X86_64.xml)
at parserInternals.c:1462
#2  0x7f1441bbfab4 in xmlCreateURLParserCtxt__internal_alias (
filename=0x7f1449b9eb58
/tmp/OpenOffice/UserInstallation/user/config/javasettings_Linux_X86_64.xml,
options=0) at parser.c:12308
#3  0x7f1441bd53cd in xmlSAXParseFileWithData__internal_alias (sax=0x0,
filename=0x7f1449b9eb58
/tmp/OpenOffice/UserInstallation/user/config/javasettings_Linux_X86_64.xml,
recovery=0, data=0x0) at parser.c:12368
#4  0x7f1444a98921 in jfw::NodeJava::prepareSettingsDocument
(this=0x7fff51d56a20)


context in non-null, however accessing the member avail_in will bring a message
in gdb, telling that this memory cannot be accessed.

context will be obtained by

for (i = xmlInputCallbackNr - 1;i = 0;i--) {
if ((xmlInputCallbackTable[i].matchcallback != NULL) 
(xmlInputCallbackTable[i].matchcallback(URI) != 0)) {
context = xmlInputCallbackTable[i].opencallback(URI);
if (context != NULL) {
break;
}
}
}

As it happens opencallback is xmlGzfileOpen (xmlIO.c in libxml2).

See also xmlRegisterDefaultInputCallbacks(void) where the callbacks are
registered in a determined way.

xmlGzfileOpen calls xmlGzfileOpen_real where eventually gzdopen is called.

static void *
xmlGzfileOpen_real (const char *filename) {
const char *path = NULL;
gzFile fd;

if (!strcmp(filename, -)) {
fd = gzdopen(dup(0), rb);
return((void *) fd);
}

gzdopen returns then a pointer which represents the context.  So the conclusion
is that something goes wrong with libz.so which is used from the system. In this
case its a libz.so.1.2.3.3. Changing this lib against one from a different
system did not help. The other library had the same version but was different in
size.

If libxml2 is build without using libz then the gzdopen function is not used of
course. This can be achieved by adding the configure switch --with-zlib=no in
libxml2/makefile.mk.

Using the libxml2 without libz made that I could not reproduce the crash anymore
by running the smoketest.








-
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...@udk.openoffice.org
For additional commands, e-mail: issues-h...@udk.openoffice.org


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



[udk-issues] [Issue 101278] unxlngx6 smoketest jvmfwk crash

2009-07-16 Thread jl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=101278


User jl changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |DUPLICATE





--- Additional comments from j...@openoffice.org Thu Jul 16 09:03:51 + 
2009 ---
.

*** This issue has been marked as a duplicate of 103585 ***

-
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...@udk.openoffice.org
For additional commands, e-mail: issues-h...@udk.openoffice.org


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



[udk-issues] [Issue 101278] unxlngx6 smoketest jvmfwk crash

2009-07-16 Thread jl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=101278


User jl changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from j...@openoffice.org Thu Jul 16 09:05:13 + 
2009 ---
.

-
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...@udk.openoffice.org
For additional commands, e-mail: issues-h...@udk.openoffice.org


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



[udk-issues] [Issue 101278] unxlngx6 smoketest jvmfwk crash

2009-07-14 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=101278


User cloph changed the following:

What|Old value |New value

  CC|'cd,cli,kz'   |'cd,cli,cloph,kz'





--- Additional comments from cl...@openoffice.org Tue Jul 14 08:49:53 + 
2009 ---
@cli:

Please disable smoketest on the box as long as this issue occurs.

-
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...@udk.openoffice.org
For additional commands, e-mail: issues-h...@udk.openoffice.org


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



[udk-issues] [Issue 101278] unxlngx6 smoketest jvmfwk crash

2009-07-13 Thread cd
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=101278


User cd changed the following:

What|Old value |New value

  CC|'cli,kz'  |'cd,cli,kz'





--- Additional comments from c...@openoffice.org Mon Jul 13 15:24:05 + 
2009 ---
cd: Set myself on CC.

-
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...@udk.openoffice.org
For additional commands, e-mail: issues-h...@udk.openoffice.org


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



[udk-issues] [Issue 101278] unxlngx6 smoketest jvmfwk crash

2009-07-03 Thread cli
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=101278





--- Additional comments from c...@openoffice.org Fri Jul  3 11:15:09 + 
2009 ---
This issue renders the test results of the Ubuntu-8.04 Buildbot unusable so
please fix this ASAP!

-
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...@udk.openoffice.org
For additional commands, e-mail: issues-h...@udk.openoffice.org


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



[udk-issues] [Issue 101278] unxlngx6 smoketest jvmfwk crash

2009-06-17 Thread jl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=101278


User jl changed the following:

What|Old value |New value

  Status|NEW   |STARTED

Target milestone|---   |OOo 3.2





--- Additional comments from j...@openoffice.org Wed Jun 17 12:54:00 + 
2009 ---
.

-
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...@udk.openoffice.org
For additional commands, e-mail: issues-h...@udk.openoffice.org


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



[udk-issues] [Issue 101278] unxlngx6 smoketest jvmfwk crash

2009-05-20 Thread kz
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=101278


User kz changed the following:

What|Old value |New value

  CC|'cli' |'cli,kz'





--- Additional comments from k...@openoffice.org Wed May 20 13:04:52 + 
2009 ---
CCed: kz

-
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...@udk.openoffice.org
For additional commands, e-mail: issues-h...@udk.openoffice.org


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



[udk-issues] [Issue 101278] unxlngx6 smoketest jvmfwk crash

2009-05-13 Thread cli
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=101278


User cli changed the following:

What|Old value |New value

Priority|P3|P2





--- Additional comments from c...@openoffice.org Wed May 13 14:23:54 + 
2009 ---
Also applies to m48.

-
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...@udk.openoffice.org
For additional commands, e-mail: issues-h...@udk.openoffice.org


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



[udk-issues] [Issue 101278] unxlngx6 smoketest jvmfwk crash

2009-04-22 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=101278
 Issue #|101278
 Summary|unxlngx6 smoketest jvmfwk crash
   Component|udk
 Version|DEV300m46
Platform|Opteron/x86_64
 URL|
  OS/Version|Linux
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|jl
 Reported by|sb





--- Additional comments from s...@openoffice.org Wed Apr 22 13:58:38 + 
2009 ---
The Ubuntu-8.04-amd64 tinderbox build of (DEV300m46 based) CWS sb107 failed
during smoketest
(http://tinderbox.go-oo.org/tinder.cgi?tree=sb107start-time=1240117802display-hours=50).
 However, all of the Ubuntu-8.04-amd64 builds 768, 771--774 failed during
smoketest with the very same error

---8---
TestLog -- Version: 1.6
error: Database: the test was not complete! open or services possibly failed!
smoketest: ERROR: Error during testing
no deinstallation from /tmp/OpenOffice/
FAILURE: smoketest aborted.
dmake:  Error code 5, while making 'make_test'
ERROR: Error 65280 occurred while making
/space/termite/slavedir/Ubuntu-64-Sun/workdir/smoketestoo_native
---8---

Debugging this with a CWS sb107 based DEV300m46 unxlngx6.pro build on the
tinderbox machine showed that sometimes (ca. half the time) the call of
GetConnection at tags/DEV300_m46/smoketestoo_native/data/scripts/Test_DB.xba l.
37 causes a SIGSEGV with the attached stack.txt.

-
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...@udk.openoffice.org
For additional commands, e-mail: issues-h...@udk.openoffice.org


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



[udk-issues] [Issue 101278] unxlngx6 smoketest jvmfwk crash

2009-04-22 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=101278





--- Additional comments from s...@openoffice.org Wed Apr 22 13:59:50 + 
2009 ---
Created an attachment (id=61732)
stack trace


-
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...@udk.openoffice.org
For additional commands, e-mail: issues-h...@udk.openoffice.org


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



[udk-issues] [Issue 101278] unxlngx6 smoketest jvmfwk crash

2009-04-22 Thread cli
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=101278


User cli changed the following:

What|Old value |New value

  CC|''|'cli'





-
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...@udk.openoffice.org
For additional commands, e-mail: issues-h...@udk.openoffice.org


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