Re: another bug in base

2017-11-27 Thread Don Lewis
On 27 Nov, Patricia Shanahan wrote:
> On 11/27/2017 7:07 PM, Don Lewis wrote:
>> On 26 Nov, Patricia Shanahan wrote:
>>>
>>>
>>> On 11/26/2017 4:47 PM, Don Lewis wrote:
 On 27 Nov, Damjan Jovanovic wrote:
> I can't reproduce it here, on trunk with:
> FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512
> Target: x86_64-unknown-freebsd10.3
> with either our built-in HSQLDB driver or SQlite over ODBC.
>
> What version of AOO are you using? What database driver? What build
> settings?

 4.1.4 with the patch that I just posted.  I'm using the the built-in
 HSQLDB driver.  I installed using a FreeBSD package built with the default.
 I think I've also seen it on with unpatched 11.1, though it seems to be
 harder to reproduce there.

>>>
>>> Could you try it in 4.1.5-dev?
>> 
>> Interesting ... it seems to work fine, even without the optimization
>> level change for framework/source/loadenv/loadenv.cxx.
> 
> I cannot reproduce it with the as-released 4.1.4 on Windows.
> 
> Does anyone have a debug set-up that does reproduce it? If so, I can 
> write instructions for testing whether it is related to the null pointer 
> bug.

Even stranger, if I go back to 4.1.4 w/o the patch to
framework/Library_fwk.mk but with a patch that disables the SIGSEGV
handler, I'm not seeing any problems with base.  This one is a real
Heisenberg ...


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



Re: another bug in base

2017-11-27 Thread Patricia Shanahan

On 11/27/2017 7:07 PM, Don Lewis wrote:

On 26 Nov, Patricia Shanahan wrote:



On 11/26/2017 4:47 PM, Don Lewis wrote:

On 27 Nov, Damjan Jovanovic wrote:

I can't reproduce it here, on trunk with:
FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512
Target: x86_64-unknown-freebsd10.3
with either our built-in HSQLDB driver or SQlite over ODBC.

What version of AOO are you using? What database driver? What build
settings?


4.1.4 with the patch that I just posted.  I'm using the the built-in
HSQLDB driver.  I installed using a FreeBSD package built with the default.
I think I've also seen it on with unpatched 11.1, though it seems to be
harder to reproduce there.



Could you try it in 4.1.5-dev?


Interesting ... it seems to work fine, even without the optimization
level change for framework/source/loadenv/loadenv.cxx.


I cannot reproduce it with the as-released 4.1.4 on Windows.

Does anyone have a debug set-up that does reproduce it? If so, I can 
write instructions for testing whether it is related to the null pointer 
bug.


---
This email has been checked for viruses by AVG.
http://www.avg.com


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



Re: another bug in base

2017-11-27 Thread Don Lewis
On 26 Nov, Patricia Shanahan wrote:
> 
> 
> On 11/26/2017 4:47 PM, Don Lewis wrote:
>> On 27 Nov, Damjan Jovanovic wrote:
>>> I can't reproduce it here, on trunk with:
>>> FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512
>>> Target: x86_64-unknown-freebsd10.3
>>> with either our built-in HSQLDB driver or SQlite over ODBC.
>>>
>>> What version of AOO are you using? What database driver? What build
>>> settings?
>> 
>> 4.1.4 with the patch that I just posted.  I'm using the the built-in
>> HSQLDB driver.  I installed using a FreeBSD package built with the default.
>> I think I've also seen it on with unpatched 11.1, though it seems to be
>> harder to reproduce there.
>> 
> 
> Could you try it in 4.1.5-dev?

Interesting ... it seems to work fine, even without the optimization
level change for framework/source/loadenv/loadenv.cxx.


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



Re: another bug in base

2017-11-27 Thread Jim Jagielski
Do we need/want a FreeBSD build VM? I could try to
set one up... 

