Your message dated Tue, 07 Mar 2006 01:17:12 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#352526: fixed in gtick 0.3.8-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)

--- Begin Message ---
Package: gtick
Version: 0.3.6-1
Severity: normal
Tags: patch

I think there's a race condition when setting the tempo name label:
frequency could be freed in a different thread prior to the call to
get_tempo_name.

--- gtick-0.3.6.orig/src/metro.c
+++ gtick-0.3.6/src/metro.c
@@ -153,11 +153,12 @@
   *frequency = GTK_ADJUSTMENT(metro->speed_adjustment)->value / 60.0;
   if (debug)
     g_print ("set_speed_cb: rate=%f bpm\n", *frequency * 60.0);
+
+  gtk_label_set_text(GTK_LABEL(metro->tempo_name), get_tempo_name(*frequency * 
60.0));
+
   comm_client_query(metro->inter_thread_comm,
                     MESSAGE_TYPE_SET_FREQUENCY,
                    frequency);
-
-  gtk_label_set_text(GTK_LABEL(metro->tempo_name), get_tempo_name(*frequency * 
60.0));
 }
 

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.15
Locale: LANG=C, LC_CTYPE=C

Versions of packages gtick depends on:
ii  libatk1.0-0                   1.10.1-2   The ATK accessibility toolkit
ii  libc6                         2.3.5-7    GNU C Library: Shared libraries an
ii  libglib2.0-0                  2.8.6-1    The GLib library of C routines
ii  libgtk2.0-0                   2.8.11-1   The GTK+ graphical user interface 
ii  libpango1.0-0                 1.10.3-1   Layout and rendering of internatio
ii  libsndfile1                   1.0.10-1   Library for reading/writing audio 

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: gtick
Source-Version: 0.3.8-1

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

gtick_0.3.8-1.diff.gz
  to pool/main/g/gtick/gtick_0.3.8-1.diff.gz
gtick_0.3.8-1.dsc
  to pool/main/g/gtick/gtick_0.3.8-1.dsc
gtick_0.3.8-1_i386.deb
  to pool/main/g/gtick/gtick_0.3.8-1_i386.deb
gtick_0.3.8.orig.tar.gz
  to pool/main/g/gtick/gtick_0.3.8.orig.tar.gz



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.
Roland Stigge <[EMAIL PROTECTED]> (supplier of updated gtick 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: Tue,  7 Mar 2006 09:48:46 +0100
Source: gtick
Binary: gtick
Architecture: source i386
Version: 0.3.8-1
Distribution: unstable
Urgency: low
Maintainer: Roland Stigge <[EMAIL PROTECTED]>
Changed-By: Roland Stigge <[EMAIL PROTECTED]>
Description: 
 gtick      - Metronome application
Closes: 352526
Changes: 
 gtick (0.3.8-1) unstable; urgency=low
 .
   * New upstream release
     - Includes race condition fix by Tom Hargreaves <[EMAIL PROTECTED]>
       (Closes: #352526)
Files: 
 ff14b9e33a46c95b3486e8e56d7ed72d 580 sound extra gtick_0.3.8-1.dsc
 5264da8e17d382233cddc400b5f08d5c 399055 sound extra gtick_0.3.8.orig.tar.gz
 2414ece4473d37154fef54cedb446e38 3477 sound extra gtick_0.3.8-1.diff.gz
 07fb18e1ce8353343af2f62a74c65e96 124144 sound extra gtick_0.3.8-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFEDUzpcaH/YBv43g8RAjj5AJ4v79NQamagolBumP/IcApEwDNevACgiAhD
mmNOgcwIa823KS2ZI/Z0lpA=
=SnAD
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to