Bug#296805: marked as done (libgtk2.0-0: Segfault in
gdk_event_apply_filters)
Debian Bug Tracking System
owner at bugs.debian.org
Mon Oct 3 08:18:07 UTC 2005
Your message dated Mon, 3 Oct 2005 10:03:01 +0200
with message-id <20051003080301.GN10882 at bugs.debian.org>
and subject line Bug#296805: libgtk2.0-0: Segfault in gdk_event_apply_filters
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; 24 Feb 2005 19:41:32 +0000
>From dsilva at ccs.neu.edu Thu Feb 24 11:41:32 2005
Return-path: <dsilva at ccs.neu.edu>
Received: from amber.ccs.neu.edu [129.10.116.51]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1D4Orc-0007sV-00; Thu, 24 Feb 2005 11:41:32 -0800
Received: from portuguese.ccs.neu.edu ([129.10.116.249] helo=localhost.localdomain)
by amber.ccs.neu.edu with esmtp (Exim 4.34)
id 1D4OrX-00005L-BG; Thu, 24 Feb 2005 14:41:27 -0500
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Daniel Silva <dsilva at ccs.neu.edu>
To: Debian Bug Tracking System <submit at bugs.debian.org>
Subject: libgtk2.0-0: Segfault in gdk_event_apply_filters
Bcc: Daniel Silva <dsilva at ccs.neu.edu>
X-Mailer: reportbug 3.7.1
Date: Thu, 24 Feb 2005 14:41:06 -0500
Message-Id: <E1D4Orc-0007sV-00 at spohr.debian.org>
Delivered-To: submit at bugs.debian.org
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=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
Package: libgtk2.0-0
Version: 2.6.2-3
Severity: important
GTK2 is segfaulting all the time for some reason. Here's a test
program:
$cat test.c
#include <gtk/gtk.h>
int main()
{
gtk_init(0, 0);
gtk_window_new(0);
gtk_main();
return 0;
}
$ gcc -g `pkg-config gtk+-2.0 --cflags --libs` g.c
$ LD_LIBRARY_PATH=/usr/lib/debug/usr/lib/ gdb ./a.out
[...]
(gdb) run
Starting program: /tmp/a.out
[Thread debugging using libthread_db enabled]
[New Thread -1216145344 (LWP 25384)]
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1216145344 (LWP 25384)]
0xb7682910 in ?? ()
(gdb) bt
#0 0xb7682910 in ?? ()
#1 0xb7cd0478 in gdk_event_apply_filters (xevent=0xbffff260,
event=0x81ceed0,
filters=0x806ebf8) at gdkevents-x11.c:327
#2 0xb7cd0e8b in gdk_event_translate (display=0x806e988,
event=0x81ceed0,
xevent=0xbffff260, return_exposes=0) at gdkevents-x11.c:871
#3 0xb7cd262d in _gdk_events_queue (display=0x806e988) at
gdkevents-x11.c:2154
#4 0xb7cd27c1 in gdk_event_dispatch (source=0xbffff260,
callback=0,
user_data=0x0) at gdkevents-x11.c:2214
#5 0xb7b5a6b2 in g_main_depth () from
/usr/lib/libglib-2.0.so.0
#6 0xb7b5b738 in g_main_context_dispatch () from
/usr/lib/libglib-2.0.so.0
#7 0xb7b5ba70 in g_main_context_dispatch () from
/usr/lib/libglib-2.0.so.0
#8 0xb7b5c013 in g_main_loop_run () from
/usr/lib/libglib-2.0.so.0
#9 0xb7e22a23 in IA__gtk_main () at gtkmain.c:963
#10 0x08048779 in main () at g.c:11
Daniel
-- System Information:
Debian Release: 3.1
APT prefers unstable
APT policy: (990, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.9
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Versions of packages libgtk2.0-0 depends on:
ii libatk1.0-0 1.8.0-4 The ATK accessibility toolkit
ii libc6 2.3.2.ds1-20 GNU C Library: Shared libraries an
ii libfontconfig1 2.2.3-4 generic font configuration library
ii libfreetype6 2.1.7-2.3 FreeType 2 font engine, shared lib
ii libglib2.0-0 2.6.2-1 The GLib library of C routines
ii libgtk2.0-0 2.6.2-3 The GTK+ graphical user interface
ii libgtk2.0-bin 2.6.2-3 The programs for the GTK+ graphica
ii libgtk2.0-common 2.6.2-3 Common files for the GTK+ graphica
ii libjpeg62 6b-9 The Independent JPEG Group's JPEG
ii libpango1.0-0 1.8.0-3 Layout and rendering of internatio
ii libpng12-0 1.2.8rel-1 PNG library - runtime
ii libtiff4 3.7.1-3 Tag Image File Format (TIFF) libra
ii libx11-6 4.3.0.dfsg.1-10 X Window System protocol client li
ii libxcursor1 1.1.3-1 X cursor management library
ii libxext6 4.3.0.dfsg.1-10 X Window System miscellaneous exte
ii libxft2 2.1.2-6 FreeType-based font drawing librar
ii libxi6 4.3.0.dfsg.1-10 X Window System Input extension li
ii libxrandr2 4.3.0.dfsg.1-10 X Window System Resize, Rotate and
ii libxrender1 0.8.3-7 X Rendering Extension client libra
ii xlibs 4.3.0.dfsg.1-10 X Keyboard Extension (XKB) configu
ii zlib1g 1:1.2.2-4 compression library - runtime
-- no debconf information
---------------------------------------
Received: (at 296805-done) by bugs.debian.org; 3 Oct 2005 08:03:06 +0000
>From lool at dooz.org Mon Oct 03 01:03:05 2005
Return-path: <lool at dooz.org>
Received: from pig.zood.org [194.242.112.24]
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1EMLHt-000661-00; Mon, 03 Oct 2005 01:03:05 -0700
Received: by pig.zood.org (Postfix, from userid 1000)
id 59ED44C0A1; Mon, 3 Oct 2005 10:03:01 +0200 (CEST)
Date: Mon, 3 Oct 2005 10:03:01 +0200
From: =?iso-8859-1?Q?Lo=EFc?= Minier <lool at dooz.org>
To: Daniel Pinto de Mello e Silva <dsilva at ccs.neu.edu>
Cc: 296805-done at bugs.debian.org
Subject: Re: Bug#296805: libgtk2.0-0: Segfault in gdk_event_apply_filters
Message-ID: <20051003080301.GN10882 at bugs.debian.org>
References: <E1D4Orc-0007sV-00 at spohr.debian.org> <20050224201414.GA27380 at spring.luon.net> <1109230357.8346.9.camel at ds> <20051002085719.GA6461 at bugs.debian.org> <1128299200.14621.3.camel at localhost.localdomain>
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
In-Reply-To: <1128299200.14621.3.camel at localhost.localdomain>
Content-Transfer-Encoding: quoted-printable
Delivered-To: 296805-done at bugs.debian.org
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-Level:
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
On Sun, Oct 02, 2005, Daniel Pinto de Mello e Silva wrote:
> Hmm, I can't seem to reproduce it anymore.
Ok, closing the bug. Please reopen it if you see fit.
Cheers,
--=20
Lo=EFc Minier <lool at dooz.org>
Come, your destiny awaits!
More information about the Pkg-gnome-maintainers
mailing list