Debian Bug report logs - #866378
3dchess: 100 % CPU consumption

version graph

Package: 3dchess; Maintainer for 3dchess is Debian Games Team <pkg-games-devel@lists.alioth.debian.org>; Source for 3dchess is src:3dchess (PTS, buildd, popcon).

Reported by: Markus Koschany <apo@debian.org>

Date: Thu, 29 Jun 2017 10:51:05 UTC

Severity: serious

Tags: patch

Found in versions 3dchess/0.8.1-19, 3dchess/0.8.1-17

Fixed in versions 3dchess/0.8.1-20, 3dchess/0.8.1-19+deb9u1, 3dchess/0.8.1-18+deb8u1

Done: Markus Koschany <apo@debian.org>

Bug is archived. No further changes may be made.

Toggle useless messages

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to debian-bugs-dist@lists.debian.org, apo@debian.org, Debian Games Team <pkg-games-devel@lists.alioth.debian.org>:
Bug#866378; Package 3dchess. (Thu, 29 Jun 2017 10:51:07 GMT) (full text, mbox, link).


Acknowledgement sent to Markus Koschany <apo@debian.org>:
New Bug report received and forwarded. Copy sent to apo@debian.org, Debian Games Team <pkg-games-devel@lists.alioth.debian.org>. (Thu, 29 Jun 2017 10:51:07 GMT) (full text, mbox, link).


Message #5 received at submit@bugs.debian.org (full text, mbox, reply):

From: Markus Koschany <apo@debian.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: 3dchess: 100 % CPU consumption
Date: Thu, 29 Jun 2017 12:49:44 +0200
Package: 3dchess
Version: 0.8.1-19
Severity: serious

While I was working on an update for 3dchess, I discovered that the
game is very wasteful with CPU resources and consumes 100 % of a
single CPU core. I haven't noticed this behavior before but it also
appears that it was not caused by the recent hardening change which
added the pie flag by default.

I think this bug makes the game unsuitable for another release.

Markus

-- System Information:
Debian Release: buster/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 4.9.0-3-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), LANGUAGE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: unable to detect

Versions of packages 3dchess depends on:
ii  libc6     2.24-12
ii  libx11-6  2:1.6.4-3
ii  libxpm4   1:3.5.12-1
ii  libxt6    1:1.1.5-1
pn  xaw3dg    <none>

3dchess recommends no packages.

3dchess suggests no packages.



Information forwarded to debian-bugs-dist@lists.debian.org, Debian Games Team <pkg-games-devel@lists.alioth.debian.org>:
Bug#866378; Package 3dchess. (Thu, 29 Jun 2017 11:09:03 GMT) (full text, mbox, link).


Acknowledgement sent to James Cowgill <jcowgill@debian.org>:
Extra info received and forwarded to list. Copy sent to Debian Games Team <pkg-games-devel@lists.alioth.debian.org>. (Thu, 29 Jun 2017 11:09:03 GMT) (full text, mbox, link).


Message #10 received at 866378@bugs.debian.org (full text, mbox, reply):

From: James Cowgill <jcowgill@debian.org>
To: Markus Koschany <apo@debian.org>
Cc: 866378@bugs.debian.org
Subject: Re: Bug#866378: 3dchess: 100 % CPU consumption
Date: Thu, 29 Jun 2017 12:04:21 +0100
[Message part 1 (text/plain, inline)]
Hi,

On 29/06/17 11:49, Markus Koschany wrote:
> Package: 3dchess
> Version: 0.8.1-19
> Severity: serious
> 
> While I was working on an update for 3dchess, I discovered that the
> game is very wasteful with CPU resources and consumes 100 % of a
> single CPU core. I haven't noticed this behavior before but it also
> appears that it was not caused by the recent hardening change which
> added the pie flag by default.

I can reproduce this bug with 0.8.1-17 from wheezy.

Looking at the code here:
https://sources.debian.net/src/3dchess/0.8.1-19/src/main.c/#L127

It looks to me like the game loop has no sleeps or other waiting in it.
It has probably always consumed 100% CPU.

> I think this bug makes the game unsuitable for another release.

