Issue 23226 - error in test XSLT current document button on linux sparc fix111
Summary: error in test XSLT current document button on linux sparc fix111
Status: CLOSED FIXED
Alias: None
Product: porting
Classification: Code
Component: code (show other issues)
Version: OOo 1.1 RC5
Hardware: Sun Linux, all
: P3 Trivial (vote)
Target Milestone: OOo 2.0
Assignee: Martin Hollmichel
QA Contact: issues@porting
URL:
Keywords:
Depends on:
Blocks: 19756
  Show dependency tree
 
Reported: 2003-12-05 07:56 UTC by sparcmoz
Modified: 2004-04-26 23:23 UTC (History)
1 user (show)

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


Attachments
picture where it crashed (107.60 KB, image/png)
2003-12-05 07:57 UTC, sparcmoz
no flags Details
complete backtrace (6.92 KB, text/plain)
2003-12-05 07:58 UTC, sparcmoz
no flags Details
cd scp; patch -p0 < files.diff linux sparc java install (1.43 KB, patch)
2004-01-04 06:03 UTC, sparcmoz
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description sparcmoz 2003-12-05 07:56:05 UTC
Crash in Test XLSTs. cws_srx645_ooo111fix1

I guess this may be specific to the linux sparc port, 
any hints would be welcome.

I found this by qatesttool w_updt.bas w_001   tToolsXMLFilterSettings

+- Clicking 'Test XLSTs'-button.
 +-Press first 'Browse'-button on the 'Test XML Filter'-dialog.
  +- Closing 'FileOpen'-Dialog.
 +- Clicking on 'Current Document'-button.
Server Timeout while waiting for answer. Sequence No: 7213
--> --/home/jim/oo_r/qatesttool/global/tools/inc/t_xml_filter1.inc:
tToolsXMLFilterSettings()
--> --/home/jim/oo_r/qatesttool/writer/update/inc/w_001_.inc: w_001_()
--> /home/jim/oo_r/qatesttool/writer/update/w_updt.bas: main()

Did this by hand and got the attached backtrace, first few lines follow:
Stack:
/home/jim/OpenOffice.org1.1.0/program/libsal.so.3+0x24e20[0x70ccce20]
/lib/libpthread.so.0+0xa878[0x712e2878]
/lib/libc.so.6+0x32f10[0x7158ef10]
/home/jim/OpenOffice.org1.1.0/program/javavm.uno.so+0x905c[0x7808505c]
/home/jim/OpenOffice.org1.1.0/program/javavm.uno.so+0xa158[0x78086158]
/home/jim/OpenOffice.org1.1.0/program/javaloader.uno.so+0x3a5c[0x78067a5c]
/home/jim/OpenOffice.org1.1.0/program/javaloader.uno.so+0x5100[0x78069100]
/home/jim/OpenOffice.org1.1.0/program/libcppuhelpergcc3.so.3+0x38fd4(_ZN4cppu20OSingleFactoryHelper23createInstanceEveryTimeERKN3com3sun4star3uno9ReferenceINS4_17XComponentContextEEE+0x98)[0x70c3cfd4]
Comment 1 sparcmoz 2003-12-05 07:57:34 UTC
Created attachment 11774 [details]
picture where it crashed
Comment 2 sparcmoz 2003-12-05 07:58:14 UTC
Created attachment 11775 [details]
complete backtrace
Comment 3 sparcmoz 2004-01-02 05:58:13 UTC
a variation on this error:

jim@sun:~/OpenOffice.org1.1.1$ ./soffice&
[1] 20470
jim@sun:~/OpenOffice.org1.1.1$ java.lang.NoClassDefFoundError:
com/sun/star/comp/loader/JavaLoader
Trace Message: javaloader - could not init javaloader cause of javaloader
error - could not find class com/sun/star/comp/loader/JavaLoader
                                                                                
This error is made from the tools-XML Filter Settings - Test XSLTs - Current
Document button.
                                                                                
jim@sun:~/OpenOffice.org1.1.1/program$ grep javaloader *
instdb.ins:     Name             = "javaloader.uno.so";
Binary file javaloader.uno.so matches
                                                                                
Binary file services.rdb matches
setup.log:OK  copy  /tmp/sv001.tmp/javaloader.uno.so,
/home/jim/OpenOffice.org1.1.1/program/javaloader.uno.so, 12/28/03, 1:10:00
AM, ¼, FSysError = 0
setup.log:OK  register component: javaloader.uno.so : services.rdb
Binary file setup_services.rdb matches

All the stoc tests pass Ok except for these two:
jim@sun:/usr/local/645/stoc/unxlngs.pro/bin$ ./testregistry
Segmentation fault
jim@sun:/usr/local/645/stoc/unxlngs.pro/bin$ ./testinvocation
Bus error
                                                                                
Comment 4 sparcmoz 2004-01-04 06:00:58 UTC
now passed all stoc tests. 

needs a patch to scp/source/office/files.scp to let users  select a java home.
xslt then works OK. 

someone please approve & commit the attached patch.


Comment 5 sparcmoz 2004-01-04 06:03:05 UTC
Created attachment 12245 [details]
cd scp; patch -p0 < files.diff  linux sparc java install
Comment 6 khendricks 2004-01-04 15:38:01 UTC
Hi Jim, 
 
Approved. 
 
Kevin 
 
Comment 7 sparcmoz 2004-02-15 06:41:03 UTC
the attached files.diff patch committed in cws_src680_ooo20040225
Comment 8 sparcmoz 2004-04-09 05:32:51 UTC
The patch has been committed to cws_srx645_ooo112fix1
Comment 9 sparcmoz 2004-04-26 23:22:54 UTC
verifed in 112 (and 680)
Comment 10 sparcmoz 2004-04-26 23:23:54 UTC
closed