> On Nov 26, 2017, at 6:47 PM, Don Lewis <truck...@apache.org> wrote:
> 
> I'm seeing another bug in base on all versions of FreeBSD.  To
> reproduce:
>  1. Open an existing database
>  2. Select Table in the far left pane
>  3. Select a table in the lower left pane
>  4. Select Document in the lower right pane
> At that point, my mouse cursor shows that something is busy.  I am able
> to File->Exit, but nothing happens.  If I ^c the process, it drops core
> with this backtrace:
> 
> #0  0x0008051f5c9f in GraphicReader::GetPreviewSize ()
>   from /usr/local/openoffice-4.1.4/openoffice4/program/libvcl.so
> #1  0x0008051f47bf in GraphicReader::GetPreviewSize ()
>   from /usr/local/openoffice-4.1.4/openoffice4/program/libvcl.so
> #2  0x0008051f42c0 in GraphicReader::GetPreviewSize ()
>   from /usr/local/openoffice-4.1.4/openoffice4/program/libvcl.so
> #3  0x0008051e7e43 in ImageList::~ImageList ()
>   from /usr/local/openoffice-4.1.4/openoffice4/program/libvcl.so
> #4  0x0008051e8b92 in ImageList::GetImage ()
>   from /usr/local/openoffice-4.1.4/openoffice4/program/libvcl.so
> #5  0x000803aaf6e3 in SvFileInformationManager::GetFolderImage ()
>   from /usr/local/openoffice-4.1.4/openoffice4/program/libsvt.so
> #6  0x000803aadd1d in SvFileInformationManager::GetFileImage ()
>   from /usr/local/openoffice-4.1.4/openoffice4/program/libsvt.so
> #7  0x000805fb38e2 in SvxXShadowPreview::Paint ()
>   from /usr/local/openoffice-4.1.4/openoffice4/program/libsvx.so
> #8  0x000809f23000 in component_getFactory ()
>   from /usr/local/openoffice-4.1.4/openoffice4/program/libfwk.so
> #9  0x000805faf122 in SvxXShadowPreview::Paint ()
>   from /usr/local/openoffice-4.1.4/openoffice4/program/libsvx.so
> #10 0x000805faedfc in SvxXShadowPreview::Paint ()
>   from /usr/local/openoffice-4.1.4/openoffice4/program/libsvx.so
> #11 0x0008060c2c2a in SvxVertTextTbxCtrl::SvxVertTextTbxCtrl ()
> ---Type  to continue, or q  to quit---
>   from /usr/local/openoffice-4.1.4/openoffice4/program/libsvx.so
> #12 0x0008060c2a15 in SvxVertTextTbxCtrl::SvxVertTextTbxCtrl ()
>   from /usr/local/openoffice-4.1.4/openoffice4/program/libsvx.so
> #13 0x0008060c3148 in SvxVertTextTbxCtrl::SvxVertTextTbxCtrl ()
>   from /usr/local/openoffice-4.1.4/openoffice4/program/libsvx.so
> #14 0x000800c2eb6a in ?? ()
>   from /usr/local/openoffice-4.1.4/openoffice4/program/libsofficeapp.so
> #15 0x000800c2ef09 in ?? ()
>   from /usr/local/openoffice-4.1.4/openoffice4/program/libsofficeapp.so
> #16 0x000805139ebe in VclResId ()
>   from /usr/local/openoffice-4.1.4/openoffice4/program/libvcl.so
> #17 0x000800852da9 in osl_setErrorReporting ()
>   from /usr/local/openoffice-4.1.4/openoffice4/program/libuno_sal.so.3
> #18 0x0008243bfc64 in os::Bsd::chained_handler ()
>   from /usr/local/openjdk8/jre/lib/amd64/server/libjvm.so
> #19 0x0008243c2a4f in JVM_handle_bsd_signal ()
>   from /usr/local/openjdk8/jre/lib/amd64/server/libjvm.so
> #20 0x0008243bfadd in signalHandler ()
>   from /usr/local/openjdk8/jre/lib/amd64/server/libjvm.so
> #21 0x0008017afb37 in pthread_sigmask () from /lib/libthr.so.3
> #22 0x0008017af22c in pthread_getspecific () from /lib/libthr.so.3
> #23 
> #24 0x00080085fd11 in rtl_locale_equals ()
> ---Type  to continue, or q  to quit---
>   from /usr/local/openoffice-4.1.4/openoffice4/program/libuno_sal.so.3
> #25 0x00080085fbc3 in rtl_locale_equals ()
>   from /usr/local/openoffice-4.1.4/openoffice4/program/libuno_sal.so.3
> #26 0x000800864437 in rtl_uString_release ()
>   from /usr/local/openoffice-4.1.4/openoffice4/program/libuno_sal.so.3
> #27 0x00081bc98c85 in ?? ()
>   from 
> /usr/local/openoffice-4.1.4/openoffice4/program/../program/libpackage2.so
> #28 0x00081bcc9afb in ?? ()
>   from 
> /usr/local/openoffice-4.1.4/openoffice4/program/../program/libpackage2.so
> #29 0x00081bcc70ed in ?? ()
>   from 
> /usr/local/openoffice-4.1.4/openoffice4/program/../program/libpackage2.so
> #30 0x00081bcc704f in ?? ()
>   from 
> /usr/local/openoffice-4.1.4/openoffice4/program/../program/libpackage2.so
> #31 0x000802140e7a in cppu::OWeakObject::release ()
>   from 
> /usr/local/openoffice-4.1.4/openoffice4/program/libuno_cppuhelpergcc3.so.3
> #32 0x0008051f5f24 in GraphicReader::GetPreviewSize ()
>   from /usr/local/openoffice-4.1.4/openoffice4/program/libvcl.so
> #33 0x0008051f404e in GraphicReader::GetPreviewSize ()
> ---Type  to continue, or q  to quit---
>   from /usr/local/openoffice-4.1.4/openoffice4/program/libvcl.so
> #34 0x00080513403a in AllSettings::LocaleSettingsChanged ()
>   fro

