[gsl-issues] [Issue 74779] new javax.swing.JTree() fa ils with libvclplug_gtk

2007-03-20 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74779


User sb changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Tue Mar 20 12:26:32 + 
2007 ---
.

-
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 74779] new javax.swing.JTree() fa ils with libvclplug_gtk

2007-03-20 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74779


User sb changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |WONTFIX





--- Additional comments from [EMAIL PROTECTED] Tue Mar 20 12:25:54 + 
2007 ---
This is a duplicate to Sun CR 6515970, a problem in the loader, fixed in Solaris
Nevada build 57.  As a workaround, you can set the environment variable
LD_NOAUXFLTR=yes.  The problem is that the loader sometimes erroneously creates
an anonymous segment at address zero (which happens for example when OOo's
libvclplug_gtk680si.so is loaded), which causes the JVM's mechanism to
synthesize NullPointerExceptions from SIGSEGVs to fail.

-
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 74779] new javax.swing.JTree() fa ils with libvclplug_gtk

2007-03-19 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74779


User sb changed the following:

What|Old value |New value

  Status|NEW   |STARTED





--- Additional comments from [EMAIL PROTECTED] Mon Mar 19 14:21:31 + 
2007 ---
It appears to be some interference between libvclplug_gtk680si.so and the JVM,
when the JVM tries to synthesize NullPointerExceptions from SIGSEGVs.

-
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 74779] new javax.swing.JTree() fa ils with libvclplug_gtk

2007-03-19 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74779


User sb changed the following:

What|Old value |New value

 Assigned to|jl|sb

  Status|STARTED   |NEW





--- Additional comments from [EMAIL PROTECTED] Mon Mar 19 14:20:01 + 
2007 ---
I'm in contact with the Sun Java group to find out more.

-
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 74779] new javax.swing.JTree() fa ils with libvclplug_gtk

2007-03-15 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74779


User sb changed the following:

What|Old value |New value

  CC|'md'  |'hdu,md,pl'





--- Additional comments from [EMAIL PROTECTED] Thu Mar 15 10:06:26 + 
2007 ---
Some more information:

Using a 1.6.0-beta2 JVM with -Xint, a jstack on the hanging soffice.bin gives

---8<---
"Thread-113" prio=10 tid=0x08b1dc00 nid=0x1 runnable [0x08044000..0x080448c0]
   java.lang.Thread.State: RUNNABLE
at java.io.RandomAccessFile.getChannel(RandomAccessFile.java:251)
at sun.font.TrueTypeFont.open(TrueTypeFont.java:260)
- locked <0xd18f0048> (a sun.font.TrueTypeFont)
at sun.font.TrueTypeFont.verify(TrueTypeFont.java:382)
at sun.font.TrueTypeFont.(TrueTypeFont.java:159)
at sun.font.FontManager.registerFontFile(FontManager.java:986)
at sun.font.FontManager.initialiseDeferredFont(FontManager.java:932)
- locked <0xda13ffc0> (a java.lang.Class for sun.font.FontManager)
at 
sun.font.CompositeFont.doDeferredInitialisation(CompositeFont.java:236)
- locked <0xda13ffc0> (a java.lang.Class for sun.font.FontManager)
at sun.font.CompositeFont.getSlotFont(CompositeFont.java:316)
at sun.font.CompositeStrike.getStrikeForSlot(CompositeStrike.java:59)
at sun.font.CompositeStrike.getFontMetrics(CompositeStrike.java:75)
at
sun.font.FontDesignMetrics.initMatrixAndMetrics(FontDesignMetrics.java:345)
at sun.font.FontDesignMetrics.(FontDesignMetrics.java:336)
at sun.font.FontDesignMetrics.getMetrics(FontDesignMetrics.java:284)
at sun.swing.SwingUtilities2.getFontMetrics(SwingUtilities2.java:910)
at javax.swing.JComponent.getFontMetrics(JComponent.java:1572)
at
javax.swing.plaf.basic.BasicLabelUI.getPreferredSize(BasicLabelUI.java:227)
at javax.swing.JComponent.getPreferredSize(JComponent.java:1607)
at
javax.swing.tree.DefaultTreeCellRenderer.getPreferredSize(DefaultTreeCellRenderer.java:475)
at
javax.swing.plaf.basic.BasicTreeUI$NodeDimensionsHandler.getNodeDimensions(BasicTreeUI.java:2816)
at
javax.swing.tree.AbstractLayoutCache.getNodeDimensions(AbstractLayoutCache.java:475)
at
javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.updatePreferredSize(VariableHeightLayoutCache.java:1342)
at
javax.swing.tree.VariableHeightLayoutCache.rebuild(VariableHeightLayoutCache.java:720)
at
javax.swing.tree.VariableHeightLayoutCache.setModel(VariableHeightLayoutCache.java:91)
at javax.swing.plaf.basic.BasicTreeUI.setModel(BasicTreeUI.java:402)
at
javax.swing.plaf.basic.BasicTreeUI$Handler.propertyChange(BasicTreeUI.java:3424)
at
java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:339)
at
java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:276)
at java.awt.Component.firePropertyChange(Component.java:7802)
at javax.swing.JTree.setModel(JTree.java:857)
at javax.swing.JTree.(JTree.java:642)
at javax.swing.JTree.(JTree.java:539)
at JTreeComponent.run(JTreeComponent.java:16)
---8<---

Alternatively running truss -f soffice ends with thread 9718/1 successfully
opening and reading from
/usr/openwin/lib/locale/euro_fonts/X11/fonts/TrueType/ArialRegular.ttf and
/usr/openwin/lib/locale/ja/X11/fonts/TT/hggbsun.ttf, and then getting into 
endless

