Can anyone help me figure out why this always crashes liveCode if the database is closed already?
<div><br></div><div><p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px 'Lucida Grande'"><b>on</b> closeStack</p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal 'Lucida Grande'; "><br></p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px 'Lucida Grande'; min-height: 15.0px">   </p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px 'Lucida Grande'">   <span style="color: #8e920e"><b>put</b></span> <span style="color: #910a91">the</span> <span style="color: #1f9091">short</span> <span style="color: #1f9091">name</span> <span style="color: #910a91">of</span> <span style="color: #910a91">the</span> <span style="color: #1f9091">defaultStack</span> <span style="color: #910a91">into</span> tChosenStack</p>

<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px 'Lucida Grande'">   <b>if</b> tChosenStack <span style="color: #910a91">is</span> <span style="color: #1e0090">"Clients"</span> <b>then</b></p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px 'Lucida Grande'; color: #019103"><span style="color: #000000">      </span><b>-- check to see if the database is open</b></p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px 'Lucida Grande'; color: #019103"><span style="color: #000000">     </span></p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px 'Lucida Grande'">      <b>if</b> VDatabase_IsOpen( gDatabase ) <span style="color: #910a91">is</span> <span style="color: #910a91">TRUE</span> <b>then</b></p>

<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px 'Lucida Grande'">         DatabaseClose</p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px 'Lucida Grande'">         <span style="color: #8e920e"><b>get</b></span> shutdown()</p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px 'Lucida Grande'">      <b>else</b></p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px 'Lucida Grande'; color: #1e0090"><span style="color: #000000">         </span><span style="color: #8e920e"><b>answer</b></span><span style="color: #000000"> </span>"Database closed already."</p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px 'Lucida Grande'; color: #1e0090">-- I see the answer but then I have to force quit liveCode</p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px 'Lucida Grande'; color: #019103"><span style="color: #000000">         </span><b>-- this always crashes livecode</b></p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px 'Lucida Grande'">      <b>end</b> <b>if</b></p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px 'Lucida Grande'">   <b>end</b> <b>if</b></p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px 'Lucida Grande'">   <span style="color: #8e920e"><b>pass</b></span> closestack</p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px 'Lucida Grande'"><b>end</b> closeStack</p></div>