realbasic-nug
[Top] [All Lists]

Shell Class leaves zombies

To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
Subject: Shell Class leaves zombies
From: Tomas Camin <t dot camin at gmail dot com>
Date: Mon, 31 Jul 2006 12:38:18 +0200
Delivered-to: listarchive at realsoftware dot com
Delivered-to: realbasic-nug at lists dot realsoftware dot com
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:mime-version:content-transfer-encoding:message-id:content-type:to:from:subject:date:x-mailer; b=KDmbh1VuwHh774BBIj8oqDpbSRYUzU/OoYzXi+PQfeEAwwPNLm2arcn1CnN6RnIKH1YIS0UOCEbo9rOYHXNv8pyX6Oynu8MhKeyCqSF9Xv5OrNQEF3ohoipjLqVVj8/RDsDVLJI4Tg8KIOoyIZjIicTHhk9no9hJHHNTmmgweBw=
I see this bug under ubuntu 6.06 and RB2006r3.

Reproduce:
create empty project
in a push button put:

  Dim s as Shell
  s=New Shell

  s.execute "ls"

each time you press the pushbutton a zombie will be left.


I found this: http://www.realsoftware.com/feedback/viewreport.php? reportid=dvcnmqmo


By the way RemoteDebuggerStub application leaves a lot of zombies as well (bash, uname, head).


Tomas
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>


<Prev in Thread] Current Thread [Next in Thread>
  • Shell Class leaves zombies, Tomas Camin <=