Re: [Libreoffice] Glib errors with Linux 32bit build

2011-10-31 Thread Michael Meeks
Hi Alex, On Sat, 2011-10-29 at 16:33 +0100, Alex Thurgood wrote: With a build from master today on 32bit Linux, I keep getting : Ah - what fun, no doubt another of my problems: GLib-CRITICAL **: g_ascii_strncasecmp: assertion `s1 != NULL' failed So - to find this; run under

Re: [Libreoffice] Glib errors with Linux 32bit build

2011-10-31 Thread Alexander Thurgood
Le 31/10/11 12:19, Michael Meeks a écrit : Hi Michael, Ah - what fun, no doubt another of my problems: GLib-CRITICAL **: g_ascii_strncasecmp: assertion `s1 != NULL' failed So - to find this; run under gdb and do: break g_logv run c # ontinue a few times

Re: [Libreoffice] Glib errors with Linux 32bit build

2011-10-31 Thread Alexander Thurgood
Hi Michael, Le 31/10/11 12:19, Michael Meeks a écrit : Hope this helps. Alex Hi Alex, On Sat, 2011-10-29 at 16:33 +0100, Alex Thurgood wrote: With a build from master today on 32bit Linux, I keep getting : Ah - what fun, no doubt another of my problems: GLib-CRITICAL **:

Re: [Libreoffice] Glib errors with Linux 32bit build

2011-10-31 Thread Michael Meeks
On Mon, 2011-10-31 at 14:54 +0100, Alexander Thurgood wrote: Hope this helps. Hah - not so much, since vcl/ is not built with debuginfo; however - it turns out there is only one use of that method in vcl/ - it seems gtk+ can't determine the name of your monitors, so we hit this NULL

[Libreoffice] Glib errors with Linux 32bit build

2011-10-29 Thread Alex Thurgood
Hi all, With a build from master today on 32bit Linux, I keep getting : GLib-CRITICAL **: g_ascii_strncasecmp: assertion `s1 != NULL' failed in the console. Build options : ./autogen.sh --enable-ext-mysql-connector --with-system-mysql --with-epm --enable-ext-scripting-beanshell