Note that you filed the bug against a version in stretch. If you want it
to only apply to the next release you have to tag it "sid buster".

Having said that, I don't see how this bug is RC. The game is still
playable, even if the 100% CPU usage is annoying.

Jame

[signature.asc (application/pgp-signature, attachment)]

Information forwarded to debian-bugs-dist@lists.debian.org, Debian Games Team <pkg-games-devel@lists.alioth.debian.org>:
Bug#866378; Package 3dchess. (Thu, 29 Jun 2017 11:21:02 GMT) (full text, mbox, link).


Acknowledgement sent to Markus Koschany <apo@debian.org>:
Extra info received and forwarded to list. Copy sent to Debian Games Team <pkg-games-devel@lists.alioth.debian.org>. (Thu, 29 Jun 2017 11:21:02 GMT) (full text, mbox, link).


Message #15 received at 866378@bugs.debian.org (full text, mbox, reply):

From: Markus Koschany <apo@debian.org>
To: James Cowgill <jcowgill@debian.org>
Cc: 866378@bugs.debian.org
Subject: Re: Bug#866378: 3dchess: 100 % CPU consumption
Date: Thu, 29 Jun 2017 13:18:02 +0200
[Message part 1 (text/plain, inline)]
Control: found -1 0.8.1-17

Hi,

Am 29.06.2017 um 13:04 schrieb James Cowgill:
> Hi,
> 
> On 29/06/17 11:49, Markus Koschany wrote:
>> Package: 3dchess
>> Version: 0.8.1-19
>> Severity: serious
>>
>> While I was working on an update for 3dchess, I discovered that the
>> game is very wasteful with CPU resources and consumes 100 % of a
>> single CPU core. I haven't noticed this behavior before but it also
>> appears that it was not caused by the recent hardening change which
>> added the pie flag by default.
> 
> I can reproduce this bug with 0.8.1-17 from wheezy.

Thanks for the analysis and confirmation.

> Looking at the code here:
> https://sources.debian.net/src/3dchess/0.8.1-19/src/main.c/#L127
> 
> It looks to me like the game loop has no sleeps or other waiting in it.
> It has probably always consumed 100% CPU.

Ok, then I probably didn't noticed this issue when I updated the package
last time.

>> I think this bug makes the game unsuitable for another release.
> 
> Note that you filed the bug against a version in stretch. If you want it
> to only apply to the next release you have to tag it "sid buster".

Actually I think this is correct. Apparently 3dchess is affected in all
supported versions.

> Having said that, I don't see how this bug is RC. The game is still
> playable, even if the 100% CPU usage is annoying.

Yeah, one might be able to overlook this but I believe we should treat
such bugs as RC. I don't want that my fan has to constantly prevent my
laptop from overheating. If you have a passively cooled system this can
even be damaging to your hardware. Games should be fun and enjoyable but
not needlessly increasing your energy bill or damaging your computer.

Markus



[signature.asc (application/pgp-signature, attachment)]

Marked as found in versions 3dchess/0.8.1-17. Request was from Markus Koschany <apo@debian.org> to 866378-submit@bugs.debian.org. (Thu, 29 Jun 2017 11:21:02 GMT) (full text, mbox, link).


Information forwarded to debian-bugs-dist@lists.debian.org, Debian Games Team <pkg-games-devel@lists.alioth.debian.org>:
Bug#866378; Package 3dchess. (Thu, 29 Jun 2017 19:27:04 GMT) (full text, mbox, link).


Acknowledgement sent to Fabian Greffrath <fabian@debian.org>:
Extra info received and forwarded to list. Copy sent to Debian Games Team <pkg-games-devel@lists.alioth.debian.org>. (Thu, 29 Jun 2017 19:27:04 GMT) (full text, mbox, link).


Message #22 received at 866378@bugs.debian.org (full text, mbox, reply):

From: Fabian Greffrath <fabian@debian.org>
To: James Cowgill <jcowgill@debian.org>, 866378@bugs.debian.org, Markus Koschany <apo@debian.org>
Subject: Re: Bug#866378: 3dchess: 100 % CPU consumption
Date: Thu, 29 Jun 2017 21:24:14 +0200
[Message part 1 (text/plain, inline)]
control: tags -1 +patch

