Package: queue
Version: 1.30.1-6
Severity: important 

after queued has started, running a simple test does either:
 - sit there and never returns
        $ queue echo world 
        ^C
 - exit with 141 
        $ queue echo world 
        $ echo $?
        141
 - zombify the process and never returns:
        $ queue echo hello world
        hello world
        ...
        while ps shows:
        root     21662  0.0  0.2   2036   776 ?        Ss   02:04   0:00 
/usr/sbin/queued
        root     21736  0.0  0.2   2040   808 pts/2    Ss   02:07   0:00  \_ 
/usr/sbin/queued
        piem     21737  0.0  0.0      0     0 pts/2    Z+   02:07   0:00      
\_ [echo] <defunct>
 - return hello world as expected
        $ queue echo hello world
        hello world
        $ echo $?
        0
 
it seems also easy to have queued dump a core file as reported in other
bugs.

unless i missed something, i belive this bug should be set to serious,
as it renders the package unusable.

cheers, piem

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: powerpc (ppc)
Kernel: Linux 2.6.12-rc4-powerpc
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages queue depends on:
ii  libc6                       2.3.2.ds1-21 GNU C Library: Shared libraries an
ii  libgcc1                     1:3.4.3-13   GCC support library
ii  libstdc++5                  1:3.3.6-3    The GNU Standard C++ Library v3

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to