[graphics-issues] [Issue 116872] drawinglayer: BPixelRasterToBitmapEx causes false valgrind positive in rtl_crc32

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





--- Additional comments from s...@openoffice.org Mon Feb 21 07:45:43 + 
2011 ---
Created an attachment (id=75901)
potential fix


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


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



[graphics-issues] [Issue 116872] drawinglayer: BPixelRasterToBitmapEx causes false valgrind positive in rtl_crc32

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





--- Additional comments from s...@openoffice.org Mon Feb 21 07:47:32 + 
2011 ---
So, any objections against the attached i116872.patch (against DEV300_m100)?  It
pre-initializes neither Bitmap nor AlphaMask, and unconditionally sets all RGB
and alpha values, regardless of opacity.

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


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



[porting-issues] [Issue 92926] Java AWT doesn't work (can't start)

2011-02-18 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92926





--- Additional comments from s...@openoffice.org Fri Feb 18 11:16:13 + 
2011 ---
Created an attachment (id=75872)
fix for the BeanShell editor


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


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



[porting-issues] [Issue 92926] Java AWT doesn't work (can't start)

2011-02-18 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92926


User sb changed the following:

What|Old value |New value

 Assigned to|jl|sb

  Status|STARTED   |NEW





--- Additional comments from s...@openoffice.org Fri Feb 18 11:23:02 + 
2011 ---
The remaining problem was that merely calling SwingUtilities.invokeLater already
triggers the dreaded Apple AWT Java VM was loaded on first thread -- can't
start AWT. failure.  So, the solution is to wrap the call to
SwingUtilities.invokeLater in a fresh thread, to avoid calling invokeLater on
the AppKit thread.  (Note that the invokeLater part is necessary on all
platforms, to conform to the Swing threading requirements.  It was erroneously
missing from the ScriptEditorForBeanShell code.)

The attached ScriptEditorForBeanShell.patch fixes this for the BeanShell editor.
 The JavaScript editor apparently has the same problem and will need to be
fixed, too.

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


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



[framework-issues] [Issue 117015] scripting: JavaScript editor: Error Compiling File

2011-02-18 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=117015
 Issue #|117015
 Summary|scripting: JavaScript editor: Error Compiling File
   Component|framework
 Version|DEV300m100
Platform|Macintosh
 URL|
  OS/Version|Mac OS X
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|ab
 Reported by|sb





--- Additional comments from s...@openoffice.org Fri Feb 18 14:56:09 + 
2011 ---
On Mac OS X, with the fix for issue 92926 in place (so that the JavaScript
editor is displayed at all), Tools - Macros - Organize Macros - JavaScript... -
OpenOffice.org Macros - ExportSheetsToHTML - exportsheetstohtml.js - Edit opens
a Rhino JavaScript Debugger window, displays an error box Error Compiling
File: No such child: 1, and does not open any source code editor window within
the debugger window.  On other platforms, it does not show an error box and
correctly displays an inner source code editor window.

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


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



[porting-issues] [Issue 92926] Java AWT doesn't work (can't start)

2011-02-18 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92926


User sb changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from s...@openoffice.org Fri Feb 18 19:58:53 + 
2011 ---
fixed as http://hg.services.openoffice.org/cws/sb141/rev/43bea9e7a54b; on Mac 
OS X only, it turned 
out the JavaScript editor still has a different problem, see issue 117015

@cloph: a solution that would require each and every extension author to add 
special code [...] is not 
really helpful:  Agreed.  However, (a) as I already wrote, I don't see a 
better solution, (b) only extensions 
that use Java AWT/Swing are affected, and (c) using AWT/Swing in extensions was 
never encouraged (yes, 
lame excuse, I know---but still).

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


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



[graphics-issues] [Issue 116990] svx: static aSvxMapProvider dtor called too late

2011-02-17 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116990
 Issue #|116990
 Summary|svx: static aSvxMapProvider dtor called too late
   Component|Drawing
 Version|DEV300m100
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|sb
 Reported by|sb





--- Additional comments from s...@openoffice.org Thu Feb 17 08:10:37 + 
2011 ---
At least on DEV300_m100 based CWS sb140, unxlngx6 non-pro, executing
(sun-specific) smoketest_native once crashed at exit of soffice.bin at

#0  0x7ff35ed103f2 in cppu::_destructData(void*,
_typelib_TypeDescriptionReference*, _typelib_TypeDescription*, void (*)(void*))
() from
/tmp/sb/StarOffice/30820/oracle-openoffice-3.4-linux-en-US/oracle_open_office3/program/../basis-link/program/../ure-link/lib/libuno_cppu.so.3
#1  0x7ff35ed0e1ab in uno_type_destructData () from
/tmp/sb/StarOffice/30820/oracle-openoffice-3.4-linux-en-US/oracle_open_office3/program/../basis-link/program/../ure-link/lib/libuno_cppu.so.3
#2  0x7ff35ed10101 in cppu::idestructElements(void*,
_typelib_TypeDescriptionReference*, int, int, void (*)(void*)) () from
/tmp/sb/StarOffice/30820/oracle-openoffice-3.4-linux-en-US/oracle_open_office3/program/../basis-link/program/../ure-link/lib/libuno_cppu.so.3
#3  0x7ff35ed10976 in cppu::_destructData(void*,
_typelib_TypeDescriptionReference*, _typelib_TypeDescription*, void (*)(void*))
() from
/tmp/sb/StarOffice/30820/oracle-openoffice-3.4-linux-en-US/oracle_open_office3/program/../basis-link/program/../ure-link/lib/libuno_cppu.so.3
#4  0x7ff35ed0e1ab in uno_type_destructData () from
/tmp/sb/StarOffice/30820/oracle-openoffice-3.4-linux-en-US/oracle_open_office3/program/../basis-link/program/../ure-link/lib/libuno_cppu.so.3
#5  0x7ff35dfef0a5 in SfxItemPropertyMap_Impl::~SfxItemPropertyMap_Impl() ()
from
/tmp/sb/StarOffice/30820/oracle-openoffice-3.4-linux-en-US/oracle_open_office3/program/../basis-link/program/libsvllx.so
#6  0x7ff35dfeccad in SfxItemPropertyMap::~SfxItemPropertyMap() () from
/tmp/sb/StarOffice/30820/oracle-openoffice-3.4-linux-en-US/oracle_open_office3/program/../basis-link/program/libsvllx.so
#7  0x7ff35dfecdf9 in SfxItemPropertySetInfo::~SfxItemPropertySetInfo() ()
from
/tmp/sb/StarOffice/30820/oracle-openoffice-3.4-linux-en-US/oracle_open_office3/program/../basis-link/program/libsvllx.so
#8  0x7ff35ef81c20 in cppu::OWeakObject::release() () from
/tmp/sb/StarOffice/30820/oracle-openoffice-3.4-linux-en-US/oracle_open_office3/program/../basis-link/program/../ure-link/lib/libuno_cppuhelpergcc3.so.3
#9  0x7ff3455f976d in SvxItemPropertySet::~SvxItemPropertySet() () from
/tmp/sb/StarOffice/30820/oracle-openoffice-3.4-linux-en-US/oracle_open_office3/program/../basis-link/program/libeditenglx.so
#10 0x7ff344788430 in
SvxUnoPropertyMapProvider::~SvxUnoPropertyMapProvider() () from
/tmp/sb/StarOffice/30820/oracle-openoffice-3.4-linux-en-US/oracle_open_office3/program/../basis-link/program/libsvxcorelx.so
#11 0x7ff3444de692 in __do_global_dtors_aux () from
/tmp/sb/StarOffice/30820/oracle-openoffice-3.4-linux-en-US/oracle_open_office3/program/../basis-link/program/libsvxcorelx.so
#12 0x7fff48d55330 in ?? ()
#13 0x7ff3447f7141 in _fini () from
/tmp/sb/StarOffice/30820/oracle-openoffice-3.4-linux-en-US/oracle_open_office3/program/../basis-link/program/libsvxcorelx.so
#14 0x in ?? ()

The root cause is the same as discussed in issue 116885.

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


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



[graphics-issues] [Issue 116990] svx: static aSvxMapProvider dtor called too late

2011-02-17 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116990


User sb changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from s...@openoffice.org Thu Feb 17 08:26:47 + 
2011 ---
fixed as http://hg.services.openoffice.org/cws/sb140/rev/2120e4adb67f

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


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



[sw-issues] [Issue 116908] [buildbreaker] #include limits required by MARK_INVALID

2011-02-17 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116908


User sb changed the following:

What|Old value |New value

  CC|'fs,mba,mst,vg'   |'fs,mba,mst,sb,vg'





--- Additional comments from s...@openoffice.org Thu Feb 17 10:40:59 + 
2011 ---
@fs, re attached i116908.patch:  If the patch would insert #include limits
properly sorted before #include vector instead of after,
http://hg.services.openoffice.org/cws/sb140/rev/c5464a2ea06d from duplicate
issue 116979 would not collide with it.

@hr:  Please modify the attached i116908.patch accordingly (see previous
paragraph) when applying it.

@mba, re #desc8:  You need to weigh reduced dependencies against unwanted
coupling.  With your argument to include limits only in the cxx files, then
any change to the internals of MARK_INVALID potentially would require changes to
all the cxx files using it.

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


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



[porting-issues] [Issue 92926] Java AWT doesn't work (can't start)

2011-02-17 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92926


User sb changed the following:

What|Old value |New value

  CC|'cloph,ericb,fs,kso,macpor|'cd,cloph,ericb,fs,kso,mac
|t,ronyf,ssa,wijngaarde'   |port,pl,ronyf,sb,ssa,wijng
|  |aarde'





--- Additional comments from s...@openoffice.org Thu Feb 17 15:25:47 + 
2011 ---
I think I now understand what happens, more or less.  The Apple AWT Java VM was
loaded on first thread -- can't start AWT. message appears to be a red herring.
 What is relevant is apparently not the thread on which the VM was created (via
JNI_CreateJavaVM), but rather the thread on which any Java AWT/Swing
functionality is actually triggered.  This interpretation would be in line with
what http://developer.apple.com/library/mac/#technotes/tn2005/tn2147.html JNI
Development on Mac OS X - Thread-Safe JNI Programming - Calling AWT/Swing From
AppKit says---the AppKit thread (i.e., the OOo main thread) must call AWT/Swing
only asynchronously (e.g., via javax.swing.SwingUtilities.inovkeLater).

As a proof of concept, the attached SvxScriptOrgDialog.patch (against
DEV300_m100) modifies the Tools - Macros - Organize Macros - BeanShell... -
Edit button so that it does its work asynchronously in a new thread, instead of
synchronously on the OOo main thread (i.e., the AppKit thread).  With the patch
applied, at least with a DEV300_m100 unxmacxi non-pro OOo and Java 1.5.0_26 on
Mac OS X 10.5.8, the editor window appears.

The java_seperate_thread.diff patch appears not to be necessary after all.  Also
note that that patch is not correct, as the code in
stoc/source/javavm/javavm.cxx expects the JNIEnv* returned from jfw_startVM to
be attached to the current thread, which it no longer would be.

