Re: AOO crashes at start if Sitka*.ttc font

2024-01-13 Thread Matthias Seidel

Hi Arrigo,

Am 13.01.24 um 21:36 schrieb Arrigo Marchiori:

Hello All,

Bug 128583 opened [1].

On Sat, Jan 13, 2024 at 11:58:59AM +0100, Matthias Seidel wrote:


Am 13.01.24 um 11:55 schrieb Dick Groskamp:

Works for me on Windows 11. AOO 4.1.15 (Dutch)

Yes, that ttc is distributed with Windows...

Seems to be Linux only? We might cross-check on macOS.

That would be a good idea.

However, we are blatantly not following the suggestions from the
Fontconfig documentation [2], and we should fix that nevertheless.

The fix seems as easy as adding a single line:
   FcDefaultSubstitute( pTestPattern );
after the instantiation of pTestPattern.

That seems to fix the crash. But then, the "Sitka" font does not seem
to show up in the selectors.


A ttc is not a single font but a font collection.

Maybe we have to add logic for that...



Let's fix this crash first.


Great!

A good candidate for AOO 4.1.16 I guess... ;-)

Regards,

   Matthias



References:
  1: https://bz.apache.org/ooo/show_bug.cgi?id=128583
  2: 
https://www.freedesktop.org/software/fontconfig/fontconfig-devel/fcfontmatch.html

Best regards,


smime.p7s
Description: Kryptografische S/MIME-Signatur


Re: [PR] Enhance a bit our current boost usage [openoffice]

2024-01-13 Thread via GitHub


pgiffuni commented on PR #194:
URL: https://github.com/apache/openoffice/pull/194#issuecomment-1890822397

   
   > 
   > Since it builds on BSD how high is the probability that it also builds on 
macOS?
   
   Very high .. FreeBSD and macOS share most of libc and FreeBSD adopted 
natively LLVM as well, but there are sufficient differences that one can't be 
100% sure.
   
   The one thing that gives us relative confidence is that upstream tested all 
