Author Topic: The 15 November 2015 build (10574) is out.  (Read 38113 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
The 15 November 2015 build (10574) is out.
« on: November 15, 2015, 09:37:47 am »
Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml

Before you use a nightly make sure you understand how it works.

A link to the unicode windows wxWidget dll for Code::Blocks : http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/wxmsw28u_gcc_cb_wx2812_gcc492-TDM.7z

For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/mingwm10_gcc492-TDM.7z

The 15 November 2015 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2015/CB_20151115_rev10574_win32.7z
  - Linux :
   none

The current SDK version is : 1.29.0

Resolved Fixed:

  • debugger: Fix issue with watches window column auto-sizing (fixes ticket #153, patch by sbezgodov)
  • wx3.0: fix "Fit toolbars" and "Optimize toolbars"
  • project options manipulator plugin: allow to limit scope of operations to specific target types (allows e.g. to add an option to executable targets only)
  • CodeCompletion - Tell parser internal threads to abort when project is closed
  • CC: fix a re-entry crash in CC when calling compiler to get compiler/platform parameter
  • project options manipulator plugin: fixed a bug when operating linker libs

Regressions/Confirmed/Annoying/Common bugs:




    Offline ollydbg

    • Developer
    • Lives here!
    • *****
    • Posts: 5913
    • OpenCV and Robotics
      • Chinese OpenCV forum moderator
    Re: The 15 November 2015 build (10574) is out.
    « Reply #2 on: November 15, 2015, 01:32:11 pm »
    Sorry, spellcheck - not work, and - crash on start  :'(
    I see you report this bug several times. For me, it works OK on an English spellcheck dictionary.
    Is it possible you can supply a simple test case, so that we can test it. For me, I don't have Russian dict, and it looks like we need a file contains Russian words? Also, can you show what is the steps to reproduce the crash.

    BTW: to let this bug won't lost in the forum, I think you can post a bug report in our Sourceforge site: https://sourceforge.net/projects/codeblocks/
    If some piece of memory should be reused, turn them to variables (or const variables).
    If some piece of operations should be reused, turn them to functions.
    If they happened together, then turn them to classes.

    Offline Jenna

    • Administrator
    • Lives here!
    • *****
    • Posts: 7255
    Re: The 15 November 2015 build (10574) is out.
    « Reply #3 on: November 15, 2015, 01:39:19 pm »
    Debian packages (binaries and sources) for 32-bit and 64-bit systems can be found in my debian-repo.
    These packages are build against wxWidgets 3.0 from Debian repos and mght not be as stable than the versions build against wx2.8, but there are no wx2.8 packages available (at least for stable) from official repos.
    Please test and give feedback.

    Fedora packages (binaries and sources) for 32-bit and 64-bit systems (fc21, fc22, fc23 and rawhide), RedHat/CentOS 5 and 6 packages (also 32-bit and 64-bit) and RedHat/CentOS 7 packages (64-bit) can be found in my copr-repo.
    Instructions how to use it can be found on my server  or on copr.

    Offline MortenMacFly

    • Administrator
    • Lives here!
    • *****
    • Posts: 9694
    Re: The 15 November 2015 build (10574) is out.
    « Reply #4 on: November 15, 2015, 01:45:37 pm »
    Sorry, spellcheck - not work, and - crash on start  :'(
    Sorry, user Krahm - not work, and - crashes on report. :'(

    If you are developer yourself try to look with our eyes: How should we solve reports like "crash on start"? Assume I report wrt to your application "crashes on start" without further explanation. How would you be able to solve? So until you learn to explain what you are trying to tell we can't and won't do anything.
    Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
    C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
    C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

    Offline Jenna

    • Administrator
    • Lives here!
    • *****
    • Posts: 7255
    Re: The 15 November 2015 build (10574) is out.
    « Reply #5 on: November 15, 2015, 03:39:47 pm »
    svn10574 - crash on read first source file with Russian comments, and I must to return on svn9958.
    No crash on linux (F23 64-bit) neither with C::B compiled against wx2.8 nor against wx3.0 .

    Offline MortenMacFly

    • Administrator
    • Lives here!
    • *****
    • Posts: 9694
    Re: The 15 November 2015 build (10574) is out.
    « Reply #6 on: November 15, 2015, 05:46:22 pm »
    Thanks!
    Next Russian dictionaries I place here: http://www.shipdesign.ru/Software/SpellChecker-rus.zip
    and many Russian comments in source: http://www.shipdesign.ru/Software/Ocean_Src.zip
    svn10574 - crash on read first source file with Russian comments, and I must to return on svn9958.
    OK, seems we are getting somewhere. However, it does not crash for me either.
    Additionally the files do not show Cyrillic characters at all?! (See screenshot.) What am I missing?
    Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
    C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
    C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

    Offline Jenna

    • Administrator
    • Lives here!
    • *****
    • Posts: 7255
    Re: The 15 November 2015 build (10574) is out.
    « Reply #7 on: November 15, 2015, 08:59:25 pm »
    Additionally the files do not show Cyrillic characters at all?! (See screenshot.) What am I missing?

    I have cyrillic characters, what are your settings for encoding detection ?

    Offline raynebc

    • Almost regular
    • **
    • Posts: 217
    Re: The 15 November 2015 build (10574) is out.
    « Reply #8 on: November 15, 2015, 09:35:25 pm »
    I wonder if saving the source files into a proper Unicode format like UTF-8 would help?  I'd opened a ticket a while ago (https://sourceforge.net/p/codeblocks/tickets/53/) where accented extended ASCII characters were enough for Codeblocks to be unable to display a source file.

    Offline MortenMacFly

    • Administrator
    • Lives here!
    • *****
    • Posts: 9694
    Re: The 15 November 2015 build (10574) is out.
    « Reply #9 on: November 16, 2015, 08:42:57 am »
    I have cyrillic characters, what are your settings for encoding detection ?
    Nothing special. Encoding results in Windows 1252. See attachment...
    Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
    C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
    C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

    Offline Jenna

    • Administrator
    • Lives here!
    • *****
    • Posts: 7255
    Re: The 15 November 2015 build (10574) is out.
    « Reply #10 on: November 16, 2015, 10:35:11 pm »
    I have cyrillic characters, what are your settings for encoding detection ?
    Nothing special. Encoding results in Windows 1252. See attachment...
    No issues on my windows 7 vm with latest trunk and wx2.8.

    No crash and cyrillic characters.

    Encoding when opening files is "WINDOWS-1252" as fallback encodig.
    Try to detect latin-2 encoding is unchecked.

    "Ani/LongWaves.cpp" is detected as "WINDOWS-1252",
    "Ani/Ani.cpp" is detected as "WINDOWS-1251".

    Offline MortenMacFly

    • Administrator
    • Lives here!
    • *****
    • Posts: 9694
    Re: The 15 November 2015 build (10574) is out.
    « Reply #11 on: November 17, 2015, 08:00:45 pm »
    "Ani/LongWaves.cpp" is detected as "WINDOWS-1252",
    "Ani/Ani.cpp" is detected as "WINDOWS-1251".
    For me (Windows 10) both are detected as 1252 but in none of them I see Cyrillic characters. Do you? Did I get that right? Can you post a small screenshot?

    What would be the reason for such difference on Windows...?! :o
    Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
    C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
    C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

    Offline Jenna

    • Administrator
    • Lives here!
    • *****
    • Posts: 7255
    Re: The 15 November 2015 build (10574) is out.
    « Reply #12 on: November 18, 2015, 06:26:44 am »
    "Ani/LongWaves.cpp" is detected as "WINDOWS-1252",
    "Ani/Ani.cpp" is detected as "WINDOWS-1251".
    For me (Windows 10) both are detected as 1252 but in none of them I see Cyrillic characters. Do you? Did I get that right? Can you post a small screenshot?

    What would be the reason for such difference on Windows...?! :o
    I will test on windows 10 also.
    Maybe no cyrillic fonts ?

    Offline MortenMacFly

    • Administrator
    • Lives here!
    • *****
    • Posts: 9694
    Re: The 15 November 2015 build (10574) is out.
    « Reply #13 on: November 18, 2015, 07:57:45 am »
    Maybe no cyrillic fonts ?
    Maybe, although I can enter Cyrillic text. Leads me to the next question: What Cyrillic fonts do you have? Did you install something special? I've standard Windows and Word fonts which should be more than enough. I'll check what font is used in Word if I enter Cyrillic there...
    Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
    C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
    C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

    Offline Jenna

    • Administrator
    • Lives here!
    • *****
    • Posts: 7255
    Re: The 15 November 2015 build (10574) is out.
    « Reply #14 on: November 18, 2015, 08:26:22 am »
    Maybe no cyrillic fonts ?
    Maybe, although I can enter Cyrillic text. Leads me to the next question: What Cyrillic fonts do you have? Did you install something special? I've standard Windows and Word fonts which should be more than enough. I'll check what font is used in Word if I enter Cyrillic there...
    I just installed C::B (this nightly) from your installer on a Wondows 10 default install (updated from 8->8.1).
    No special fonts, no crash and chyrillic characters.
    detected as "WINDOWS-1251"! I only get "WINDOWS-1252" if I set it as default encoding (overriding detection).

    jsybeyond

    • Guest
    Re: The 15 November 2015 build (10574) is out.
    « Reply #15 on: November 20, 2015, 03:43:05 pm »
    How can I download this software?
    Which link should I click?

    Edit: Removed non-english content. Please respect the forum rules, this an english-only forum. Thank you.
    « Last Edit: November 20, 2015, 04:43:00 pm by MortenMacFly »

    jsybeyond

    • Guest
    Re: The 15 November 2015 build (10574) is out.
    « Reply #16 on: November 21, 2015, 08:18:27 am »
    Hello,MortenMacFly.My English is poor.I set up this software,and there are some bugs on it.I don't know how to deal with it.Can you help me?
    « Last Edit: November 21, 2015, 08:22:22 am by jsybeyond »

    Offline MortenMacFly

    • Administrator
    • Lives here!
    • *****
    • Posts: 9694
    Re: The 15 November 2015 build (10574) is out.
    « Reply #17 on: November 21, 2015, 08:36:26 am »
    Hello,MortenMacFly.My English is poor.I set up this software,and there are some bugs on it.I don't know how to deal with it.Can you help me?
    Yes I help you hereby. I helped as much as I can given your decription. Glad its solved now. Your welcome.
    Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
    C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
    C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

    jsybeyond

    • Guest
    Re: The 15 November 2015 build (10574) is out.
    « Reply #18 on: November 21, 2015, 08:50:25 am »
    Hello,MortenMacFly.My English is poor.I set up this software,and there are some bugs on it.I don't know how to deal with it.Can you help me?
    Yes I help you hereby. I helped as much as I can given your decription. Glad its solved now. Your welcome.
    Dose this IDE have the Chinese version?If not,why don't design Chinese version? Codeblocks is a great IDE.If it has Chinese version,I think many chinese will use it.

    Offline ollydbg

    • Developer
    • Lives here!
    • *****
    • Posts: 5913
    • OpenCV and Robotics
      • Chinese OpenCV forum moderator
    Re: The 15 November 2015 build (10574) is out.
    « Reply #19 on: November 21, 2015, 10:44:49 am »
    Dose this IDE have the Chinese version?If not,why don't design Chinese version? Codeblocks is a great IDE.If it has Chinese version,I think many chinese will use it.
    It does have a Chinese version, I think many Chinese people use it.
    Did you search the web about the keyword "Codeblocks 中文版"?
    There are many results, such as: codeblocks baidu tieba
    If some piece of memory should be reused, turn them to variables (or const variables).
    If some piece of operations should be reused, turn them to functions.
    If they happened together, then turn them to classes.

    jsybeyond

    • Guest
    Re: The 15 November 2015 build (10574) is out.
    « Reply #20 on: November 21, 2015, 12:22:49 pm »
    It does have a Chinese version, I think many Chinese people use it.
    Did you search the web about the keyword "Codeblocks 中文版"?
    There are many results, such as: codeblocks baidu tieba
    The software in tieba is not entirely in Chinese, some still retains its English.

    Offline ollydbg

    • Developer
    • Lives here!
    • *****
    • Posts: 5913
    • OpenCV and Robotics
      • Chinese OpenCV forum moderator
    Re: The 15 November 2015 build (10574) is out.
    « Reply #21 on: November 21, 2015, 02:16:57 pm »
    It does have a Chinese version, I think many Chinese people use it.
    Did you search the web about the keyword "Codeblocks 中文版"?
    There are many results, such as: codeblocks baidu tieba
    The software in tieba is not entirely in Chinese, some still retains its English.
    Maybe that's true, there are some text not fully translated to Chinese. And you can help.  :)
    Hello,MortenMacFly.My English is poor.I set up this software,and there are some bugs on it.I don't know how to deal with it.Can you help me?
    What are the bugs as mentioned above.
    If some piece of memory should be reused, turn them to variables (or const variables).
    If some piece of operations should be reused, turn them to functions.
    If they happened together, then turn them to classes.

    Offline CuteAlien

    • Multiple posting newcomer
    • *
    • Posts: 57
    Re: The 15 November 2015 build (10574) is out.
    « Reply #22 on: December 10, 2015, 10:49:37 pm »
    Aside from the libwxsmithcontribitems.so I seem to have another problem on Debian which seems new.
    After a while I suddenly can't open files anymore. Or they don't show. I still get the new tab with the file-name, but it only shows a gray background without any source-code.

    It seems to happen at some point after I do a "swap header/source" or a "find declaration" or "find implementation". Once it starts I can also no longer open that files by the project file list. Restarting code/blocks all works then again for a while.

    This is happening rather often.

    Also got a few crashes already, unfortunately I just restarted, so no info yet (happens always pretty random when I'm in the middle of typing).


    Offline yvesdm3000

    • Almost regular
    • **
    • Posts: 225
    Re: The 15 November 2015 build (10574) is out.
    « Reply #23 on: December 11, 2015, 07:13:19 am »
    Did you compile with xw2.8 or wx3.0 ?

    Yves
    Clang based code completion for Code::Blocks:   http://github.com/yvesdm3000/ClangLib

    Offline CuteAlien

    • Multiple posting newcomer
    • *
    • Posts: 57
    Re: The 15 November 2015 build (10574) is out.
    « Reply #24 on: December 11, 2015, 06:10:44 pm »
    I used the jenslody repository version, so not compiled myself. But just noticed there was a newer thread,  so I should have posted in there. The libs my debian jessie is using are:
           linux-vdso.so.1 (0x00007ffc689ec000)
            libcodeblocks.so.0 => /usr/lib/libcodeblocks.so.0 (0x00007fac2c994000)
            libwx_gtk2u_aui-3.0.so.0 => /usr/lib/x86_64-linux-gnu/libwx_gtk2u_aui-3.0.so.0 (0x00007fac2c6ef000)
            libwx_gtk2u_propgrid-3.0.so.0 => /usr/lib/x86_64-linux-gnu/libwx_gtk2u_propgrid-3.0.so.0 (0x00007fac2c3ed000)
            libwx_gtk2u_richtext-3.0.so.0 => /usr/lib/x86_64-linux-gnu/libwx_gtk2u_richtext-3.0.so.0 (0x00007fac2c00f000)
            libwx_gtk2u_xrc-3.0.so.0 => /usr/lib/x86_64-linux-gnu/libwx_gtk2u_xrc-3.0.so.0 (0x00007fac2bc53000)
            libwx_gtk2u_html-3.0.so.0 => /usr/lib/x86_64-linux-gnu/libwx_gtk2u_html-3.0.so.0 (0x00007fac2b95e000)
            libwx_gtk2u_qa-3.0.so.0 => /usr/lib/x86_64-linux-gnu/libwx_gtk2u_qa-3.0.so.0 (0x00007fac2b72a000)
            libwx_gtk2u_adv-3.0.so.0 => /usr/lib/x86_64-linux-gnu/libwx_gtk2u_adv-3.0.so.0 (0x00007fac2b306000)
            libwx_gtk2u_core-3.0.so.0 => /usr/lib/x86_64-linux-gnu/libwx_gtk2u_core-3.0.so.0 (0x00007fac2aa0f000)
            libwx_baseu_xml-3.0.so.0 => /usr/lib/x86_64-linux-gnu/libwx_baseu_xml-3.0.so.0 (0x00007fac2a7fe000)
            libwx_baseu_net-3.0.so.0 => /usr/lib/x86_64-linux-gnu/libwx_baseu_net-3.0.so.0 (0x00007fac2a5ac000)
            libwx_baseu-3.0.so.0 => /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0 (0x00007fac2a0ef000)
            libgtk-x11-2.0.so.0 => /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0 (0x00007fac29aa1000)
            libgdk-x11-2.0.so.0 => /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0 (0x00007fac297eb000)
            libpangocairo-1.0.so.0 => /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0 (0x00007fac295de000)
            libatk-1.0.so.0 => /usr/lib/x86_64-linux-gnu/libatk-1.0.so.0 (0x00007fac293b7000)
            libcairo.so.2 => /usr/lib/x86_64-linux-gnu/libcairo.so.2 (0x00007fac290a2000)
            libgdk_pixbuf-2.0.so.0 => /usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0 (0x00007fac28e80000)
            libgio-2.0.so.0 => /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0 (0x00007fac28b07000)
            libpangoft2-1.0.so.0 => /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0 (0x00007fac288f1000)
            libpango-1.0.so.0 => /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0 (0x00007fac286a3000)
            libgobject-2.0.so.0 => /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 (0x00007fac28451000)
            libglib-2.0.so.0 => /lib/x86_64-linux-gnu/libglib-2.0.so.0 (0x00007fac28142000)
            libfontconfig.so.1 => /usr/lib/x86_64-linux-gnu/libfontconfig.so.1 (0x00007fac27f05000)
            libfreetype.so.6 => /usr/lib/x86_64-linux-gnu/libfreetype.so.6 (0x00007fac27c5b000)
            libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007fac27a3e000)
            libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007fac2783a000)
            libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007fac2752f000)
            libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007fac2722e000)
            libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007fac27018000)
            libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fac26c6f000)
            libX11.so.6 => /usr/lib/x86_64-linux-gnu/libX11.so.6 (0x00007fac2692c000)
            libnotify.so.4 => /usr/lib/x86_64-linux-gnu/libnotify.so.4 (0x00007fac26724000)
            libXxf86vm.so.1 => /usr/lib/x86_64-linux-gnu/libXxf86vm.so.1 (0x00007fac2651e000)
            libSM.so.6 => /usr/lib/x86_64-linux-gnu/libSM.so.6 (0x00007fac26316000)
            libpng12.so.0 => /lib/x86_64-linux-gnu/libpng12.so.0 (0x00007fac260ef000)
            libjpeg.so.62 => /usr/lib/x86_64-linux-gnu/libjpeg.so.62 (0x00007fac25e98000)
            libtiff.so.5 => /usr/lib/x86_64-linux-gnu/libtiff.so.5 (0x00007fac25c23000)
            libexpat.so.1 => /lib/x86_64-linux-gnu/libexpat.so.1 (0x00007fac259fa000)
            libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007fac257df000)
            /lib64/ld-linux-x86-64.so.2 (0x00007fac2d31a000)
            libgmodule-2.0.so.0 => /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0 (0x00007fac255db000)
            libXcomposite.so.1 => /usr/lib/x86_64-linux-gnu/libXcomposite.so.1 (0x00007fac253d8000)
            libXdamage.so.1 => /usr/lib/x86_64-linux-gnu/libXdamage.so.1 (0x00007fac251d5000)
            libXfixes.so.3 => /usr/lib/x86_64-linux-gnu/libXfixes.so.3 (0x00007fac24fcf000)
            libXrender.so.1 => /usr/lib/x86_64-linux-gnu/libXrender.so.1 (0x00007fac24dc5000)
            libXinerama.so.1 => /usr/lib/x86_64-linux-gnu/libXinerama.so.1 (0x00007fac24bc2000)
            libXi.so.6 => /usr/lib/x86_64-linux-gnu/libXi.so.6 (0x00007fac249b2000)
            libXrandr.so.2 => /usr/lib/x86_64-linux-gnu/libXrandr.so.2 (0x00007fac247a8000)
            libXcursor.so.1 => /usr/lib/x86_64-linux-gnu/libXcursor.so.1 (0x00007fac2459d000)
            libXext.so.6 => /usr/lib/x86_64-linux-gnu/libXext.so.6 (0x00007fac2438b000)
            libgthread-2.0.so.0 => /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0 (0x00007fac24189000)
            libpixman-1.so.0 => /usr/lib/x86_64-linux-gnu/libpixman-1.so.0 (0x00007fac23edc000)
            libxcb-shm.so.0 => /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0 (0x00007fac23cd8000)
            libxcb-render.so.0 => /usr/lib/x86_64-linux-gnu/libxcb-render.so.0 (0x00007fac23ace000)
            libxcb.so.1 => /usr/lib/x86_64-linux-gnu/libxcb.so.1 (0x00007fac238ac000)
            librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007fac236a4000)
            libselinux.so.1 => /lib/x86_64-linux-gnu/libselinux.so.1 (0x00007fac2347f000)
            libresolv.so.2 => /lib/x86_64-linux-gnu/libresolv.so.2 (0x00007fac23268000)
            libharfbuzz.so.0 => /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0 (0x00007fac23011000)
            libthai.so.0 => /usr/lib/x86_64-linux-gnu/libthai.so.0 (0x00007fac22e08000)
            libffi.so.6 => /usr/lib/x86_64-linux-gnu/libffi.so.6 (0x00007fac22c00000)
            libpcre.so.3 => /lib/x86_64-linux-gnu/libpcre.so.3 (0x00007fac22992000)
            libICE.so.6 => /usr/lib/x86_64-linux-gnu/libICE.so.6 (0x00007fac22775000)
            libuuid.so.1 => /lib/x86_64-linux-gnu/libuuid.so.1 (0x00007fac22570000)
            liblzma.so.5 => /lib/x86_64-linux-gnu/liblzma.so.5 (0x00007fac2234d000)
            libjbig.so.0 => /usr/lib/x86_64-linux-gnu/libjbig.so.0 (0x00007fac2213e000)
            libXau.so.6 => /usr/lib/x86_64-linux-gnu/libXau.so.6 (0x00007fac21f3a000)
            libXdmcp.so.6 => /usr/lib/x86_64-linux-gnu/libXdmcp.so.6 (0x00007fac21d35000)
            libgraphite2.so.3 => /usr/lib/x86_64-linux-gnu/libgraphite2.so.3 (0x00007fac21b19000)
            libdatrie.so.1 => /usr/lib/x86_64-linux-gnu/libdatrie.so.1 (0x00007fac21911000)


    But just got a new version in latest apt-update - I'll check if I can reproduce the problems in there in some way.