Bug#525930: xsane: segfault at startup

2015-01-31 Thread Jörg Frings-Fürst
tags 525930 - moreinfo
thanks


Hello,

this bug is not reproducible and we get no answer since more then seven
weeks.

So I close this bug from 2009.



Thank you for spending your time helping to make Debian better with this
bug report. 


If the bug still occurs feel free to file a new bug or reopen this bug.


CU
Jörg

-- 
New:
GPG Fingerprint: 63E0 075F C8D4 3ABB 35AB  30EE 09F8 9F3C 8CA1 D25D
GPG key (long) : 09F89F3C8CA1D25D
GPG Key: 8CA1D25D
CAcert Key S/N : 0E:D4:56

Old (revoked since 2014-12-31):
pgp Fingerprint: 7D13 3C60 0A10 DBE1 51F8  EBCB 422B 44B0 BE58 1B6E
pgp Key: BE581B6E

Jörg Frings-Fürst
D-54526 Niederkail

Threema: SYR8SJXB

IRC: j_...@freenode.net
 j_...@oftc.net



signature.asc
Description: This is a digitally signed message part


Bug#525930: xsane: segfault at startup

2009-06-16 Thread Eric Van Buggenhaut

Julien BLACHE wrote:

Eric Van Buggenhaut  wrote:

Hi,


(xsane:4731): GdkPixbuf-WARNING **: Error loading XPM image loader:
Unable to load image-loading module:
/usr/lib32/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.so:
/usr/lib32/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.so: cannot open
shared object file: No such file or directory

(xsane:4731): GLib-GObject-CRITICAL **: g_object_ref: assertion
`G_IS_OBJECT (object)' failed

...

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xf71d68c0 (LWP 4731)]
0xf7826bc0 in IA__g_object_ref (_object=0xf7c70ada) at
/build/buildd-glib2.0_2.16.6-1+lenny1-i386-HI4TzI/glib2.0-2.16.6/gobject/gobject.c:1718
1718
/build/buildd-glib2.0_2.16.6-1+lenny1-i386-HI4TzI/glib2.0-2.16.6/gobject/gobject.c:
No such file or directory.
in
/build/buildd-glib2.0_2.16.6-1+lenny1-i386-HI4TzI/glib2.0-2.16.6/gobject/gobject.c


OK, this is definitely not an XSane issue.

I still don't know why GTK goes looking for its loaders under
/usr/lib32, which it would only do if you were running i386 binaries
on an otherwise amd64 system. I don't think you're doing that here, or
are you?

Looks like a broken system to me.



AFAIK, there's nothing in that system that comes from amd64. I could try 
reinstalling some package and see if that fixes the problem. Which gtk 
package is exactly involved?


Thanks
--
Eric




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#525930: xsane: segfault at startup

2009-06-16 Thread Julien BLACHE
Eric Van Buggenhaut  wrote:

Hi,

> AFAIK, there's nothing in that system that comes from amd64. I could
> try reinstalling some package and see if that fixes the problem. Which
> gtk package is exactly involved?

That would be libgtk2.0-0.

JB.

-- 
 Julien BLACHE   |  Debian, because code matters more 
 Debian & GNU/Linux Developer|   
 Public key available on  - KeyID: F5D6 5169 
 GPG Fingerprint : 935A 79F1 C8B3 3521 FD62 7CC7 CD61 4FD7 F5D6 5169 



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#525930: xsane: segfault at startup

2009-06-16 Thread Julien BLACHE
Eric Van Buggenhaut  wrote:

Hi,

> (xsane:4731): GdkPixbuf-WARNING **: Error loading XPM image loader:
> Unable to load image-loading module:
> /usr/lib32/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.so:
> /usr/lib32/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.so: cannot open
> shared object file: No such file or directory
>
> (xsane:4731): GLib-GObject-CRITICAL **: g_object_ref: assertion
> `G_IS_OBJECT (object)' failed
...
> Program received signal SIGSEGV, Segmentation fault.
> [Switching to Thread 0xf71d68c0 (LWP 4731)]
> 0xf7826bc0 in IA__g_object_ref (_object=0xf7c70ada) at
> /build/buildd-glib2.0_2.16.6-1+lenny1-i386-HI4TzI/glib2.0-2.16.6/gobject/gobject.c:1718
> 1718
> /build/buildd-glib2.0_2.16.6-1+lenny1-i386-HI4TzI/glib2.0-2.16.6/gobject/gobject.c:
> No such file or directory.
> in
> /build/buildd-glib2.0_2.16.6-1+lenny1-i386-HI4TzI/glib2.0-2.16.6/gobject/gobject.c