Am Donnerstag, den 29.06.2017, 12:04 +0100 schrieb James Cowgill:
> It looks to me like the game loop has no sleeps or other waiting in
> it.
> It has probably always consumed 100% CPU.

Good catch! I have simply added a usleep(10) call in the main loop,
effectively capping the game at about 100 FPS, and it settled at around
4% CPU consumption:

--- 3dchess-0.8.1.orig/src/main.c
+++ 3dchess-0.8.1/src/main.c
@@ -201,6 +201,7 @@ DoMain3DcLoop(void)
           XtDispatchEvent(&event);
         }
 
+    usleep(10);
     } /* End game loop */
 
   return;

Cheers,

 - Fabian
[signature.asc (application/pgp-signature, inline)]

Added tag(s) patch. Request was from Fabian Greffrath <fabian@debian.org> to 866378-submit@bugs.debian.org. (Thu, 29 Jun 2017 19:27:04 GMT) (full text, mbox, link).


Information forwarded to debian-bugs-dist@lists.debian.org, Debian Games Team <pkg-games-devel@lists.alioth.debian.org>:
Bug#866378; Package 3dchess. (Thu, 29 Jun 2017 22:12:03 GMT) (full text, mbox, link).


Acknowledgement sent to Markus Koschany <apo@debian.org>:
Extra info received and forwarded to list. Copy sent to Debian Games Team <pkg-games-devel@lists.alioth.debian.org>. (Thu, 29 Jun 2017 22:12:03 GMT) (full text, mbox, link).


Message #29 received at 866378@bugs.debian.org (full text, mbox, reply):

From: Markus Koschany <apo@debian.org>
To: Fabian Greffrath <fabian@debian.org>
Cc: 866378@bugs.debian.org, James Cowgill <jcowgill@debian.org>
Subject: Re: Bug#866378: 3dchess: 100 % CPU consumption
Date: Fri, 30 Jun 2017 00:09:23 +0200
[Message part 1 (text/plain, inline)]
Am 29.06.2017 um 21:24 schrieb Fabian Greffrath:
> control: tags -1 +patch
> 
> Am Donnerstag, den 29.06.2017, 12:04 +0100 schrieb James Cowgill:
>> It looks to me like the game loop has no sleeps or other waiting in
>> it.
>> It has probably always consumed 100% CPU.
> 
> Good catch! I have simply added a usleep(10) call in the main loop,
> effectively capping the game at about 100 FPS, and it settled at around
> 4% CPU consumption:
> 
> --- 3dchess-0.8.1.orig/src/main.c
> +++ 3dchess-0.8.1/src/main.c
> @@ -201,6 +201,7 @@ DoMain3DcLoop(void)
>            XtDispatchEvent(&event);
>          }
>  
> +    usleep(10);
>      } /* End game loop */
>  
>    return;

Well done! I need to finish some stuff here and test your patch soon.

Cheers,

Markus


[signature.asc (application/pgp-signature, attachment)]

Reply sent to Markus Koschany <apo@debian.org>:
You have taken responsibility. (Thu, 29 Jun 2017 23:36:04 GMT) (full text, mbox, link).


Notification sent to Markus Koschany <apo@debian.org>:
Bug acknowledged by developer. (Thu, 29 Jun 2017 23:36:04 GMT) (full text, mbox, link).


Message #34 received at 866378-close@bugs.debian.org (full text, mbox, reply):

From: Markus Koschany <apo@debian.org>
To: 866378-close@bugs.debian.org
Subject: Bug#866378: fixed in 3dchess 0.8.1-20
Date: Thu, 29 Jun 2017 23:34:07 +0000
Source: 3dchess
Source-Version: 0.8.1-20

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

Debian distribution maintenance software
pp.
Markus Koschany <apo@debian.org> (supplier of updated 3dchess 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: Fri, 30 Jun 2017 01:09:34 +0200
Source: 3dchess
Binary: 3dchess
Architecture: source
Version: 0.8.1-20
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Changed-By: Markus Koschany <apo@debian.org>
Description:
 3dchess    - Play chess across 3 boards!
Closes: 864623 866378
Changes:
 3dchess (0.8.1-20) unstable; urgency=medium
 .
   * Team upload.
   * Declare compliance with Debian Policy 4.0.0.
   * Switch to compat level 10.
   * Drop deprecated menu file and xpm icon.
   * Fix FTCBFS.
     - Pass --sourcedirectory to dh.
     - Remove redundant overrides such as override_dh_auto_build thus letting
       dh_auto_build pass cross compilers.
     Thanks to Helmut Grohne for the report and patch. (Closes: #864623)
   * Add wasteful-CPU-consumption.patch. The game always consumed 100 % CPU
     resources due to a missing sleep call in its main loop. (Closes: #866378)
Checksums-Sha1:
 94134a4f90c44b7ca3a7d5d56cf3aa70103711c2 2172 3dchess_0.8.1-20.dsc
 e44cbb9e228aae1dd6a4c41f2e3165e84e023fad 10892 3dchess_0.8.1-20.debian.tar.xz
 a8fcf3050c3636a040f4d577c0f81a90336608c6 6755 3dchess_0.8.1-20_amd64.buildinfo
Checksums-Sha256:
 615b51130d668b78eb2d3ef5fc2058c864fe87acb030ade5cb83c3a83d07ef1b 2172 3dchess_0.8.1-20.dsc
 c9b408c286b2ac43de35f01523736c41e7ceff839e2f50b34a1f76bf92b7f888 10892 3dchess_0.8.1-20.debian.tar.xz
 fda11eac234072a3f53069f96305dbf25a61b37fa3187cde560219ddf8698b82 6755 3dchess_0.8.1-20_amd64.buildinfo
Files:
 0549cd6e34d7177016bef48c0928a91b 2172 games optional 3dchess_0.8.1-20.dsc
 5a3565a0e15b45ed210b9b1641037ffa 10892 games optional 3dchess_0.8.1-20.debian.tar.xz
 844fd7e30c9662efd7fe4cb0816f8310 6755 games optional 3dchess_0.8.1-20_amd64.buildinfo

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

iQKjBAEBCgCNFiEErPPQiO8y7e9qGoNf2a0UuVE7UeQFAllViu9fFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFD
RjNEMDg4RUYzMkVERUY2QTFBODM1RkQ5QUQxNEI5NTEzQjUxRTQPHGFwb0BkZWJp
YW4ub3JnAAoJENmtFLlRO1HkPmsQAK1QQPeEXlBF5Tt5y12AaIqFUs2LiyHRrqBv
+z2sNpMd2WJWES0NT5q+CWcGQrSrRZuLouqO7mUF6P+Tv3EN9QnohD4p6PCJa05q
WkvDEct5x2f9bjFtY5PwOYn5sGU3A5nEEcRSly5QZQ60QEgaETIlbcat8OMqyNtX
hrcI+PfE9rlstgTP/aNNk4aQEjHr8SyAkymrkofH1mzd9n20z5MdB9fa8zwBlO5b
fe0T6KP8UE9EnRq7Hc7A2qy6QJPIAhUjgCO58BKLpfRCKCWWyej3ZB1/VFt/X5gR
8sWjoWt4jke+NdArND/wxDeTCmqg/rM/5GvMtIfRU3YpV1HY/FO1vSwRLMYhqQO8
SX2vigBFjGQurO+TkkzefR3Y/6ArTn8J7QkKSlk25V+Ah616bzqKzIUzGcKLpOe0
YavTsTh8TcJa/0T7vaEvJ9j/U/r6acStW7cMWWEiSmzDO10LNSXgHO/m2QDB2SXB
DFOM8SgrX6KmfDsISbkWKxzil9lqw+6x7U9U7LiIcL4z0anXvCTzRfKPKbssI1RU
mVPwjJFPVrLVRY6KNv6sZUF/+bgZtkyk5NVeVJKefuaUgjQPxufGr1dYKdYvnH4/
ELZgX05fp4Uf3Pcj422aL9u5EPcxMyy7qpZG05f25PQTSPXSz6O+0iLEpeuO8q4p
yaBzngmZ
=8yK3
-----END PGP SIGNATURE-----




Information forwarded to debian-bugs-dist@lists.debian.org, Debian Games Team <pkg-games-devel@lists.alioth.debian.org>:
Bug#866378; Package 3dchess. (Sun, 02 Jul 2017 14:30:05 GMT) (full text, mbox, link).


Acknowledgement sent to Boyuan Yang <073plan@gmail.com>:
Extra info received and forwarded to list. Copy sent to Debian Games Team <pkg-games-devel@lists.alioth.debian.org>. (Sun, 02 Jul 2017 14:30:05 GMT) (full text, mbox, link).


Message #39 received at 866378@bugs.debian.org (full text, mbox, reply):

From: Boyuan Yang <073plan@gmail.com>
To: 866378@bugs.debian.org
Cc: apo@debian.org, bdefreese@debian.org
Subject: Re: Bug#866378: 3dchess: 100 % CPU consumption
Date: Sun, 02 Jul 2017 22:26:53 +0800
[Message part 1 (text/plain, inline)]
[cc me please, thanks]

Hello all,

Now that bug #866378 is fixed in unstable (and soon in testing), is it possible 
for anyone to make a stable update and have this RC bug fixed in Debian 9? I 
would like to see a 3dchess/0.8.1-19+deb9u1 in Debian Stretch.

The patch seems simple and likely to be accepted by Stable Release Managers. 
Any idea?

Regards,
Boyuan Yang
[signature.asc (application/pgp-signature, inline)]

Information forwarded to debian-bugs-dist@lists.debian.org, Debian Games Team <pkg-games-devel@lists.alioth.debian.org>:
Bug#866378; Package 3dchess. (Sun, 02 Jul 2017 14:36:05 GMT) (full text, mbox, link).


Acknowledgement sent to Markus Koschany <apo@debian.org>:
Extra info received and forwarded to list. Copy sent to Debian Games Team <pkg-games-devel@lists.alioth.debian.org>. (Sun, 02 Jul 2017 14:36:05 GMT) (full text, mbox, link).


Message #44 received at 866378@bugs.debian.org (full text, mbox, reply):

From: Markus Koschany <apo@debian.org>
To: Boyuan Yang <073plan@gmail.com>
Cc: 866378@bugs.debian.org
Subject: Re: Bug#866378: 3dchess: 100 % CPU consumption
Date: Sun, 2 Jul 2017 16:32:22 +0200
[Message part 1 (text/plain, inline)]
Am 02.07.2017 um 16:26 schrieb Boyuan Yang:
> [cc me please, thanks]
> 
> Hello all,
> 
> Now that bug #866378 is fixed in unstable (and soon in testing), is it possible 
> for anyone to make a stable update and have this RC bug fixed in Debian 9? I 
> would like to see a 3dchess/0.8.1-19+deb9u1 in Debian Stretch.
> 
> The patch seems simple and likely to be accepted by Stable Release Managers. 
> Any idea?

Hi,

I will prepare a point update for Jessie and Stretch.

Just out of curiosity, how did you notice this bug?

Regards,

Markus


[signature.asc (application/pgp-signature, attachment)]

Information forwarded to debian-bugs-dist@lists.debian.org, Debian Games Team <pkg-games-devel@lists.alioth.debian.org>:
Bug#866378; Package 3dchess. (Mon, 03 Jul 2017 03:18:05 GMT) (full text, mbox, link).


Acknowledgement sent to Boyuan Yang <073plan@gmail.com>:
Extra info received and forwarded to list. Copy sent to Debian Games Team <pkg-games-devel@lists.alioth.debian.org>. (Mon, 03 Jul 2017 03:18:05 GMT) (full text, mbox, link).


Message #49 received at 866378@bugs.debian.org (full text, mbox, reply):

From: Boyuan Yang <073plan@gmail.com>
To: Markus Koschany <apo@debian.org>
Cc: 866378@bugs.debian.org
Subject: Re: Bug#866378: 3dchess: 100 % CPU consumption
Date: Mon, 03 Jul 2017 11:15:41 +0800
[Message part 1 (text/plain, inline)]
在 2017年7月2日星期日 CST 下午4:32:22,Markus Koschany 写道:
> Am 02.07.2017 um 16:26 schrieb Boyuan Yang:
> > [cc me please, thanks]
> > 
> > Hello all,
> > 
> > Now that bug #866378 is fixed in unstable (and soon in testing), is it
> > possible for anyone to make a stable update and have this RC bug fixed in
> > Debian 9? I would like to see a 3dchess/0.8.1-19+deb9u1 in Debian
> > Stretch.
> > 
> > The patch seems simple and likely to be accepted by Stable Release
> > Managers. Any idea?
> 
> Hi,
> 
> I will prepare a point update for Jessie and Stretch.

Great.
 
> Just out of curiosity, how did you notice this bug?

I was hanging around on https://bugs.debian.org/release-critical/ .

Regards,
Boyuan Yang
[signature.asc (application/pgp-signature, inline)]

Reply sent to Markus Koschany <apo@debian.org>:
You have taken responsibility. (Sun, 09 Jul 2017 10:36:08 GMT) (full text, mbox, link).


Notification sent to Markus Koschany <apo@debian.org>:
Bug acknowledged by developer. (Sun, 09 Jul 2017 10:36:08 GMT) (full text, mbox, link).


Message #54 received at 866378-close@bugs.debian.org (full text, mbox, reply):

From: Markus Koschany <apo@debian.org>
To: 866378-close@bugs.debian.org
Subject: Bug#866378: fixed in 3dchess 0.8.1-19+deb9u1
Date: Sun, 09 Jul 2017 10:32:08 +0000
Source: 3dchess
Source-Version: 0.8.1-19+deb9u1

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

Debian distribution maintenance software
pp.
Markus Koschany <apo@debian.org> (supplier of updated 3dchess 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: Tue, 04 Jul 2017 00:28:18 +0200
Source: 3dchess
Binary: 3dchess
Architecture: source amd64
Version: 0.8.1-19+deb9u1
Distribution: stretch
Urgency: medium
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Changed-By: Markus Koschany <apo@debian.org>
Description:
 3dchess    - Play chess across 3 boards!
Closes: 866378
Changes:
 3dchess (0.8.1-19+deb9u1) stretch; urgency=medium
 .
   * Team upload.
   * Add wasteful-CPU-consumption.patch. The game always consumed 100 % CPU
     resources due to a missing sleep call in its main loop. (Closes: #866378)
Checksums-Sha1:
 ee5488d7306df4022e64139acc7135b81d5d656b 2199 3dchess_0.8.1-19+deb9u1.dsc
 ca3516b0013832c6a2a2c1d6cec28573a672b5cb 11640 3dchess_0.8.1-19+deb9u1.debian.tar.xz
 38944e6a56d1cd4062214ca9b2353af688da38e1 56766 3dchess-dbgsym_0.8.1-19+deb9u1_amd64.deb
 c58fc7083dd8048c7ac8350c561b901fb990f467 6813 3dchess_0.8.1-19+deb9u1_amd64.buildinfo
 05204647e28516ec72bbc17f1694af71126b5a31 40840 3dchess_0.8.1-19+deb9u1_amd64.deb
Checksums-Sha256:
 be6a06be065bc435dec2bfa06f8e217963182bf06094fedc9747e36f8de3a348 2199 3dchess_0.8.1-19+deb9u1.dsc
 311cf907f82fb8268690d10eaad36dbba3966671355188c27f141c6d52458d5d 11640 3dchess_0.8.1-19+deb9u1.debian.tar.xz
 7de2e46ced7075e60a5191f4e9a7dc43e5f39a58c8ee73918816079581803ac8 56766 3dchess-dbgsym_0.8.1-19+deb9u1_amd64.deb
 6577a7054600c5948e2ed444ead16a9cc81d92951db4ff9599cde8ceb79d86c1 6813 3dchess_0.8.1-19+deb9u1_amd64.buildinfo
 063026d024cc360ca1fafd7906216e9512bc07e56ea1d4a58bb741f29d8c8f4b 40840 3dchess_0.8.1-19+deb9u1_amd64.deb
Files:
 1d698eae0e91bac3060ca3d338e32fb2 2199 games optional 3dchess_0.8.1-19+deb9u1.dsc
 47a308278c78651cded73095b5b9f78d 11640 games optional 3dchess_0.8.1-19+deb9u1.debian.tar.xz
 6fe3fccfe2824813b4a355f8bc16f989 56766 debug extra 3dchess-dbgsym_0.8.1-19+deb9u1_amd64.deb
 f35a7972bac5aae93a2b8684970da047 6813 games optional 3dchess_0.8.1-19+deb9u1_amd64.buildinfo
 c8c63a2fca1a790fedc161d4b7b03af3 40840 games optional 3dchess_0.8.1-19+deb9u1_amd64.deb

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

iQKjBAEBCgCNFiEErPPQiO8y7e9qGoNf2a0UuVE7UeQFAllcl4dfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFD
RjNEMDg4RUYzMkVERUY2QTFBODM1RkQ5QUQxNEI5NTEzQjUxRTQPHGFwb0BkZWJp
YW4ub3JnAAoJENmtFLlRO1HkQ6wP/14CeD30n6NYjTUyxBbtbmAtYxjuDwihX/Sw
fOf2tMaOxCG5zndOuvt/g2k2zvO5UOj5GrTpy9w8ZCr3i8Cd9A7nkr3YQlEEnxQ9
zUsFZ1XXBAJ45moG3ql6HEYfaN/Wzm1/ULDH7xwjrAnCGFUi15mf+q8Jj9DOwKUz
+tRHqEDKRChdW3EdUxDxINTi5voRM8vkvsF6Mzm1i0g98QytJX6KwIbjJul9fla/
lftt9Gb4pJPOV5AnEEKchhAd2rbHVr8MqcRHXFmZ+MxogkopLlMKbOJaPq63z6wU
bIH3o+i5+EYWn28L/ZmwMtF271bJfgXMeNjQcb1V+i0LUtYzi+Tw59DlHWyxEzQi
lHzc4+zvA2nu5TmLRm+n9jrmTD6EsVPDD4UV/H/ACxeMNUVAFfQ03ouVTJDqNcZm
z3js1u9AMkrjyA/2Af4+CrVvJ/TaK8Yq3LNbAT/+n2SH4asf3X1Edwzgy2ul/u+4
s7OEd36rch66jyIyWsKZ48ab80/7/s0Y+myz6jtMUUjEcvBPK+NTo+pDqoZzwoc3
TP5wH1a/Nss/ny/1kVLgBGfp3Hb5MAQfvSckxoEAV5gZrXWijUNQvuSJgaxdu5Th
m8KiqduXHzZSJtDUjquFKpyN6TesGIuDgM0AgjEfVYZF4mj/uLkCIEI/2XrUNd/x
sW+5KOYx
=ImsK
-----END PGP SIGNATURE-----




Reply sent to Markus Koschany <apo@debian.org>:
You have taken responsibility. (Sun, 09 Jul 2017 10:51:23 GMT) (full text, mbox, link).


Notification sent to Markus Koschany <apo@debian.org>:
Bug acknowledged by developer. (Sun, 09 Jul 2017 10:51:23 GMT) (full text, mbox, link).


Message #59 received at 866378-close@bugs.debian.org (full text, mbox, reply):

From: Markus Koschany <apo@debian.org>
To: 866378-close@bugs.debian.org
Subject: Bug#866378: fixed in 3dchess 0.8.1-18+deb8u1
Date: Sun, 09 Jul 2017 10:47:40 +0000
Source: 3dchess
Source-Version: 0.8.1-18+deb8u1

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

Debian distribution maintenance software
pp.
Markus Koschany <apo@debian.org> (supplier of updated 3dchess 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: Tue, 04 Jul 2017 00:28:18 +0200
Source: 3dchess
Binary: 3dchess
Architecture: source amd64
Version: 0.8.1-18+deb8u1
Distribution: jessie
Urgency: medium
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Changed-By: Markus Koschany <apo@debian.org>
Description:
 3dchess    - Play chess across 3 boards!
Closes: 866378
Changes:
 3dchess (0.8.1-18+deb8u1) jessie; urgency=medium
 .
   * Team upload.
   * Add wasteful-CPU-consumption.patch. The game always consumed 100 % CPU
     resources due to a missing sleep call in its main loop. (Closes: #866378)
Checksums-Sha1:
 95fb57557246358a53eafa3914b18423cf56bcff 2198 3dchess_0.8.1-18+deb8u1.dsc
 03ed391ebc9a715c366c029e78a7c3d118236f1b 10824 3dchess_0.8.1-18+deb8u1.debian.tar.xz
 09c6687e7ed3f744f1a2c56514fadb58e3cf1dea 41062 3dchess_0.8.1-18+deb8u1_amd64.deb
Checksums-Sha256:
 50f85c6498fa81b56cce294f687b8d59d1d4631f3d54377f9c51f18604ed1190 2198 3dchess_0.8.1-18+deb8u1.dsc
 ebae7df323baa6be6fc4a83fe19dc6622c430a97efcb62d3af1226eff544eef7 10824 3dchess_0.8.1-18+deb8u1.debian.tar.xz
 5cabf9835a40bb54e907faed84d62ab0a99537d1930406ef6f972fc904bb08b4 41062 3dchess_0.8.1-18+deb8u1_amd64.deb
Files:
 0b4afbdc5be8a1a791821e0c361e384e 2198 games optional 3dchess_0.8.1-18+deb8u1.dsc
 4cb4b1f80558aaa90902206aea0bc966 10824 games optional 3dchess_0.8.1-18+deb8u1.debian.tar.xz
 4e46c2a8f8711579cd98a8d7706c7f57 41062 games optional 3dchess_0.8.1-18+deb8u1_amd64.deb

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

iQKjBAEBCgCNFiEErPPQiO8y7e9qGoNf2a0UuVE7UeQFAllcl0NfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFD
RjNEMDg4RUYzMkVERUY2QTFBODM1RkQ5QUQxNEI5NTEzQjUxRTQPHGFwb0BkZWJp
YW4ub3JnAAoJENmtFLlRO1HkYMcQAK9qvXNqgtHZ6llOhQDJ1DCtnx5LUe4UI5y/
rxcc0sfz5gh82CuJWq+FmTpsA1QjwdY7BQAfmUsmzSqy23r4EXH70R/P6YYPYGrf
Uji0GfMwq1HNuzmZS3FwnIUukSJ8chz7zTF4SBLf8W5cykTTMt6kYoNSvlJVN66u
GaKpfLDmjktQEGmDOFbDbtLNfmqcubVoAHjg7o5w9UXd5TguB32oJlAjvkT3hSNe
CF8XfwaevDAzN3yDhBKOUs0yRNF+xKsQmu1INddTmY7TAHPCnyWtn6lYv+pCJ8Nc
CHZMjUa04uTQMo0E7VzXhMlU2wCFU3HoJNp1W7BQMBgk5v0VS8Ei2Bd6ZgRCCekY
aDtBJiHZLL/LYuiVhxMwQbRz/uf+98ebmZT0IGrsRJl+eBFU4KOt77Pfbi8pKDJR
oZJwVUzPY1T9nKGpGoZqNDX1MxG0npGQm8B715BZjD5Ejqres86A13iu0csqf9cA
JmJpMzxBJnbEssDuDDC2XpovWyhp/OyQyCh/ZDmZfkvYuEKjesYR9SvX4f31l1Au
gc93i9SM6Q9I49tWWz/LYioA1C3IJgWm6j75WafbzYCbIk5F9Lf/cwGd/ApNMJd/
BuHID1KtYYnViASFqjcxjOY5WZoHJ7zRervi1W/3Dq89vH3Jcqt5s3X7SU9ZEe5q
QDJYI0oV
=/jLl
-----END PGP SIGNATURE-----




Bug archived. Request was from Debbugs Internal Request <owner@bugs.debian.org> to internal_control@bugs.debian.org. (Mon, 07 Aug 2017 07:32:45 GMT) (full text, mbox, link).


Send a report that this bug log contains spam.


Debian bug tracking system administrator <owner@bugs.debian.org>. Last modified: Sun Jul 2 15:17:03 2023; Machine Name: buxtehude

Debian Bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.