Your message dated Wed, 26 Mar 2014 12:21:04 +0000
with message-id <[email protected]>
and subject line Bug#741154: fixed in synaptic 0.81.1
has caused the Debian Bug report #741154,
regarding Synaptic crashes if you start pressing keys too early during program 
start
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.)


-- 
741154: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=741154
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: synaptic
Version: 0.80.4
Severity: serious

If you press any keys too early while Synaptic is still starting
(i.e. not showing the window yet), it will crash.

It can be seen the following gdb log. I started pressing the random
keys immediately after issuing the "run" command in gdb. First part
of keystrokes went into gdb console, and later Synaptic window
appeared, gained focus and crashed upon receiving the rest of the
keyboard input.


$ sudo gdb synaptic
[sudo] password for monsta:
GNU gdb (GDB) 7.6.1 (Debian 7.6.1-1)
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
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 "x86_64-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/sbin/synaptic...(no debugging symbols found)...done.
(gdb) run
Starting program: /usr/sbin/synaptic
warning: Could not load shared library symbols for linux-vdso.so.1.
Do you need "set solib-search-path" or "set sysroot"?
a[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
dasdasdasd
(synaptic:4804): Gtk-WARNING **: GtkNotebook 0xa12340 is mapped but visible child GtkLabel 0x9b1e80 is not mapped

(synaptic:4804): Gtk-WARNING **: GtkNotebook 0xa12340 is mapped but visible child GtkLabel 0xa59320 is not mapped

(synaptic:4804): Gtk-WARNING **: GtkNotebook 0xa12340 is mapped but visible child GtkLabel 0xa59be0 is not mapped

(synaptic:4804): Gtk-WARNING **: GtkNotebook 0xa12340 is mapped but visible child GtkLabel 0xa59d20 is not mapped

(synaptic:4804): Gtk-WARNING **: GtkNotebook 0xa12340 is mapped but visible child GtkLabel 0xaa11d0 is not mapped

(synaptic:4804): Gtk-WARNING **: GtkNotebook 0xa12340 is mapped but visible child GtkLabel 0x9b1e80 is not mapped

(synaptic:4804): Gtk-WARNING **: GtkNotebook 0xa12340 is mapped but visible child GtkLabel 0xa59320 is not mapped

(synaptic:4804): Gtk-WARNING **: GtkNotebook 0xa12340 is mapped but visible child GtkLabel 0xa59be0 is not mapped

(synaptic:4804): Gtk-WARNING **: GtkNotebook 0xa12340 is mapped but visible child GtkLabel 0xa59d20 is not mapped

(synaptic:4804): Gtk-WARNING **: GtkNotebook 0xa12340 is mapped but visible child GtkLabel 0xaa11d0 is not mapped

(synaptic:4804): GLib-GObject-CRITICAL **: g_object_set_data: assertion `G_IS_OBJECT (object)' failed

(synaptic:4804): GLib-GObject-WARNING **: invalid (NULL) pointer instance

(synaptic:4804): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed

(synaptic:4804): Gtk-WARNING **: GtkNotebook 0xa12340 is mapped but visible child GtkLabel 0x9b1e80 is not mapped

(synaptic:4804): Gtk-WARNING **: GtkNotebook 0xa12340 is mapped but visible child GtkLabel 0xa59320 is not mapped

(synaptic:4804): Gtk-WARNING **: GtkNotebook 0xa12340 is mapped but visible child GtkLabel 0xa59be0 is not mapped

(synaptic:4804): Gtk-WARNING **: GtkNotebook 0xa12340 is mapped but visible child GtkLabel 0xa59d20 is not mapped

(synaptic:4804): Gtk-WARNING **: GtkNotebook 0xa12340 is mapped but visible child GtkLabel 0xaa11d0 is not mapped

Program received signal SIGSEGV, Segmentation fault.
0x0000000000467ae6 in ?? ()
(gdb) bt full
#0  0x0000000000467ae6 in ?? ()
No symbol table info available.
#1  0x000000000046c239 in ?? ()
No symbol table info available.
#2  0x000000000046c832 in ?? ()
No symbol table info available.
#3  0x00000000004358c4 in ?? ()
No symbol table info available.
#4  0x0000000000435bfb in ?? ()
No symbol table info available.
#5  0x00007ffff55cea03 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#6 0x00007ffff55cdea6 in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#7  0x00007ffff55ce1f8 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#8 0x00007ffff55ce29c in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#9 0x00007ffff7003435 in gtk_main_iteration () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
No symbol table info available.
#10 0x000000000042a735 in ?? ()
No symbol table info available.
#11 0x00007ffff7adbcad in OpProgress::OverallProgress(unsigned long long, unsigned long long, unsigned long long, std::string const&) ()
   from /usr/lib/x86_64-linux-gnu/libapt-pkg.so.4.12
No symbol table info available.
#12 0x00007ffff7afd122 in pkgDepCache::readStateFile(OpProgress*) () from /usr/lib/x86_64-linux-gnu/libapt-pkg.so.4.12
No symbol table info available.
#13 0x00007ffff7afdcf2 in pkgDepCache::Update(OpProgress*) () from /usr/lib/x86_64-linux-gnu/libapt-pkg.so.4.12
No symbol table info available.
#14 0x00007ffff7afe0fe in pkgDepCache::Init(OpProgress*) () from /usr/lib/x86_64-linux-gnu/libapt-pkg.so.4.12
No symbol table info available.
#15 0x000000000045ca99 in ?? ()
No symbol table info available.
#16 0x000000000046d3d2 in ?? ()
No symbol table info available.
#17 0x0000000000415b72 in ?? ()
No symbol table info available.
#18 0x00007ffff3abd995 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
#19 0x000000000041861f in ?? ()
No symbol table info available.
(gdb)

--- End Message ---
--- Begin Message ---
Source: synaptic
Source-Version: 0.81.1

We believe that the bug you reported is fixed in the latest version of
synaptic, which is due to be installed in the Debian FTP archive.

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.
Michael Vogt <[email protected]> (supplier of updated synaptic 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.8
Date: Wed, 26 Mar 2014 07:38:14 +0100
Source: synaptic
Binary: synaptic
Architecture: source amd64
Version: 0.81.1
Distribution: unstable
Urgency: low
Maintainer: Michael Vogt <[email protected]>
Changed-By: Michael Vogt <[email protected]>
Description: 
 synaptic   - Graphical package manager
Closes: 720605 724709 741154 742166
Changes: 
 synaptic (0.81.1) unstable; urgency=low
 .
   * do not crash when xapian search is triggered by view is not
     fully ready (closes: #741154)
   * add iceweasel as fallback if xdg-open fails (closes: #742166)
   * po/pl.po:
     - updated, thanks to Emil Nowak
   * gtk/rgrepositorywin.cc:
     - do not crash when a sources.list entry is removed (closes: #720605)
   * gtk/rgfiltermanager.cc:
     - do not change topmost filter when reopening filter settings
       (closes: #724709)
     - fix copy constructor to avoid incorrect reading of the
       and/or mode value (closes: #724709)
     - fix memory leak in filter copy/restore
Checksums-Sha1: 
 6f9b40a74c4d1c6c34b7de9ced134a06aad21e4e 1089 synaptic_0.81.1.dsc
 2e63d4ba6a884e1ec16122d5e1d0441db661bfb2 1739072 synaptic_0.81.1.tar.xz
 bc17406e2ccfbe4534e4d1b29b8c2016b6b34e3d 1522818 synaptic_0.81.1_amd64.deb
Checksums-Sha256: 
 98c8cb7cef53d2911d13327634b83b54d1ac85c4770e85e34d3799fab2c15dce 1089 
synaptic_0.81.1.dsc
 25e11bf86c0f1d2bb3d790dc699d96d9a73d90dc58abcc172ceefd0d34f07271 1739072 
synaptic_0.81.1.tar.xz
 08b5b6ec2ddba1242b1bf499e53e323b1372aca554b2b61e03867ee3741b671c 1522818 
synaptic_0.81.1_amd64.deb
Files: 
 00e8a075f2282c16fa453c9555dedd4f 1089 admin optional synaptic_0.81.1.dsc
 1510c67e04778c1165844df72611ae96 1739072 admin optional synaptic_0.81.1.tar.xz
 6a956845282f1c963a8c267e14a06e13 1522818 admin optional 
synaptic_0.81.1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iEYEARECAAYFAlMywG8ACgkQliSD4VZixzQLBwCdG38NjnSZiQ4Atp3F8iNGsTCk
Vt4AnAxSex6GpnXPx4XdIuohQvr7Fwad
=Bx+W
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to