Package: pacman
Version: 10-15
Severity: normal
Tags: patch

Hi,

pacman eats up the whole cpu which makes it unusable on slow systems,
because the keyboard hits aren't read in real time. 

Bye, Jörg.

-- System Information:
Debian Release: unstable/experimental
  APT prefers unstable
  APT policy: (990, 'unstable'), (1, 'experimental')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.13.1
Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-1)

Versions of packages pacman depends on:
ii  libc6                     2.3.5-11       GNU C Library: Shared libraries an
ii  libgcc1                   1:4.0.2-6      GCC support library
ii  libncurses5               5.5-1          Shared libraries for terminal hand
ii  libstdc++5                1:3.3.6-12     The GNU Standard C++ Library v3
ii  xlibs                     6.9.0.dfsg.1-3 X Window System client libraries m

pacman recommends no packages.

-- no debconf information
--- pacman-10/timing.cc 1995-05-13 19:45:44.000000000 +0200
+++ pacman-10.orig/timing.cc    2006-01-16 18:40:10.000000000 +0100
@@ -92,7 +92,7 @@
  tot_tid=difftime(*tp2,*tp1);          //compute difference between moments
  if (tot_tid<(0.25/super))             //if time interval not yet used up
 #ifdef UNIX
- sleep(0);                             //sleep
+ usleep(50000);                                //sleep
 #elif MSWIN
  MSG msg;     
  if (PeekMessage(&msg, NULL, NULL, NULL,PM_NOREMOVE))  //if there is msg

Attachment: pgpAYQpcYmxqZ.pgp
Description: PGP signature

Reply via email to