[Gimp-user] gegl segv

2017-02-14 Thread damianc
If anyone else runs up against this the fix is to preload the libraries in the right order: export LD_PRELOAD="/path-to/libpthread.so /path-to/libGL.so" -- damianc (via www.gimpusers.com/forums) ___ gimp-user-list mailing list List address:

[Gimp-user] gegl segv

2017-02-07 Thread damianc
Thanks for the pointer Jehan, I'll do that >Hi, > >Could you open a bug report? >https://bugzilla.gnome.org/enter_bug.cgi?product=GEGL >This will likely be more efficient than on the gimp-user mailing list. >:-) >Thanks! > >Jehan -- damianc (via www.gimpusers.com/forums)

Re: [Gimp-user] gegl segv

2017-02-04 Thread Jehan Pagès
Hi, Could you open a bug report? https://bugzilla.gnome.org/enter_bug.cgi?product=GEGL This will likely be more efficient than on the gimp-user mailing list. :-) Thanks! Jehan On Fri, Feb 3, 2017 at 1:03 AM, damianc wrote: > I can confirm that gegl runs fine with the

Re: [Gimp-user] gegl segv

2017-02-04 Thread Jehan Pagès
Hi, Could you open a bug report? https://bugzilla.gnome.org/enter_bug.cgi?product=GEGL This will likely be more efficient than on the gimp-user mailing list. :-) Thanks! Jehan On Fri, Feb 3, 2017 at 1:03 AM, damianc wrote: > I can confirm that gegl runs fine with the

[Gimp-user] gegl segv

2017-02-04 Thread damianc
I can confirm that gegl runs fine with the nouveau driver and segfaults with the proprietary video drivers. Inly it seems with nouveau my monitor isn't detected properly so I can either have one or the other -- damianc (via www.gimpusers.com/forums)

[Gimp-user] gegl segv

2017-01-30 Thread damianc
I can't say I'm much the wiser yet, but running 'LD_DEBUG=libs gegl --list-all' gives me the following amongst the outut: ... 28806: calling init: /usr/lib64/libX11.so.6 28806: 28806: 28806: calling init: /usr/lib64/libXext.so.6 28806: 28806: 28806:

[Gimp-user] gegl segv

2017-01-25 Thread damianc
Update: It seems I have a heisenbug. If I run 'gegl --list-all' on the command line it SEGVs, however it runs without error under gdb, valgrind or strace. Adding in a few g_message lines it seems it happens at g_module_open() in gegl_module_open() when trying to open svg-load.so. I'm guessing

[Gimp-user] gegl segv

2017-01-10 Thread damianc
I'm having some difficulty building gimp 2.94 from the current development tarballs. In fact I have the same issue with git latest: uname -a Linux onion 4.4.36-8-default #1 SMP Fri Dec 9 16:18:38 UTC 2016 (3ec5648) x86_64 x86_64 x86_64 GNU/Linux I build babl, gegl,then libmypaint without