Re: another bug in base

2017-11-26 Thread Patricia Shanahan



On 11/26/2017 4:47 PM, Don Lewis wrote:

On 27 Nov, Damjan Jovanovic wrote:

I can't reproduce it here, on trunk with:
FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512
Target: x86_64-unknown-freebsd10.3
with either our built-in HSQLDB driver or SQlite over ODBC.

What version of AOO are you using? What database driver? What build
settings?


4.1.4 with the patch that I just posted.  I'm using the the built-in
HSQLDB driver.  I installed using a FreeBSD package built with the default.
I think I've also seen it on with unpatched 11.1, though it seems to be
harder to reproduce there.



Could you try it in 4.1.5-dev?

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



Re: another bug in base

2017-11-26 Thread Don Lewis
On 27 Nov, Damjan Jovanovic wrote:
> I can't reproduce it here, on trunk with:
> FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512
> Target: x86_64-unknown-freebsd10.3
> with either our built-in HSQLDB driver or SQlite over ODBC.
> 
> What version of AOO are you using? What database driver? What build
> settings?

4.1.4 with the patch that I just posted.  I'm using the the built-in
HSQLDB driver.  I installed using a FreeBSD package built with the default.
I think I've also seen it on with unpatched 11.1, though it seems to be
harder to reproduce there.



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



Re: another bug in base

2017-11-26 Thread Damjan Jovanovic
I can't reproduce it here, on trunk with:
FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512
Target: x86_64-unknown-freebsd10.3
with either our built-in HSQLDB driver or SQlite over ODBC.

What version of AOO are you using? What database driver? What build
settings?

Damjan

On Mon, Nov 27, 2017 at 1:47 AM, Don Lewis <truck...@apache.org> wrote:

> I'm seeing another bug in base on all versions of FreeBSD.  To
> reproduce:
>   1. Open an existing database
>   2. Select Table in the far left pane
>   3. Select a table in the lower left pane
>   4. Select Document in the lower right pane
> At that point, my mouse cursor shows that something is busy.  I am able
> to File->Exit, but nothing happens.  If I ^c the process, it drops core
> with this backtrace:
>
> #0  0x0008051f5c9f in GraphicReader::GetPreviewSize ()
>from /usr/local/openoffice-4.1.4/openoffice4/program/libvcl.so
> #1  0x0008051f47bf in GraphicReader::GetPreviewSize ()
>from /usr/local/openoffice-4.1.4/openoffice4/program/libvcl.so
> #2  0x0008051f42c0 in GraphicReader::GetPreviewSize ()
>from /usr/local/openoffice-4.1.4/openoffice4/program/libvcl.so
> #3  0x0008051e7e43 in ImageList::~ImageList ()
>from /usr/local/openoffice-4.1.4/openoffice4/program/libvcl.so
> #4  0x0008051e8b92 in ImageList::GetImage ()
>from /usr/local/openoffice-4.1.4/openoffice4/program/libvcl.so
> #5  0x000803aaf6e3 in SvFileInformationManager::GetFolderImage ()
>from /usr/local/openoffice-4.1.4/openoffice4/program/libsvt.so
> #6  0x000803aadd1d in SvFileInformationManager::GetFileImage ()
>from /usr/local/openoffice-4.1.4/openoffice4/program/libsvt.so
> #7  0x000805fb38e2 in SvxXShadowPreview::Paint ()
>from /usr/local/openoffice-4.1.4/openoffice4/program/libsvx.so
> #8  0x000809f23000 in component_getFactory ()
>from /usr/local/openoffice-4.1.4/openoffice4/program/libfwk.so
> #9  0x000805faf122 in SvxXShadowPreview::Paint ()
>from /usr/local/openoffice-4.1.4/openoffice4/program/libsvx.so
> #10 0x000805faedfc in SvxXShadowPreview::Paint ()
>from /usr/local/openoffice-4.1.4/openoffice4/program/libsvx.so
> #11 0x0008060c2c2a in SvxVertTextTbxCtrl::SvxVertTextTbxCtrl ()
> ---Type  to continue, or q  to quit---
>from /usr/local/openoffice-4.1.4/openoffice4/program/libsvx.so
> #12 0x0008060c2a15 in SvxVertTextTbxCtrl::SvxVertTextTbxCtrl ()
>from /usr/local/openoffice-4.1.4/openoffice4/program/libsvx.so
> #13 0x0008060c3148 in SvxVertTextTbxCtrl::SvxVertTextTbxCtrl ()
>from /usr/local/openoffice-4.1.4/openoffice4/program/libsvx.so
> #14 0x000800c2eb6a in ?? ()
>from /usr/local/openoffice-4.1.4/openoffice4/program/libsofficeapp.so
> #15 0x000800c2ef09 in ?? ()
>from /usr/local/openoffice-4.1.4/openoffice4/program/libsofficeapp.so
> #16 0x000805139ebe in VclResId ()
>from /usr/local/openoffice-4.1.4/openoffice4/program/libvcl.so
> #17 0x000800852da9 in osl_setErrorReporting ()
>from /usr/local/openoffice-4.1.4/openoffice4/program/libuno_sal.so.3
> #18 0x0008243bfc64 in os::Bsd::chained_handler ()
>from /usr/local/openjdk8/jre/lib/amd64/server/libjvm.so
> #19 0x0008243c2a4f in JVM_handle_bsd_signal ()
>from /usr/local/openjdk8/jre/lib/amd64/server/libjvm.so
> #20 0x0008243bfadd in signalHandler ()
>from /usr/local/openjdk8/jre/lib/amd64/server/libjvm.so
> #21 0x0008017afb37 in pthread_sigmask () from /lib/libthr.so.3
> #22 0x0008017af22c in pthread_getspecific () from /lib/libthr.so.3
> #23 
> #24 0x00080085fd11 in rtl_locale_equals ()
> ---Type  to continue, or q  to quit---
>from /usr/local/openoffice-4.1.4/openoffice4/program/libuno_sal.so.3
> #25 0x00080085fbc3 in rtl_locale_equals ()
>from /usr/local/openoffice-4.1.4/openoffice4/program/libuno_sal.so.3
> #26 0x000800864437 in rtl_uString_release ()
>from /usr/local/openoffice-4.1.4/openoffice4/program/libuno_sal.so.3
> #27 0x00081bc98c85 in ?? ()
>from /usr/local/openoffice-4.1.4/openoffice4/program/../program/
> libpackage2.so
> #28 0x00081bcc9afb in ?? ()
>from /usr/local/openoffice-4.1.4/openoffice4/program/../program/
> libpackage2.so
> #29 0x00081bcc70ed in ?? ()
>from /usr/local/openoffice-4.1.4/openoffice4/program/../program/
> libpackage2.so
> #30 0x00081bcc704f in ?? ()
>from /usr/local/openoffice-4.1.4/openoffice4/program/../program/
> libpackage2.so
> #31 0x000802140e7a in cppu::OWeakObject::release ()
>from /usr/local/openoffice-4.1.4/openoffice4/program/libuno_cppuh
> elpergcc3.so.3
> #32 0x0008051f5f24 in GraphicReader::GetPreviewSize ()
>from /usr/local/openoffice-4.1.4/openoffice4/program/libvcl