the OS/compiler combinations we are 
[interested](https://www.boost.org/users/history/version_1_64_0.html) in:
   
   Linux:
   
   - Clang: 3.0, 3.8.1, 3.9.1
   - Clang, C++11: 3.0, 3.1, 3.2, 3.3, 3.4, 3.8.1, 3.9.1
   - Clang, C++14: 3.5, 3.6, 3.7.1, 3.8.1, 3.9.1
   - Clang, C++1z: 3.9.1
   - GCC: 4.4.7, 4.5.3, 4.6.3, 4.7.2, 6.2.0
   - GCC, C++11: 4.4.7, 4.7.2, 4.7.3, 4.8.5, 4.9.4, 6.2.0
   - GCC, C++14: 5.4.1, 6.2.0, 6.3.0
   - GCC, C++1z: 6.2.0
   - Intel: 16.0, 17.0
   - Intel, C++11: 16.0, 17.0
   - Intel, C++14: 16.0, 17.0
   
   OS X:
   
   -  Apple Clang: 7.0.2
   - Apple Clang, C++11: 7.0.2
   
   Windows:
   
   - GCC, C++03, mingw: 3.4.5, 4.1.2, 4.2.4, 4.3.3, 4.4.0
   - GCC, C++11, mingw: 4.6.4, 4.7.3, 4.8.1
   - GCC, C++14, mingw: 4.9.3, 5.1.0, 5.2.0, 5.3.0, 6.1.0
   - Visual C++: 7.1, 8.0, 9.0, 10.0, 11.0, 12.0, 14.0
   
   FreeBSD:
   
   - Clang: 3.8
   - Clang, C++11: 3.8
   - Clang, C++14: 3.8
   - Clang, C++1z: 3.8
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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



Re: [PR] Enhance a bit our current boost usage [openoffice]

2024-01-13 Thread via GitHub


Pilot-Pirx commented on PR #194:
URL: https://github.com/apache/openoffice/pull/194#issuecomment-1890775948

   Hi Pedro,
   
   I am highly motivated to merge this PR but I didn't want to do it without 
being sure that it builds on macOS and Linux.
   We definitely want to have this in AOO 4.2.0 Developer Release 5 (hopefully 
end of the month).
   
   Since it builds on BSD how high is the probability that it also builds on 
macOS?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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



Re: AOO crashes at start if Sitka*.ttc font

2024-01-13 Thread Arrigo Marchiori
Hello All,

Bug 128583 opened [1].

On Sat, Jan 13, 2024 at 11:58:59AM +0100, Matthias Seidel wrote:

> Am 13.01.24 um 11:55 schrieb Dick Groskamp:
> > Works for me on Windows 11. AOO 4.1.15 (Dutch)
> 
> Yes, that ttc is distributed with Windows...
> 
> Seems to be Linux only? We might cross-check on macOS.

That would be a good idea.

However, we are blatantly not following the suggestions from the
Fontconfig documentation [2], and we should fix that nevertheless.

The fix seems as easy as adding a single line:
  FcDefaultSubstitute( pTestPattern );
after the instantiation of pTestPattern.

That seems to fix the crash. But then, the "Sitka" font does not seem
to show up in the selectors.

Let's fix this crash first.

References:
 1: https://bz.apache.org/ooo/show_bug.cgi?id=128583
 2: 
https://www.freedesktop.org/software/fontconfig/fontconfig-devel/fcfontmatch.html

Best regards,
-- 
Arrigo

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



Re: [PR] Enhance a bit our current boost usage [openoffice]

2024-01-13 Thread via GitHub


pgiffuni commented on PR #194:
URL: https://github.com/apache/openoffice/pull/194#issuecomment-1890767770

   @Pilot-Pirx Thanks so much for finishing the bits for Windows.
   
   Since it's getting so long to merge(!), let me provide some motivation:
   
   We currently make [limited use](https://wiki.openoffice.org/wiki/Boost) of 
boost, so the boost update will provide some fixes and performance 
enhancements, but perhaps more important is that it provides functionality that 
modern languages would regularly provide and that are currently unavailable in 
our older C++ environment. 
   AOO is about 80% C++ code and it's currently stuck in an older version of 
that language supported by a MSVC 2008.
   Keeping a too old version of boost will make it increasingly difficult to 
compile AOO on newer compilers; putting up a too recent version of boost will 
make it imposible to build AOO with the older compilers. The 1.64 version from 
2017 seems to be in the right place for all the supported platforms/compilers.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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



Re: AOO crashes at start if Sitka*.ttc font

2024-01-13 Thread Dick Groskamp
Works for me on Windows 11. AOO 4.1.15 (Dutch)

On 2024/01/13 08:07:58 "Paweł (Tomasz)" wrote:
> Hello
> 
> If there is any Sitka.ttc font in .fonts folder AOO crashes at start.
> 
> guest@me:~$ openoffice4
> Application Error
> 
> Fatal exception: Signal 6
> Stack:
> /mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libuno_sal.so.3(+0x37c3a)[0x7f1409e37c3a]
> /mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libuno_sal.so.3(+0x37d6c)[0x7f1409e37d6c]
> /mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libuno_sal.so.3(+0x37e09)[0x7f1409e37e09]
> /lib64/libc.so.6(+0x40f10)[0x7f1409612f10]
> /lib64/libc.so.6(pthread_kill+0xfc)[0x7f1409663e3c]
> /lib64/libc.so.6(raise+0x12)[0x7f1409612e72]
> /lib64/libc.so.6(abort+0xc1)[0x7f14095fa49b]
> /mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libvcl.so(+0x1557dd)[0x7f14051557dd]
> /mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libsofficeapp.so(+0x2354b)[0x7f1409a2354b]
> /mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libvcl.so(+0x17ff2e)[0x7f140517ff2e]
> /mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libuno_sal.so.3(+0x36a02)[0x7f1409e36a02]
> /mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libuno_sal.so.3(+0x37dea)[0x7f1409e37dea]
> /lib64/libc.so.6(+0x40f10)[0x7f1409612f10]
> /lib64/libc.so.6(pthread_kill+0xfc)[0x7f1409663e3c]
> /lib64/libc.so.6(raise+0x12)[0x7f1409612e72]
> /lib64/libc.so.6(abort+0xc1)[0x7f14095fa49b]
> /usr/lib64/libfontconfig.so.1(+0x875c)[0x7f14033bf75c]
> /usr/lib64/libfontconfig.so.1(+0x1df55)[0x7f14033d4f55]
> /usr/lib64/libfontconfig.so.1(+0x1e2d7)[0x7f14033d52d7]
> /usr/lib64/libfontconfig.so.1(+0x1e3d7)[0x7f14033d53d7]
> /usr/lib64/libfontconfig.so.1(FcFontMatch+0x68)[0x7f14033d6178]
> /mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libvcl.so(+0x137375)[0x7f1405137375]
> /mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libvcl.so(+0x137406)[0x7f1405137406]
> /mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libvcl.so(_ZN3psp16PrintFontManager20countFontconfigFontsERSt8hash_mapIN3rtl7OStringEiNS2_11OStringHashESt8equal_toIS3_EE+0x35)[0x7f1405138c3b]
> /mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libvcl.so(_ZN3psp16PrintFontManager10initializeEv+0x247)[0x7f1405144243]
> /mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libvcl.so(_ZN3psp16PrintFontManager3getEv+0x49)[0x7f1405145107]
> /mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libvclplug_gen.so(_ZN14X11SalGraphics14GetDevFontListEP15ImplDevFontList+0x2c)[0x7f13fbc70156]
> /mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libvcl.so(+0x25ab4c)[0x7f140525ab4c]
> /mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libvcl.so(+0x261682)[0x7f1405261682]
> /mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libvcl.so(_ZNK12OutputDevice14GetFontCharMapER11FontCharMap+0x33)[0x7f140526172d]
> /mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libvcl.so(_ZNK12OutputDevice9HasGlyphsERK4FontRK6Stringtt+0x82)[0x7f1405261804]
> /mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libvcl.so(+0x3857de)[0x7f14053857de]
> /mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libvcl.so(+0x3858c4)[0x7f14053858c4]
> /mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libvcl.so(+0x392017)[0x7f1405392017]
> /mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libvcl.so(+0x3153df)[0x7f14053153df]
> /mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libvcl.so(+0x3154e3)[0x7f14053154e3]
> /mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libvcl.so(+0x39ca26)[0x7f140539ca26]
> /mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libvcl.so(_ZN10WorkWindowC1EP6Windowl+0x3e)[0x7f140539cc3e]
> /mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libootk.so(+0x1bac78)[0x7f14065bac78]
> /mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libootk.so(+0x1bb191)[0x7f14065bb191]
> /mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libootk.so(+0x1bb3c3)[0x7f14065bb3c3]
> /mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libfwk.so(+0x121de2)[0x7f13ff321de2]
> /mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libfwk.so(+0x12291a)[0x7f13ff32291a]
> /mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libfwk.so(+0x920de)[0x7f13ff2920de]
> /mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libfwk.so(+0x10484f)[0x7f13ff30484f]
> /mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libsofficeapp.so(+0x2e0e6)[0x7f1409a2e0e6]
> /mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libvcl.so(+0x180813)[0x7f1405180813]
> /mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libvcl.so(_Z6SVMainv+0x1e)[0x7f14051808de]
> 

Re: AOO crashes at start if Sitka*.ttc font

2024-01-13 Thread Matthias Seidel

Am 13.01.24 um 11:55 schrieb Dick Groskamp:

Works for me on Windows 11. AOO 4.1.15 (Dutch)


Yes, that ttc is distributed with Windows...

Seems to be Linux only? We might cross-check on macOS.

Matthias



On 2024/01/13 08:07:58 "Paweł (Tomasz)" wrote:

Hello

If there is any Sitka.ttc font in .fonts folder AOO crashes at start.

guest@me:~$ openoffice4
Application Error

Fatal exception: Signal 6
Stack:
/mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libuno_sal.so.3(+0x37c3a)[0x7f1409e37c3a]
/mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libuno_sal.so.3(+0x37d6c)[0x7f1409e37d6c]
/mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libuno_sal.so.3(+0x37e09)[0x7f1409e37e09]
/lib64/libc.so.6(+0x40f10)[0x7f1409612f10]
/lib64/libc.so.6(pthread_kill+0xfc)[0x7f1409663e3c]
/lib64/libc.so.6(raise+0x12)[0x7f1409612e72]
/lib64/libc.so.6(abort+0xc1)[0x7f14095fa49b]
/mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libvcl.so(+0x1557dd)[0x7f14051557dd]
/mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libsofficeapp.so(+0x2354b)[0x7f1409a2354b]
/mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libvcl.so(+0x17ff2e)[0x7f140517ff2e]
/mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libuno_sal.so.3(+0x36a02)[0x7f1409e36a02]
/mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libuno_sal.so.3(+0x37dea)[0x7f1409e37dea]
/lib64/libc.so.6(+0x40f10)[0x7f1409612f10]
/lib64/libc.so.6(pthread_kill+0xfc)[0x7f1409663e3c]
/lib64/libc.so.6(raise+0x12)[0x7f1409612e72]
/lib64/libc.so.6(abort+0xc1)[0x7f14095fa49b]
/usr/lib64/libfontconfig.so.1(+0x875c)[0x7f14033bf75c]
/usr/lib64/libfontconfig.so.1(+0x1df55)[0x7f14033d4f55]
/usr/lib64/libfontconfig.so.1(+0x1e2d7)[0x7f14033d52d7]
/usr/lib64/libfontconfig.so.1(+0x1e3d7)[0x7f14033d53d7]
/usr/lib64/libfontconfig.so.1(FcFontMatch+0x68)[0x7f14033d6178]
/mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libvcl.so(+0x137375)[0x7f1405137375]
/mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libvcl.so(+0x137406)[0x7f1405137406]
/mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libvcl.so(_ZN3psp16PrintFontManager20countFontconfigFontsERSt8hash_mapIN3rtl7OStringEiNS2_11OStringHashESt8equal_toIS3_EE+0x35)[0x7f1405138c3b]
/mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libvcl.so(_ZN3psp16PrintFontManager10initializeEv+0x247)[0x7f1405144243]
/mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libvcl.so(_ZN3psp16PrintFontManager3getEv+0x49)[0x7f1405145107]
/mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libvclplug_gen.so(_ZN14X11SalGraphics14GetDevFontListEP15ImplDevFontList+0x2c)[0x7f13fbc70156]
/mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libvcl.so(+0x25ab4c)[0x7f140525ab4c]
/mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libvcl.so(+0x261682)[0x7f1405261682]
/mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libvcl.so(_ZNK12OutputDevice14GetFontCharMapER11FontCharMap+0x33)[0x7f140526172d]
/mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libvcl.so(_ZNK12OutputDevice9HasGlyphsERK4FontRK6Stringtt+0x82)[0x7f1405261804]
/mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libvcl.so(+0x3857de)[0x7f14053857de]
/mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libvcl.so(+0x3858c4)[0x7f14053858c4]
/mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libvcl.so(+0x392017)[0x7f1405392017]
/mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libvcl.so(+0x3153df)[0x7f14053153df]
/mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libvcl.so(+0x3154e3)[0x7f14053154e3]
/mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libvcl.so(+0x39ca26)[0x7f140539ca26]
/mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libvcl.so(_ZN10WorkWindowC1EP6Windowl+0x3e)[0x7f140539cc3e]
/mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libootk.so(+0x1bac78)[0x7f14065bac78]
/mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libootk.so(+0x1bb191)[0x7f14065bb191]
/mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libootk.so(+0x1bb3c3)[0x7f14065bb3c3]
/mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libfwk.so(+0x121de2)[0x7f13ff321de2]
/mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libfwk.so(+0x12291a)[0x7f13ff32291a]
/mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libfwk.so(+0x920de)[0x7f13ff2920de]
/mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libfwk.so(+0x10484f)[0x7f13ff30484f]
/mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libsofficeapp.so(+0x2e0e6)[0x7f1409a2e0e6]
/mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libvcl.so(+0x180813)[0x7f1405180813]

Re: AOO crashes at start if Sitka*.ttc font

2024-01-13 Thread Arrigo Marchiori
Hello All,

On Sat, Jan 13, 2024 at 10:55:10AM -, Dick Groskamp wrote:

> Works for me on Windows 11. AOO 4.1.15 (Dutch)
> 
> On 2024/01/13 08:07:58 "Paweł (Tomasz)" wrote:
> > Hello
> > 
> > If there is any Sitka.ttc font in .fonts folder AOO crashes at start.
> > 
> > guest@me:~$ openoffice4
> > Application Error
> > 
> > Fatal exception: Signal 6

Confirmed on trunk on openSUSE Linux. Thank you for your report!

We will have to open a bug report with detailed information.

In fact, the crash is in fontconfig's FcFontMatch() function, called
from method FontCfgWrapper::addFontSet() in file
main/vcl/unx/generic/fontmanager/fontconfig.cxx

Best regards,
-- 
Arrigo

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



AOO crashes at start if Sitka*.ttc font

2024-01-13 Thread Tomasz
Hello

If there is any Sitka.ttc font in .fonts folder AOO crashes at start.

guest@me:~$ openoffice4
Application Error

Fatal exception: Signal 6
Stack:
/mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libuno_sal.so.3(+0x37c3a)[0x7f1409e37c3a]
/mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libuno_sal.so.3(+0x37d6c)[0x7f1409e37d6c]
/mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libuno_sal.so.3(+0x37e09)[0x7f1409e37e09]
/lib64/libc.so.6(+0x40f10)[0x7f1409612f10]
/lib64/libc.so.6(pthread_kill+0xfc)[0x7f1409663e3c]
/lib64/libc.so.6(raise+0x12)[0x7f1409612e72]
/lib64/libc.so.6(abort+0xc1)[0x7f14095fa49b]
/mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libvcl.so(+0x1557dd)[0x7f14051557dd]
/mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libsofficeapp.so(+0x2354b)[0x7f1409a2354b]
/mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libvcl.so(+0x17ff2e)[0x7f140517ff2e]
/mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libuno_sal.so.3(+0x36a02)[0x7f1409e36a02]
/mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libuno_sal.so.3(+0x37dea)[0x7f1409e37dea]
/lib64/libc.so.6(+0x40f10)[0x7f1409612f10]
/lib64/libc.so.6(pthread_kill+0xfc)[0x7f1409663e3c]
/lib64/libc.so.6(raise+0x12)[0x7f1409612e72]
/lib64/libc.so.6(abort+0xc1)[0x7f14095fa49b]
/usr/lib64/libfontconfig.so.1(+0x875c)[0x7f14033bf75c]
/usr/lib64/libfontconfig.so.1(+0x1df55)[0x7f14033d4f55]
/usr/lib64/libfontconfig.so.1(+0x1e2d7)[0x7f14033d52d7]
/usr/lib64/libfontconfig.so.1(+0x1e3d7)[0x7f14033d53d7]
/usr/lib64/libfontconfig.so.1(FcFontMatch+0x68)[0x7f14033d6178]
/mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libvcl.so(+0x137375)[0x7f1405137375]
/mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libvcl.so(+0x137406)[0x7f1405137406]
/mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libvcl.so(_ZN3psp16PrintFontManager20countFontconfigFontsERSt8hash_mapIN3rtl7OStringEiNS2_11OStringHashESt8equal_toIS3_EE+0x35)[0x7f1405138c3b]
/mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libvcl.so(_ZN3psp16PrintFontManager10initializeEv+0x247)[0x7f1405144243]
/mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libvcl.so(_ZN3psp16PrintFontManager3getEv+0x49)[0x7f1405145107]
/mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libvclplug_gen.so(_ZN14X11SalGraphics14GetDevFontListEP15ImplDevFontList+0x2c)[0x7f13fbc70156]
/mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libvcl.so(+0x25ab4c)[0x7f140525ab4c]
/mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libvcl.so(+0x261682)[0x7f1405261682]
/mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libvcl.so(_ZNK12OutputDevice14GetFontCharMapER11FontCharMap+0x33)[0x7f140526172d]
/mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libvcl.so(_ZNK12OutputDevice9HasGlyphsERK4FontRK6Stringtt+0x82)[0x7f1405261804]
/mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libvcl.so(+0x3857de)[0x7f14053857de]
/mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libvcl.so(+0x3858c4)[0x7f14053858c4]
/mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libvcl.so(+0x392017)[0x7f1405392017]
/mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libvcl.so(+0x3153df)[0x7f14053153df]
/mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libvcl.so(+0x3154e3)[0x7f14053154e3]
/mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libvcl.so(+0x39ca26)[0x7f140539ca26]
/mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libvcl.so(_ZN10WorkWindowC1EP6Windowl+0x3e)[0x7f140539cc3e]
/mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libootk.so(+0x1bac78)[0x7f14065bac78]
/mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libootk.so(+0x1bb191)[0x7f14065bb191]
/mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libootk.so(+0x1bb3c3)[0x7f14065bb3c3]
/mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libfwk.so(+0x121de2)[0x7f13ff321de2]
/mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libfwk.so(+0x12291a)[0x7f13ff32291a]
/mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libfwk.so(+0x920de)[0x7f13ff2920de]
/mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libfwk.so(+0x10484f)[0x7f13ff30484f]
/mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libsofficeapp.so(+0x2e0e6)[0x7f1409a2e0e6]
/mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libvcl.so(+0x180813)[0x7f1405180813]
/mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libvcl.so(_Z6SVMainv+0x1e)[0x7f14051808de]
/mnt/sda2/porteux/x86_64-apps/openoffice/opt/openoffice4/program/libsofficeapp.so(soffice_main+0x9c)[0x7f1409a54fac]
/opt/openoffice4/program/soffice.bin(main+0xb)[0x400f7b]
/lib64/libc.so.6(+0x29a37)[0x7f14095fba37]