OK, this is definitely not an XSane issue.

I still don't know why GTK goes looking for its loaders under
/usr/lib32, which it would only do if you were running i386 binaries
on an otherwise amd64 system. I don't think you're doing that here, or
are you?

Looks like a broken system to me.

JB.

-- 
 Julien BLACHE   |  Debian, because code matters more 
 Debian & GNU/Linux Developer|   
 Public key available on  - KeyID: F5D6 5169 
 GPG Fingerprint : 935A 79F1 C8B3 3521 FD62 7CC7 CD61 4FD7 F5D6 5169 



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#525930: xsane: segfault at startup

2009-06-16 Thread Eric Van Buggenhaut

Julien BLACHE wrote:

Eric Van Buggenhaut  wrote:

Hi,


xsane has no debugging symbols, so i don't know how to hand you that.

See what you can get as is, for a start.

e...@toledo1:~$ gdb xsane
GNU gdb 6.8-debian

...

This GDB was configured as "i486-linux-gnu"...
(no debugging symbols found)
(gdb)


See , "Running GDB" :)



e...@toledo1:~$ gdb /usr/bin/xsane
GNU gdb 6.8-debian
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 


This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i486-linux-gnu"...
(no debugging symbols found)
(gdb) set pagination 0
(gdb) run
Starting program: /usr/bin/xsane
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]

(xsane:4731): GdkPixbuf-WARNING **: Error loading XPM image loader: 
Unable to load image-loading module: 
/usr/lib32/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.so: 
/usr/lib32/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.so: cannot open 
shared object file: No such file or directory


(xsane:4731): GLib-GObject-CRITICAL **: g_object_ref: assertion 
`G_IS_OBJECT (object)' failed


(xsane:4731): GdkPixbuf-WARNING **: Error loading XPM image loader: 
Unable to load image-loading module: 
/usr/lib32/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.so: 
/usr/lib32/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.so: cannot open 
shared object file: No such file or directory


(xsane:4731): Gdk-CRITICAL **: gdk_drawable_unref: assertion 
`GDK_IS_DRAWABLE (drawable)' failed

[New Thread 0xf71d68c0 (LWP 4731)]
[New Thread 0xf69a6b90 (LWP 4734)]

(xsane:4731): GLib-GObject-CRITICAL **: g_object_unref: assertion 
`G_IS_OBJECT (object)' failed


(xsane:4731): Gdk-CRITICAL **: gdk_drawable_unref: assertion 
`GDK_IS_DRAWABLE (drawable)' failed


(xsane:4731): GdkPixbuf-WARNING **: Error loading XPM image loader: 
Unable to load image-loading module: 
/usr/lib32/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.so: 
/usr/lib32/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.so: cannot open 
shared object file: No such file or directory


Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xf71d68c0 (LWP 4731)]
0xf7826bc0 in IA__g_object_ref (_object=0xf7c70ada) at 
/build/buildd-glib2.0_2.16.6-1+lenny1-i386-HI4TzI/glib2.0-2.16.6/gobject/gobject.c:1718
1718 
/build/buildd-glib2.0_2.16.6-1+lenny1-i386-HI4TzI/glib2.0-2.16.6/gobject/gobject.c: 
No such file or directory.
in 
/build/buildd-glib2.0_2.16.6-1+lenny1-i386-HI4TzI/glib2.0-2.16.6/gobject/gobject.c

(gdb) bt
#0  0xf7826bc0 in IA__g_object_ref (_object=0xf7c70ada) at 
/build/buildd-glib2.0_2.16.6-1+lenny1-i386-HI4TzI/glib2.0-2.16.6/gobject/gobject.c:1718
#1  0xf79bcdd2 in IA__gdk_window_set_icon (window=0xa052138, 
icon_window=0x0, pixmap=0x0, mask=0xf7c70ada) at 
/tmp/buildd/gtk+2.0-2.12.12/gdk/x11/gdkwindow-x11.c:4549

#2  0x0804f8f2 in ?? ()
#3  0x0a052138 in ?? ()
#4  0x in ?? ()
(gdb)




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#525930: xsane: segfault at startup

