[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#631768: marked as done (gnomint saved window size after using the quit button is out of range)



Your message dated Mon, 28 Jan 2019 01:34:17 +0000
with message-id <E1gnvoX-000H2t-Sr@fasolo.debian.org>
and subject line Bug#631768: fixed in gnomint 1.3.0-1
has caused the Debian Bug report #631768,
regarding gnomint saved window size after using the quit button is out of range
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 owner@bugs.debian.org
immediately.)


-- 
631768: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=631768
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: gnomint
Version: 1.2.1-2
Severity: normal

The first time gnomint is used, all works as expected.

Then after using the "Quit" entry in the Certificates menu, and restarting,
a smallish (probably 320x320) window appears which expands to a size almost
filling the screen, which then crashes and dies with the error message


      The program 'gnomint' received an X Window System error.
      This probably reflects a bug in the program.
      The error was 'BadAlloc (insufficient resources for operation)'.
      (Details: serial 214 error_code 11 request_code 53 minor_code 0)

Investigation reveals that when using the Quit menu entry, gnomint
writes an entry to the ${HOME}.gconf/apps/gnomint/%gconf.xml
with a ridiculously large set of values for the window size.

  <?xml version="1.0"?>
  <gconf>
  	<entry name="size" mtime="1309129077" type="string">
		<stringvalue>(148488120,147732584)</stringvalue>
	</entry>
  </gconf>

Editing the values here does not change the behavior of gnomint crashing,
but if the gconf-editor is started and the key for apps/gnomint/size
is changed from the above value to something sensible greater than 320x320
then gnomint can be launched.

Exiting via the "Quit"  menu entry continues to cause the wrong size
value to be saved and therefore should not be used.

This bug was previously reported on Sun, 27 Dec 2009 23:17:58 -0500

<http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=%23562806>

but was merely dismissed by the package maintainer without
thorough investigation with the comment

   "I guess that the problem you were experiencing temporary and
    probably not related to gnomint itself, hence i'm closing the bug."