In the above proof of concept, it was easy to asynchronously offload the edit
code to a new thread (as the surrounding code does not expect any response back
from the edit code, anyway, and lets it progress in parallel).  However, I do
not think that it is possible to automatically offload from the OOo main thread
all work that might involve Java AWT/Swing functionality (maybe cd or pl can
give input here).  I think this rather needs to be seen the other way around: 
Java code executed in OOo cannot make assumptions about the thread it is running
on; thus, to work cross platform (incl. Mac OS X), this code must assume that it
might run on the AppKit thread and take the necessary measures when calling
AWT/Swing (e.g., via invokeLater).

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


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



[porting-issues] [Issue 92926] Java AWT doesn't work (can't start)

2011-02-17 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92926





--- Additional comments from s...@openoffice.org Thu Feb 17 15:26:58 + 
2011 ---
Created an attachment (id=75862)
proof of concept


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


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



[porting-issues] [Issue 92926] Java AWT doesn't work (can't start)

2011-02-17 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92926





--- Additional comments from s...@openoffice.org Thu Feb 17 15:44:37 + 
2011 ---
@cloph:  The call to setUpUnoVirtualMachine(pMainThreadEnv); expects
pMainThreadEnv to be attached to the current thread.  (Note that
DetachCurrentThread only does its work in the destructor, i.e., after the call
to setUpUnoVirtualMachine.)

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


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



[porting-issues] [Issue 92926] Java AWT doesn't work (can't start)

2011-02-17 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92926





--- Additional comments from s...@openoffice.org Thu Feb 17 20:00:50 + 
2011 ---
@ronyf:  I will see whether I can come up with a proper patch for the BeanShell 
case (that does not hack the 
C++ SvxScriptOrgDialog but rather modifies the involved Java code).

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


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



[framework-issues] [Issue 116979] svl/undo.hxx lacks #include limits

2011-02-16 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116979
 Issue #|116979
 Summary|svl/undo.hxx lacks #include limits
   Component|framework
 Version|DEV300m99
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|sb
 Reported by|sb





--- Additional comments from s...@openoffice.org Wed Feb 16 09:06:13 + 
2011 ---
.

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


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



[porting-issues] [Issue 116980] stlport/systemstl/hash_map implicit narrowing conversions

2011-02-16 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116980
 Issue #|116980
 Summary|stlport/systemstl/hash_map implicit narrowing conversi
|ons
   Component|porting
 Version|DEV300m99
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|sb
 Reported by|sb





--- Additional comments from s...@openoffice.org Wed Feb 16 09:21:29 + 
2011 ---
the hashlong long int and hashunsigned long long int operators implicitly
cast from long long to size_t

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


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



[framework-issues] [Issue 116979] svl/undo.hxx lacks #include limits

2011-02-16 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116979


User sb changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from s...@openoffice.org Wed Feb 16 09:45:06 + 
2011 ---
fixed as http://hg.services.openoffice.org/cws/sb140/rev/c5464a2ea06d

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


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



[porting-issues] [Issue 116980] stlport/systemstl/hash_map implicit narrowing conversions

2011-02-16 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116980


User sb changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from s...@openoffice.org Wed Feb 16 09:45:40 + 
2011 ---
fixed as http://hg.services.openoffice.org/cws/sb140/rev/77310aa15e11

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


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



[porting-issues] [Issue 116981] rtl/source/bootstrap.cxx does not clean up memory

2011-02-16 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116981
 Issue #|116981
 Summary|rtl/source/bootstrap.cxx does not clean up memory
   Component|porting
 Version|DEV300m99
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|sb
 Reported by|sb





--- Additional comments from s...@openoffice.org Wed Feb 16 10:02:43 + 
2011 ---
As seen with valgrind, rtl/source/bootstrap.cxx allocates various data held
through static variables that are not cleaned up properly upon exit.

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


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



[porting-issues] [Issue 116981] rtl/source/bootstrap.cxx does not clean up memory

2011-02-16 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116981


User sb changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from s...@openoffice.org Wed Feb 16 10:19:13 + 
2011 ---
fixed as http://hg.services.openoffice.org/cws/sb140/rev/a7dcccb027dd; for
simplicity, rtl_bootstrap_args_close now does nothing and instead all relevant
memory is only cleaned up at exit

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


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



[tools-issues] [Issue 116959] [gbuild] user-defined CFLAGS etc.

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


User sb changed the following:

What|Old value |New value

  CC|'b_michaelsen,hbrinkm,hjs,|'b_michaelsen,hbrinkm,hjs,
|mba'  |mba,sb'





--- Additional comments from s...@openoffice.org Tue Feb 15 09:31:45 + 
2011 ---
It would be cool if we would use CFLAGS etc. like a well-behaved project does: 
Allow the user to override behavior through those variables (see e.g.,
http://www.gnu.org/software/autoconf/manual/standards.html#Command-Variables).

The old build system uses CFLAGS etc. as dmake variables for internal purposes,
so for user overrides new environment variables ENVCFLAGS etc. had to be 
invented.

If the new build system does not use CFLAGS etc. for internal purposes (and I
hope so), I would suggest the following:  While the two build systems are used
in parallel, add support for ENVCFLAGS etc. into the new build system.  When the
old build system is no longer used, change the new build system from honoring
ENVCFLAGS etc. to honoring CFLAGS etc. standards conformance.

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


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



[tools-issues] [Issue 116959] [gbuild] user-defined CFLAGS etc.

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





--- Additional comments from s...@openoffice.org Tue Feb 15 14:36:25 + 
2011 ---
Note that the old build system calls this ENVCFLAGS not ENV_CFLAGS.

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


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



[framework-issues] [Issue 115795] basic: specify how to pass strings as any to declared subroutines

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





--- Additional comments from s...@openoffice.org Tue Feb 15 14:46:46 + 
2011 ---
reviewed change

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


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



[tools-issues] [Issue 115784] Memory leaks et al. reported by valgrind et al.

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


User sb changed the following:

What|Old value |New value

  CC|''|'sb'





--- Additional comments from s...@openoffice.org Tue Feb 15 15:56:24 + 
2011 ---
The SvLBox::OnCurrentEntryChanged: Conditional jump or move depends on
uninitialised value(s) addressed by
http://hg.services.openoffice.org/cws/mhu21/rev/2f76d3842f3d is also addressed
by http://hg.services.openoffice.org/cws/dba34d/rev/4145a1029b2c, issue
116850.  See http://wiki.services.openoffice.org/wiki/Valgrind#Errors_Found
for further issues.

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


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



[framework-issues] [Issue 116850] SvLBox::OnCurrentEntryChanged: Conditional jump or move depends on uninitialised value(s)

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





--- Additional comments from s...@openoffice.org Tue Feb 15 15:55:16 + 
2011 ---
(also addressed by
http://hg.services.openoffice.org/cws/mhu21/rev/2f76d3842f3d, issue 115784)

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


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



[framework-issues] [Issue 116910] desktop:

2011-02-10 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116910
 Issue #|116910
 Summary|desktop: 
   Component|framework
 Version|DEV300m99
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|sb
 Reported by|sb





--- Additional comments from s...@openoffice.org Thu Feb 10 14:19:42 + 
2011 ---
At least on DEV300_m99-based CWS sb140, unxlngi6 non-pro, running soffice under
valgrind --leak-check=full with an org.openofice.test.OfficeConnection-based
test that simply calls OfficeConnection.setUp() immediately followed by
OfficeConnection.tearDown(), valgrind reports

88 bytes in 1 blocks are definitely lost in loss record 3,734 of 4,965
   at 0x4025F20: malloc (vg_replace_malloc.c:236)
   by 0x4049E6D: osl_thread_construct_Impl (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/ure/lib/libuno_sal.so.3)
   by 0x404A1E9: osl_thread_create_Impl (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/ure/lib/libuno_sal.so.3)
   by 0x404A33A: osl_createThread (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/ure/lib/libuno_sal.so.3)
   by 0xA2B89CC:
desktop::Acceptor::initialize(com::sun::star::uno::Sequencecom::sun::star::uno::Any
const) (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/basis3.4/program/liboffaccli.so)
   by 0x4248AB4: desktop::Desktop::createAcceptor(rtl::OUString const) (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/basis3.4/program/libsofficeapp.so)
   by 0x42498BA:
desktop::Desktop::RegisterServices(com::sun::star::uno::Referencecom::sun::star::lang::XMultiServiceFactory)
(in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/basis3.4/program/libsofficeapp.so)
   by 0x423AFC7: desktop::Desktop::Main() (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/basis3.4/program/libsofficeapp.so)
   by 0x59CA895: ImplSVMain() (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/basis3.4/program/libvclli.so)
   by 0x59CAA34: SVMain() (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/basis3.4/program/libvclli.so)
   by 0x42684E3: soffice_main (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/basis3.4/program/libsofficeapp.so)
   by 0x8048E29: sal_main (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org3/program/soffice.bin)
   by 0x8048E0A: main (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org3/program/soffice.bin)

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


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



[framework-issues] [Issue 116910] desktop::Acceptor leaks Thread_Impl

2011-02-10 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116910


User sb changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED

 Summary|desktop:  |desktop::Acceptor leaks Th
|  |read_Impl





--- Additional comments from s...@openoffice.org Thu Feb 10 14:29:24 + 
2011 ---
fixed as http://hg.services.openoffice.org/cws/sb140/rev/9f286ed29e19

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


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



[porting-issues] [Issue 116915] osl_getSystemPathFromFileURL leaks rtl_uStrings

2011-02-10 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116915
 Issue #|116915
 Summary|osl_getSystemPathFromFileURL leaks rtl_uStrings
   Component|porting
 Version|DEV300m99
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|sb
 Reported by|sb





--- Additional comments from s...@openoffice.org Thu Feb 10 15:57:57 + 
2011 ---
At least on DEV300_m99-based CWS sb140, unxlngi6 non-pro, running soffice under
valgrind --leak-check=full with an org.openofice.test.OfficeConnection-based
test that simply calls OfficeConnection.setUp() immediately followed by
OfficeConnection.tearDown(), valgrind reports

72 bytes in 1 blocks are definitely lost in loss record 3,645 of 4,972
   at 0x4025F20: malloc (vg_replace_malloc.c:236)
   by 0x4085590: rtl_allocateMemory (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/ure/lib/libuno_sal.so.3)
   by 0x406D707: rtl_uString_ImplAlloc (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/ure/lib/libuno_sal.so.3)
   by 0x406D909: rtl_uString_new_WithLength (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/ure/lib/libuno_sal.so.3)
   by 0x4070177: rtl_uStringbuffer_ensureCapacity (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/ure/lib/libuno_sal.so.3)
   by 0x4070217: rtl_uStringbuffer_insert (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/ure/lib/libuno_sal.so.3)
   by 0x40716CE: (anonymous namespace)::writeUnicode(_rtl_uString**, long*,
unsigned short) (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/ure/lib/libuno_sal.so.3)
   by 0x40717E9: (anonymous namespace)::writeUcs4(_rtl_uString**, long*,
unsigned long) (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/ure/lib/libuno_sal.so.3)
   by 0x4072ADC: rtl_uriDecode (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/ure/lib/libuno_sal.so.3)
   by 0x405B908: osl_getSystemPathFromFileURL (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/ure/lib/libuno_sal.so.3)
   by 0x49BA017: osl::FileBase::getSystemPathFromFileURL(rtl::OUString const,
rtl::OUString) (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/ure/lib/libuno_cppuhelpergcc3.so.3)
   by 0x49B7DE5: cppu::makeComponentPath(rtl::OUString const, rtl::OUString
const) (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/ure/lib/libuno_cppuhelpergcc3.so.3)
   by 0x49B9019: cppu::loadSharedLibComponentFactory(rtl::OUString const,
rtl::OUString const, rtl::OUString const,
com::sun::star::uno::Referencecom::sun::star::lang::XMultiServiceFactory
const, com::sun::star::uno::Referencecom::sun::star::registry::XRegistryKey
const) (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/ure/lib/libuno_cppuhelpergcc3.so.3)
   by 0x497C7D2: cppu::(anonymous
namespace)::defaultBootstrap_InitialComponentContext(rtl::Bootstrap const) (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/ure/lib/libuno_cppuhelpergcc3.so.3)
   by 0x497D39D: cppu::defaultBootstrap_InitialComponentContext() (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/ure/lib/libuno_cppuhelpergcc3.so.3)
   by 0x4246DE6: desktop::Desktop::CreateApplicationServiceManager() (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/basis3.4/program/libsofficeapp.so)
   by 0x4233F2F: desktop::Desktop::Init() (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/basis3.4/program/libsofficeapp.so)
   by 0x59C84E1:
InitVCL(com::sun::star::uno::Referencecom::sun::star::lang::XMultiServiceFactory
const) (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/basis3.4/program/libvclli.so)
   by 0x59C886A: ImplSVMain() (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/basis3.4/program/libvclli.so)
   by 0x59C8A34: SVMain() (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/basis3.4/program/libvclli.so)
   by 0x42664E3: soffice_main (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/basis3.4/program/libsofficeapp.so)
   by 0x8048E29: sal_main (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org3/program/soffice.bin)
   by 0x8048E0A: main (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org3/program/soffice.bin)

72 bytes in 1 blocks are definitely lost in loss record 3,646 of 4,972
   at 0x4025F20: malloc (vg_replace_malloc.c:236)
   by 0x4085590: rtl_allocateMemory (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/ure/lib/libuno_sal.so.3)
   by 0x406D707: rtl_uString_ImplAlloc (in
/cws/sb140_m99

[porting-issues] [Issue 116915] osl_getSystemPathFromFileURL leaks rtl_uStrings

2011-02-10 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116915


User sb changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from s...@openoffice.org Fri Feb 11 07:49:45 + 
2011 ---
fixed as http://hg.services.openoffice.org/cws/sb140/rev/0561c61ce0a9:
rewrote unx osl_getSystemPathFromFileURL to avoid mem leaks; introduced
sal/qa/osl/getsystempathfromfileurl tests; adapted w32
osl_getSystemPathFromFileURL to new tests

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


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



[graphics-issues] [Issue 116872] drawinglayer: BPixelRasterToBitmapEx causes false valgrind positive in rtl_crc32

2011-02-09 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116872





--- Additional comments from s...@openoffice.org Wed Feb  9 08:07:06 + 
2011 ---
Another false positive in the same scenario (DEV300_m99 based CWS sb140,
unxlngi6 non-pro, chart2/qa/unoapi) that also goes away with the patch for (1) 
is

Syscall param pwrite64(buf) points to uninitialised byte(s)
   at 0x47A1C0B: pwrite64 (pwrite64.c:54)
   by 0x4056241: FileHandle_Impl::writeAt(long long, void const*, unsigned int,
unsigned long long*) (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/ure/lib/libuno_sal.so.3)
   by 0x4056D79: FileHandle_Impl::writeFileAt(long long, void const*, unsigned
int, unsigned long long*) (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/ure/lib/libuno_sal.so.3)
   by 0x405726F: osl_writeFile (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/ure/lib/libuno_sal.so.3)
   by 0xA40197C: osl::File::write(void const*, unsigned long long, unsigned long
long) (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/basis3.4/program/libucpfile1.so)
   by 0xA420976: fileaccess::ReconnectingFile::write(void const*, unsigned long
long, unsigned long long) (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/basis3.4/program/libucpfile1.so)
   by 0xA418A6B:
fileaccess::XStream_impl::writeBytes(com::sun::star::uno::Sequencesigned char
const) (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/basis3.4/program/libucpfile1.so)
   by 0x15A161C0: OWriteStream::writeBytes(com::sun::star::uno::Sequencesigned
char const) (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/basis3.4/program/libxstor.so)
   by 0x488CF47:
comphelper::OStorageHelper::CopyInputToOutput(com::sun::star::uno::Referencecom::sun::star::io::XInputStream
const, com::sun::star::uno::Referencecom::sun::star::io::XOutputStream
const) (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/basis3.4/program/libcomphelp4gcc3.so)
   by 0x4803B24:
comphelper::EmbeddedObjectContainer::InsertGraphicStream(com::sun::star::uno::Referencecom::sun::star::io::XInputStream
const, rtl::OUString const, rtl::OUString const) (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/basis3.4/program/libcomphelp4gcc3.so)
   by 0x51955AF: svt::EmbeddedObjectRef::GetGraphicStream(unsigned char) const
(in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/basis3.4/program/libsvtli.so)
   by 0x5195AF9: svt::EmbeddedObjectRef::GetReplacement(unsigned char) (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/basis3.4/program/libsvtli.so)
 Address 0x1621ee33 is 715 bytes inside a block of size 32,008 alloc'd
   at 0x4025F20: malloc (vg_replace_malloc.c:236)
   by 0x4085590: rtl_allocateMemory (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/ure/lib/libuno_sal.so.3)
   by 0x4A35DC4: cppu::reallocSeq(_sal_Sequence*, unsigned long, long) (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/ure/lib/libuno_cppu.so.3)
   by 0x4A36151: cppu::idefaultConstructElements(_sal_Sequence**,
_typelib_TypeDescriptionReference*, long, long, long) (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/ure/lib/libuno_cppu.so.3)
   by 0x4A38764: uno_type_sequence_construct (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/ure/lib/libuno_cppu.so.3)
   by 0x4854949: com::sun::star::uno::Sequencesigned char::Sequence(long) (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/basis3.4/program/libcomphelp4gcc3.so)
   by 0x488CE8D:
comphelper::OStorageHelper::CopyInputToOutput(com::sun::star::uno::Referencecom::sun::star::io::XInputStream
const, com::sun::star::uno::Referencecom::sun::star::io::XOutputStream
const) (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/basis3.4/program/libcomphelp4gcc3.so)
   by 0x4803B24:
comphelper::EmbeddedObjectContainer::InsertGraphicStream(com::sun::star::uno::Referencecom::sun::star::io::XInputStream
const, rtl::OUString const, rtl::OUString const) (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/basis3.4/program/libcomphelp4gcc3.so)
   by 0x51955AF: svt::EmbeddedObjectRef::GetGraphicStream(unsigned char) const
(in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/basis3.4/program/libsvtli.so)
   by 0x5195AF9: svt::EmbeddedObjectRef::GetReplacement(unsigned char) (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/basis3.4/program/libsvtli.so)
   by 0x5195BB7: svt::EmbeddedObjectRef::GetGraphic(rtl::OUString*) const (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/basis3.4/program/libsvtli.so)
   by 0x135363C8: SdrOle2Obj::GetGraphic() const (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/basis3.4/program/libsvxcoreli.so)

-

[framework-issues] [Issue 116885] utl::TextSearch::CachedTextSearch::~CachedTextSearch called too late

2011-02-09 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116885
 Issue #|116885
 Summary|utl::TextSearch::CachedTextSearch::~CachedTextSearch c
|alled too late
   Component|framework
 Version|DEV300m99
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|sb
 Reported by|sb





--- Additional comments from s...@openoffice.org Wed Feb  9 10:44:08 + 
2011 ---
At least on DEV300_m98 based CWS sb138, unxlngi6 non-pro, executing sw/qa/unoapi
under valgrind reports

Invalid read of size 4
   at 0x4A30617: cppu::_destructData(void*, _typelib_TypeDescriptionReference*,
_typelib_TypeDescription*, void (*)(void*)) (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/ure/lib/libuno_cppu.so.3)
   by 0x4A2DE98: uno_type_destructData (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/ure/lib/libuno_cppu.so.3)
   by 0xC4EC5C9:
com::sun::star::uno::Sequencecom::sun::star::i18n::CalendarItem::~Sequence()
(in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/basis3.4/program/i18npool.uno.so)
   by 0xC4EC5FF: com::sun::star::i18n::Calendar::~Calendar() (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/basis3.4/program/i18npool.uno.so)
   by 0xC4E4AC3: com::sun::star::i18n::LocaleData::~LocaleData() (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/basis3.4/program/i18npool.uno.so)
   by 0x4993E69: cppu::OWeakObject::release() (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/ure/lib/libuno_cppuhelpergcc3.so.3)
   by 0xC4EAB56: cppu::WeakImplHelper2com::sun::star::i18n::XLocaleData2,
com::sun::star::lang::XServiceInfo::release() (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/basis3.4/program/i18npool.uno.so)
   by 0xC50F091:
com::sun::star::uno::Referencecom::sun::star::i18n::XLocaleData::clear() (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/basis3.4/program/i18npool.uno.so)
   by 0xC50E49E:
com::sun::star::i18n::TransliterationImpl::~TransliterationImpl() (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/basis3.4/program/i18npool.uno.so)
   by 0x4993E69: cppu::OWeakObject::release() (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/ure/lib/libuno_cppuhelpergcc3.so.3)
   by 0xC50F4F6:
cppu::WeakImplHelper2com::sun::star::i18n::XExtendedTransliteration,
com::sun::star::lang::XServiceInfo::release() (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/basis3.4/program/i18npool.uno.so)
   by 0x14E3A6BE:
com::sun::star::uno::Referencecom::sun::star::i18n::XExtendedTransliteration::~Reference()
(in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/basis3.4/program/i18nsearch.uno.so)
   by 0x14E39729: TextSearch::~TextSearch() (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/basis3.4/program/i18nsearch.uno.so)
   by 0x4993E69: cppu::OWeakObject::release() (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/ure/lib/libuno_cppuhelpergcc3.so.3)
   by 0x14E3B4BC: cppu::WeakImplHelper2com::sun::star::util::XTextSearch,
com::sun::star::lang::XServiceInfo::release() (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/basis3.4/program/i18nsearch.uno.so)
   by 0x577FF5E:
com::sun::star::uno::Referencecom::sun::star::util::XTextSearch::~Reference()
(in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/basis3.4/program/libutlli.so)
   by 0x57801D9: utl::TextSearch::CachedTextSearch::~CachedTextSearch() (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/basis3.4/program/libutlli.so)
   by 0x577E7C5: __tcf_0 (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/basis3.4/program/libutlli.so)
   by 0x4664587: __cxa_finalize (cxa_finalize.c:56)
   by 0x5765802: ??? (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/basis3.4/program/libutlli.so)
   by 0x586E6EB: ??? (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/basis3.4/program/libutlli.so)
   by 0x400E215: _dl_fini (dl-fini.c:248)
   by 0x46641BE: __run_exit_handlers (exit.c:78)
   by 0x466422E: exit (exit.c:100)
   by 0x464BBDD: (below main) (libc-start.c:258)
 Address 0xb3e5030 is 16 bytes inside a block of size 60 free'd
   at 0x4025B3A: free (vg_replace_malloc.c:366)
   by 0x40855B3: rtl_freeMemory (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/ure/lib/libuno_sal.so.3)
   by 0x8048F80: deallocate(void*, (anonymous namespace)::AllocatorTraits
const) (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org3/program/soffice.bin

[framework-issues] [Issue 116885] utl::TextSearch::CachedTextSearch::~CachedTextSearch called too late

2011-02-09 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116885


User sb changed the following:

What|Old value |New value

  CC|''|'kohei'

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from s...@openoffice.org Wed Feb  9 10:57:08 + 
2011 ---
fixed as http://hg.services.openoffice.org/cws/sb140/rev/efd068485835

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


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



[framework-issues] [Issue 116885] utl::TextSearch::CachedTextSearch::~CachedTextSearch called too late

2011-02-09 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116885


User sb changed the following:

What|Old value |New value

  Status|RESOLVED  |REOPENED

  Resolution|FIXED |





--- Additional comments from s...@openoffice.org Wed Feb  9 12:18:32 + 
2011 ---
yes, exactly the same thing; thanks for spotting, Michael

so, backed out again from this CWS as
http://hg.services.openoffice.org/cws/sb140/rev/5f94d0213042

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


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



[framework-issues] [Issue 116429] unotools: CachedTextSearch singleton unsafe

2011-02-09 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116429





--- Additional comments from s...@openoffice.org Wed Feb  9 12:19:08 + 
2011 ---
*** Issue 116885 has been marked as a duplicate of 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...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


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



[framework-issues] [Issue 116885] utl::TextSearch::CachedTextSearch::~CachedTextSearch called too late

2011-02-09 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116885


User sb changed the following:

What|Old value |New value

  Status|REOPENED  |RESOLVED

  Resolution|  |DUPLICATE





--- Additional comments from s...@openoffice.org Wed Feb  9 12:19:08 + 
2011 ---
.

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

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


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



[framework-issues] [Issue 116885] utl::TextSearch::CachedTextSearch::~CachedTextSearch called too late

2011-02-09 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116885


User sb changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from s...@openoffice.org Wed Feb  9 12:19:46 + 
2011 ---
.

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


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



[framework-issues] [Issue 116891] framework::AddonMenuManager::BuildMenu leaks MenuConfiguration::Attributes

2011-02-09 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116891
 Issue #|116891
 Summary|framework::AddonMenuManager::BuildMenu leaks MenuConfi
|guration::Attributes
   Component|framework
 Version|DEV300m99
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|cd
 Reported by|sb





--- Additional comments from s...@openoffice.org Wed Feb  9 14:45:22 + 
2011 ---
At least on DEV300_m99-based CWS sb140, unxlngi6 non-pro, running soffice under
valgrind --leak-check=full with an org.openofice.test.OfficeConnection-based
test that simply calls OfficeConnection.setUp() immediately followed by
OfficeConnection.tearDown(), valgrind reports

46 (24 direct, 22 indirect) bytes in 1 blocks are definitely lost in loss record
3,069 of 4,972
   at 0x4025F20: malloc (vg_replace_malloc.c:236)
   by 0x4085590: rtl_allocateMemory (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/ure/lib/libuno_sal.so.3)
   by 0x80490C9: allocate(unsigned int, (anonymous namespace)::AllocatorTraits
const) (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org3/program/soffice.bin)
   by 0x804919D: operator new(unsigned int) (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org3/program/soffice.bin)
   by 0x62B71DD: framework::AddonMenuManager::BuildMenu(PopupMenu*,
framework::AddonMenuManager::MenuType, unsigned short, unsigned short,
com::sun::star::uno::Sequencecom::sun::star::uno::Sequencecom::sun::star::beans::PropertyValue
, com::sun::star::uno::Referencecom::sun::star::frame::XFrame const,
com::sun::star::uno::Referencecom::sun::star::frame::XModel const) (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/basis3.4/program/libfweli.so)
   by 0x62B755E:
framework::AddonMenuManager::MergeAddonHelpMenu(com::sun::star::uno::Referencecom::sun::star::frame::XFrame
const, MenuBar*) (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/basis3.4/program/libfweli.so)
   by 0xD511FD6: framework::MenuBarManager::FillMenuManager(Menu*,
com::sun::star::uno::Referencecom::sun::star::frame::XFrame const,
com::sun::star::uno::Referencecom::sun::star::frame::XDispatchProvider const,
rtl::OUString const, unsigned char, unsigned char) (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/basis3.4/program/libfwkli.so)
   by 0xD511188:
framework::MenuBarManager::MenuBarManager(com::sun::star::uno::Referencecom::sun::star::lang::XMultiServiceFactory
const, com::sun::star::uno::Referencecom::sun::star::frame::XFrame const,
com::sun::star::uno::Referencecom::sun::star::util::XURLTransformer const,
com::sun::star::uno::Referencecom::sun::star::frame::XDispatchProvider const,
rtl::OUString const, Menu*, unsigned char, unsigned char) (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/basis3.4/program/libfwkli.so)
   by 0xD518931:
framework::MenuBarWrapper::initialize(com::sun::star::uno::Sequencecom::sun::star::uno::Any
const) (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/basis3.4/program/libfwkli.so)
   by 0xD53FB34: framework::MenuBarFactory::CreateUIElement(rtl::OUString
const, com::sun::star::uno::Sequencecom::sun::star::beans::PropertyValue
const, char const*, char const*,
com::sun::star::uno::Referencecom::sun::star::ui::XUIElement const,
com::sun::star::uno::Referencecom::sun::star::frame::XModuleManager const,
com::sun::star::uno::Referencecom::sun::star::lang::XMultiServiceFactory
const) (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/basis3.4/program/libfwkli.so)
   by 0xD53FD70: framework::MenuBarFactory::createUIElement(rtl::OUString
const, com::sun::star::uno::Sequencecom::sun::star::beans::PropertyValue
const) (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/basis3.4/program/libfwkli.so)
   by 0xD5452D9:
framework::UIElementFactoryManager::createUIElement(rtl::OUString const,
com::sun::star::uno::Sequencecom::sun::star::beans::PropertyValue const) (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/basis3.4/program/libfwkli.so)
   by 0xD45310D: framework::LayoutManager::implts_createElement(rtl::OUString
const) (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/basis3.4/program/libfwkli.so)
   by 0xD458903: framework::LayoutManager::createElement(rtl::OUString const)
(in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/basis3.4/program/libfwkli.so)
   by 0xD490F18:
framework::BackingComp::attachFrame(com::sun::star::uno::Referencecom::sun::star::frame::XFrame
const) (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/basis3.4

[gsl-issues] [Issue 116131] vcl: message unregisterDraggingDestinationHandler: sent to freed object

2011-02-09 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116131


User sb changed the following:

What|Old value |New value

 Assigned to|sb|pl





--- Additional comments from s...@openoffice.org Wed Feb  9 14:53:34 + 
2011 ---
@pl:  On DEV300_m98 based CWS sb138, unxmacxi non-pro, repeatedly executing
starmath/qa/unoapi produced the described failure in the 25th round, while with
the attached i116131.patch applied, it ran 150 rounds without problems (at which
time I stopped it manually).  So, seems the patch indeed fixes the problem.

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


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



[graphics-issues] [Issue 116872] drawinglayer: BPixelRasterToBitmapEx causes false valgrind positive in rtl_crc32

2011-02-08 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116872
 Issue #|116872
 Summary|drawinglayer: BPixelRasterToBitmapEx causes false valg
|rind positive in rtl_crc32
   Component|Drawing
 Version|DEV300m99
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|sb
 Reported by|sb





--- Additional comments from s...@openoffice.org Tue Feb  8 12:04:25 + 
2011 ---
At least on DEV300_m99 based CWS sb140, unxlngi6 non-pro, executing
chart2/qa/unoapi under valgrind reports

Use of uninitialised value of size 4
   at 0x40618A2: rtl_crc32 (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/ure/lib/libuno_sal.so.3)
   by 0x5B582DE: Bitmap::GetChecksum() const (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/basis3.4/program/libvclli.so)
   by 0x5B7192C: BitmapEx::GetChecksum() const (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/basis3.4/program/libvclli.so)
   by 0x5A5B63F: ImpGraphic::ImplGetChecksum() const (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/basis3.4/program/libvclli.so)
   by 0x5B9AF4B: Graphic::GetChecksum() const (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/basis3.4/program/libvclli.so)
   by 0x5179A72: GraphicID::GraphicID(GraphicObject const) (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/basis3.4/program/libsvtli.so)
   by 0x5179CA5: GraphicCache::AddGraphicObject(GraphicObject const, Graphic,
ByteString const*, GraphicObject const*) (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/basis3.4/program/libsvtli.so)
   by 0x5185D5F: GraphicManager::ImplRegisterObj(GraphicObject const, Graphic,
ByteString const*, GraphicObject const*) (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/basis3.4/program/libsvtli.so)
   by 0x517C307: GraphicObject::ImplSetGraphicManager(GraphicManager const*,
ByteString const*, GraphicObject const*) (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/basis3.4/program/libsvtli.so)
   by 0x517D15D: GraphicObject::GraphicObject(Graphic const, GraphicManager
const*) (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/basis3.4/program/libsvtli.so)
   by 0x13024693:
drawinglayer::RenderBitmapPrimitive2D_GraphicManager(OutputDevice, BitmapEx
const, basegfx::B2DHomMatrix const) (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/basis3.4/program/libdrawinglayerli.so)
   by 0x1302AD95:
drawinglayer::processor2d::VclProcessor2D::RenderBitmapPrimitive2D(drawinglayer::primitive2d::BitmapPrimitive2D
const) (in
/cws/sb140_m99/DEV300/unxlngi6/installation/opt/openoffice.org/basis3.4/program/libdrawinglayerli.so)

This appears to be something of a false positive:

- The BitmapEx in question has been produced by BPixelRasterToBitmapEx
(drawinglayer/source/processor3d/zbufferprocessor3d.cxx).  For any fully
transparent pixels, the underlying Bitmap color data are uninitialized, while
the corresponding AlphaMask value is 255.  (This full transparency causes the
color data to be effectively ignored, so that most of the time it is irrelevant
that it is uninitialized.)

- The calculated BitmapEx::GetChecksum apparently depends on the uninitialized
data, but it is unclear to me whether that is really important (i.e., whether it
is important that two instances of BitmapEx that only differ in color data for
fully transparent pixel produce the same checksum).  @ka: Please clarify.

I see three possible solutions for this:

1  Fix BPixelRasterToBitmapEx to initialize all color data.  As a proof of
concept, the below patch would silence valgrind.

2  Insert a VALGRIND_MAKE_MEM_DEFINED client request (see
http://valgrind.org/docs/manual/mc-manual.html#mc-manual.clientreqs) into
BPixelRasterToBitmapEx to make valgrind think all the color data *is* 
initialized.

3  Introduce a suppression file (see
http://valgrind.org/docs/manual/manual-core.html#manual-core.suppress) and use
that whenever running valgrind.

The patch for (1):

diff --git a/drawinglayer/source/processor3d/zbufferprocessor3d.cxx
b/drawinglayer/source/processor3d/zbufferprocessor3d.cxx
--- a/drawinglayer/source/processor3d/zbufferprocessor3d.cxx
+++ b/drawinglayer/source/processor3d/zbufferprocessor3d.cxx
@@ -107,6 +107,7 @@

(sal_uInt8)(nBlue / nDivisor)));

pAlpha-SetPixel(y, x, BitmapColor(255 - (sal_uInt8)nOpacity

[gsl-issues] [Issue 116838] toolkit/qa/unoapi toolkit.UnoControlDialogModel::com::sun::star::util::XCloneable fails

2011-02-07 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116838
 Issue #|116838
 Summary|toolkit/qa/unoapi toolkit.UnoControlDialogModel::com::
|sun::star::util::XCloneable fails
   Component|gsl
 Version|DEV300m99
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P1
Subcomponent|code
 Assigned to|oj
 Reported by|sb





--- Additional comments from s...@openoffice.org Mon Feb  7 09:03:29 + 
2011 ---
subsequenttests always fails on DEV300_m99 in toolkit/qa/unoapi at

33: checking: [toolkit.UnoControlDialogModel::com::sun::star::util::XCloneable]
is iface: [com.sun.star.util.XCloneable] testcode: [ifc.util._XCloneable]
33: LOG Execute: createClone()
33: LOG ImplementationName differs: 
33: LOG Expected: stardiv.Toolkit.UnoControlDialogModel
33: LOG Gained: stardiv.Toolkit.ControlModelContainerBase
33: LOG 
33: Method createClone() finished with state FAILED
33: LOG createClone(): PASSED.FAILED
33: * State for
toolkit.UnoControlDialogModel::com::sun::star::util::XCloneable **
33:
[toolkit.UnoControlDialogModel::com::sun::star::util::XCloneable::createClone()]
is testcode: [createClone()] - PASSED.FAILED
33: 
33: Whole interface: PASSED.FAILED

The reason appears to be the changes for issue 113362.

@oj: please masterfix to make subsequenttests usable again

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


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



[framework-issues] [Issue 77102] removeByName() for set nodes should remove them realy in XCU file

2011-02-07 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=77102


User sb changed the following:

What|Old value |New value

  CC|'dv,mav'  |'dv,mav,tbo'





--- Additional comments from s...@openoffice.org Mon Feb  7 09:30:38 + 
2011 ---
@tbo:  Failed to mention in #desc6 that registrymodifications.xcu only shrinks
after next start of OOo.  (It does grow during a single run of OOo, and remains
large when OOo is then terminated, but shrinks again after the next start, so
does no longer grow unbounded.)  Please set back to fixed/verified if you can
observe the intended behavior.

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


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



[gsl-issues] [Issue 114718] forms/qa/unoapi: crash in remote async release call

2011-02-07 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114718





--- Additional comments from s...@openoffice.org Mon Feb  7 10:13:05 + 
2011 ---
attached formattedfieldwrapper.patch fix applied as
http://hg.services.openoffice.org/cws/sb140/rev/670dea756361

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


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



[framework-issues] [Issue 116785] framework::[Module]ImageManager kept alive by ring ref

2011-02-07 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116785


User sb changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from s...@openoffice.org Mon Feb  7 10:15:12 + 
2011 ---
attached imagemanagerimpl.patch fix applied as
http://hg.services.openoffice.org/cws/sb140/rev/7728c335dd08

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


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



[framework-issues] [Issue 116786] framework::ToolBarLayoutManger::m_p{AddonOptions,GlobalSettings} leak

2011-02-07 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116786


User sb changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from s...@openoffice.org Mon Feb  7 10:16:15 + 
2011 ---
attached toolbarlayoutmanager.patch fix applied as
http://hg.services.openoffice.org/cws/sb140/rev/700c019abcec

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


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



[gsl-issues] [Issue 114718] forms/qa/unoapi: crash in remote async release call

2011-02-07 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114718


User sb changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from s...@openoffice.org Mon Feb  7 10:18:10 + 
2011 ---
.

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


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



[framework-issues] [Issue 116669] Error message when attempying to start OOo3.3

2011-02-07 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116669





--- Additional comments from s...@openoffice.org Mon Feb  7 10:22:28 + 
2011 ---
@bookmobiler:  Yeah, I would try something like that (and be careful to note
anything suspicious).  Maybe it helps...

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


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



[tools-issues] [Issue 116390] solenv: add support for JUnit tests in gnumake

2011-02-07 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116390





--- Additional comments from s...@openoffice.org Mon Feb  7 10:29:19 + 
2011 ---
@mst:  i have no idea why that is so, so i'll leave it for now.  See
http://wiki.services.openoffice.org/w/index.php?title=Test_Cleanupoldid=193022#Helpers:
[B]uilding smoketestoo_native permanently installs that archive into the
solver. (Except on Windows, where problems with resulting long pathnames prevent
this; there, as a workaround, each test individually unzips the archive to some
local temporary directory.)

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


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



[tools-issues] [Issue 116845] smoketest should fail in non-product build when assertions are raised during the test

2011-02-07 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116845





--- Additional comments from s...@openoffice.org Mon Feb  7 12:39:54 + 
2011 ---
@fs:  You should close this as a duplicate of 109142.

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


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



[framework-issues] [Issue 116850] SvLBox::OnCurrentEntryChanged: Conditional jump or move depends on uninitialised value(s)

2011-02-07 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116850
 Issue #|116850
 Summary|SvLBox::OnCurrentEntryChanged: Conditional jump or mov
|e depends on uninitialised value(s)
   Component|framework
 Version|DEV300m98
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|fs
 Reported by|sb





--- Additional comments from s...@openoffice.org Mon Feb  7 13:10:22 + 
2011 ---
At least on DEV300_m98 based CWS sb138, unxlngi6 non-pro, executing
toolkit/qa/unoapi under valgrind reports

33: ==28667== Thread 7:
33: ==28667== Conditional jump or move depends on uninitialised value(s)
33: ==28667==at 0x506D343: SvLBox::OnCurrentEntryChanged() (in
/net/so-cwsserv03/export/cws/sb138/DEV300/unxlngi6/installation/opt/openoffice.org/basis3.4/program/libsvtli.so)
33: ==28667==by 0x505BA5F: SvImpLBox::SetCursor(SvLBoxEntry*, unsigned char)
(in
/net/so-cwsserv03/export/cws/sb138/DEV300/unxlngi6/installation/opt/openoffice.org/basis3.4/program/libsvtli.so)
33: ==28667==by 0x505C956: SvImpLBox::EntrySelected(SvLBoxEntry*, unsigned
char) (in
/net/so-cwsserv03/export/cws/sb138/DEV300/unxlngi6/installation/opt/openoffice.org/basis3.4/program/libsvtli.so)
33: ==28667==by 0x507B4E5: SvTreeListBox::Select(SvLBoxEntry*, unsigned
char) (in
/net/so-cwsserv03/export/cws/sb138/DEV300/unxlngi6/installation/opt/openoffice.org/basis3.4/program/libsvtli.so)
33: ==28667==by 0x4C3D356: SfxCommonTemplateDialog_Impl::SelectStyle(String
const) (in
/net/so-cwsserv03/export/cws/sb138/DEV300/unxlngi6/installation/opt/openoffice.org/basis3.4/program/libsfxli.so)
33: ==28667==by 0x4C3F0DC:
SfxCommonTemplateDialog_Impl::UpdateStyles_Impl(unsigned short) (in
/net/so-cwsserv03/export/cws/sb138/DEV300/unxlngi6/installation/opt/openoffice.org/basis3.4/program/libsfxli.so)
33: ==28667==by 0x4C3E824: SfxCommonTemplateDialog_Impl::UpdateFamily_Impl()
(in
/net/so-cwsserv03/export/cws/sb138/DEV300/unxlngi6/installation/opt/openoffice.org/basis3.4/program/libsfxli.so)
33: ==28667==by 0x4C3E99F:
SfxCommonTemplateDialog_Impl::FamilySelect(unsigned short) (in
/net/so-cwsserv03/export/cws/sb138/DEV300/unxlngi6/installation/opt/openoffice.org/basis3.4/program/libsfxli.so)
33: ==28667==by 0x4C3EAD7:
SfxCommonTemplateDialog_Impl::UpdateStyles_Impl(unsigned short) (in
/net/so-cwsserv03/export/cws/sb138/DEV300/unxlngi6/installation/opt/openoffice.org/basis3.4/program/libsfxli.so)
33: ==28667==by 0x4C3E824: SfxCommonTemplateDialog_Impl::UpdateFamily_Impl()
(in
/net/so-cwsserv03/export/cws/sb138/DEV300/unxlngi6/installation/opt/openoffice.org/basis3.4/program/libsfxli.so)
33: ==28667==by 0x4C3F474: SfxCommonTemplateDialog_Impl::Update_Impl() (in
/net/so-cwsserv03/export/cws/sb138/DEV300/unxlngi6/installation/opt/openoffice.org/basis3.4/program/libsfxli.so)
33: ==28667==by 0x4C3F7CF: SfxCommonTemplateDialog_Impl::Initialize() (in
/net/so-cwsserv03/export/cws/sb138/DEV300/unxlngi6/installation/opt/openoffice.org/basis3.4/program/libsfxli.so)
33: ==28667== 

It appears that the changes for issue 31275 introduced
SvLBox::m_bDoingQuickSelection which is only ever written to in
SvLBox::HandleKeyInput but read in SvLBox::OnCurrentEntryChanged.

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


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



[tools-issues] [Issue 116845] smoketest should fail in non-product build when assertions are raised during the test

2011-02-07 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116845





--- Additional comments from s...@openoffice.org Mon Feb  7 13:39:42 + 
2011 ---
@fs:  Different, in what way?  Either you take the significance of assertions
as tool to ensure product quality seriously, or you don't.

I will object to any enlargement of our code heap aimed at a mechanism that lets
smoketest fail upon assertions.  Keep it simple.  Let assertions abort---always.

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


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



[tools-issues] [Issue 116845] smoketest should fail in non-product build when assertions are raised during the test

2011-02-07 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116845





--- Additional comments from s...@openoffice.org Mon Feb  7 14:05:28 + 
2011 ---
@fs:  I can understand your motivations, but do not agree with your conclusions.
 If we want to take assertions seriously, we have to bite the bullet and get rid
of their occurrences.  An intermediate step that increases the code heap is not
worth it IMO.

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


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



[framework-issues] [Issue 116785] framework::[Module]ImageManager kept alive by ring ref

2011-02-03 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116785
 Issue #|116785
 Summary|framework::[Module]ImageManager kept alive by ring ref
   Component|framework
 Version|DEV300m98
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|sb
 Reported by|sb





--- Additional comments from s...@openoffice.org Thu Feb  3 14:41:36 + 
2011 ---
framework::ImageManagerImpl::m_xOwner will keep any
framework::[Module]ImageManager instances alive forever; attached
imagemanagerimpl.patch fixes this

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


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



[framework-issues] [Issue 116785] framework::[Module]ImageManager kept alive by ring ref

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





--- Additional comments from s...@openoffice.org Thu Feb  3 14:42:10 + 
2011 ---
Created an attachment (id=75757)
fix


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


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



[framework-issues] [Issue 116786] framework::ToolBarLayoutManger::m_p{AddonOptions,GlobalSettings} leak

2011-02-03 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116786
 Issue #|116786
 Summary|framework::ToolBarLayoutManger::m_p{AddonOptions,Globa
|lSettings} leak
   Component|framework
 Version|DEV300m98
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|sb
 Reported by|sb





--- Additional comments from s...@openoffice.org Thu Feb  3 15:12:31 + 
2011 ---
pointer members
framework::ToolBarLayoutMananger::m_p{AddonOptions,GlobalSettings} are bound to
new-created objects (in implts_createAddonsToolBars resp.
implts_readWindowStateData) that are never deleted; attached
toolbarlayoutmanager.patch fixes this

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


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



[framework-issues] [Issue 116786] framework::ToolBarLayoutManger::m_p{AddonOptions,GlobalSettings} leak

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





--- Additional comments from s...@openoffice.org Thu Feb  3 15:13:02 + 
2011 ---
Created an attachment (id=75758)
fix


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


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



[gsl-issues] [Issue 114718] forms/qa/unoapi: crash in remote async release call

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





--- Additional comments from s...@openoffice.org Thu Feb  3 15:39:21 + 
2011 ---
Executing forms/qa/unoapi on DEV300_m98 based CWS sb138, unxlngx6 non-pro,
revealed that frm::OFormattedFieldWrapper is the problematic object that is
released one time too often (see below).  And indeed,
OFormattedFieldWrapper::read can hold on to pBasicReader via
xHoldBasicReaderAlive while setting itself as delegator at pBasicReader, so that
xHoldBasicReaderAlive's acquire goes to pBasicReader while its release goes to
this OFormattedFieldWrapper.  The attached formattedfieldwrapper.patch fixes 
this.

==1659== Invalid read of size 8
==1659==at 0x15E09C9B:
bridges::cpp_uno::shared::freeUnoInterfaceProxy(_uno_ExtEnvironment*, void*)
(unointerfaceproxy.cxx:54)
==1659==by 0x72B424A: s_stub_defenv_revokeInterface (in
/net/so-cwsserv03/export/cws/sb138/DEV300/unxlngx6/installation/opt/openoffice.org/ure/lib/libuno_cppu.so.3)
==1659==by 0x72BB275: s_environment_invoke_v(_uno_Environment*,
_uno_Environment*, void (*)(__va_list_tag (*) [1]), __va_list_tag (*) [1]) (in
/net/so-cwsserv03/export/cws/sb138/DEV300/unxlngx6/installation/opt/openoffice.org/ure/lib/libuno_cppu.so.3)
==1659==by 0x72BB311: uno_Environment_invoke_v (in
/net/so-cwsserv03/export/cws/sb138/DEV300/unxlngx6/installation/opt/openoffice.org/ure/lib/libuno_cppu.so.3)
==1659==by 0x72BB3AD: uno_Environment_invoke (in
/net/so-cwsserv03/export/cws/sb138/DEV300/unxlngx6/installation/opt/openoffice.org/ure/lib/libuno_cppu.so.3)
==1659==by 0x72B35E8: defenv_revokeInterface (in
/net/so-cwsserv03/export/cws/sb138/DEV300/unxlngx6/installation/opt/openoffice.org/ure/lib/libuno_cppu.so.3)
==1659==by 0x15E09B3F:
bridges::cpp_uno::shared::releaseProxy(_uno_Interface*) 
(unointerfaceproxy.cxx:96)
==1659==by 0x1B4967F9:
com::sun::star::uno::UnoInterfaceReference::~UnoInterfaceReference()
(dispatcher.hxx:95)
==1659==by 0x1B496B9A: binaryurp::Bridge::SubStub::~SubStub() 
(bridge.cxx:172)
==1659==by 0x1B49939D: std::paircom::sun::star::uno::TypeDescription const,
binaryurp::Bridge::SubStub::~pair() (stl_pair.h:69)
==1659==by 0x1B4993F6:
__gnu_cxx::new_allocatorstd::paircom::sun::star::uno::TypeDescription const,
binaryurp::Bridge::SubStub
::destroy(std::paircom::sun::star::uno::TypeDescription const,
binaryurp::Bridge::SubStub*) (new_allocator.h:110)
==1659==by 0x1B4999EF: std::_Rb_treecom::sun::star::uno::TypeDescription,
std::paircom::sun::star::uno::TypeDescription const,
binaryurp::Bridge::SubStub,
std::_Select1ststd::paircom::sun::star::uno::TypeDescription const,
binaryurp::Bridge::SubStub , std::lesscom::sun::star::uno::TypeDescription,
std::allocatorstd::paircom::sun::star::uno::TypeDescription const,
binaryurp::Bridge::SubStub 
::_M_destroy_node(std::_Rb_tree_nodestd::paircom::sun::star::uno::TypeDescription
const, binaryurp::Bridge::SubStub *) (stl_tree.h:400)
==1659==  Address 0x18d5ca20 is 0 bytes inside a block of size 112 free'd
==1659==at 0x4C270BD: free (vg_replace_malloc.c:366)
==1659==by 0x4E2D817: rtl_freeMemory (in
/net/so-cwsserv03/export/cws/sb138/DEV300/unxlngx6/lib/libsalalloc_malloc.so.3)
==1659==by 0x2AC18D72: cppu::OWeakObject::operator delete(void*) (in
/net/so-cwsserv03/export/cws/sb138/DEV300/unxlngx6/installation/opt/openoffice.org/basis3.4/program/libfrmlx.so)
==1659==by 0x2ACA49B0:
frm::OFormattedFieldWrapper::~OFormattedFieldWrapper() (in
/net/so-cwsserv03/export/cws/sb138/DEV300/unxlngx6/installation/opt/openoffice.org/basis3.4/program/libfrmlx.so)
==1659==by 0x7009C1F: cppu::OWeakObject::release() (in
/net/so-cwsserv03/export/cws/sb138/DEV300/unxlngx6/installation/opt/openoffice.org/ure/lib/libuno_cppuhelpergcc3.so.3)
==1659==by 0x7009C79: cppu::OWeakAggObject::release() (in
/net/so-cwsserv03/export/cws/sb138/DEV300/unxlngx6/installation/opt/openoffice.org/ure/lib/libuno_cppuhelpergcc3.so.3)
==1659==by 0x2ACA6267: frm::OFormattedFieldWrapper::release() (in
/net/so-cwsserv03/export/cws/sb138/DEV300/unxlngx6/installation/opt/openoffice.org/basis3.4/program/libfrmlx.so)
==1659==by 0x15E07D49: s_stub_releaseInterface (in
/net/so-cwsserv03/export/cws/sb138/DEV300/unxlngx6/installation/opt/openoffice.org/ure/lib/libgcc3_uno.so)
==1659==by 0x72BB275: s_environment_invoke_v(_uno_Environment*,
_uno_Environment*, void (*)(__va_list_tag (*) [1]), __va_list_tag (*) [1]) (in
/net/so-cwsserv03/export/cws/sb138/DEV300/unxlngx6/installation/opt/openoffice.org/ure/lib/libuno_cppu.so.3)
==1659==by 0x72BB311: uno_Environment_invoke_v (in
/net/so-cwsserv03/export/cws/sb138/DEV300/unxlngx6/installation/opt/openoffice.org/ure/lib/libuno_cppu.so.3)
==1659==by 0x72BB3AD: uno_Environment_invoke (in
/net/so-cwsserv03/export/cws/sb138/DEV300/unxlngx6/installation/opt/openoffice.org/ure/lib/libuno_cppu.so.3)
==1659==by 0x15E081AE: releaseInterface 

[gsl-issues] [Issue 114718] forms/qa/unoapi: crash in remote async release call

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





--- Additional comments from s...@openoffice.org Thu Feb  3 15:40:03 + 
2011 ---
Created an attachment (id=75759)
fix


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


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



[gsl-issues] [Issue 114669] forms/qa/unoapi forms.OListBoxControl crash

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





--- Additional comments from s...@openoffice.org Thu Feb  3 15:45:39 + 
2011 ---
this *might* be issue 114718 (which can cause soffice to crash anytime after the
forms.OEditModel test)

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


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



[graphics-issues] [Issue 116763] drawinglayer/source/processor2d/vclpixelprocessor2d.cxx:404 assertion unsatisfied query for interface of type com.sun.star.awt.XView!

2011-02-02 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116763
 Issue #|116763
 Summary|drawinglayer/source/processor2d/vclpixelprocessor2d.cx
|x:404 assertion unsatisfied query for interface of ty
|pe com.sun.star.awt.XView!
   Component|Drawing
 Version|DEV300m98
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|aw
 Reported by|sb





--- Additional comments from s...@openoffice.org Wed Feb  2 09:06:18 + 
2011 ---
At least when executing forms/qa/unoapi on DEV300_m98 based CWS sb138, unxsoli4
non-pro, there are 754 occurrences of

Error: caught an exception!
in function:(unknown)
type: com.sun.star.uno.RuntimeException
message: unsatisfied query for interface of type com.sun.star.awt.XView!
 From File
/net/so-cwsserv03/export/cws/sb138/DEV300/ooo/drawinglayer/source/processor2d/vclpixelprocessor2d.cxx
at Line 404

Assuming that this is caused by the UNO_QUERY_THROW at
http://hg.services.openoffice.org/DEV300/file/3dc4b4b59914/drawinglayer/source/processor2d/vclpixelprocessor2d.cxx#l370,
it would probably be better to use UNO_QUERY and an explicit if-check for 
nullness.

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


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



[framework-issues] [Issue 116669] Error message when attempying to start OOo3.3

2011-02-01 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116669





--- Additional comments from s...@openoffice.org Tue Feb  1 09:10:25 + 
2011 ---
@bookmobiler:  So that makes it extremely unlikely that soffice.bin happens to
pick up an unrelated ucbhelper4MSC.dll via PATH.  To me, your problem looks like
updating from OOo 3.2 to 3.3 failed to update at least the ucbhelper4MSC.dll,
for whatever reason.

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


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



[l10n-issues] [Issue 116743] Diccionaries installing error on 3.3

2011-02-01 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116743


User sb changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |INVALID





--- Additional comments from s...@openoffice.org Tue Feb  1 15:22:05 + 
2011 ---
see http://www.openoffice.org/servlets/ReadMsg?list=devmsgNo=28553

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


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



[l10n-issues] [Issue 116743] Diccionaries installing error on 3.3

2011-02-01 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116743


User sb changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from s...@openoffice.org Tue Feb  1 15:22:51 + 
2011 ---
.

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


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



[framework-issues] [Issue 116669] Error message when attempying to start OOo3.3

2011-01-31 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116669





--- Additional comments from s...@openoffice.org Mon Jan 31 08:09:08 + 
2011 ---
@bookmobiler:  You can see the value of the PATH environment variable by
entering echo %PATH% into the Command Prompt application (cmd.exe).

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


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



[porting-issues] [Issue 115619] introduce osl_setThreadName

2011-01-31 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115619





--- Additional comments from s...@openoffice.org Mon Jan 31 12:36:32 + 
2011 ---
...plus http://hg.services.openoffice.org/cws/sb138/rev/31a93623fc7a (MinGW
problem)

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


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



[udk-issues] [Issue 113686] stoc: InterfaceIdlClassImpl objects leak

2011-01-31 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113686


User sb changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from s...@openoffice.org Mon Jan 31 14:25:41 + 
2011 ---
.

-
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



[tools-issues] [Issue 116612] solenv/gbuild/platform/linux.mk typos when linking executables

2011-01-31 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116612


User sb changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from s...@openoffice.org Mon Jan 31 14:26:55 + 
2011 ---
.

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


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



[udk-issues] [Issue 113679] bridges: data race in OReaderThread::disposeEnvironment()

2011-01-31 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113679


User sb changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from s...@openoffice.org Mon Jan 31 14:27:47 + 
2011 ---
.

-
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



[tools-issues] [Issue 116441] solenv/inc/_cppunit.mk: bad dependencies

2011-01-31 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116441


User sb changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from s...@openoffice.org Mon Jan 31 14:28:16 + 
2011 ---
.

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


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



[udk-issues] [Issue 116445] jurt: do not write to a disposed URP bridge

2011-01-31 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116445


User sb changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from s...@openoffice.org Mon Jan 31 14:28:46 + 
2011 ---
.

-
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



[framework-issues] [Issue 116444] io: PipeConnection::read and short reads

2011-01-31 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116444


User sb changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from s...@openoffice.org Mon Jan 31 14:29:15 + 
2011 ---
.

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


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



[porting-issues] [Issue 116447] sal: osl_receivePipe triggers OSL_TRACE for non-error EOF

2011-01-31 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116447


User sb changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from s...@openoffice.org Mon Jan 31 14:29:44 + 
2011 ---
.

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


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



[udk-issues] [Issue 114675] binary URP bridge race on shut down, crash

2011-01-31 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114675


User sb changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from s...@openoffice.org Mon Jan 31 14:26:26 + 
2011 ---
.

-
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



[framework-issues] [Issue 116659] OOo takes long to terminate

2011-01-31 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116659


User sb changed the following:

What|Old value |New value

 Assigned to|sb|tbo





--- Additional comments from s...@openoffice.org Mon Jan 31 14:30:31 + 
2011 ---
@tbo: please verify

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


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



[udk-issues] [Issue 73359] urp_writer thread does not terminate cleanly

2011-01-31 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=73359


User sb changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from s...@openoffice.org Mon Jan 31 14:32:32 + 
2011 ---
.

-
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 116530] improve Java URP bridge error notification

2011-01-31 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116530


User sb changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from s...@openoffice.org Mon Jan 31 14:30:58 + 
2011 ---
.

-
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 71352] Remove dead properties support from C++ URP

2011-01-31 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=71352


User sb changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from s...@openoffice.org Mon Jan 31 14:35:00 + 
2011 ---
.

-
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



[api-issues] [Issue 116391] ConfigurationProvider getByHierarchicalName regression

2011-01-31 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116391


User sb changed the following:

What|Old value |New value

 Assigned to|sb|tbo





--- Additional comments from s...@openoffice.org Mon Jan 31 14:31:49 + 
2011 ---
@tbo: please verify

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


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



[udk-issues] [Issue 58932] 64bit warning cleanup bridges/source/remote/urp

2011-01-31 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=58932


User sb changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from s...@openoffice.org Mon Jan 31 14:47:52 + 
2011 ---
.

-
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



[framework-issues] [Issue 77102] removeByName() for set nodes should remove them realy in XCU file

2011-01-31 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=77102


User sb changed the following:

What|Old value |New value

 Assigned to|sb|tbo





--- Additional comments from s...@openoffice.org Mon Jan 31 14:46:03 + 
2011 ---
@tbo: please verify

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


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



[udk-issues] [Issue 112929] stoc: unused s_semi static object

2011-01-31 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112929


User sb changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from s...@openoffice.org Mon Jan 31 14:47:05 + 
2011 ---
.

-
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



[framework-issues] [Issue 58964] OO crash when listiening a TCP port and receiving invalid data. (denial-of-service)

2011-01-31 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=58964


User sb changed the following:

What|Old value |New value

 Assigned to|sb|tbo





--- Additional comments from s...@openoffice.org Mon Jan 31 14:48:58 + 
2011 ---
@tbo: please verify

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


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



[udk-issues] [Issue 103789] cppu: debug time #include within namespace

2011-01-31 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=103789


User sb changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from s...@openoffice.org Mon Jan 31 14:50:02 + 
2011 ---
.

-
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



[framework-issues] [Issue 114601] officecfg: util/makefile.mk file tries to remove files from /bin directory

2011-01-31 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114601


User sb changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from s...@openoffice.org Mon Jan 31 14:54:24 + 
2011 ---
.

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


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



[porting-issues] [Issue 115619] introduce osl_setThreadName

2011-01-31 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115619


User sb changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from s...@openoffice.org Mon Jan 31 14:55:02 + 
2011 ---
.

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


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



[udk-issues] [Issue 116038] rewrite binary URP bridge

2011-01-31 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116038


User sb changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from s...@openoffice.org Mon Jan 31 14:52:56 + 
2011 ---
tested new implementation directly via testtools tests and indirectly via
smoketestoo_native and subsequenttests (that use URP to communicate with the
soffice executable)

-
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



[gsl-issues] [Issue 116730] vcl: crash with multiple threads in Window::ImplGrabFocus

2011-01-31 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116730
 Issue #|116730
 Summary|vcl: crash with multiple threads in Window::ImplGrabFo
|cus
   Component|gsl
 Version|DEV300m98
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|pl
 Reported by|sb





--- Additional comments from s...@openoffice.org Mon Jan 31 15:35:49 + 
2011 ---
At least on DEV300_m98 based CWS sb138, unxsols4.pro, executing
toolkit/qa/unoapi once failed at

[...]
33: * State for
toolkit.MutableTreeNode::com::sun::star::awt::tree::XMutableTreeNode **
33: Whole interface: PASSED.OK
33:
***
33: LOG disposing xTextDoc 
33: * State for toolkit.MutableTreeNode **
33: Whole component: PASSED.OK
33: **
33: Creating: toolkit.TabController
33: LOG Log started 29.00.2011 - 07:00:14
33: LOG creating a textdocument
33: ImplementationName: stardiv.Toolkit.StdTabController
33: Environment created
33: LOG Log started 29.00.2011 - 07:00:15
33: checking: [toolkit.TabController::com::sun::star::awt::XTabController] is
iface: [com.sun.star.awt.XTabController] testcode: [ifc.awt._XTabController]
33: LOG Execute: setModel()
33: LOG setModel(): SKIPPED.OK
33: 
33: LOG Execute: getModel()
33: LOG starting required method: setModel()
33: LOG ! Required method setModel() failed
33: LOG getModel(): SKIPPED.OK
33: 
33: LOG Execute: setContainer()
33: LOG setContainer(): SKIPPED.OK
33: 
33: LOG Execute: getContainer()
33: LOG starting required method: setContainer()
33: LOG ! Required method setContainer() failed
33: LOG getContainer(): SKIPPED.OK
33: 
33: LOG Execute: getControls()
33: LOG getControls(): SKIPPED.OK
33: 
33: LOG Execute: autoTabOrder()
33: LOG autoTabOrder(): SKIPPED.OK
33: 
33: LOG Execute: activateTabOrder()
33: LOG activateTabOrder(): SKIPPED.OK
33: 
33: LOG Execute: activateFirst()
33: LOG activateFirst(): SKIPPED.OK
33: 
33: LOG Execute: activateLast()
33: com.sun.star.lang.DisposedException
[...]
33: 28159 Segmentation Fault - core dumped
[...]

with

(dbx) where
current thread: t@1
=[1] Window::ImplRemoveDel(0xd73df0, 0xffbfc260, 0x0, 0xfd09f2e8, 0x0, 0x0), at
0xfced29a4
  [2] Window::CallEventListeners(0xd73df0, 0xffbfc270, 0x0, 0xfd0929e0, 0x344,
0xffbfc260), at 0xfcedbbc0
  [3] Window::PreNotify(0xd73df0, 0xffbfc3e8, 0xd73df0, 0x0, 0xc860c0,
0xd73f30), at 0xfcedb644
  [4] PushButton::PreNotify(0xd73df0, 0xffbfc3e8, 0xfd0929e0, 0x42c, 0xfcefcb28,
0xfd0ade84), at 0xfcefcdfc
  [5] Window::ImplGrabFocus(0xc49f48, 0xd73df0, 0xfd0929e0, 0x1, 0xffbfc408,
0xfd09eb0c), at 0xfced7ce8
  [6] Window::ImplGrabFocus(0xe0ff78, 0x0, 0xfd0929e0, 0x1c00, 0xffbfc4b0,
0x1a400), at 0xfced793c
  [7] Window::ImplAsyncFocusHdl(0xe0ff78, 0x1, 0x0, 0xfd0929e0, 0xe9aeb0,
0xd96ed0), at 0xfceee374
  [8] ImplHandleUserEvent(0xe12968, 0x0, 0x73f490, 0xfceee038, 0x0, 0x1a37dc),
at 0xfceee944
  [9] ImplWindowFrameProc(0x15, 0x2e8, 0x16, 0x54, 0x16, 0x515558), at
0xfceef410
  [10] SalDisplay::DispatchInternalEvent(0x3ff08, 0x22810, 0xfceef1dc, 0x16,
0xe12968, 0x5157c8), at 0xfa72cd8c
  [11] GtkXLib::userEventFn(0x27258, 0xfd09eb0c, 0xfd09eaf8, 0xfd3a29c4, 0x0,
0x27228), at 0xfd34a5f8
  [12] g_main_dispatch(0x3f0f0, 0xfd23ec00, 0x0, 0x0, 0xfffd, 0xffef),
at 0xfd1d5ac8
  [13] g_main_context_dispatch(0x3f0f0, 0x2, 0x3f0a8, 0x1, 0xfd23ec00, 0x3f0f0),
at 0xfd1d6ffc
  [14] g_main_context_iterate(0x1, 0x0, 0x1, 0x3f0f0, 0x3f0f8, 0x0), at 
0xfd1d74c8
  [15] g_main_context_iteration(0x0, 0xfd23ec00, 0xfd3a8ef4, 0x3f0f0, 0x1, 0x0),
at 0xfd1d76d8
  [16] GtkXLib::Yield(0x27258, 0x1, 0x0, 0x1, 0xfd3a29c4, 0xfd09eaf8), at 
0xfd34a7d0
  [17] ImplYield(0xfd0929e0, 0xfd09eb0c, 0x42c, 0x0, 0x1, 0x0), at 0xfccda0b0
  [18] Application::Execute(0x1, 0xfd09eb0c, 0xfd09eaf8, 0xfd0929e0, 0x42c,
0x400), at 0xfccd6a44
  [19] desktop::Desktop::Main(0xffbfd04c, 0x698b0, 0x698b0, 0xffbfcbd4,
0x457970, 0x698b0), at 0xfed19258
  [20] ImplSVMain(0xfed16f20, 0xfd09eaf8, 0x1, 0xfd09eb0c, 0xfd0929e0,
0xff1f6558), at 0xfccdde18
  [21] SVMain(0x0, 0xffbfd048, 0xfd09eaf8, 0x2, 0x8000, 0x4000), at
0xfccddff4
  [22] soffice_main(0x13400, 0xfed9c0ec, 0xfffec9d1, 0x13400, 0xfffec9c9,
0x13400), at 0xfed46e44
  [23] main(0x7, 0xffbfd144, 0xffbfd164, 0x21400, 0xff3900c0, 0x0), at 0x10f80
(dbx) dis -a ImplRemoveDel
0xfced2970: ImplRemoveDel   :   clr  [%o1 + 8]
0xfced2974: ImplRemoveDel+0x0004:   ld   [%o0 + 244], %g4
0xfced2978: ImplRemoveDel+0x0008:   ld   [%g4 + 92], %o5
0xfced297c: ImplRemoveDel

[sw-issues] [Issue 116733] sw: crash in ~SwDrawContact (forms/qa/unoapi)

2011-01-31 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116733
 Issue #|116733
 Summary|sw: crash in ~SwDrawContact (forms/qa/unoapi)
   Component|Word processor
 Version|DEV300m98
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|od
 Reported by|sb





--- Additional comments from s...@openoffice.org Mon Jan 31 16:11:56 + 
2011 ---
At least on DEV300_m98 based CWS sb138, unxsols4.pro, executing forms/qa/unoapi
once failed at

[...]
6: LOG Execute: LabelControl
6: LOG changing initially empty MAYBEVOID properties is not supported by the
test framework so far - skip test of property: LabelControl
6: Method LabelControl finished with state OK
6: LOG LabelControl: PASSED.OK
6: LOG closing connection...
6: LOG closing data source...
6: LOG disposing data source...
6: LOG closing document...
6: LOG ERROR: couldn't close document: com.sun.star.lang.DisposedException
6: LOG revoking data source...
6: * State for
forms.ONumericModel::com::sun::star::form::DataAwareControlModel **
6: Whole service: PASSED.OK
6:
***
6: LOG Log started 31.00.2011 - 01:36:26
6: Creating: forms.ONumericModel
6: LOG Log started 31.00.2011 - 01:36:26
6: LOG creating a textdocument
6: Office disposed
6: EE
6: Time: 238.87
6: There were 2 failures:
6: 1) test(org.openoffice.forms.qa.unoapi.Test)
6: com.sun.star.lang.DisposedException: java_remote_bridge
com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge@1672bbb is disposed
[...]

with

t@190 (l@190) terminated by signal SEGV (no mapping at the fault address)
0xf219d23d: HasSdrObjectOwnership+0x0009:   cmpb
$0x,0x0010(%eax)
(dbx) where
current thread: t@190
=[1] SvxShape::HasSdrObjectOwnership(0xef70090c, 0xf3cfee48, 0xf3cfee20,
0xf200d0c6), at 0xf219d23d
  [2] SdrObject::Free(0xf3cfee44, 0x1, 0xf3cfee80, 0xf31485a2), at 0xf200d0f3
  [3] SwDrawContact::~SwDrawContact(0x8bde988, 0xf3913ed4, 0xf3cfee80,
0xf314ce3c), at 0xf3148618
  [4] __SLIP.DELETER__G(0x8bde988, 0x1, 0xf3cfeea0, 0xf31e6ef2), at 0xf314ce4e
  [5] SwDrawFrmFmt::~SwDrawFrmFmt(0xf159f000, 0xf3913ed4, 0xf3cfeee0,
0xf31e7968), at 0xf31e6f1e
  [6] __SLIP.DELETER__FB(0xf159f000, 0x1, 0xf3cfef00, 0xf30789da), at 0xf31e797a
  [7] SwSpzFrmFmts::DeleteAndDestroy(0x877c520, 0x0, 0x1, 0xf307d843), at 
0xf3078a6e
  [8] SwDoc::DelFrmFmt(0x93c5308, 0xf159f000, 0x0, 0xf308a355), at 0xf307d9af
  [9] SwDoc::DelLayoutFmt(0x93c5308, 0xf159f000, 0xf3cff090, 0xf334e6a6), at
0xf308a9dc
  [10] SwTxtNode::DestroyAttr(0xf24cb074, 0x8fa2828, 0xf3cff110, 0xf3339e3e), at
0xf334e940
  [11] SwTxtNode::~SwTxtNode(0xf24cb074, 0x8, 0xfef9d000, 0xf3345f78), at 
0xf3339e7f
  [12] __SLIP.DELETER__F(0xf24cb074, 0x1, 0xfef9e5d0, 0xf3136f92), at 0xf3345f8a
  [13] SwNodes::RemoveNode(0x93c536c, 0x9, 0x1, 0x1), at 0xf3137143
  [14] SwNodes::DelNodes(0x93c536c, 0xf3cff2b8, 0xb, 0xf3097a2d), at 0xf31345dd
  [15] SwDoc::~SwDoc(0x93c5308, 0x0, 0xf3cff320, 0xf309e5d4), at 0xf30984db
  [16] __SLIP.DELETER__TB(0x93c5308, 0x1, 0xf3b7f5f0, 0xf3620bc2), at 0xf309e5e6
  [17] SwDocShell::RemoveLink(0x93aee90, 0x0, 0xf3cff3b0, 0xf36204ea), at 
0xf3620d3c
  [18] SwDocShell::~SwDocShell(0x93aee90, 0xf01b2a00, 0xf3cff3b8, 0xf361dfe0),
at 0xf3620599
  [19] __SLIP.DELETER__N(0x93aee90, 0x1, 0xf3cff420, 0xfeca5324), at 0xf361dff2
  [20] SvRefBase::QueryDelete(0x93aef04, 0x849b308, 0xf669b030, 0xf6913816), at
0xfe19dc59
  [21] __SLIP.DELETER__D(0x939d9a0, 0x1, 0xf669b030, 0xf669b030), at 0xf6913a57
  [22] SfxBaseModel::dispose(0xf0318d08, 0x4, 0xf3cff4c0, 0xf37d794c), at 
0xf68f5323
  [23] SwXTextDocument::dispose(0xf0318c70, 0xf3cff4e8, 0x1, 0xf68faa63), at
0xf37d7964
  [24] SfxBaseModel::close(0xf0318d08, 0x1, 0x0, 0xf37d797e), at 0xf68fad8a
  [25] SwXTextDocument::close(0xf0318c70, 0xef700801, 0x0, 0xfb77d0bc,
0xf3cff580, 0x8083e48), at 0xf37d79c7
  [26] callVirtualMethod(0xf0318d74, 0x5, 0x0, 0x0, 0xf3cff5c0, 0x2, 0x8083e80,
0x8a8af5c), at 0xfb768219
  [27] __unnamed_KARQ_$y$PN2je::cpp_call(0x8ffbfa8, 0x0, 0x5, 0x8083e48, 0x1,
0x8d06c88, 0x0, 0x8f48d08, 0xf3cffd04, 0x8d06930, 0xf3cffc00, 0xfb76395a), at
0xfb7643d3
  [28] bridges::cpp_uno::shared::unoInterfaceProxyDispatch(0x8ffbfa8, 0x8d06930,
0x0, 0x8f48d08, 0xf3cffd04, 0x0, 0xf3cffd03, 0x1), at 0xfb763af0
  [29] binaryurp::IncomingRequest::execute_throw(0x8ea4b70, 0xf3cffe00,
0xf3cffe10, 0xf5d41565), at 0xf5d42553
  [30] binaryurp::IncomingRequest::execute(0x8ea4b70, 0x0, 0x0, 0xf5d4836a), at
0xf5d4165d
  [31] request(0x8ea4b70, 0x10, 0x0, 0xfe41e17a), at 0xf5d48386
  [32] cppu_threadpool::JobQueue::enter(0x8d98f18

[tools-issues] [Issue 116612] solenv/gbuild/platform/linux.mk typos when linking executables

2011-01-28 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116612





--- Additional comments from s...@openoffice.org Fri Jan 28 08:01:12 + 
2011 ---
@b_michaelsen:  Interesting.  Indeed, for ld 2.20, man ld says -rpath-link=...
while ld --help says -rpath   Lets consider the variant with a space
backwards compatibility.

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


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



[framework-issues] [Issue 116669] Error message when attempying to start OOo3.3

2011-01-28 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116669


User sb changed the following:

What|Old value |New value

  CC|'cd,sb'   |'cd,is,kso,sb'





--- Additional comments from s...@openoffice.org Fri Jan 28 12:27:45 + 
2011 ---
ucbhelper::Content::queryCreatableContentsInfo appears to be relatively new, so
it looks like a OOo 3.3 soffice.bin tries to access an ucbhelper4MSC.dll from an
old version.

@bookmobiler:  How exactly did you install OOo 3.3?  Did you have an older
version of OOo installed?  What is your PATH environment variable?

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


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



[porting-issues] [Issue 115619] introduce osl_setThreadName

2011-01-28 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115619


User sb changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from s...@openoffice.org Fri Jan 28 15:32:39 + 
2011 ---
fixed as http://hg.services.openoffice.org/cws/sb138/rev/8e44d13d53cc; for
testing, there is sal/qa/osl/setthreadname/ (see test-setthreadname.cxx for
setting URE_TEST_SETTHREADNAME env var to actually observe anything)

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


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



[udk-issues] [Issue 113464] stoc_smgr::ORegistryServiceManager::dispose crash during shutdown

2011-01-28 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113464


User sb changed the following:

What|Old value |New value

Target milestone|OOo 3.4   |OOo 3.x





-
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



[tools-issues] [Issue 114477] configure does not check for Mac OS X 10.4 SDK

2011-01-28 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114477


User sb changed the following:

What|Old value |New value

Target milestone|OOo 3.4   |OOo 3.x





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


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



[framework-issues] [Issue 114911] configmgr: EnableAsync

2011-01-28 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114911


User sb changed the following:

What|Old value |New value

Target milestone|OOo 3.4   |OOo 3.x





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


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



[framework-issues] [Issue 113179] remove desktop/qa/deployment_misc/makefile.mk TODO

2011-01-28 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113179


User sb changed the following:

What|Old value |New value

Target milestone|OOo 3.4   |OOo 3.x





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


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



[framework-issues] [Issue 114886] configmgr::Components::writeModifications improvement

2011-01-28 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114886


User sb changed the following:

What|Old value |New value

Target milestone|OOo 3.4   |OOo 3.x





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


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



[porting-issues] [Issue 113979] getUnloadingMutex() uses already destructed object during process exit

2011-01-28 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113979


User sb changed the following:

What|Old value |New value

Target milestone|OOo 3.4   |OOo 3.x





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


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



[udk-issues] [Issue 116038] rewrite binary URP bridge

2011-01-27 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116038


User sb changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED

Target milestone|OOo 3.x   |OOo 3.4





--- Additional comments from s...@openoffice.org Thu Jan 27 10:31:38 + 
2011 ---
fixed as http://hg.services.openoffice.org/cws/sb138/rev/bf1c8f15eacc

-
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 114675] binary URP bridge race on shut down, crash

2011-01-27 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114675


User sb changed the following:

What|Old value |New value

Target milestone|OOo 3.x   |OOo 3.4





--- Additional comments from s...@openoffice.org Thu Jan 27 10:39:00 + 
2011 ---
issue 116038 has been fixed

-
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 114675] binary URP bridge race on shut down, crash

2011-01-27 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114675


User sb changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from s...@openoffice.org Thu Jan 27 10:41:40 + 
2011 ---
.

-
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 113679] bridges: data race in OReaderThread::disposeEnvironment()

2011-01-27 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113679


User sb changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED

Target milestone|OOo 3.x   |OOo 3.4





--- Additional comments from s...@openoffice.org Thu Jan 27 10:42:00 + 
2011 ---
issue 116038 has been fixed

-
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 73359] urp_writer thread does not terminate cleanly

2011-01-27 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=73359


User sb changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED

Target milestone|OOo 3.x   |OOo 3.4





--- Additional comments from s...@openoffice.org Thu Jan 27 10:43:17 + 
2011 ---
issue 116038 has been fixed

-
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



  1   2   3   4   5   6   7   8   9   10   >