---8<---
9718/1: open64("/usr/openwin/lib/locale/ja/X11/fonts/TT/hgmlsun.ttf", 
O_RDONLY)
Err#2 ENOENT
9718/1: Incurred fault #6, FLTBOUNDS  %pc = 0xF2611A67
9718/1:   siginfo: SIGSEGV SEGV_ACCERR addr=0x
9718/1: Received signal #11, SIGSEGV [caught]
9718/1:   siginfo: SIGSEGV SEGV_ACCERR addr=0x
9718/1: lwp_sigmask(SIG_SETMASK, 0xFFBFFEFF, 0xFFF7) = 0xFFBFFEFF 
[0x]
9718/1: setcontext(0x08043C00)
9718/1: Incurred fault #6, FLTBOUNDS  %pc = 0xF2611BE4
9718/1:   siginfo: SIGSEGV SEGV_ACCERR addr=0x
9718/1: Received signal #11, SIGSEGV [caught]
9718/1:   siginfo: SIGSEGV SEGV_ACCERR addr=0x
9718/1: lwp_sigmask(SIG_SETMASK, 0xFFBFFEFF, 0xFFF7) = 0xFFBFFEFF 
[0x]
9718/1: setcontext(0x08043BF0)
9718/1: Incurred fault #6, FLTBOUNDS  %pc = 0xF2611BE4
9718/1:   siginfo: SIGSEGV SEGV_ACCERR addr=0x
9718/1: Received signal #11, SIGSEGV [caught]
9718/1:   siginfo: SIGSEGV SEGV_ACCERR addr=0x
9718/1: lwp_sigmask(SIG_SETMASK, 0xFFBFFEFF, 0xFFF7) = 0xFFBFFEFF 
[0x]
9718/1: 

[gsl-issues] [Issue 74779] new javax.swing.JTree() fa ils with libvclplug_gtk

2007-03-14 Thread jl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74779


User jl changed the following:

What|Old value |New value

  Status|NEW   |STARTED





--- Additional comments from [EMAIL PROTECTED] Wed Mar 14 14:35:41 + 
2007 ---
.

-
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 74779] new javax.swing.JTree() fa ils with libvclplug_gtk

2007-03-14 Thread pl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74779


User pl changed the following:

What|Old value |New value

 Assigned to|pl|jl





--- Additional comments from [EMAIL PROTECTED] Wed Mar 14 14:00:22 + 
2007 ---
pl->jl: The actual stack trace when attaching to the hanging office looks like 
this:

  [1] Copy::pd_fill_to_words(0xce674cd8, 0x, 0x0), at 0xf3672d98
  [2] CollectedHeap::common_mem_allocate_noinit(0x14, 0x0, 0x900e108), at 
0xf3904a22
  [3] CollectedHeap::array_allocate(0x89cf2fc, 0x14, 0x20, 0x900e108), at 
0xf369ee57
  [4] typeArrayKlass::allocate(0xd6e008d8, 0x20, 0x900e108), at 0xf369ed4a
  [5] java_lang_Throwable::fill_in_stack_trace(0x89cf2d4, 0x900e108), at 
0xf36d3152
  [6] java_lang_Throwable::fill_in_stack_trace(0x89cf2d4), at 0xf36d2de7
  [7] JVM_FillInStackTrace(0x900e1c8, 0x8044980), at 0xf36d2ce4
  [8] Java_java_lang_Throwable_fillInStackTrace(), at 0xf35cb18d
  [9] 0xee2cf94b(), at 0xee2cf94a
  [10] 0xee2cfe14(), at 0xee2cfe13
  [11] 0xee200169(0x8044a10, 0x8044b00, 0xa, 0xd6e2d308, 0xee208490, 0x8044b58,
0x1, 0x900e108), at 0xee200168
  [12] JavaCalls::call_helper(), at 0xf36a8a37
  [13] os::os_exception_wrapper(0xf36a88b0, 0x8044afc, 0x8044aa4, 0x8044b58,
0x900e108), at 0xf36a88a4
  [14] JavaCalls::call(0x8044afc, 0x89cf2cc, 0x8044b58, 0x900e108), at 
0xf36a
  [15] JavaCalls::call_special(0x8044afc, 0x89cf2bc, 0xf39db428, 0xf39db528,
0x8044b58, 0x900e108), at 0xf36af45d
  [16] Exceptions::new_exception(0x8044bcc, 0x900e108, 0x89cf2b8, 0xf39db528,
0x8044b58, 0x0), at 0xf36d2b60
  [17] Exceptions::new_exception(0x8044c10, 0x900e108, 0x89cf2b8, 0x0, 0x0), at
0xf36d29f8
  [18] Exceptions::new_exception(0x8044c40, 0x900e108, 0xd693dcf0), at 
0xf37c88aa
  [19] InterpreterRuntime::create_exception(), at 0xf37e3fca
  [20] 0xee2083a6(), at 0xee2083a5

To me it seems some kind of java exception seems to be flying, but i have no
idea what exactly happens. Could you please have a look ?

-
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 74779] new javax.swing.JTree() fa ils with libvclplug_gtk

2007-03-02 Thread md
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74779


User md changed the following:

What|Old value |New value

  CC|''|'md'





--- Additional comments from [EMAIL PROTECTED] Fri Mar  2 12:51:20 + 
2007 ---
added md to 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 74779] new javax.swing.JTree() fa ils with libvclplug_gtk

2007-02-23 Thread pl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74779


User pl changed the following:

What|Old value |New value

 Summary|new javax.swing.JTree() fa|new javax.swing.JTree() fa
|ils with libjavaplug_gtk  |ils with libvclplug_gtk





--- Additional comments from [EMAIL PROTECTED] Fri Feb 23 13:38:57 + 
2007 ---
There is no such thing as a libjavaplug_gtk. Corrected title.

-
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]