another bug in base

2017-11-26 Thread Don Lewis
I'm seeing another bug in base on all versions of FreeBSD.  To
reproduce:
  1. Open an existing database
  2. Select Table in the far left pane
  3. Select a table in the lower left pane
  4. Select Document in the lower right pane
At that point, my mouse cursor shows that something is busy.  I am able
to File->Exit, but nothing happens.  If I ^c the process, it drops core
with this backtrace:

#0  0x0008051f5c9f in GraphicReader::GetPreviewSize ()
   from /usr/local/openoffice-4.1.4/openoffice4/program/libvcl.so
#1  0x0008051f47bf in GraphicReader::GetPreviewSize ()
   from /usr/local/openoffice-4.1.4/openoffice4/program/libvcl.so
#2  0x0008051f42c0 in GraphicReader::GetPreviewSize ()
   from /usr/local/openoffice-4.1.4/openoffice4/program/libvcl.so
#3  0x0008051e7e43 in ImageList::~ImageList ()
   from /usr/local/openoffice-4.1.4/openoffice4/program/libvcl.so
#4  0x0008051e8b92 in ImageList::GetImage ()
   from /usr/local/openoffice-4.1.4/openoffice4/program/libvcl.so
#5  0x000803aaf6e3 in SvFileInformationManager::GetFolderImage ()
   from /usr/local/openoffice-4.1.4/openoffice4/program/libsvt.so
#6  0x000803aadd1d in SvFileInformationManager::GetFileImage ()
   from /usr/local/openoffice-4.1.4/openoffice4/program/libsvt.so
#7  0x000805fb38e2 in SvxXShadowPreview::Paint ()
   from /usr/local/openoffice-4.1.4/openoffice4/program/libsvx.so
#8  0x000809f23000 in component_getFactory ()
   from /usr/local/openoffice-4.1.4/openoffice4/program/libfwk.so
#9  0x000805faf122 in SvxXShadowPreview::Paint ()
   from /usr/local/openoffice-4.1.4/openoffice4/program/libsvx.so
#10 0x000805faedfc in SvxXShadowPreview::Paint ()
   from /usr/local/openoffice-4.1.4/openoffice4/program/libsvx.so
#11 0x0008060c2c2a in SvxVertTextTbxCtrl::SvxVertTextTbxCtrl ()
---Type  to continue, or q  to quit---
   from /usr/local/openoffice-4.1.4/openoffice4/program/libsvx.so
#12 0x0008060c2a15 in SvxVertTextTbxCtrl::SvxVertTextTbxCtrl ()
   from /usr/local/openoffice-4.1.4/openoffice4/program/libsvx.so