-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.39-2-686-pae (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gnomint depends on:
ii  gconf2                  2.32.3-2         GNOME configuration database syste
ii  libatk1.0-0             2.0.0-1          The ATK accessibility toolkit
ii  libc6                   2.13-7           Embedded GNU C Library: Shared lib
ii  libcairo2               1.10.2-2ubuntu2  The Cairo 2D vector graphics libra
ii  libfontconfig1          2.8.0-2.1ubuntu3 generic font configuration library
ii  libfreetype6            2.4.4-1          FreeType 2 font engine, shared lib
ii  libgconf2-4             2.32.3-2         GNOME configuration database syste
ii  libgcrypt11             1.4.6-5          LGPL Crypto library - runtime libr
ii  libgdk-pixbuf2.0-0      2.23.3-3         GDK Pixbuf library
ii  libglib2.0-0            2.28.6-1         The GLib library of C routines
ii  libgnutls26             2.10.5-1+b1      the GNU TLS library - runtime libr
ii  libgtk2.0-0             2.24.4-3         The GTK+ graphical user interface
ii  libpango1.0-0           1.28.3-6         Layout and rendering of internatio
ii  libreadline6            6.2-2            GNU readline and history libraries
ii  libsqlite3-0            3.7.6.3-1        SQLite 3 shared library

gnomint recommends no packages.

gnomint suggests no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: gnomint
Source-Version: 1.3.0-1

We believe that the bug you reported is fixed in the latest version of
gnomint, 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 631768@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Yavor Doganov <yavor@gnu.org> (supplier of updated gnomint 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sat, 26 Jan 2019 22:16:06 +0200
Source: gnomint
Architecture: source
Version: 1.3.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Yavor Doganov <yavor@gnu.org>
Closes: 631768 855200 885817
Changes:
 gnomint (1.3.0-1) unstable; urgency=medium
 .
   * QA upload.
   * New upstream release.
   * debian/compat: Set to 11.
   * debian/control: Run wrap-and-sort -ast.
     (Build-Depends): Bump debhelper requirement to match the compat level.
     Remove autotools-dev and libgconf2-dev.
     (Recommends): Add gconf2 for the sake of data migration.
     (Standards-Version): Claim compliance with 4.3.0 as of this release.
   * debian/rules: Enable all hardening.  Remove --with autotools_dev.
     (override_dh_auto_install): Remove gconf schemas stuff.
   * debian/patches/682432.patch: Refresh.
   * debian/patches/02-cflags.patch: Remove configure hunk; refresh and
     remove -Werror.  Fix typo in the patch description.
   * debian/patches/01-ldd.patch:
   * debian/patches/10_gnutlsv3.diff: Delete, fixed upstream.
   * debian/patches/fix-autoreconf.patch: New, fix autoreconf failure.
   * debian/patches/gsettings-port.patch: New, migrate from GConf to
     GSettings (Closes: #885817).  I believe the switch to GSettings also
     closes: #631768 which was probably due to the fact that GConf does not
     apply changes atomically.
   * debian/patches/export-private-key-crash.patch: New, fix crash when
     exporting the private key (Closes: #855200).  Thanks to Karl E.
     Jorgensen for the report.
   * debian/patches/desktop-file.patch: New, fix some lintian complaints.
   * debian/patches/spelling-errors.patch: New, self-explanatory.
   * debian/patches/series: Update.
   * debian/watch: New file.
   * debian/pixmaps/gnomint.xpm: Delete.
   * debian/gnomint.menu: Likewise.
   * debian/gnomint.install: Likewise.
   * debian/copyright: Declare format.
   * debian/source/options: Delete as per lintian's advice.
Checksums-Sha1:
 4c3263e8fa05e92f62fa27fc83ba34f656121be3 1796 gnomint_1.3.0-1.dsc
 8abce2963b698dcd452a1ee38fd312b2d033009c 757968 gnomint_1.3.0.orig.tar.gz
 24b2896f92768904199ed5f513886d529f4c9b39 9780 gnomint_1.3.0-1.debian.tar.xz
 8d2edef2e0dd5a8c5034f70b7173d35de3409067 5826 gnomint_1.3.0-1_source.buildinfo
Checksums-Sha256:
 0543253f159187ec7aee3cc9a2d9cc38e9264baa1c39dca2c4cdd1f76fe61d22 1796 gnomint_1.3.0-1.dsc
 85b404d458f22c1b1337c0063f659cdf3da4fa1d02baf0c50efad9e897194834 757968 gnomint_1.3.0.orig.tar.gz
 ebad38271c0ca5dc6f0258340bb1fd94f036c861e0837d8680c60bcad0175858 9780 gnomint_1.3.0-1.debian.tar.xz
 cfb0e0f9ff0b8025d399237e4b1a8788968054f5c2b613d763db88ca4d794140 5826 gnomint_1.3.0-1_source.buildinfo
Files:
 8d2b83c2d7205e4eefcabe79957fbb9b 1796 gnome optional gnomint_1.3.0-1.dsc
 32d6fa9be8c47325fa5b337a99c7e006 757968 gnome optional gnomint_1.3.0.orig.tar.gz
 5ef97ba743741c1f09ff90564ed95e7e 9780 gnome optional gnomint_1.3.0-1.debian.tar.xz
 3d87400b3bd5a211cf710389fafbe87c 5826 gnome optional gnomint_1.3.0-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEkjZVexcMh/iCHArDweDZLphvfH4FAlxOVoAACgkQweDZLphv
fH4bwBAAxtdwL8akKvht8NvzfiP7cn7E2hv1pttYHBesAPz6I/DXwQNLDNxFyYrL
Q0aKcFTSdjj46e38k6T8Pj8+0H+VUaJj9cQe877jeljVtwfW6U+oV10aPDpiG0rl
q4w4+f+Z83PObi5SQCtEoWXQPPJjDX720oYZ0ZuRALUA4+fnj1HVwcNpme4mUT9k
WODWXEb915qKho/YoTg3967SD8nQLc0kVhNCLppKmvpipbUmmICGqmYmbQHMnNPw
sBYeeQX3Ddf1PPjEifyyMXbeQn8obNgYY1cq4+rTuxwoKKy6aKpL9wbEtf0DNEuX
EfQRVXjJ0GrllKNqFI48en4OQLau3z2QcrhbehyJtOEm4o5GljNRdrJesx/VcRDu
oVHYMLaK7FhLmNgfs4+KdQxd4qMkXUvZpPkon0YT22OPx6UuoTSZ9fE65cSGjeLP
3tXObxIXWUeNIFdmi+OsXSFdjOsKE02PJkMjhIl6tBO/H5CFASiR0I9fcXjmIx45
RMIJY+JoCB46lLN5mrX2O/ujW67nRUOO6SPElFc9mvX1aSqLlmZ3QNInp52/ubRD
OcWl6uh4qEVFbxRkpB3knLngKu/sCj29MNJNA/Vew5RfUQZAhBcXhbqxXTXM3EnY
Yx14LNOxEau0I4eF89a8XqOkULeeHhP6s70VnWWCQ30iOPwk0Io=
=2L8d
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: