Your message dated Tue, 11 Jan 2005 08:47:33 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#286436: fixed in gtk-qt-engine 0.60-1
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 21 Oct 2004 10:50:20 +0000
>From [EMAIL PROTECTED] Thu Oct 21 03:50:20 2004
Return-path: <[EMAIL PROTECTED]>
Received: from condor.wastl.net [217.160.107.200]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CKaWR-0002qe-00; Thu, 21 Oct 2004 03:50:19 -0700
Received: from localhost (localhost [127.0.0.1])
by condor.wastl.net (Postfix) with ESMTP id 07342408B2B8;
Thu, 21 Oct 2004 12:58:25 +0200 (CEST)
Received: from condor.wastl.net ([127.0.0.1])
by localhost (condor.wastl.net [127.0.0.1]) (amavisd-new, port 10024)
with ESMTP id 06755-02; Thu, 21 Oct 2004 12:58:20 +0200 (CEST)
Received: from petterson.schaffert.ws (matahiva.pms.informatik.uni-muenchen.de
[129.187.214.108])
(using TLSv1 with cipher RC4-SHA (128/128 bits))
(No client certificate requested)
by condor.wastl.net (Postfix) with ESMTP id F17B94001969;
Thu, 21 Oct 2004 12:58:19 +0200 (CEST)
Received: from wastl by petterson.schaffert.ws with local (Exim 4.34)
id 1CKaX5-0008Lx-He; Thu, 21 Oct 2004 12:50:59 +0200
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Sebastian Schaffert <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: gtk2-engines-gtk-qt: GTK application scite segfaults with QT theme
X-Mailer: reportbug 2.99.6
Date: Thu, 21 Oct 2004 12:50:59 +0200
Message-Id: <[EMAIL PROTECTED]>
Sender: Sebastian Schaffert <[EMAIL PROTECTED]>
X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at wastl.net
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level:
Package: gtk2-engines-gtk-qt
Version: 0.50-2
Severity: important
When starting "scite" with the QT theme, it segfaults after issuing some
debug messages:
====
QPixmap: Invalid pixmap parameters
QPainter::begin: Cannot paint null pixmap
QPainter::setPen: Will be reset by begin()
QPainter::setBrush: Will be reset by begin()
QPainter::setBrush: Will be reset by begin()
QPainter::setPen: Will be reset by begin()
zsh: 31551 segmentation fault scite
====
Relevant strace:
====
write(2, "QPainter::setPen: Will be reset "..., 43QPainter::setPen: Will be
reset by begin()) = 43
write(2, "QPainter::setBrush: Will be rese"..., 45QPainter::setBrush: Will be
reset by begin()) = 45
write(2, "QPainter::setBrush: Will be rese"..., 45QPainter::setBrush: Will be
reset by begin()) = 45
write(2, "QPainter::setPen: Will be reset "..., 43QPainter::setPen: Will be
reset by begin()) = 43
writev(3, [{"\223\3\n\0\373\0 \4\35\0 [EMAIL PROTECTED]"..., 2004},
{"\263\234\257s\257{\257s\257{\257s\257{\257s\257{\257s\257"..., 544}], 2) =
2548
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++
====
Stack trace from gdb:
====
#0 0x40719292 in XSetTile () from /usr/X11R6/lib/libX11.so.6
#1 0x40ba6031 in QPainter::drawTiledPixmap () from /usr/lib/libqt-mt.so.3
#2 0x4119c15c in Keramik::TilePainter::draw ()
from /usr/lib/kde3/plugins/styles/keramik.so
#3 0x4119122c in KeramikStyle::drawPrimitive ()
from /usr/lib/kde3/plugins/styles/keramik.so
#4 0x41197915 in KeramikStyle::drawComplexControl ()
from /usr/lib/kde3/plugins/styles/keramik.so
#5 0x409ab213 in drawScrollBar ()
from /usr/lib/gtk-2.0/2.4.0/engines/libqtengine.so
#6 0x409a2828 in qtengine_rc_style_register_type ()
from /usr/lib/gtk-2.0/2.4.0/engines/libqtengine.so
#7 0x401a89e1 in gtk_paint_box () from /usr/lib/libgtk-x11-2.0.so.0
#8 0x4017b636 in gtk_range_get_value () from /usr/lib/libgtk-x11-2.0.so.0
#9 0x4014a934 in _gtk_marshal_BOOLEAN__BOXED ()
from /usr/lib/libgtk-x11-2.0.so.0
#10 0x403fbfb7 in g_cclosure_new_swap () from /usr/lib/libgobject-2.0.so.0
#11 0x403fbc20 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#12 0x4040f655 in g_signal_emit_by_name () from /usr/lib/libgobject-2.0.so.0
#13 0x4040e9be in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
#14 0x4040eee4 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
#15 0x40249957 in gtk_widget_send_expose () from /usr/lib/libgtk-x11-2.0.so.0
#16 0x400c8b3b in gtk_container_propagate_expose ()
....
====
-- System Information:
Debian Release: 3.1
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-1-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED]
Versions of packages gtk2-engines-gtk-qt depends on:
ii kdelibs4 4:3.3.0-2 KDE core libraries
ii libart-2.0-2 2.3.16-6 Library of functions for 2D graphi
ii libatk1.0-0 1.8.0-2 The ATK accessibility toolkit
ii libc6 2.3.2.ds1-18 GNU C Library: Shared libraries an
ii libgcc1 1:3.4.2-3 GCC support library
ii libglib2.0-0 2.4.7-1 The GLib library of C routines
ii libgtk2.0-0 2.4.13-1 The GTK+ graphical user interface
ii libice6 4.3.0.dfsg.1-8 Inter-Client Exchange library
ii libidn11 0.5.2-3 GNU libidn library, implementation
ii libpango1.0-0 1.6.0-1 Layout and rendering of internatio
ii libpng12-0 1.2.5.0-9 PNG library - runtime
ii libqt3c102-mt 3:3.3.3-4.1 Qt GUI Library (Threaded runtime v
ii libsm6 4.3.0.dfsg.1-8 X Window System Session Management
ii libstdc++5 1:3.3.5-1 The GNU Standard C++ Library v3
ii libx11-6 4.3.0.dfsg.1-8 X Window System protocol client li
ii libxext6 4.3.0.dfsg.1-8 X Window System miscellaneous exte
ii libxrender1 0.8.3-7 X Rendering Extension client libra
ii xlibs 4.3.0.dfsg.1-8 X Window System client libraries m
ii zlib1g 1:1.2.2-1 compression library - runtime
-- no debconf information
---------------------------------------
Received: (at 286436-close) by bugs.debian.org; 11 Jan 2005 13:52:07 +0000
>From [EMAIL PROTECTED] Tue Jan 11 05:52:07 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CoMRL-0000Uz-00; Tue, 11 Jan 2005 05:52:07 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1CoMMv-0000TJ-00; Tue, 11 Jan 2005 08:47:33 -0500
From: Christoffer Sawicki <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.54 $
Subject: Bug#286436: fixed in gtk-qt-engine 0.60-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Tue, 11 Jan 2005 08:47:33 -0500
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
Source: gtk-qt-engine
Source-Version: 0.60-1
We believe that the bug you reported is fixed in the latest version of
gtk-qt-engine, which is due to be installed in the Debian FTP archive:
gtk-qt-engine_0.60-1.diff.gz
to pool/main/g/gtk-qt-engine/gtk-qt-engine_0.60-1.diff.gz
gtk-qt-engine_0.60-1.dsc
to pool/main/g/gtk-qt-engine/gtk-qt-engine_0.60-1.dsc
gtk-qt-engine_0.60.orig.tar.gz
to pool/main/g/gtk-qt-engine/gtk-qt-engine_0.60.orig.tar.gz
gtk2-engines-gtk-qt_0.60-1_powerpc.deb
to pool/main/g/gtk-qt-engine/gtk2-engines-gtk-qt_0.60-1_powerpc.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Christoffer Sawicki <[EMAIL PROTECTED]> (supplier of updated gtk-qt-engine
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Sun, 2 Jan 2005 22:24:09 +0100
Source: gtk-qt-engine
Binary: gtk2-engines-gtk-qt
Architecture: source powerpc
Version: 0.60-1
Distribution: unstable
Urgency: low
Maintainer: Christoffer Sawicki <[EMAIL PROTECTED]>
Changed-By: Christoffer Sawicki <[EMAIL PROTECTED]>
Description:
gtk2-engines-gtk-qt - theme engine using Qt for GTK+ 2.x
Closes: 286436
Changes:
gtk-qt-engine (0.60-1) unstable; urgency=low
.
* New upstream release.
- Removes crashes with certain apps (Closes: #286436).
* Clarified some changelog entries.
* Versioned debhelper Build-Depend
Files:
20074a3cdedec01fae5c9d21022f97bf 676 kde optional gtk-qt-engine_0.60-1.dsc
8af37030aaf17c20342559484a2a31c7 571312 kde optional
gtk-qt-engine_0.60.orig.tar.gz
4e5d74e763f628fed0594bd8ea1ff6b1 2047 kde optional gtk-qt-engine_0.60-1.diff.gz
23d5d7a06ad935b1183cb43ac29cde98 75590 kde optional
gtk2-engines-gtk-qt_0.60-1_powerpc.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)
Comment: Signed by Isaac Clerencia <[EMAIL PROTECTED]>
iD8DBQFB49TSQET2GFTmct4RApCjAJ92d0pqFGXjXLdVRuzyskmz4kg6rQCfdkRD
T8fr7i60WoDswfKSax8XQUE=
=79jE
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]