Your message dated Sat, 19 May 2012 09:51:10 +0000
with message-id <[email protected]>
and subject line Bug#673486: Removed package(s) from unstable
has caused the Debian Bug report #419855,
regarding qgo: busy-waits for a gtp engine (gnugo)
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.)


-- 
419855: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=419855
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: qgo
Version: 1.5.3-1
Severity: normal
Tags: patch

Hi,

in QGtp::waitResponse() in src/qgtp.cpp, qgo goes into a loop
waiting for response from gnugo:

int
QGtp::waitResponse()
{
        QString buff = _response;
        //      QTextStream * inFile;
        //      char symbole;
        int number;
        int pos;
        
        do
        {
                qApp->processEvents();
/*#ifdef Q_WS_WIN
                Sleep(100000);
#else
                usleep(100000);
#endif
*/
        } while (_response.length() == 0 || _response == buff);

This slows down gnugo considerably and is bad practice anyways.
The sleep is commented out by upstream, maybe for portability reasons?
I suggest reenabling the usleep (see the patch), since it is a POSIX function.

Jirka N.

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

Kernel: Linux 2.6.18-debhome00 (PREEMPT)
Locale: LANG=cs_CZ, LC_CTYPE=cs_CZ (charmap=ISO-8859-2)
Shell: /bin/sh linked to /bin/bash

Versions of packages qgo depends on:
ii  libaudio2                 1.8-4          The Network Audio System (NAS). (s
ii  libc6                     2.3.6.ds1-13   GNU C Library: Shared libraries
ii  libfontconfig1            2.4.2-1.2      generic font configuration library
ii  libfreetype6              2.2.1-5        FreeType 2 font engine, shared lib
ii  libgcc1                   1:4.1.1-21     GCC support library
ii  libice6                   1:1.0.1-2      X11 Inter-Client Exchange library
ii  libjpeg62                 6b-13          The Independent JPEG Group's JPEG 
ii  libpng12-0                1.2.15~beta5-1 PNG library - runtime
ii  libqt3-mt                 3:3.3.7-4      Qt GUI Library (Threaded runtime v
ii  libsm6                    1:1.0.1-3      X11 Session Management library
ii  libstdc++6                4.1.1-21       The GNU Standard C++ Library v3
ii  libx11-6                  2:1.0.3-7      X11 client-side library
ii  libxcursor1               1.1.7-4        X cursor management library
ii  libxext6                  1:1.0.1-2      X11 miscellaneous extension librar
ii  libxft2                   2.1.8.2-8      FreeType-based font drawing librar
ii  libxi6                    1:1.0.1-4      X11 Input extension library
ii  libxinerama1              1:1.0.1-4.1    X11 Xinerama extension library
ii  libxrandr2                2:1.1.0.2-5    X11 RandR extension library
ii  libxrender1               1:0.9.1-3      X Rendering Extension client libra
ii  libxt6                    1:1.0.2-2      X11 toolkit intrinsics library
ii  zlib1g                    1:1.2.3-13     compression library - runtime

qgo recommends no packages.

-- debconf-show failed


--- End Message ---
--- Begin Message ---
Version: 1.5.4-r3-2.1+rm

Dear submitter,

as the package qgo 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 http://bugs.debian.org/673486

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

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.
Alexander Reichle-Schmehl (the ftpmaster behind the curtain)


--- End Message ---

Reply via email to