Package: procps
Version: 1:3.2.8-2
Severity: normal

getting a crash when invoking ps like this:


del...@myhost:~$ crontab -l
mailto=r...@mydomain.net

# m h  dom mon dow   command
*/5 *  *   *   *     /home/deluge/.config/deluge/scripts/check_run
*/6 *  *   *   *     /home/deluge/.config/deluge/scripts/check_web


del...@myhost:~$ cat /home/deluge/.config/deluge/scripts/check_run
#!/bin/bash

ps -A | grep deluged >>/dev/null
if [ $? != "0" ]
then
  deluged &
fi


del...@puppy:~$ cat /home/deluge/.config/deluge/scripts/check_web
#!/bin/bash

ps -A | grep deluge-web >>/dev/null
if [ $? != "0" ]
then
  deluge-web --ssl &
fi

exit 0



Sometimes I get following mail:


Am Samstag, den 19.12.2009, 19:30 +0100 schrieb Cron Daemon:
*** glibc detected *** ps: double free or corruption (fasttop): 0x08b1a1a0 ***
> ======= Backtrace: =========
> /lib/i686/cmov/libc.so.6[0xb7f49824]
> /lib/i686/cmov/libc.so.6[0xb7f4b0b3]
> /lib/i686/cmov/libc.so.6(cfree+0x6d)[0xb7f4e0ad]
> ps[0x8049af2]
> ps[0x804a735]
> /lib/i686/cmov/libc.so.6(__libc_start_main+0xe5)[0xb7ef4b55]
> ps[0x8049401]
> ======= Memory map: ========
> 08048000-0805b000 r-xp 00000000 fd:00 6578       /bin/ps
> 0805b000-0805c000 rw-p 00012000 fd:00 6578       /bin/ps
> 0805c000-0807c000 rw-p 00000000 00:00 0 
> 08b12000-08b33000 rw-p 00000000 00:00 0          [heap]
> b7d00000-b7d21000 rw-p 00000000 00:00 0 
> b7d21000-b7e00000 ---p 00000000 00:00 0 
> b7e96000-b7eb2000 r-xp 00000000 fd:00 331        /lib/libgcc_s.so.1
> b7eb2000-b7eb3000 rw-p 0001c000 fd:00 331        /lib/libgcc_s.so.1
> b7eba000-b7edb000 rw-p 00000000 00:00 0 
> b7edb000-b7edc000 ---p 00000000 00:00 0 
> b7edc000-b7ede000 rw-p 00000000 00:00 0 
> b7ede000-b801f000 r-xp 00000000 fd:00 1143       /lib/i686/cmov/libc-2.10.2.so
> b801f000-b8021000 r--p 00141000 fd:00 1143       /lib/i686/cmov/libc-2.10.2.so
> b8021000-b8022000 rw-p 00143000 fd:00 1143       /lib/i686/cmov/libc-2.10.2.so
> b8022000-b8025000 rw-p 00000000 00:00 0 
> b8025000-b8033000 r-xp 00000000 fd:00 6622       /lib/libproc-3.2.8.so
> b8033000-b8034000 rw-p 0000e000 fd:00 6622       /lib/libproc-3.2.8.so
> b8034000-b8046000 rw-p 00000000 00:00 0 
> b804c000-b804f000 rw-p 00000000 00:00 0 
> b804f000-b8050000 r-xp 00000000 00:00 0          [vdso]
> b8050000-b806c000 r-xp 00000000 fd:00 1128       /lib/ld-2.10.2.so
> b806c000-b806d000 r--p 0001b000 fd:00 1128       /lib/ld-2.10.2.so
> b806d000-b806e000 rw-p 0001c000 fd:00 1128       /lib/ld-2.10.2.so
> bf85a000-bf86f000 rw-p 00000000 00:00 0          [stack]
> 
> 
> Signal 6 (ABRT) caught by ps (procps version 3.2.8).
> Please send bug reports to <feedb...@lists.sf.net> or <alb...@users.sf.net>





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

Kernel: Linux 2.6.30-2-686 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages procps depends on:
ii  initscripts               2.87dsf-8      scripts for initializing and shutt
ii  libc6                     2.10.2-2       GNU C Library: Shared libraries
ii  libncurses5               5.7+20090803-2 shared libraries for terminal hand
ii  lsb-base                  3.2-23         Linux Standard Base 3.2 init scrip

Versions of packages procps recommends:
ii  psmisc                        22.8-1     utilities that use the proc file s

procps suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to