#13 0x0008060c3148 in SvxVertTextTbxCtrl::SvxVertTextTbxCtrl ()
   from /usr/local/openoffice-4.1.4/openoffice4/program/libsvx.so
#14 0x000800c2eb6a in ?? ()
   from /usr/local/openoffice-4.1.4/openoffice4/program/libsofficeapp.so
#15 0x000800c2ef09 in ?? ()
   from /usr/local/openoffice-4.1.4/openoffice4/program/libsofficeapp.so
#16 0x000805139ebe in VclResId ()
   from /usr/local/openoffice-4.1.4/openoffice4/program/libvcl.so
#17 0x000800852da9 in osl_setErrorReporting ()
   from /usr/local/openoffice-4.1.4/openoffice4/program/libuno_sal.so.3
#18 0x0008243bfc64 in os::Bsd::chained_handler ()
   from /usr/local/openjdk8/jre/lib/amd64/server/libjvm.so
#19 0x0008243c2a4f in JVM_handle_bsd_signal ()
   from /usr/local/openjdk8/jre/lib/amd64/server/libjvm.so
#20 0x0008243bfadd in signalHandler ()
   from /usr/local/openjdk8/jre/lib/amd64/server/libjvm.so
#21 0x0008017afb37 in pthread_sigmask () from /lib/libthr.so.3
#22 0x0008017af22c in pthread_getspecific () from /lib/libthr.so.3
#23 
#24 0x00080085fd11 in rtl_locale_equals ()
---Type  to continue, or q  to quit---
   from /usr/local/openoffice-4.1.4/openoffice4/program/libuno_sal.so.3
#25 0x00080085fbc3 in rtl_locale_equals ()
   from /usr/local/openoffice-4.1.4/openoffice4/program/libuno_sal.so.3
#26 0x000800864437 in rtl_uString_release ()
   from /usr/local/openoffice-4.1.4/openoffice4/program/libuno_sal.so.3
#27 0x00081bc98c85 in ?? ()
   from 
/usr/local/openoffice-4.1.4/openoffice4/program/../program/libpackage2.so
#28 0x00081bcc9afb in ?? ()
   from 
/usr/local/openoffice-4.1.4/openoffice4/program/../program/libpackage2.so
#29 0x00081bcc70ed in ?? ()
   from 
/usr/local/openoffice-4.1.4/openoffice4/program/../program/libpackage2.so
#30 0x00081bcc704f in ?? ()
   from 
/usr/local/openoffice-4.1.4/openoffice4/program/../program/libpackage2.so
#31 0x000802140e7a in cppu::OWeakObject::release ()
   from 
/usr/local/openoffice-4.1.4/openoffice4/program/libuno_cppuhelpergcc3.so.3
#32 0x0008051f5f24 in GraphicReader::GetPreviewSize ()
   from /usr/local/openoffice-4.1.4/openoffice4/program/libvcl.so
#33 0x0008051f404e in GraphicReader::GetPreviewSize ()
---Type  to continue, or q  to quit---
   from /usr/local/openoffice-4.1.4/openoffice4/program/libvcl.so
#34 0x00080513403a in AllSettings::LocaleSettingsChanged ()
   from /usr/local/openoffice-4.1.4/openoffice4/program/libvcl.so
#35 0x000801ae5206 in __cxa_finalize () from /lib/libc.so.7
#36 0x000801a8629c in exit () from /lib/libc.so.7
#37 0x0008241a4404 in vm_direct_exit ()
   from /usr/local/openjdk8/jre/lib/amd64/server/libjvm.so
#38 0x0008245302b1 in VM_Operation::evaluate ()
   from /usr/local/openjdk8/jre/lib/amd64/server/libjvm.so
#39 0x00082452fbb7 in VMThread::evaluate_operation ()
   from /usr/local/openjdk8/jre/lib/amd64/server/libjvm.so
#40 0x00082452f614 in VMThr