On Thu, 2013-02-28 at 20:07 +0100, Pascal de Bruijn wrote:
> Hi,
> 
> I just built UFRaw 0.19 on Ubuntu Quantal (12.10/AMD64).
> 
> When starting UFRaw loading an image I see the following error
> messages on my console:
> 
> (ufraw:20075): GdkPixbuf-CRITICAL **: gdk_pixbuf_new: assertion `width
> > 0' failed
> 
> (ufraw:20075): GdkPixbuf-CRITICAL **: gdk_pixbuf_fill: assertion
> `GDK_IS_PIXBUF (pixbuf)' failed
> 
> (ufraw:20075): GLib-GObject-CRITICAL **: g_object_unref: assertion
> `G_IS_OBJECT (object)' failed
> 
> (ufraw:20075): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_width: assertion
> `GDK_IS_PIXBUF (pixbuf)' failed
> 
> (ufraw:20075): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_height: assertion
> `GDK_IS_PIXBUF (pixbuf)' failed
> 
> The image area in UFRaw remains fully black (see attached screenshot).
> When I set the lensfun geometry correction model to none, the image
> gets displayed properly.

I suspect this is the same presumed compiler optimization bug which I
mentioned in passing in my first post to this list from Feb 18th, and
submitted for reference here: https://sourceforge.net/p/ufraw/bugs/337/

Please check if setting CFLAGS and CXXFLAGS to something else than the
default (i.e. don't use "-O3", nor "-ffast-math" -- e.g. './configure
CFLAGS="-g -O2" CXXFLAGS="-g -O2" ...') fixes the bug for you.

I guess that the reason why enabling/disabling lensfun plays into it is
that this somehow differently affects the optimizer resulting in a
working output.

Nils
-- 
Nils Philippsen / Wilhelmstraße 22 / D-71229 Leonberg 
n...@tiptoe.de / n...@redhat.com
PGP fingerprint:  C4A8 9474 5C4C ADE3 2B8F  656D 47D8 9B65 6951 3011
Ever noticed that common sense isn't really all that common?


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
ufraw-devel mailing list
ufraw-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ufraw-devel

Reply via email to