Bug#348109: libgtk2.0-0: after upgrade in unstable, many gui (firefox,gftp,d4x,...) Segmentation fault

2006-06-08 Thread Loïc Minier
reassign 348109 libcairo2
forwarded libcairo2 http://bugs.freedesktop.org/show_bug.cgi?id=4945
tags 348109 + upstream
retitle 348109 Cairo doesn't have 8-bit pseudocolor support
stop

Hi,

On Sat, Apr 22, 2006, Joel Soete wrote:
 https://bugs.freedesktop.org/show_bug.cgi?id=4945
 as afaik my ws (hp model b180) as only 8bpp capability.

 Thanks for the pointer, reassigning accordingly.

   Bye,
-- 
Loïc Minier [EMAIL PROTECTED]



Bug#348109: libgtk2.0-0: after upgrade in unstable, many gui (firefox,gftp,d4x,...) Segmentation fault

2006-04-22 Thread Joel Soete

Hello all,

just want to mentioned that new stuff I discovered:

$ d4x
The program 'd4x' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadMatch (invalid parameter attributes)'.
  (Details: serial 1614 error_code 8 request_code 72 minor_code 0)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)

which seems to be perfectly related to:
https://bugs.freedesktop.org/show_bug.cgi?id=4945

as afaik my ws (hp model b180) as only 8bpp capability.

hth,
Joel


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#348109: libgtk2.0-0: after upgrade in unstable, many gui (firefox, gftp, d4x, ...) Segmentation fault

2006-01-14 Thread Joel Soete

Package: libgtk2.0-0
Version: 2.8.9-2
Severity: important

*** Please type your report below this line ***

Hello Sebastien,

At my office, I encounter the same bad situation as describe in this br #345313 
but also seems related to #321832.
(so fill free to requalify it)

I tried first to replace firefox by mozilla web browser:
o mozilla seems to works fine ;-)
o but other mentioned gui still failled ;_(

Analysing the upgrade of the moment, I finaly figure out that only:
dpkg -i libgtk2.0-common_2.6.10-1_all.deb \
libgtk2.0-bin_2.6.10-1_i386.deb \
libgtk2.0-0_2.6.10-1_i386.deb \
libgtk2.0-doc_2.6.10-1_all.deb

help to restore an operational situation?

Fwiw, at home, I have another unstable debian install on same i386 arch
which works fine (but firefox was never installed on it?):
ii  libatk1.0-0   1.10.3-1   The ATK accessibility toolkit
ii  libc6 2.3.5-11   GNU C Library: Shared libraries an
ii  libcairo2 1.0.2-3The Cairo 2D vector graphics libra
ii  libfontconfig12.3.2-1.1  generic font configuration library
ii  libglib2.0-0  2.8.5-1The GLib library of C routines
ii  libgtk2.0-bin 2.8.9-2The programs for the GTK+ graphica
ii  libjpeg62 6b-11  The Independent JPEG Group's JPEG
ii  libpango1.0-0 1.10.2-1   Layout and rendering of internatio
ii  libpng12-01.2.8rel-5 PNG library - runtime
ii  libtiff4  3.7.4-1Tag Image File Format (TIFF) libra
ii  libx11-6  6.9.0.dfsg.1-2 X Window System protocol client li
ii  libxcursor1   1.1.3-1X cursor management library
ii  libxext6  6.9.0.dfsg.1-2 X Window System miscellaneous exte
ii  libxi66.9.0.dfsg.1-2 X Window System Input extension li
ii  libxinerama1  6.9.0.dfsg.1-2 X Window System multi-head display
ii  libxrandr26.9.0.dfsg.1-2 X Window System Resize, Rotate and
ii  libxrender1   0.9.0.2-1  X Rendering Extension client libra

I also try to analyse a core dump:
# gftp
Segmentation fault (core dumped)
# gdb
GNU gdb 6.4-debian
Copyright 2005 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you
are
welcome to change it and/or distribute copies of it under certain
conditions.
Type show copying to see the conditions.
There is absolutely no warranty for GDB.  Type show warranty for
details.
This GDB was configured as i486-linux-gnu.
(gdb) target core ./core
Using host libthread_db library /lib/tls/libthread_db.so.1.
(no debugging symbols found)
Core was generated by `/usr/bin/gftp-gtk'.
Program terminated with signal 11, Segmentation fault.
#0  0x in ?? ()
(gdb) bt
#0  0x in ?? ()
(gdb)

Too bad ;(

The best I can do so would be sent you 2 strace logs:
o the failing one (Gftp-Strc.doc)
o the one working with old libgtk2.0
(Gftp-Strc-OldLibGtk2.0.doc)
though.

TIA,
Joel

PS1: I also tried to remove all ttf on my i386 (i.e.
dpkg -P msttcorefonts
dpkg -P ttf-freefont
dpkg -P ttf-bitstream-vera
but it didn't help.

PS2: nevertheless it seems well to be a font pb: on 2 different
platforms it takes a long time to show some frame of the
app (some boxes, ...) but any text?

PS3: At the office always, I have got a similar pb on hppa
(unstable too on which I never installed firefox) while trying:
# gftp
gFTP Warning: Skipping line 229 in config file: entropy_source
gFTP Warning: Skipping line 232 in config file: entropy_len
gFTP Warning: Skipping line 235 in config file: verify_ssl_peer
Segmentation fault

or also
# gdmsetup (core dump):
# gdb
GNU gdb 6.3-debian
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you
are
welcome to change it and/or distribute copies of it under certain
conditions.
Type show copying to see the conditions.
There is absolutely no warranty for GDB.  Type show warranty for
details.
This GDB was configured as hppa-linux.
(gdb) target core ./core
Using host libthread_db library /lib/libthread_db.so.1.
Core was generated by `/usr/lib/libgnomeui-0/gnome_segv gdmsetup 11
2.8.0.6'.
Program terminated with signal 11, Segmentation fault.
#0  0x in ?? ()
(gdb)

fwiw, here at home, I tried exactly the same test (i.e. launch gftp and gdmsetup
from another hppa debian unstable install boxe) without any pb???

Just a thought:
o here at home my X env is a Xfce runing on a i386 debian unstable 
install
o at my office my X env is a hpux-11.00 CDE?

Could it be what makes the difference, though?


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-hpVEi8.2-i686
Locale: LANG=C,