2009-06-16 Thread Eric Van Buggenhaut

Julien BLACHE wrote:

Eric Van Buggenhaut  wrote:

Hi,


backtrace by running gdb xsane, then typing bt once xsane has crashed,
that'd help pinpoint the issue.

xsane has no debugging symbols, so i don't know how to hand you that.


See what you can get as is, for a start.



e...@toledo1:~$ gdb xsane
GNU gdb 6.8-debian
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 


This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i486-linux-gnu"...
(no debugging symbols found)
(gdb)




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#525930: xsane: segfault at startup

2009-06-16 Thread Julien BLACHE
Eric Van Buggenhaut  wrote:

Hi,

>>> xsane has no debugging symbols, so i don't know how to hand you that.
>>
>> See what you can get as is, for a start.
>
> e...@toledo1:~$ gdb xsane
> GNU gdb 6.8-debian
...
> This GDB was configured as "i486-linux-gnu"...
> (no debugging symbols found)
> (gdb)

See , "Running GDB" :)

JB.

-- 
 Julien BLACHE   |  Debian, because code matters more 
 Debian & GNU/Linux Developer|   
 Public key available on  - KeyID: F5D6 5169 
 GPG Fingerprint : 935A 79F1 C8B3 3521 FD62 7CC7 CD61 4FD7 F5D6 5169 



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#525930: xsane: segfault at startup

2009-04-28 Thread Julien BLACHE
Eric Van Buggenhaut  wrote:

Hi,

>> backtrace by running gdb xsane, then typing bt once xsane has crashed,
>> that'd help pinpoint the issue.
>
> xsane has no debugging symbols, so i don't know how to hand you that.

See what you can get as is, for a start.

JB.

-- 
 Julien BLACHE - Debian & GNU/Linux Developer -  
 
 Public key available on  - KeyID: F5D6 5169 
 GPG Fingerprint : 935A 79F1 C8B3 3521 FD62 7CC7 CD61 4FD7 F5D6 5169 



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#525930: xsane: segfault at startup

2009-04-28 Thread Eric Van Buggenhaut

Julien BLACHE wrote:

Eric Van Buggenhaut  wrote:

Hi,


This is a amd64 kernel with a i386 debian system installed.

no ia32 package:

e...@toledo1:~$ dpkg -l|grep ia32
e...@toledo1:~$

Just tell me any command you'd like me to execute.


Did you upgrade this machine from a previous Debian release? If yes,
can you try to remove ~/.sane/xsane and try again? XSane's config
files are not necessarily compatible from one version to the
other.


Removing .sane didn't help:

r...@toledo1:~$ rm -rf .sane/
e...@toledo1:~$ xsane

(xsane:9268): GdkPixbuf-WARNING **: Error loading XPM image loader: 
Unable to load image-loading module: 
/usr/lib32/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.so: 
/usr/lib32/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.so: cannot open 
shared object file: No such file or directory


(xsane:9268): GLib-GObject-CRITICAL **: g_object_ref: assertion 
`G_IS_OBJECT (object)' failed


(xsane:9268): GdkPixbuf-WARNING **: Error loading XPM image loader: 
Unable to load image-loading module: 
/usr/lib32/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.so: 
/usr/lib32/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.so: cannot open 
shared object file: No such file or directory


(xsane:9268): Gdk-CRITICAL **: gdk_drawable_unref: assertion 
`GDK_IS_DRAWABLE (drawable)' failed


