Your message dated Fri, 03 Apr 2020 20:50:46 +0000
with message-id <[email protected]>
and subject line Bug#955634: Removed package(s) from unstable
has caused the Debian Bug report #317105,
regarding python-gtk2: segfault when using gtk.gdk.Drawable.draw lay out
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
317105: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=317105
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python-gtk2
Version: 2.6.2-1
Severity: normal


The following simple python code gives a segfault. This shouldnt happen. It
should raise an Exception instead.

#! /usr/bin/env python
import pango
import gtk.gdk
print "1"
p = gtk.gdk.Pixmap(None,768,512,24)
print "2"
gc = p.new_gc()
print "3"
pl = pango.Layout(pango.Context())
print "4"
pl.set_text("H E L L O")
print "5"
p.draw_layout(gc,10,10,pl)
print "6"



Output is:

1
2
3
4
5

(test.py:11332): Pango-CRITICAL **: pango_font_map_load_fontset: assertion
`fontmap != NULL' failed

(test.py:11332): GLib-GObject-CRITICAL **: g_object_get_qdata: assertion
`G_IS_OBJECT (object)' failed

(test.py:11332): GLib-GObject-CRITICAL **: g_object_set_qdata_full:
assertion `G_IS_OBJECT (object)' failed

(test.py:11332): Pango-CRITICAL **: pango_font_map_get_shape_engine_type:
assertion `PANGO_IS_FONT_MAP 
(fontmap)' failed

(test.py:11332): GLib-CRITICAL **: g_quark_from_string: assertion `string !=
NULL' failed
Segmentation fault



-- 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.4.27-2-686-smp
Locale: LANG=de_DE@euro, LC_CTYPE=de_DE@euro (charmap=ISO-8859-15)

Versions of packages python-gtk2 depends on:
ii  python2.3-gtk2                2.6.2-1    Python bindings for the GTK+
widge

python-gtk2 recommends no packages.

-- no debconf information



-- 
5 GB Mailbox, 50 FreeSMS http://www.gmx.net/de/go/promail
+++ GMX - die erste Adresse für Mail, Message, More +++


--- End Message ---
--- Begin Message ---
Version: 2.24.0-6+rm

Dear submitter,

as the package pygtk has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/955634

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to