realbasic-nug
[Top] [All Lists]

OS X 10.6.2 causes hangs in Shell set to Mode 2

To: RBNUG <realbasic-nug@lists.realsoftware.com>
Subject: OS X 10.6.2 causes hangs in Shell set to Mode 2
From: Dennis Birch <dennisbirch@gmail.com>
Date: Wed, 11 Nov 2009 07:36:49 -0800
Authentication-results: mx.google.com; spf=neutral (google.com: 74.124.194.228 is neither permitted nor denied by best guess record for domain of realbasic-nug-bounces@lists.realsoftware.com) smtp.mail=realbasic-nug-bounces@lists.realsoftware.com; dkim=neutral (body hash did not verify) header.i=@gmail.com
Delivered-to: listarchive@realsoftware.com
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=JcTIcUdsP/95v3tixfBkRza/gSZAIpG4zH4BRUyOcoo=; b=dK4H9NYxj0PV0IZGMCQejMct4PXiBLJmyMaJjrYJpV6M+T1ShAHOwE3KBi60PJeTZd kKiH9daI+2NVm7hNHIvsU+R5AGUqXExwuaLDZJjaC75cUsJQVjEXr+RBqQHabtiS6KUl Seea+EIxLNOQ8Ii3fYwypRm4XToxn844uRBvQ=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=q4Zugl13jU21P+wuxPB9RIVDqOkW3s9MUlGHQgX5TIuqWdMA8G9fR2vr+zMsd9ooG1 FFBRecWVSlN7lyoDI/WiQKuLb5Y97kl15d2VuFiUNLrU5MVvkUTMEq9LYTYyoG6C5nu/ FZdst9S9tWhW6R37ku/TmqfJvG3HIjTgm/GJI=
Reply-to: REALbasic NUG <realbasic-nug@lists.realsoftware.com>
Sender: realbasic-nug-bounces@lists.realsoftware.com
I stumbled on a big problem after upgrading my laptop to OS X 10.6.2 last night.

Trying to close a shell set to Mode 2 causes an application to hang.

To see it for yourself, add a shell named "sh" to a window, set its
Mode to 2 and add this code to the Window's Open event handler:

sh.execute "bash"

Then add a Pushbutton with this in the Action event handler:

sh.WriteLine "exit"
sh.Close

Run it and click the Pushbutton.

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

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>


<Prev in Thread] Current Thread [Next in Thread>