(xsane:9268): GLib-GObject-CRITICAL **: g_object_unref: assertion 
`G_IS_OBJECT (object)' failed


(xsane:9268): GdkPixbuf-WARNING **: Error loading XPM image loader: 
Unable to load image-loading module: 
/usr/lib32/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.so: 
/usr/lib32/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.so: cannot open 
shared object file: No such file or directory


(xsane:9268): GdkPixbuf-WARNING **: Error loading XPM image loader: 
Unable to load image-loading module: 
/usr/lib32/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.so: 
/usr/lib32/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.so: cannot open 
shared object file: No such file or directory

Segmentation fault




The fact that GTK goes looking for its modules under /usr/lib32 looks
suspicious to me, but eventually that could be the nominal behaviour.

I'd like the output of ldd /usr/bin/xsane, 


e...@toledo1:~$ ldd /usr/bin/xsane
linux-gate.so.1 =>  (0xf7f29000)
libsane.so.1 => /usr/lib/libsane.so.1 (0xf7f0c000)
libgimpui-2.0.so.0 => /usr/lib/libgimpui-2.0.so.0 (0xf7eef000)
libgimpwidgets-2.0.so.0 => /usr/lib/libgimpwidgets-2.0.so.0 
(0xf7de)
libgimpmodule-2.0.so.0 => /usr/lib/libgimpmodule-2.0.so.0 
(0xf7ddc000)

libgimp-2.0.so.0 => /usr/lib/libgimp-2.0.so.0 (0xf7dab000)
libgimpmath-2.0.so.0 => /usr/lib/libgimpmath-2.0.so.0 (0xf7da6000)
libgimpconfig-2.0.so.0 => /usr/lib/libgimpconfig-2.0.so.0 
(0xf7d98000)
libgimpcolor-2.0.so.0 => /usr/lib/libgimpcolor-2.0.so.0 
(0xf7d8c000)

libgimpbase-2.0.so.0 => /usr/lib/libgimpbase-2.0.so.0 (0xf7d79000)
libgtk-x11-2.0.so.0 => /usr/lib/libgtk-x11-2.0.so.0 (0xf79ee000)
libgdk-x11-2.0.so.0 => /usr/lib/libgdk-x11-2.0.so.0 (0xf7968000)
libatk-1.0.so.0 => /usr/lib/libatk-1.0.so.0 (0xf794d000)
libgdk_pixbuf-2.0.so.0 => /usr/lib/libgdk_pixbuf-2.0.so.0 
(0xf7934000)

libm.so.6 => /lib/i686/cmov/libm.so.6 (0xf790e000)
libpangocairo-1.0.so.0 => /usr/lib/libpangocairo-1.0.so.0 
(0xf7904000)

libpango-1.0.so.0 => /usr/lib/libpango-1.0.so.0 (0xf78c4000)
libcairo.so.2 => /usr/lib/libcairo.so.2 (0xf7858000)
libgobject-2.0.so.0 => /usr/lib/libgobject-2.0.so.0 (0xf781c000)
libgmodule-2.0.so.0 => /usr/lib/libgmodule-2.0.so.0 (0xf7817000)
libdl.so.2 => /lib/i686/cmov/libdl.so.2 (0xf7813000)
libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0xf775e000)
libpng12.so.0 => /usr/lib/libpng12.so.0 (0xf773a000)
liblcms.so.1 => /usr/lib/liblcms.so.1 (0xf7706000)
libtiff.so.4 => /usr/lib/libtiff.so.4 (0xf76b1000)
libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0xf7691000)
libz.so.1 => /usr/lib/libz.so.1 (0xf767c000)
libc.so.6 => /lib/i686/cmov/libc.so.6 (0xf7521000)
libgthread-2.0.so.0 => /usr/lib/libgthread-2.0.so.0 (0xf751c000)
librt.so.1 => /lib/i686/cmov/librt.so.1 (0xf7513000)
libpthread.so.0 => /lib/i686/cmov/libpthread.so.0 (0xf74fa000)
libX11.so.6 => /usr/lib/libX11.so.6 (0xf740a000)
libXcomposite.so.1 => /usr/lib/libXcomposite.so.1 (0xf7407000)
libXdamage.so.1 => /usr/lib/libXdamage.so.1 (0xf7404000)
libXfixes.so.3 => /usr/lib/libXfixes.so.3 (0xf73ff000)
libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0xf73d3000)
libXext.so.6 => /usr/lib/libXext.so.6 (0xf73c5000)
libXrender.so.1 => /usr/lib/libXrender.so.1 (0xf73bc000)
libXinerama.so.1 => /usr/lib/libXinerama.so.1 (0xf73b9000)
libXi.so.6 => /usr/lib/libXi.so.6 (0xf73b1000)
libXrandr.so.2 => /usr/lib/libXrandr.so.2 (0xf73ab000)
libXcursor.so.1 => /usr/lib/libXcursor.so.1 

Bug#525930: xsane: segfault at startup

2009-04-28 Thread Julien BLACHE
Eric Van Buggenhaut  wrote:

Hi,

> This is a amd64 kernel with a i386 debian system installed.
>
> no ia32 package:
>
> e...@toledo1:~$ dpkg -l|grep ia32
> e...@toledo1:~$
>
> Just tell me any command you'd like me to execute.

Did you upgrade this machine from a previous Debian release? If yes,
can you try to remove ~/.sane/xsane and try again? XSane's config
files are not necessarily compatible from one version to the
other.

The fact that GTK goes looking for its modules under /usr/lib32 looks
suspicious to me, but eventually that could be the nominal behaviour.

I'd like the output of ldd /usr/bin/xsane, and if you could obtain a
backtrace by running gdb xsane, then typing bt once xsane has crashed,
that'd help pinpoint the issue.

JB.

-- 
 Julien BLACHE - Debian & GNU/Linux Developer -  
 
 Public key available on  - KeyID: F5D6 5169 
 GPG Fingerprint : 935A 79F1 C8B3 3521 FD62 7CC7 CD61 4FD7 F5D6 5169 



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#525930: xsane: segfault at startup

2009-04-28 Thread Eric Van Buggenhaut

Julien BLACHE wrote:

eric  wrote:

Hi,


When I try to scan a hp network scanner, xsane segfaults.
strace attached.



Architecture: i386 (x86_64)

Kernel: Linux 2.6.26-2-amd64 (SMP w/2 CPU cores)



uname({sys="Linux", node="toledo1", ...}) = 0
stat64("/usr/lib32/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.so", 0xfff6d15c) 
= -1 ENOENT (No such file or directory)
stat64("/usr/lib32/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.so.so", 
0xfff6d15c) = -1 ENOENT (No such file or directory)
stat64("/usr/lib32/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.so.la", 
0xfff6d15c) = -1 ENOENT (No such file or directory)
open("/usr/lib32/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.so", O_RDONLY) = -1 
ENOENT (No such file or directory)
write(2, "\n(xsane:3661): GdkPixbuf-WARNING "..., 280
(xsane:3661): GdkPixbuf-WARNING **: Error loading XPM image loader: Unable to 
load image-loading module: 
/usr/lib32/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.so: 
/usr/lib32/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.so: cannot open shared 
object file: No such file or directory
) = 280
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++


What type of system are you running? GTK should not be looking to
/usr/lib32 unless you have ia32-libs-gtk installed and are running a
32bit xsane binary on a 64bit system.

This looks really weird and I think this is tied to your system.



This is a amd64 kernel with a i386 debian system installed.

no ia32 package:

e...@toledo1:~$ dpkg -l|grep ia32
e...@toledo1:~$

Just tell me any command you'd like me to execute.



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#525930: xsane: segfault at startup

2009-04-28 Thread Julien BLACHE
eric  wrote:

Hi,

> When I try to scan a hp network scanner, xsane segfaults.
> strace attached.

> Architecture: i386 (x86_64)
>
> Kernel: Linux 2.6.26-2-amd64 (SMP w/2 CPU cores)

> uname({sys="Linux", node="toledo1", ...}) = 0
> stat64("/usr/lib32/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.so", 
> 0xfff6d15c) = -1 ENOENT (No such file or directory)
> stat64("/usr/lib32/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.so.so", 
> 0xfff6d15c) = -1 ENOENT (No such file or directory)
> stat64("/usr/lib32/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.so.la", 
> 0xfff6d15c) = -1 ENOENT (No such file or directory)
> open("/usr/lib32/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> write(2, "\n(xsane:3661): GdkPixbuf-WARNING "..., 280
> (xsane:3661): GdkPixbuf-WARNING **: Error loading XPM image loader: Unable to 
> load image-loading module: 
> /usr/lib32/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.so: 
> /usr/lib32/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.so: cannot open shared 
> object file: No such file or directory
> ) = 280
> --- SIGSEGV (Segmentation fault) @ 0 (0) ---
> +++ killed by SIGSEGV +++

What type of system are you running? GTK should not be looking to
/usr/lib32 unless you have ia32-libs-gtk installed and are running a
32bit xsane binary on a 64bit system.

This looks really weird and I think this is tied to your system.

JB.

-- 
 Julien BLACHE - Debian & GNU/Linux Developer -  
 
 Public key available on  - KeyID: F5D6 5169 
 GPG Fingerprint : 935A 79F1 C8B3 3521 FD62 7CC7 CD61 4FD7 F5D6 5169 



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org