Okay, I think now I know what is going on. In my Seaside app, I allow the user to logout, and this method disconnects from the DB, and expires the Seaside session. I also have an expiration timeout set on the session. I think that Seaside is sending me a #unregistered message, after I have logged back in, and this method is calling #disconnect. I have removed some of the session handling code, and things are working a lot better now.<div>
<br></div><div>However, I have know noticed something that was working fine with Glorp, and seems broken now. One of my classes that inserts new records in the DB is missing the id (sequence, pk) field. I can see from the GlorpDBX debug, that a call is made to Postgres for the next sequence number, but the insert statement is missing the id field. Here is the trace messages :-</div>
<div><br></div><div>odbx_query: called with values: handle = 380908736 query = select nextval(&#39;TOURNAMENTMARKETS_id_SEQ&#39;) from pg_attribute limit 1</div><div>odbx_result: called with values: handle = 380908736 chunk = 0</div>
<div>odbx_result call return: 3</div><div>odbx_result resultSet handle returned: 381100928</div><div>odbx_column_count: called with values: resultSet handle = 381100928</div><div>odbx_row_fetch: called with values: resultSet handle = 381100928</div>
<div>odbx_row_fetch call returned 1</div><div>odbx_row_fetch: called with values: resultSet handle = 381100928</div><div>odbx_row_fetch call returned 0</div><div>odbx_result_finish: called with values: resultSet handle = 381100928</div>
<div>odbx_result: called with values: handle = 380908736 chunk = 0</div><div>odbx_result call return: 0</div><div>odbx_result resultSet handle returned: 0</div><div>odbx_query: called with values: handle = 380908736 query = INSERT INTO TOURNAMENTS (bookmaker,event,name,status,fee,prizewin,prizeplace,payout,buyin,opentime,closetime,tournamenttype,maxpunters,odds,favourite,version)  VALUES (1,1,&#39;Tourney-A1&#39;,&#39;Unpublished&#39;,5,0,0,76,false,&#39;2009-10-03 12:00:00&#39;,&#39;2009-10-03 12:00:00&#39;,&#39;Pari-Mutual&#39;,90,NULL,NULL,1)</div>
<div>odbx_result: called with values: handle = 380908736 chunk = 0</div><div>odbx_result call return: -1</div><div>odbx_result: called with values: handle = 380908736 chunk = 0</div><div>odbx_result call return: 0</div><div>
odbx_result resultSet handle returned: 0</div><div>12:27:22 pm - GlorpDatabaseWriteError: RECOVERABLE OpenDBX: ERROR:  null value in column &quot;id&quot; violates not-null constraint</div><div> <br><br><div class="gmail_quote">
On Thu, Oct 1, 2009 at 15:33, Mariano Martinez Peck <span dir="ltr">&lt;<a href="mailto:marianopeck@gmail.com">marianopeck@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
I fordward the email to the list. <br><br><div class="gmail_quote">On Thu, Oct 1, 2009 at 4:05 PM, John Toohey <span dir="ltr">&lt;<a href="mailto:jt@parspro.com" target="_blank">jt@parspro.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex">

Hey,<div>Haven&#39;t loaded the latest yet, as I&#39;m still debugging my connection timeout issue. </div></blockquote><div><br>Ok, let&#39;s go step by step :)<br> </div><blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex">

<div>No closer to the cause, but I have a better idea of what is happening now. In all my methods in my DB class, I call a method to get the glorpSession. In this method, I have a check to see if I am still logged in, and break if I am not. Now I see that, as I lazily initialize objects that are referred by foreign keys, the Glorp Proxy will make a DB call on my behalf, whenever I reference one of these objects. The Proxy calls #basicExecuteSQLString in the DataAccessor, and that calls #execute in DBXConnection. That is where the code check if the connection is open, and fails there. </div>


<div><br></div><div>Do you have any suggestions about how I can hook into that, and perhaps try to re-connect on that error?</div><div><br></div><div><br></div></blockquote><div><br>Great progress!!!  I am glad at least that our error handling is working properly ;)<br>

<br>The thing is that any thing you do, is a kind of hack. For example, I cannot reopen a connection in SqueakDBX in that case.  Perhaps that change should be done in Glorp?<br><br>A hack could be to reopen the connection in #basicExecuteSQLString when that errors happen. Remember you already have a reOpen method in DBXConnection. I can add a reConnect if necessary. They good this that this is very easy, as you don&#39;t need to send the querySettings again as the connection already has it as an instance variable :)<br>

<br>Anyway, I don&#39;t understand something. The same connection was perfect some time ago it fails, Ok ?   so...if it then disconnect or close, who closes that ? the GC? you ? glorp ? <br>We don&#39;t handle timeouts or something like that and close the connection. <br>

<br>Cheers,<br><br>Mariano<br><br> </div><blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex"><div><br><div class="gmail_quote">On Wed, Sep 30, 2009 at 11:34, Mariano Martinez Peck <span dir="ltr">&lt;<a href="mailto:marianopeck@gmail.com" target="_blank">marianopeck@gmail.com</a>&gt;</span> wrote:<br>


<blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex">Of course it would be excellent if you can run all tests not only the one with the problem so that to be sure I didn&#39;t break something else ;)<br>


<br>cheers,<br><br>mariano<br><br><div class="gmail_quote">On Wed, Sep 30, 2009 at 12:16 PM, Mariano Martinez Peck <span dir="ltr">&lt;<a href="mailto:marianopeck@gmail.com" target="_blank">marianopeck@gmail.com</a>&gt;</span> wrote:<br>



<blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex">Done:<br><br>Name: OpenDBX-Core-MarianoMartinezPeck.231<br>Author: MarianoMartinezPeck<br>Time: 30 September 2009, 12:14:49 pm<br>



UUID: 780ee5d8-3d5f-0e46-b3c0-d22ca512b498<br>Ancestors: OpenDBX-Core-Mariano.230<br><br>Fix to possible bug. Now DBXPlatform uses the timeout of the QuerySetttings instead of the default. <br>
<br><br>Just download that version from monticello. <br><br>However, here at work I only have Sqlite3. So, I should test with all backend in Linux and Windows tonight at home.<br><br>Tell me if it works.<br><br>Best<br><br>




Mariano<br><br><br><div class="gmail_quote">On Wed, Sep 30, 2009 at 11:23 AM, John Toohey <span dir="ltr">&lt;<a href="mailto:jt@parspro.com" target="_blank">jt@parspro.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex">




Good, let me know when there is an update, and how to install it, and I can test again.<br><br><div class="gmail_quote">On Wed, Sep 30, 2009 at 09:37, Mariano Martinez Peck <span dir="ltr">&lt;<a href="mailto:marianopeck@gmail.com" target="_blank">marianopeck@gmail.com</a>&gt;</span> wrote:<br>





<blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex">Thanks John. I think you found a bug ;)    The weird thing is that I cannot reproduce it here. Perhaps it is because of the client library for Mac. It&#39;s the only difference I see.<br>





<br>Tonight I will test the fix I have just did and if everything is ok I will commit it.<br>
<br>Thank you very much. <br><br><div class="gmail_quote">On Wed, Sep 30, 2009 at 10:02 AM, John Toohey <span dir="ltr">&lt;<a href="mailto:jt@parspro.com" target="_blank">jt@parspro.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex">






This is the full stack :-<div><br></div><div><div>UndefinedObject(Object)&gt;&gt;doesNotUnderstand: #asMiliseconds</div><div><span style="white-space:pre">        </span>Receiver: nil</div><div><span style="white-space:pre">        </span>Arguments and temporary variables: </div>







<div><span style="white-space:pre">                </span>aMessage: <span style="white-space:pre">        </span>asMiliseconds</div><div><span style="white-space:pre">                </span>exception: <span style="white-space:pre">        </span>MessageNotUnderstood: receiver of &quot;asMiliseconds&quot; is nil</div>







<div><span style="white-space:pre">                </span>resumeValue: <span style="white-space:pre">        </span>nil</div><div><span style="white-space:pre">        </span>Receiver&#39;s instance variables: </div>
<div>nil</div><div><br></div><div>[] in [] in DBXPostgresPlatform(DBXPlatform)&gt;&gt;processNextResultSet:querySettings:</div><div><span style="white-space:pre">        </span>Receiver: a DBXPostgresPlatform</div>
<div><span style="white-space:pre">        </span>Arguments and temporary variables: </div><div><span style="white-space:pre">                </span>aConnection: <span style="white-space:pre">        </span>0</div>
<div><span style="white-space:pre">                </span>aQuerySettings: <span style="white-space:pre">        </span>1</div><div><span style="white-space:pre">                </span>returnCode: <span style="white-space:pre">        </span>a DBXConnection</div>







<div><span style="white-space:pre">                </span>handle: <span style="white-space:pre">        </span>a DBXQuerySettings</div><div><span style="white-space:pre">                </span>code: <span style="white-space:pre">        </span>#(1)</div>




<div><span style="white-space:pre">        </span>Receiver&#39;s instance variables: </div><div>a DBXPostgresPlatform</div><div><br></div><div>DBXPostgresPlatform(DBXPlatform)&gt;&gt;nextResultSet:querySettings:onReturn:</div>




<div><span style="white-space:pre">        </span>Receiver: a DBXPostgresPlatform</div><div><span style="white-space:pre">        </span>Arguments and temporary variables: </div><div><span style="white-space:pre">                </span>aConnection: <span style="white-space:pre">        </span>a DBXConnection</div>







<div><span style="white-space:pre">                </span>aQuerySettings: <span style="white-space:pre">        </span>a DBXQuerySettings</div><div><span style="white-space:pre">                </span>aBlock: <span style="white-space:pre">        </span>[closure] in [] in DBXPostgresPlatform(DBXPlatform)&gt;&gt;processNextResultS...etc...</div>







<div><span style="white-space:pre">                </span>handle: <span style="white-space:pre">        </span>0</div><div><span style="white-space:pre">                </span>err: <span style="white-space:pre">        </span>1</div>
<div><span style="white-space:pre">                </span>handleArray: <span style="white-space:pre">        </span>a WordArray(0)</div><div><span style="white-space:pre">        </span>Receiver&#39;s instance variables: </div>
<div>a DBXPostgresPlatform</div><div><br></div><div>[] in DBXPostgresPlatform(DBXPlatform)&gt;&gt;processNextResultSet:querySettings:</div><div><span style="white-space:pre">        </span>Receiver: a DBXPostgresPlatform</div>




<div><span style="white-space:pre">        </span>Arguments and temporary variables: </div><div><span style="white-space:pre">                </span>aConnection: <span style="white-space:pre">        </span>a DBXConnection</div>
<div><span style="white-space:pre">                </span>aQuerySettings: <span style="white-space:pre">        </span>a DBXQuerySettings</div><div><span style="white-space:pre">                </span>returnCode: <span style="white-space:pre">        </span>#(1)</div>







<div><span style="white-space:pre">        </span>Receiver&#39;s instance variables: </div><div>a DBXPostgresPlatform</div><div><br></div><div>BlockClosure&gt;&gt;doWhileTrue:</div><div><span style="white-space:pre">        </span>Receiver: [closure] in DBXPostgresPlatform(DBXPlatform)&gt;&gt;processNextResultSet:querySettings:</div>







<div><span style="white-space:pre">        </span>Arguments and temporary variables: </div><div><span style="white-space:pre">                </span>conditionBlock: <span style="white-space:pre">        </span>[closure] in DBXPostgresPlatform(DBXPlatform)&gt;&gt;processNextResul...etc...</div>







<div><span style="white-space:pre">                </span>result: <span style="white-space:pre">        </span>nil</div><div><span style="white-space:pre">        </span>Receiver&#39;s instance variables: </div>
<div><span style="white-space:pre">                </span>outerContext: <span style="white-space:pre">        </span>DBXPostgresPlatform(DBXPlatform)&gt;&gt;processNextResultSet:querySetti...etc...</div>
<div><span style="white-space:pre">                </span>startpc: <span style="white-space:pre">        </span>91</div><div><span style="white-space:pre">                </span>numArgs: <span style="white-space:pre">        </span>0</div>
<div><br></div><div>DBXPostgresPlatform(DBXPlatform)&gt;&gt;processNextResultSet:querySettings:</div><div><span style="white-space:pre">        </span>Receiver: a DBXPostgresPlatform</div><div><span style="white-space:pre">        </span>Arguments and temporary variables: </div>







<div><span style="white-space:pre">                </span>aConnection: <span style="white-space:pre">        </span>a DBXConnection</div><div><span style="white-space:pre">                </span>aQuerySettings: <span style="white-space:pre">        </span>a DBXQuerySettings</div>







<div><span style="white-space:pre">                </span>returnCode: <span style="white-space:pre">        </span>#(1)</div><div><span style="white-space:pre">        </span>Receiver&#39;s instance variables: </div>
<div>a DBXPostgresPlatform</div><div><br></div><div>DBXPostgresPlatform(DBXPlatform)&gt;&gt;executeStatement:on:querySettings:</div><div><span style="white-space:pre">        </span>Receiver: a DBXPostgresPlatform</div>
<div><span style="white-space:pre">        </span>Arguments and temporary variables: </div><div><span style="white-space:pre">                </span>aString: <span style="white-space:pre">        </span>&#39;select * from student&#39;</div>
<div><span style="white-space:pre">                </span>aConnection: <span style="white-space:pre">        </span>a DBXConnection</div><div><span style="white-space:pre">                </span>aQuerySettings: <span style="white-space:pre">        </span>a DBXQuerySettings</div>







<div><span style="white-space:pre">                </span>err: <span style="white-space:pre">        </span>0</div><div><span style="white-space:pre">                </span>result: <span style="white-space:pre">        </span>nil</div>
<div><span style="white-space:pre">        </span>Receiver&#39;s instance variables: </div><div>a DBXPostgresPlatform</div><div><br></div><div>DBXConnection&gt;&gt;execute:querySettings:</div><div><span style="white-space:pre">        </span>Receiver: a DBXConnection</div>







<div><span style="white-space:pre">        </span>Arguments and temporary variables: </div><div><span style="white-space:pre">                </span>aString: <span style="white-space:pre">        </span>&#39;select * from student&#39;</div>
<div><span style="white-space:pre">                </span>aQuerySettings: <span style="white-space:pre">        </span>a DBXQuerySettings</div><div><span style="white-space:pre">                </span>aResult: <span style="white-space:pre">        </span>nil</div>







<div><span style="white-space:pre">        </span>Receiver&#39;s instance variables: </div><div><span style="white-space:pre">                </span>platform: <span style="white-space:pre">        </span>a DBXPostgresPlatform</div>
<div><span style="white-space:pre">                </span>settings: <span style="white-space:pre">        </span>a DBXConnectionSettings</div><div><span style="white-space:pre">                </span>handle: <span style="white-space:pre">        </span>3118944</div>







<div><span style="white-space:pre">                </span>open: <span style="white-space:pre">        </span>a ValueHolder</div><div><span style="white-space:pre">                </span>connected: <span style="white-space:pre">        </span>a ValueHolder</div>




<div><span style="white-space:pre">                </span>result: <span style="white-space:pre">        </span>nil</div><div><br></div><div>DBXQueryTimeoutTest&gt;&gt;testNoTimeout</div><div><span style="white-space:pre">        </span>Receiver: DBXQueryTimeoutTest&gt;&gt;#testNoTimeout</div>







<div><span style="white-space:pre">        </span>Arguments and temporary variables: </div><div><span style="white-space:pre">                </span>conn: <span style="white-space:pre">        </span>a DBXConnection</div>
<div><span style="white-space:pre">                </span>aQuerySettings: <span style="white-space:pre">        </span>a DBXQuerySettings</div><div><span style="white-space:pre">                </span>rows: <span style="white-space:pre">        </span>5000</div>







<div><span style="white-space:pre">        </span>Receiver&#39;s instance variables: </div><div><span style="white-space:pre">                </span>testSelector: <span style="white-space:pre">        </span>#testNoTimeout</div>
<div><span style="white-space:pre">                </span>facility: <span style="white-space:pre">        </span>a DBXPostgreFacility</div><div><span style="white-space:pre">                </span>connection: <span style="white-space:pre">        </span>a DBXConnection</div>







<div><br></div><div>DBXQueryTimeoutTest(TestCase)&gt;&gt;performTest</div><div><span style="white-space:pre">        </span>Receiver: DBXQueryTimeoutTest&gt;&gt;#testNoTimeout</div><div><span style="white-space:pre">        </span>Arguments and temporary variables: </div>







<div><br></div><div><span style="white-space:pre">        </span>Receiver&#39;s instance variables: </div><div><span style="white-space:pre">                </span>testSelector: <span style="white-space:pre">        </span>#testNoTimeout</div>




<div><span style="white-space:pre">                </span>facility: <span style="white-space:pre">        </span>a DBXPostgreFacility</div><div><span style="white-space:pre">                </span>connection: <span style="white-space:pre">        </span>a DBXConnection</div>







<div><br></div><div>[] in DBXQueryTimeoutTest(TestCase)&gt;&gt;runCase</div><div><span style="white-space:pre">        </span>Receiver: DBXQueryTimeoutTest&gt;&gt;#testNoTimeout</div><div><span style="white-space:pre">        </span>Arguments and temporary variables: </div>







<div><br></div><div><span style="white-space:pre">        </span>Receiver&#39;s instance variables: </div><div><span style="white-space:pre">                </span>testSelector: <span style="white-space:pre">        </span>#testNoTimeout</div>




<div><span style="white-space:pre">                </span>facility: <span style="white-space:pre">        </span>a DBXPostgreFacility</div><div><span style="white-space:pre">                </span>connection: <span style="white-space:pre">        </span>a DBXConnection</div>







<div><br></div><div>BlockClosure&gt;&gt;ensure:</div><div><span style="white-space:pre">        </span>Receiver: [closure] in DBXQueryTimeoutTest(TestCase)&gt;&gt;runCase</div><div><span style="white-space:pre">        </span>Arguments and temporary variables: </div>







<div><span style="white-space:pre">                </span>aBlock: <span style="white-space:pre">        </span>[closure] in DBXQueryTimeoutTest(TestCase)&gt;&gt;runCase</div><div><span style="white-space:pre">                </span>returnValue: <span style="white-space:pre">        </span>nil</div>







<div><span style="white-space:pre">                </span>b: <span style="white-space:pre">        </span>nil</div><div><span style="white-space:pre">        </span>Receiver&#39;s instance variables: </div>
<div><span style="white-space:pre">                </span>outerContext: <span style="white-space:pre">        </span>DBXQueryTimeoutTest(TestCase)&gt;&gt;runCase</div><div><span style="white-space:pre">                </span>startpc: <span style="white-space:pre">        </span>33</div>







<div><span style="white-space:pre">                </span>numArgs: <span style="white-space:pre">        </span>0</div><div><br></div><div>DBXQueryTimeoutTest(TestCase)&gt;&gt;runCase</div><div><span style="white-space:pre">        </span>Receiver: DBXQueryTimeoutTest&gt;&gt;#testNoTimeout</div>







<div><span style="white-space:pre">        </span>Arguments and temporary variables: </div><div><br></div><div><span style="white-space:pre">        </span>Receiver&#39;s instance variables: </div>
<div><span style="white-space:pre">                </span>testSelector: <span style="white-space:pre">        </span>#testNoTimeout</div><div><span style="white-space:pre">                </span>facility: <span style="white-space:pre">        </span>a DBXPostgreFacility</div>







<div><span style="white-space:pre">                </span>connection: <span style="white-space:pre">        </span>a DBXConnection</div><div><br></div><div>[] in DBXQueryTimeoutTest(TestCase)&gt;&gt;debug</div>
<div><span style="white-space:pre">        </span>Receiver: DBXQueryTimeoutTest&gt;&gt;#testNoTimeout</div><div><span style="white-space:pre">        </span>Arguments and temporary variables: </div>
<div><br></div><div><span style="white-space:pre">        </span>Receiver&#39;s instance variables: </div><div><span style="white-space:pre">                </span>testSelector: <span style="white-space:pre">        </span>#testNoTimeout</div>




<div><span style="white-space:pre">                </span>facility: <span style="white-space:pre">        </span>a DBXPostgreFacility</div><div><span style="white-space:pre">                </span>connection: <span style="white-space:pre">        </span>nil</div>







<div><br></div><div>BlockClosure&gt;&gt;ensure:</div><div><span style="white-space:pre">        </span>Receiver: [closure] in DBXQueryTimeoutTest(TestCase)&gt;&gt;debug</div><div><span style="white-space:pre">        </span>Arguments and temporary variables: </div>







<div><span style="white-space:pre">                </span>aBlock: <span style="white-space:pre">        </span>[closure] in DBXQueryTimeoutTest(TestCase)&gt;&gt;debug</div><div><span style="white-space:pre">                </span>returnValue: <span style="white-space:pre">        </span>nil</div>







<div><span style="white-space:pre">                </span>b: <span style="white-space:pre">        </span>nil</div><div><span style="white-space:pre">        </span>Receiver&#39;s instance variables: </div>
<div><span style="white-space:pre">                </span>outerContext: <span style="white-space:pre">        </span>DBXQueryTimeoutTest(TestCase)&gt;&gt;debug</div><div><span style="white-space:pre">                </span>startpc: <span style="white-space:pre">        </span>62</div>







<div><span style="white-space:pre">                </span>numArgs: <span style="white-space:pre">        </span>0</div><div><br></div><div>DBXQueryTimeoutTest(TestCase)&gt;&gt;debug</div><div><span style="white-space:pre">        </span>Receiver: DBXQueryTimeoutTest&gt;&gt;#testNoTimeout</div>







<div><span style="white-space:pre">        </span>Arguments and temporary variables: </div><div><br></div><div><span style="white-space:pre">        </span>Receiver&#39;s instance variables: </div>
<div><span style="white-space:pre">                </span>testSelector: <span style="white-space:pre">        </span>#testNoTimeout</div><div><span style="white-space:pre">                </span>facility: <span style="white-space:pre">        </span>a DBXPostgreFacility</div>







<div><span style="white-space:pre">                </span>connection: <span style="white-space:pre">        </span>nil</div><div><br></div><div>[] in TestRunner&gt;&gt;debugSuite:</div><div><span style="white-space:pre">        </span>Receiver: a TestRunner</div>







<div><span style="white-space:pre">        </span>Arguments and temporary variables: </div><div>&lt;&lt;error during printing&gt;</div><div><span style="white-space:pre">        </span>Receiver&#39;s instance variables: </div>
<div><span style="white-space:pre">                </span>categories: <span style="white-space:pre">        </span>#(#&#39;AST-Tests&#39; #&#39;AutomaticMethodCategorizer-Tests&#39; #&#39;AutomaticMetho...etc...</div>
<div><span style="white-space:pre">                </span>categoriesSelected: <span style="white-space:pre">        </span>a Set(#&#39;OpenDBX-Core-Tests-Extras&#39; #&#39;OpenDBX-Core-Tests&#39; #&#39;...etc...</div>
<div><span style="white-space:pre">                </span>classes: <span style="white-space:pre">        </span>{DBXBaseTest . DBXCompleteExamplesTest . DBXConnectionTest . DBXDescri...etc...</div>
<div><span style="white-space:pre">                </span>classIndex: <span style="white-space:pre">        </span>0</div><div><span style="white-space:pre">                </span>classesSelected: <span style="white-space:pre">        </span>a Set(DBXQueryTimeoutTest DBXResetTestBackend)</div>







<div><span style="white-space:pre">                </span>failedList: <span style="white-space:pre">        </span>#()</div><div><span style="white-space:pre">                </span>failedSelected: <span style="white-space:pre">        </span>nil</div>
<div><span style="white-space:pre">                </span>errorList: <span style="white-space:pre">        </span>an Array(DBXQueryTimeoutTest&gt;&gt;#testNoTimeout)</div><div><span style="white-space:pre">                </span>errorSelected: <span style="white-space:pre">        </span>DBXQueryTimeoutTest&gt;&gt;#testNoTimeout</div>







<div><span style="white-space:pre">                </span>lastUpdate: <span style="white-space:pre">        </span>3431753837</div><div><span style="white-space:pre">                </span>result: <span style="white-space:pre">        </span>5 run, 4 passes, 0 expected failures, 0 failures, 1 errors, 0 unexpecte...etc...</div>







<div><span style="white-space:pre">                </span>previousRun: <span style="white-space:pre">        </span>nil</div><div><br></div><div>OrderedCollection&gt;&gt;do:</div><div><span style="white-space:pre">        </span>Receiver: an OrderedCollection(DBXQueryTimeoutTest&gt;&gt;#testNoTimeout)</div>







<div><span style="white-space:pre">        </span>Arguments and temporary variables: </div><div><span style="white-space:pre">                </span>aBlock: <span style="white-space:pre">        </span>[closure] in TestRunner&gt;&gt;debugSuite:</div>







<div><span style="white-space:pre">                </span>index: <span style="white-space:pre">        </span>3</div><div><span style="white-space:pre">        </span>Receiver&#39;s instance variables: </div>
<div><span style="white-space:pre">                </span>array: <span style="white-space:pre">        </span>an Array(nil nil DBXQueryTimeoutTest&gt;&gt;#testNoTimeout nil nil nil nil nil...etc...</div>
<div><span style="white-space:pre">                </span>firstIndex: <span style="white-space:pre">        </span>3</div><div><span style="white-space:pre">                </span>lastIndex: <span style="white-space:pre">        </span>3</div>
<div><br></div><div>[] in TestRunner&gt;&gt;basicRunSuite:do:</div><div><span style="white-space:pre">        </span>Receiver: a TestRunner</div><div><span style="white-space:pre">        </span>Arguments and temporary variables: </div>







<div><span style="white-space:pre">                </span>aTestSuite: <span style="white-space:pre">        </span>a TestSuite</div><div><span style="white-space:pre">                </span>aBlock: <span style="white-space:pre">        </span>[closure] in TestRunner&gt;&gt;debugSuite:</div>







<div><span style="white-space:pre">        </span>Receiver&#39;s instance variables: </div><div><span style="white-space:pre">                </span>categories: <span style="white-space:pre">        </span>#(#&#39;AST-Tests&#39; #&#39;AutomaticMethodCategorizer-Tests&#39; #&#39;AutomaticMetho...etc...</div>







<div><span style="white-space:pre">                </span>categoriesSelected: <span style="white-space:pre">        </span>a Set(#&#39;OpenDBX-Core-Tests-Extras&#39; #&#39;OpenDBX-Core-Tests&#39; #&#39;...etc...</div>
<div><span style="white-space:pre">                </span>classes: <span style="white-space:pre">        </span>{DBXBaseTest . DBXCompleteExamplesTest . DBXConnectionTest . DBXDescri...etc...</div>
<div><span style="white-space:pre">                </span>classIndex: <span style="white-space:pre">        </span>0</div><div><span style="white-space:pre">                </span>classesSelected: <span style="white-space:pre">        </span>a Set(DBXQueryTimeoutTest DBXResetTestBackend)</div>







<div><span style="white-space:pre">                </span>failedList: <span style="white-space:pre">        </span>#()</div><div><span style="white-space:pre">                </span>failedSelected: <span style="white-space:pre">        </span>nil</div>
<div><span style="white-space:pre">                </span>errorList: <span style="white-space:pre">        </span>an Array(DBXQueryTimeoutTest&gt;&gt;#testNoTimeout)</div><div><span style="white-space:pre">                </span>errorSelected: <span style="white-space:pre">        </span>DBXQueryTimeoutTest&gt;&gt;#testNoTimeout</div>







<div><span style="white-space:pre">                </span>lastUpdate: <span style="white-space:pre">        </span>3431753837</div><div><span style="white-space:pre">                </span>result: <span style="white-space:pre">        </span>5 run, 4 passes, 0 expected failures, 0 failures, 1 errors, 0 unexpecte...etc...</div>







<div><span style="white-space:pre">                </span>previousRun: <span style="white-space:pre">        </span>nil</div><div><br></div><div>BlockClosure&gt;&gt;ensure:</div><div><span style="white-space:pre">        </span>Receiver: [closure] in TestRunner&gt;&gt;basicRunSuite:do:</div>







<div><span style="white-space:pre">        </span>Arguments and temporary variables: </div><div><span style="white-space:pre">                </span>aBlock: <span style="white-space:pre">        </span>[closure] in TestRunner&gt;&gt;basicRunSuite:do:</div>







<div><span style="white-space:pre">                </span>returnValue: <span style="white-space:pre">        </span>nil</div><div><span style="white-space:pre">                </span>b: <span style="white-space:pre">        </span>nil</div>
<div><span style="white-space:pre">        </span>Receiver&#39;s instance variables: </div><div><span style="white-space:pre">                </span>outerContext: <span style="white-space:pre">        </span>TestRunner&gt;&gt;basicRunSuite:do:</div>







<div><span style="white-space:pre">                </span>startpc: <span style="white-space:pre">        </span>51</div><div><span style="white-space:pre">                </span>numArgs: <span style="white-space:pre">        </span>0</div>
<div><br></div><div>TestRunner&gt;&gt;basicRunSuite:do:</div><div><span style="white-space:pre">        </span>Receiver: a TestRunner</div><div><span style="white-space:pre">        </span>Arguments and temporary variables: </div>




<div><span style="white-space:pre">                </span>aTestSuite: <span style="white-space:pre">        </span>a TestSuite</div><div><span style="white-space:pre">                </span>aBlock: <span style="white-space:pre">        </span>[closure] in TestRunner&gt;&gt;debugSuite:</div>







<div><span style="white-space:pre">        </span>Receiver&#39;s instance variables: </div><div><span style="white-space:pre">                </span>categories: <span style="white-space:pre">        </span>#(#&#39;AST-Tests&#39; #&#39;AutomaticMethodCategorizer-Tests&#39; #&#39;AutomaticMetho...etc...</div>







<div><span style="white-space:pre">                </span>categoriesSelected: <span style="white-space:pre">        </span>a Set(#&#39;OpenDBX-Core-Tests-Extras&#39; #&#39;OpenDBX-Core-Tests&#39; #&#39;...etc...</div>
<div><span style="white-space:pre">                </span>classes: <span style="white-space:pre">        </span>{DBXBaseTest . DBXCompleteExamplesTest . DBXConnectionTest . DBXDescri...etc...</div>
<div><span style="white-space:pre">                </span>classIndex: <span style="white-space:pre">        </span>0</div><div><span style="white-space:pre">                </span>classesSelected: <span style="white-space:pre">        </span>a Set(DBXQueryTimeoutTest DBXResetTestBackend)</div>







<div><span style="white-space:pre">                </span>failedList: <span style="white-space:pre">        </span>#()</div><div><span style="white-space:pre">                </span>failedSelected: <span style="white-space:pre">        </span>nil</div>
<div><span style="white-space:pre">                </span>errorList: <span style="white-space:pre">        </span>an Array(DBXQueryTimeoutTest&gt;&gt;#testNoTimeout)</div><div><span style="white-space:pre">                </span>errorSelected: <span style="white-space:pre">        </span>DBXQueryTimeoutTest&gt;&gt;#testNoTimeout</div>







<div><span style="white-space:pre">                </span>lastUpdate: <span style="white-space:pre">        </span>3431753837</div><div><span style="white-space:pre">                </span>result: <span style="white-space:pre">        </span>5 run, 4 passes, 0 expected failures, 0 failures, 1 errors, 0 unexpecte...etc...</div>







<div><span style="white-space:pre">                </span>previousRun: <span style="white-space:pre">        </span>nil</div><div><br></div><div>TestRunner&gt;&gt;debugSuite:</div><div><span style="white-space:pre">        </span>Receiver: a TestRunner</div>







<div><span style="white-space:pre">        </span>Arguments and temporary variables: </div><div><span style="white-space:pre">                </span>aTestSuite: <span style="white-space:pre">        </span>a TestSuite</div>
<div><span style="white-space:pre">        </span>Receiver&#39;s instance variables: </div><div><span style="white-space:pre">                </span>categories: <span style="white-space:pre">        </span>#(#&#39;AST-Tests&#39; #&#39;AutomaticMethodCategorizer-Tests&#39; #&#39;AutomaticMetho...etc...</div>







<div><span style="white-space:pre">                </span>categoriesSelected: <span style="white-space:pre">        </span>a Set(#&#39;OpenDBX-Core-Tests-Extras&#39; #&#39;OpenDBX-Core-Tests&#39; #&#39;...etc...</div>
<div><span style="white-space:pre">                </span>classes: <span style="white-space:pre">        </span>{DBXBaseTest . DBXCompleteExamplesTest . DBXConnectionTest . DBXDescri...etc...</div>
<div><span style="white-space:pre">                </span>classIndex: <span style="white-space:pre">        </span>0</div><div><span style="white-space:pre">                </span>classesSelected: <span style="white-space:pre">        </span>a Set(DBXQueryTimeoutTest DBXResetTestBackend)</div>







<div><span style="white-space:pre">                </span>failedList: <span style="white-space:pre">        </span>#()</div><div><span style="white-space:pre">                </span>failedSelected: <span style="white-space:pre">        </span>nil</div>
<div><span style="white-space:pre">                </span>errorList: <span style="white-space:pre">        </span>an Array(DBXQueryTimeoutTest&gt;&gt;#testNoTimeout)</div><div><span style="white-space:pre">                </span>errorSelected: <span style="white-space:pre">        </span>DBXQueryTimeoutTest&gt;&gt;#testNoTimeout</div>







<div><span style="white-space:pre">                </span>lastUpdate: <span style="white-space:pre">        </span>3431753837</div><div><span style="white-space:pre">                </span>result: <span style="white-space:pre">        </span>5 run, 4 passes, 0 expected failures, 0 failures, 1 errors, 0 unexpecte...etc...</div>







<div><span style="white-space:pre">                </span>previousRun: <span style="white-space:pre">        </span>nil</div><div><br></div><div>TestRunner&gt;&gt;debug:</div><div><span style="white-space:pre">        </span>Receiver: a TestRunner</div>







<div><span style="white-space:pre">        </span>Arguments and temporary variables: </div><div><span style="white-space:pre">                </span>aTestCase: <span style="white-space:pre">        </span>DBXQueryTimeoutTest&gt;&gt;#testNoTimeout</div>







<div><span style="white-space:pre">        </span>Receiver&#39;s instance variables: </div><div><span style="white-space:pre">                </span>categories: <span style="white-space:pre">        </span>#(#&#39;AST-Tests&#39; #&#39;AutomaticMethodCategorizer-Tests&#39; #&#39;AutomaticMetho...etc...</div>







<div><span style="white-space:pre">                </span>categoriesSelected: <span style="white-space:pre">        </span>a Set(#&#39;OpenDBX-Core-Tests-Extras&#39; #&#39;OpenDBX-Core-Tests&#39; #&#39;...etc...</div>
<div><span style="white-space:pre">                </span>classes: <span style="white-space:pre">        </span>{DBXBaseTest . DBXCompleteExamplesTest . DBXConnectionTest . DBXDescri...etc...</div>
<div><span style="white-space:pre">                </span>classIndex: <span style="white-space:pre">        </span>0</div><div><span style="white-space:pre">                </span>classesSelected: <span style="white-space:pre">        </span>a Set(DBXQueryTimeoutTest DBXResetTestBackend)</div>







<div><span style="white-space:pre">                </span>failedList: <span style="white-space:pre">        </span>#()</div><div><span style="white-space:pre">                </span>failedSelected: <span style="white-space:pre">        </span>nil</div>
<div><span style="white-space:pre">                </span>errorList: <span style="white-space:pre">        </span>an Array(DBXQueryTimeoutTest&gt;&gt;#testNoTimeout)</div><div><span style="white-space:pre">                </span>errorSelected: <span style="white-space:pre">        </span>DBXQueryTimeoutTest&gt;&gt;#testNoTimeout</div>







<div><span style="white-space:pre">                </span>lastUpdate: <span style="white-space:pre">        </span>3431753837</div><div><span style="white-space:pre">                </span>result: <span style="white-space:pre">        </span>5 run, 4 passes, 0 expected failures, 0 failures, 1 errors, 0 unexpecte...etc...</div>







<div><span style="white-space:pre">                </span>previousRun: <span style="white-space:pre">        </span>nil</div><div><br></div><div>TestRunner&gt;&gt;errorSelected:</div><div><span style="white-space:pre">        </span>Receiver: a TestRunner</div>







<div><span style="white-space:pre">        </span>Arguments and temporary variables: </div><div><span style="white-space:pre">                </span>anInteger: <span style="white-space:pre">        </span>1</div>
<div><span style="white-space:pre">        </span>Receiver&#39;s instance variables: </div><div><span style="white-space:pre">                </span>categories: <span style="white-space:pre">        </span>#(#&#39;AST-Tests&#39; #&#39;AutomaticMethodCategorizer-Tests&#39; #&#39;AutomaticMetho...etc...</div>







<div><span style="white-space:pre">                </span>categoriesSelected: <span style="white-space:pre">        </span>a Set(#&#39;OpenDBX-Core-Tests-Extras&#39; #&#39;OpenDBX-Core-Tests&#39; #&#39;...etc...</div>
<div><span style="white-space:pre">                </span>classes: <span style="white-space:pre">        </span>{DBXBaseTest . DBXCompleteExamplesTest . DBXConnectionTest . DBXDescri...etc...</div>
<div><span style="white-space:pre">                </span>classIndex: <span style="white-space:pre">        </span>0</div><div><span style="white-space:pre">                </span>classesSelected: <span style="white-space:pre">        </span>a Set(DBXQueryTimeoutTest DBXResetTestBackend)</div>







<div><span style="white-space:pre">                </span>failedList: <span style="white-space:pre">        </span>#()</div><div><span style="white-space:pre">                </span>failedSelected: <span style="white-space:pre">        </span>nil</div>
<div><span style="white-space:pre">                </span>errorList: <span style="white-space:pre">        </span>an Array(DBXQueryTimeoutTest&gt;&gt;#testNoTimeout)</div><div><span style="white-space:pre">                </span>errorSelected: <span style="white-space:pre">        </span>DBXQueryTimeoutTest&gt;&gt;#testNoTimeout</div>







<div><span style="white-space:pre">                </span>lastUpdate: <span style="white-space:pre">        </span>3431753837</div><div><span style="white-space:pre">                </span>result: <span style="white-space:pre">        </span>5 run, 4 passes, 0 expected failures, 0 failures, 1 errors, 0 unexpecte...etc...</div>







<div><span style="white-space:pre">                </span>previousRun: <span style="white-space:pre">        </span>nil</div><div><br></div><div>PluggableListMorphPlus(PluggableListMorph)&gt;&gt;changeModelSelection:</div>
<div><span style="white-space:pre">        </span>Receiver: a PluggableListMorphPlus(3968)</div><div><span style="white-space:pre">        </span>Arguments and temporary variables: </div><div>
<span style="white-space:pre">                </span>anInteger: <span style="white-space:pre">        </span>1</div><div><span style="white-space:pre">        </span>Receiver&#39;s instance variables: </div>
<div><span style="white-space:pre">                </span>bounds: <span style="white-space:pre">        </span>1481@397 corner: 1792@583</div><div><span style="white-space:pre">                </span>owner: <span style="white-space:pre">        </span>a PluggableStandardWindow(1639)</div>







<div><span style="white-space:pre">                </span>submorphs: <span style="white-space:pre">        </span>an Array(a TransformMorph(3663))</div><div><span style="white-space:pre">                </span>fullBounds: <span style="white-space:pre">        </span>1481@397 corner: 1792@583</div>







<div><span style="white-space:pre">                </span>color: <span style="white-space:pre">        </span>Color white</div><div><span style="white-space:pre">                </span>extension: <span style="white-space:pre">        </span>a MorphExtension (3283) [locked]  [other:  (layoutFrame -&gt; a LayoutF...etc...</div>







<div><span style="white-space:pre">                </span>borderWidth: <span style="white-space:pre">        </span>1</div><div><span style="white-space:pre">                </span>borderColor: <span style="white-space:pre">        </span>(Color r: 0.667 g: 0.667 b: 0.667)</div>







<div><span style="white-space:pre">                </span>model: <span style="white-space:pre">        </span>a TestRunner</div><div><span style="white-space:pre">                </span>slotName: <span style="white-space:pre">        </span>nil</div>
<div><span style="white-space:pre">                </span>open: <span style="white-space:pre">        </span>false</div><div><span style="white-space:pre">                </span>scrollBar: <span style="white-space:pre">        </span>a ScrollBar(2643)</div>




<div><span style="white-space:pre">                </span>scroller: <span style="white-space:pre">        </span>a TransformMorph(3663)</div><div><span style="white-space:pre">                </span>retractableScrollBar: <span style="white-space:pre">        </span>false</div>







<div><span style="white-space:pre">                </span>scrollBarOnLeft: <span style="white-space:pre">        </span>false</div><div><span style="white-space:pre">                </span>getMenuSelector: <span style="white-space:pre">        </span>#errorMenu:</div>







<div><span style="white-space:pre">                </span>getMenuTitleSelector: <span style="white-space:pre">        </span>nil</div><div><span style="white-space:pre">                </span>hasFocus: <span style="white-space:pre">        </span>false</div>




<div><span style="white-space:pre">                </span>hScrollBar: <span style="white-space:pre">        </span>a ScrollBar(2842)</div><div><span style="white-space:pre">                </span>list: <span style="white-space:pre">        </span>#(&#39;DBXQueryTimeoutTest&gt;&gt;#testNoTimeout&#39;)</div>







<div><span style="white-space:pre">                </span>getListSelector: <span style="white-space:pre">        </span>#errorList</div><div><span style="white-space:pre">                </span>getListSizeSelector: <span style="white-space:pre">        </span>nil</div>







<div><span style="white-space:pre">                </span>getListElementSelector: <span style="white-space:pre">        </span>nil</div><div><span style="white-space:pre">                </span>getIndexSelector: <span style="white-space:pre">        </span>#errorSelected</div>







<div><span style="white-space:pre">                </span>setIndexSelector: <span style="white-space:pre">        </span>#errorSelected:</div><div><span style="white-space:pre">                </span>keystrokeActionSelector: <span style="white-space:pre">        </span>nil</div>







<div><span style="white-space:pre">                </span>autoDeselect: <span style="white-space:pre">        </span>true</div><div><span style="white-space:pre">                </span>lastKeystrokeTime: <span style="white-space:pre">        </span>0</div>




<div><span style="white-space:pre">                </span>lastKeystrokes: <span style="white-space:pre">        </span>&#39;&#39;</div><div><span style="white-space:pre">                </span>doubleClickSelector: <span style="white-space:pre">        </span>nil</div>







<div><span style="white-space:pre">                </span>handlesBasicKeys: <span style="white-space:pre">        </span>nil</div><div><span style="white-space:pre">                </span>potentialDropRow: <span style="white-space:pre">        </span>nil</div>




<div><span style="white-space:pre">                </span>listMorph: <span style="white-space:pre">        </span>a LazyListMorph(884)</div><div><span style="white-space:pre">                </span>hScrollRangeCache: <span style="white-space:pre">        </span>nil</div>







<div><span style="white-space:pre">                </span>dragItemSelector: <span style="white-space:pre">        </span>nil</div><div><span style="white-space:pre">                </span>dropItemSelector: <span style="white-space:pre">        </span>nil</div>




<div><span style="white-space:pre">                </span>wantsDropSelector: <span style="white-space:pre">        </span>nil</div><div><br></div><div>PluggableListMorphPlus(PluggableListMorph)&gt;&gt;mouseUp:</div>
<div><span style="white-space:pre">        </span>Receiver: a PluggableListMorphPlus(3968)</div><div><span style="white-space:pre">        </span>Arguments and temporary variables: </div><div>
<span style="white-space:pre">                </span>event: <span style="white-space:pre">        </span>[1546@408 mouseUp 57402925 nil]</div><div><span style="white-space:pre">                </span>row: <span style="white-space:pre">        </span>1</div>




<div><span style="white-space:pre">                </span>mdr: <span style="white-space:pre">        </span>1</div><div><span style="white-space:pre">        </span>Receiver&#39;s instance variables: </div>
<div><span style="white-space:pre">                </span>bounds: <span style="white-space:pre">        </span>1481@397 corner: 1792@583</div><div><span style="white-space:pre">                </span>owner: <span style="white-space:pre">        </span>a PluggableStandardWindow(1639)</div>







<div><span style="white-space:pre">                </span>submorphs: <span style="white-space:pre">        </span>an Array(a TransformMorph(3663))</div><div><span style="white-space:pre">                </span>fullBounds: <span style="white-space:pre">        </span>1481@397 corner: 1792@583</div>







<div><span style="white-space:pre">                </span>color: <span style="white-space:pre">        </span>Color white</div><div><span style="white-space:pre">                </span>extension: <span style="white-space:pre">        </span>a MorphExtension (3283) [locked]  [other:  (layoutFrame -&gt; a LayoutF...etc...</div>







<div><span style="white-space:pre">                </span>borderWidth: <span style="white-space:pre">        </span>1</div><div><span style="white-space:pre">                </span>borderColor: <span style="white-space:pre">        </span>(Color r: 0.667 g: 0.667 b: 0.667)</div>







<div><span style="white-space:pre">                </span>model: <span style="white-space:pre">        </span>a TestRunner</div><div><span style="white-space:pre">                </span>slotName: <span style="white-space:pre">        </span>nil</div>
<div><span style="white-space:pre">                </span>open: <span style="white-space:pre">        </span>false</div><div><span style="white-space:pre">                </span>scrollBar: <span style="white-space:pre">        </span>a ScrollBar(2643)</div>




<div><span style="white-space:pre">                </span>scroller: <span style="white-space:pre">        </span>a TransformMorph(3663)</div><div><span style="white-space:pre">                </span>retractableScrollBar: <span style="white-space:pre">        </span>false</div>







<div><span style="white-space:pre">                </span>scrollBarOnLeft: <span style="white-space:pre">        </span>false</div><div><span style="white-space:pre">                </span>getMenuSelector: <span style="white-space:pre">        </span>#errorMenu:</div>







<div><span style="white-space:pre">                </span>getMenuTitleSelector: <span style="white-space:pre">        </span>nil</div><div><span style="white-space:pre">                </span>hasFocus: <span style="white-space:pre">        </span>false</div>




<div><span style="white-space:pre">                </span>hScrollBar: <span style="white-space:pre">        </span>a ScrollBar(2842)</div><div><span style="white-space:pre">                </span>list: <span style="white-space:pre">        </span>#(&#39;DBXQueryTimeoutTest&gt;&gt;#testNoTimeout&#39;)</div>







<div><span style="white-space:pre">                </span>getListSelector: <span style="white-space:pre">        </span>#errorList</div><div><span style="white-space:pre">                </span>getListSizeSelector: <span style="white-space:pre">        </span>nil</div>







<div><span style="white-space:pre">                </span>getListElementSelector: <span style="white-space:pre">        </span>nil</div><div><span style="white-space:pre">                </span>getIndexSelector: <span style="white-space:pre">        </span>#errorSelected</div>







<div><span style="white-space:pre">                </span>setIndexSelector: <span style="white-space:pre">        </span>#errorSelected:</div><div><span style="white-space:pre">                </span>keystrokeActionSelector: <span style="white-space:pre">        </span>nil</div>







<div><span style="white-space:pre">                </span>autoDeselect: <span style="white-space:pre">        </span>true</div><div><span style="white-space:pre">                </span>lastKeystrokeTime: <span style="white-space:pre">        </span>0</div>




<div><span style="white-space:pre">                </span>lastKeystrokes: <span style="white-space:pre">        </span>&#39;&#39;</div><div><span style="white-space:pre">                </span>doubleClickSelector: <span style="white-space:pre">        </span>nil</div>







<div><span style="white-space:pre">                </span>handlesBasicKeys: <span style="white-space:pre">        </span>nil</div><div><span style="white-space:pre">                </span>potentialDropRow: <span style="white-space:pre">        </span>nil</div>




<div><span style="white-space:pre">                </span>listMorph: <span style="white-space:pre">        </span>a LazyListMorph(884)</div><div><span style="white-space:pre">                </span>hScrollRangeCache: <span style="white-space:pre">        </span>nil</div>







<div><span style="white-space:pre">                </span>dragItemSelector: <span style="white-space:pre">        </span>nil</div><div><span style="white-space:pre">                </span>dropItemSelector: <span style="white-space:pre">        </span>nil</div>




<div><span style="white-space:pre">                </span>wantsDropSelector: <span style="white-space:pre">        </span>nil</div><div><br></div><div>PluggableListMorphPlus(Morph)&gt;&gt;handleMouseUp:</div>
<div><span style="white-space:pre">        </span>Receiver: a PluggableListMorphPlus(3968)</div><div><span style="white-space:pre">        </span>Arguments and temporary variables: </div><div>
<span style="white-space:pre">                </span>anEvent: <span style="white-space:pre">        </span>[1546@408 mouseUp 57402925 nil]</div><div><span style="white-space:pre">        </span>Receiver&#39;s instance variables: </div>
<div><span style="white-space:pre">                </span>bounds: <span style="white-space:pre">        </span>1481@397 corner: 1792@583</div><div><span style="white-space:pre">                </span>owner: <span style="white-space:pre">        </span>a PluggableStandardWindow(1639)</div>







<div><span style="white-space:pre">                </span>submorphs: <span style="white-space:pre">        </span>an Array(a TransformMorph(3663))</div><div><span style="white-space:pre">                </span>fullBounds: <span style="white-space:pre">        </span>1481@397 corner: 1792@583</div>







<div><span style="white-space:pre">                </span>color: <span style="white-space:pre">        </span>Color white</div><div><span style="white-space:pre">                </span>extension: <span style="white-space:pre">        </span>a MorphExtension (3283) [locked]  [other:  (layoutFrame -&gt; a LayoutF...etc...</div>







<div><span style="white-space:pre">                </span>borderWidth: <span style="white-space:pre">        </span>1</div><div><span style="white-space:pre">                </span>borderColor: <span style="white-space:pre">        </span>(Color r: 0.667 g: 0.667 b: 0.667)</div>







<div><span style="white-space:pre">                </span>model: <span style="white-space:pre">        </span>a TestRunner</div><div><span style="white-space:pre">                </span>slotName: <span style="white-space:pre">        </span>nil</div>
<div><span style="white-space:pre">                </span>open: <span style="white-space:pre">        </span>false</div><div><span style="white-space:pre">                </span>scrollBar: <span style="white-space:pre">        </span>a ScrollBar(2643)</div>




<div><span style="white-space:pre">                </span>scroller: <span style="white-space:pre">        </span>a TransformMorph(3663)</div><div><span style="white-space:pre">                </span>retractableScrollBar: <span style="white-space:pre">        </span>false</div>







<div><span style="white-space:pre">                </span>scrollBarOnLeft: <span style="white-space:pre">        </span>false</div><div><span style="white-space:pre">                </span>getMenuSelector: <span style="white-space:pre">        </span>#errorMenu:</div>







<div><span style="white-space:pre">                </span>getMenuTitleSelector: <span style="white-space:pre">        </span>nil</div><div><span style="white-space:pre">                </span>hasFocus: <span style="white-space:pre">        </span>false</div>




<div><span style="white-space:pre">                </span>hScrollBar: <span style="white-space:pre">        </span>a ScrollBar(2842)</div><div><span style="white-space:pre">                </span>list: <span style="white-space:pre">        </span>#(&#39;DBXQueryTimeoutTest&gt;&gt;#testNoTimeout&#39;)</div>







<div><span style="white-space:pre">                </span>getListSelector: <span style="white-space:pre">        </span>#errorList</div><div><span style="white-space:pre">                </span>getListSizeSelector: <span style="white-space:pre">        </span>nil</div>







<div><span style="white-space:pre">                </span>getListElementSelector: <span style="white-space:pre">        </span>nil</div><div><span style="white-space:pre">                </span>getIndexSelector: <span style="white-space:pre">        </span>#errorSelected</div>







<div><span style="white-space:pre">                </span>setIndexSelector: <span style="white-space:pre">        </span>#errorSelected:</div><div><span style="white-space:pre">                </span>keystrokeActionSelector: <span style="white-space:pre">        </span>nil</div>







<div><span style="white-space:pre">                </span>autoDeselect: <span style="white-space:pre">        </span>true</div><div><span style="white-space:pre">                </span>lastKeystrokeTime: <span style="white-space:pre">        </span>0</div>




<div><span style="white-space:pre">                </span>lastKeystrokes: <span style="white-space:pre">        </span>&#39;&#39;</div><div><span style="white-space:pre">                </span>doubleClickSelector: <span style="white-space:pre">        </span>nil</div>







<div><span style="white-space:pre">                </span>handlesBasicKeys: <span style="white-space:pre">        </span>nil</div><div><span style="white-space:pre">                </span>potentialDropRow: <span style="white-space:pre">        </span>nil</div>




<div><span style="white-space:pre">                </span>listMorph: <span style="white-space:pre">        </span>a LazyListMorph(884)</div><div><span style="white-space:pre">                </span>hScrollRangeCache: <span style="white-space:pre">        </span>nil</div>







<div><span style="white-space:pre">                </span>dragItemSelector: <span style="white-space:pre">        </span>nil</div><div><span style="white-space:pre">                </span>dropItemSelector: <span style="white-space:pre">        </span>nil</div>




<div><span style="white-space:pre">                </span>wantsDropSelector: <span style="white-space:pre">        </span>nil</div><div><br></div><div>MouseButtonEvent&gt;&gt;sentTo:</div><div><span style="white-space:pre">        </span>Receiver: [1546@408 mouseUp 57402925 nil]</div>







<div><span style="white-space:pre">        </span>Arguments and temporary variables: </div><div><span style="white-space:pre">                </span>anObject: <span style="white-space:pre">        </span>a PluggableListMorphPlus(3968)</div>
<div><span style="white-space:pre">        </span>Receiver&#39;s instance variables: </div><div><span style="white-space:pre">                </span>timeStamp: <span style="white-space:pre">        </span>57402925</div>
<div><span style="white-space:pre">                </span>source: <span style="white-space:pre">        </span>a HandMorph(3216)</div><div><span style="white-space:pre">                </span>windowIndex: <span style="white-space:pre">        </span>nil</div>




<div><span style="white-space:pre">                </span>type: <span style="white-space:pre">        </span>#mouseUp</div><div><span style="white-space:pre">                </span>buttons: <span style="white-space:pre">        </span>0</div>
<div><span style="white-space:pre">                </span>position: <span style="white-space:pre">        </span>1546@408</div><div><span style="white-space:pre">                </span>handler: <span style="white-space:pre">        </span>nil</div>
<div><span style="white-space:pre">                </span>wasHandled: <span style="white-space:pre">        </span>true</div><div><span style="white-space:pre">                </span>whichButton: <span style="white-space:pre">        </span>4</div>
<div><br></div><div>PluggableListMorphPlus(Morph)&gt;&gt;handleEvent:</div><div><span style="white-space:pre">        </span>Receiver: a PluggableListMorphPlus(3968)</div><div><span style="white-space:pre">        </span>Arguments and temporary variables: </div>







<div><span style="white-space:pre">                </span>anEvent: <span style="white-space:pre">        </span>[1546@408 mouseUp 57402925 nil]</div><div><span style="white-space:pre">        </span>Receiver&#39;s instance variables: </div>
<div><span style="white-space:pre">                </span>bounds: <span style="white-space:pre">        </span>1481@397 corner: 1792@583</div><div><span style="white-space:pre">                </span>owner: <span style="white-space:pre">        </span>a PluggableStandardWindow(1639)</div>







<div><span style="white-space:pre">                </span>submorphs: <span style="white-space:pre">        </span>an Array(a TransformMorph(3663))</div><div><span style="white-space:pre">                </span>fullBounds: <span style="white-space:pre">        </span>1481@397 corner: 1792@583</div>







<div><span style="white-space:pre">                </span>color: <span style="white-space:pre">        </span>Color white</div><div><span style="white-space:pre">                </span>extension: <span style="white-space:pre">        </span>a MorphExtension (3283) [locked]  [other:  (layoutFrame -&gt; a LayoutF...etc...</div>







<div><span style="white-space:pre">                </span>borderWidth: <span style="white-space:pre">        </span>1</div><div><span style="white-space:pre">                </span>borderColor: <span style="white-space:pre">        </span>(Color r: 0.667 g: 0.667 b: 0.667)</div>







<div><span style="white-space:pre">                </span>model: <span style="white-space:pre">        </span>a TestRunner</div><div><span style="white-space:pre">                </span>slotName: <span style="white-space:pre">        </span>nil</div>
<div><span style="white-space:pre">                </span>open: <span style="white-space:pre">        </span>false</div><div><span style="white-space:pre">                </span>scrollBar: <span style="white-space:pre">        </span>a ScrollBar(2643)</div>




<div><span style="white-space:pre">                </span>scroller: <span style="white-space:pre">        </span>a TransformMorph(3663)</div><div><span style="white-space:pre">                </span>retractableScrollBar: <span style="white-space:pre">        </span>false</div>







<div><span style="white-space:pre">                </span>scrollBarOnLeft: <span style="white-space:pre">        </span>false</div><div><span style="white-space:pre">                </span>getMenuSelector: <span style="white-space:pre">        </span>#errorMenu:</div>







<div><span style="white-space:pre">                </span>getMenuTitleSelector: <span style="white-space:pre">        </span>nil</div><div><span style="white-space:pre">                </span>hasFocus: <span style="white-space:pre">        </span>false</div>




<div><span style="white-space:pre">                </span>hScrollBar: <span style="white-space:pre">        </span>a ScrollBar(2842)</div><div><span style="white-space:pre">                </span>list: <span style="white-space:pre">        </span>#(&#39;DBXQueryTimeoutTest&gt;&gt;#testNoTimeout&#39;)</div>







<div><span style="white-space:pre">                </span>getListSelector: <span style="white-space:pre">        </span>#errorList</div><div><span style="white-space:pre">                </span>getListSizeSelector: <span style="white-space:pre">        </span>nil</div>







<div><span style="white-space:pre">                </span>getListElementSelector: <span style="white-space:pre">        </span>nil</div><div><span style="white-space:pre">                </span>getIndexSelector: <span style="white-space:pre">        </span>#errorSelected</div>







<div><span style="white-space:pre">                </span>setIndexSelector: <span style="white-space:pre">        </span>#errorSelected:</div><div><span style="white-space:pre">                </span>keystrokeActionSelector: <span style="white-space:pre">        </span>nil</div>







<div><span style="white-space:pre">                </span>autoDeselect: <span style="white-space:pre">        </span>true</div><div><span style="white-space:pre">                </span>lastKeystrokeTime: <span style="white-space:pre">        </span>0</div>




<div><span style="white-space:pre">                </span>lastKeystrokes: <span style="white-space:pre">        </span>&#39;&#39;</div><div><span style="white-space:pre">                </span>doubleClickSelector: <span style="white-space:pre">        </span>nil</div>







<div><span style="white-space:pre">                </span>handlesBasicKeys: <span style="white-space:pre">        </span>nil</div><div><span style="white-space:pre">                </span>potentialDropRow: <span style="white-space:pre">        </span>nil</div>




<div><span style="white-space:pre">                </span>listMorph: <span style="white-space:pre">        </span>a LazyListMorph(884)</div><div><span style="white-space:pre">                </span>hScrollRangeCache: <span style="white-space:pre">        </span>nil</div>







<div><span style="white-space:pre">                </span>dragItemSelector: <span style="white-space:pre">        </span>nil</div><div><span style="white-space:pre">                </span>dropItemSelector: <span style="white-space:pre">        </span>nil</div>




<div><span style="white-space:pre">                </span>wantsDropSelector: <span style="white-space:pre">        </span>nil</div><div><br></div><div>MorphicEventDispatcher&gt;&gt;dispatchDefault:with:</div>
<div><span style="white-space:pre">        </span>Receiver: a MorphicEventDispatcher</div><div><span style="white-space:pre">        </span>Arguments and temporary variables: </div><div><span style="white-space:pre">                </span>anEvent: <span style="white-space:pre">        </span>[1546@408 mouseUp 57402925 nil]</div>







<div><span style="white-space:pre">                </span>aMorph: <span style="white-space:pre">        </span>a PluggableListMorphPlus(3968)</div><div><span style="white-space:pre">                </span>localEvt: <span style="white-space:pre">        </span>[1546@408 mouseUp 57402925 nil]</div>







<div><span style="white-space:pre">                </span>index: <span style="white-space:pre">        </span>2</div><div><span style="white-space:pre">                </span>child: <span style="white-space:pre">        </span>a TransformMorph(3663)</div>




<div><span style="white-space:pre">                </span>morphs: <span style="white-space:pre">        </span>an Array(a TransformMorph(3663))</div><div><span style="white-space:pre">                </span>inside: <span style="white-space:pre">        </span>true</div>







<div><span style="white-space:pre">        </span>Receiver&#39;s instance variables: </div><div><span style="white-space:pre">                </span>lastType: <span style="white-space:pre">        </span>#mouseUp</div>
<div><span style="white-space:pre">                </span>lastDispatch: <span style="white-space:pre">        </span>#dispatchDefault:with:</div><div><br></div><div>MorphicEventDispatcher&gt;&gt;dispatchEvent:with:</div>
<div><span style="white-space:pre">        </span>Receiver: a MorphicEventDispatcher</div><div><span style="white-space:pre">        </span>Arguments and temporary variables: </div><div><span style="white-space:pre">                </span>anEvent: <span style="white-space:pre">        </span>[1546@408 mouseUp 57402925 nil]</div>







<div><span style="white-space:pre">                </span>aMorph: <span style="white-space:pre">        </span>a PluggableListMorphPlus(3968)</div><div><span style="white-space:pre">        </span>Receiver&#39;s instance variables: </div>
<div><span style="white-space:pre">                </span>lastType: <span style="white-space:pre">        </span>#mouseUp</div><div><span style="white-space:pre">                </span>lastDispatch: <span style="white-space:pre">        </span>#dispatchDefault:with:</div>







<div><br></div><div>PluggableListMorphPlus(Morph)&gt;&gt;processEvent:using:</div><div><span style="white-space:pre">        </span>Receiver: a PluggableListMorphPlus(3968)</div><div><span style="white-space:pre">        </span>Arguments and temporary variables: </div>







<div><span style="white-space:pre">                </span>anEvent: <span style="white-space:pre">        </span>[1546@408 mouseUp 57402925 nil]</div><div><span style="white-space:pre">                </span>defaultDispatcher: <span style="white-space:pre">        </span>a MorphicEventDispatcher</div>







<div><span style="white-space:pre">        </span>Receiver&#39;s instance variables: </div><div><span style="white-space:pre">                </span>bounds: <span style="white-space:pre">        </span>1481@397 corner: 1792@583</div>
<div><span style="white-space:pre">                </span>owner: <span style="white-space:pre">        </span>a PluggableStandardWindow(1639)</div><div><span style="white-space:pre">                </span>submorphs: <span style="white-space:pre">        </span>an Array(a TransformMorph(3663))</div>







<div><span style="white-space:pre">                </span>fullBounds: <span style="white-space:pre">        </span>1481@397 corner: 1792@583</div><div><span style="white-space:pre">                </span>color: <span style="white-space:pre">        </span>Color white</div>







<div><span style="white-space:pre">                </span>extension: <span style="white-space:pre">        </span>a MorphExtension (3283) [locked]  [other:  (layoutFrame -&gt; a LayoutF...etc...</div>
<div><span style="white-space:pre">                </span>borderWidth: <span style="white-space:pre">        </span>1</div><div><span style="white-space:pre">                </span>borderColor: <span style="white-space:pre">        </span>(Color r: 0.667 g: 0.667 b: 0.667)</div>







<div><span style="white-space:pre">                </span>model: <span style="white-space:pre">        </span>a TestRunner</div><div><span style="white-space:pre">                </span>slotName: <span style="white-space:pre">        </span>nil</div>
<div><span style="white-space:pre">                </span>open: <span style="white-space:pre">        </span>false</div><div><span style="white-space:pre">                </span>scrollBar: <span style="white-space:pre">        </span>a ScrollBar(2643)</div>




<div><span style="white-space:pre">                </span>scroller: <span style="white-space:pre">        </span>a TransformMorph(3663)</div><div><span style="white-space:pre">                </span>retractableScrollBar: <span style="white-space:pre">        </span>false</div>







<div><span style="white-space:pre">                </span>scrollBarOnLeft: <span style="white-space:pre">        </span>false</div><div><span style="white-space:pre">                </span>getMenuSelector: <span style="white-space:pre">        </span>#errorMenu:</div>







<div><span style="white-space:pre">                </span>getMenuTitleSelector: <span style="white-space:pre">        </span>nil</div><div><span style="white-space:pre">                </span>hasFocus: <span style="white-space:pre">        </span>false</div>




<div><span style="white-space:pre">                </span>hScrollBar: <span style="white-space:pre">        </span>a ScrollBar(2842)</div><div><span style="white-space:pre">                </span>list: <span style="white-space:pre">        </span>#(&#39;DBXQueryTimeoutTest&gt;&gt;#testNoTimeout&#39;)</div>







<div><span style="white-space:pre">                </span>getListSelector: <span style="white-space:pre">        </span>#errorList</div><div><span style="white-space:pre">                </span>getListSizeSelector: <span style="white-space:pre">        </span>nil</div>







<div><span style="white-space:pre">                </span>getListElementSelector: <span style="white-space:pre">        </span>nil</div><div><span style="white-space:pre">                </span>getIndexSelector: <span style="white-space:pre">        </span>#errorSelected</div>







<div><span style="white-space:pre">                </span>setIndexSelector: <span style="white-space:pre">        </span>#errorSelected:</div><div><span style="white-space:pre">                </span>keystrokeActionSelector: <span style="white-space:pre">        </span>nil</div>







<div><span style="white-space:pre">                </span>autoDeselect: <span style="white-space:pre">        </span>true</div><div><span style="white-space:pre">                </span>lastKeystrokeTime: <span style="white-space:pre">        </span>0</div>




<div><span style="white-space:pre">                </span>lastKeystrokes: <span style="white-space:pre">        </span>&#39;&#39;</div><div><span style="white-space:pre">                </span>doubleClickSelector: <span style="white-space:pre">        </span>nil</div>







<div><span style="white-space:pre">                </span>handlesBasicKeys: <span style="white-space:pre">        </span>nil</div><div><span style="white-space:pre">                </span>potentialDropRow: <span style="white-space:pre">        </span>nil</div>




<div><span style="white-space:pre">                </span>listMorph: <span style="white-space:pre">        </span>a LazyListMorph(884)</div><div><span style="white-space:pre">                </span>hScrollRangeCache: <span style="white-space:pre">        </span>nil</div>







<div><span style="white-space:pre">                </span>dragItemSelector: <span style="white-space:pre">        </span>nil</div><div><span style="white-space:pre">                </span>dropItemSelector: <span style="white-space:pre">        </span>nil</div>




<div><span style="white-space:pre">                </span>wantsDropSelector: <span style="white-space:pre">        </span>nil</div><div><br></div><div>PluggableListMorphPlus(Morph)&gt;&gt;processEvent:</div>
<div><span style="white-space:pre">        </span>Receiver: a PluggableListMorphPlus(3968)</div><div><span style="white-space:pre">        </span>Arguments and temporary variables: </div><div>
<span style="white-space:pre">                </span>anEvent: <span style="white-space:pre">        </span>[1546@408 mouseUp 57402925 nil]</div><div><span style="white-space:pre">        </span>Receiver&#39;s instance variables: </div>
<div><span style="white-space:pre">                </span>bounds: <span style="white-space:pre">        </span>1481@397 corner: 1792@583</div><div><span style="white-space:pre">                </span>owner: <span style="white-space:pre">        </span>a PluggableStandardWindow(1639)</div>







<div><span style="white-space:pre">                </span>submorphs: <span style="white-space:pre">        </span>an Array(a TransformMorph(3663))</div><div><span style="white-space:pre">                </span>fullBounds: <span style="white-space:pre">        </span>1481@397 corner: 1792@583</div>







<div><span style="white-space:pre">                </span>color: <span style="white-space:pre">        </span>Color white</div><div><span style="white-space:pre">                </span>extension: <span style="white-space:pre">        </span>a MorphExtension (3283) [locked]  [other:  (layoutFrame -&gt; a LayoutF...etc...</div>







<div><span style="white-space:pre">                </span>borderWidth: <span style="white-space:pre">        </span>1</div><div><span style="white-space:pre">                </span>borderColor: <span style="white-space:pre">        </span>(Color r: 0.667 g: 0.667 b: 0.667)</div>







<div><span style="white-space:pre">                </span>model: <span style="white-space:pre">        </span>a TestRunner</div><div><span style="white-space:pre">                </span>slotName: <span style="white-space:pre">        </span>nil</div>
<div><span style="white-space:pre">                </span>open: <span style="white-space:pre">        </span>false</div><div><span style="white-space:pre">                </span>scrollBar: <span style="white-space:pre">        </span>a ScrollBar(2643)</div>




<div><span style="white-space:pre">                </span>scroller: <span style="white-space:pre">        </span>a TransformMorph(3663)</div><div><span style="white-space:pre">                </span>retractableScrollBar: <span style="white-space:pre">        </span>false</div>







<div><span style="white-space:pre">                </span>scrollBarOnLeft: <span style="white-space:pre">        </span>false</div><div><span style="white-space:pre">                </span>getMenuSelector: <span style="white-space:pre">        </span>#errorMenu:</div>







<div><span style="white-space:pre">                </span>getMenuTitleSelector: <span style="white-space:pre">        </span>nil</div><div><span style="white-space:pre">                </span>hasFocus: <span style="white-space:pre">        </span>false</div>




<div><span style="white-space:pre">                </span>hScrollBar: <span style="white-space:pre">        </span>a ScrollBar(2842)</div><div><span style="white-space:pre">                </span>list: <span style="white-space:pre">        </span>#(&#39;DBXQueryTimeoutTest&gt;&gt;#testNoTimeout&#39;)</div>







<div><span style="white-space:pre">                </span>getListSelector: <span style="white-space:pre">        </span>#errorList</div><div><span style="white-space:pre">                </span>getListSizeSelector: <span style="white-space:pre">        </span>nil</div>







<div><span style="white-space:pre">                </span>getListElementSelector: <span style="white-space:pre">        </span>nil</div><div><span style="white-space:pre">                </span>getIndexSelector: <span style="white-space:pre">        </span>#errorSelected</div>







<div><span style="white-space:pre">                </span>setIndexSelector: <span style="white-space:pre">        </span>#errorSelected:</div><div><span style="white-space:pre">                </span>keystrokeActionSelector: <span style="white-space:pre">        </span>nil</div>







<div><span style="white-space:pre">                </span>autoDeselect: <span style="white-space:pre">        </span>true</div><div><span style="white-space:pre">                </span>lastKeystrokeTime: <span style="white-space:pre">        </span>0</div>




<div><span style="white-space:pre">                </span>lastKeystrokes: <span style="white-space:pre">        </span>&#39;&#39;</div><div><span style="white-space:pre">                </span>doubleClickSelector: <span style="white-space:pre">        </span>nil</div>







<div><span style="white-space:pre">                </span>handlesBasicKeys: <span style="white-space:pre">        </span>nil</div><div><span style="white-space:pre">                </span>potentialDropRow: <span style="white-space:pre">        </span>nil</div>




<div><span style="white-space:pre">                </span>listMorph: <span style="white-space:pre">        </span>a LazyListMorph(884)</div><div><span style="white-space:pre">                </span>hScrollRangeCache: <span style="white-space:pre">        </span>nil</div>







<div><span style="white-space:pre">                </span>dragItemSelector: <span style="white-space:pre">        </span>nil</div><div><span style="white-space:pre">                </span>dropItemSelector: <span style="white-space:pre">        </span>nil</div>




<div><span style="white-space:pre">                </span>wantsDropSelector: <span style="white-space:pre">        </span>nil</div><div><br></div><div>PluggableListMorphPlus(PluggableListMorph)&gt;&gt;handleFocusEvent:</div>
<div><span style="white-space:pre">        </span>Receiver: a PluggableListMorphPlus(3968)</div><div><span style="white-space:pre">        </span>Arguments and temporary variables: </div><div>
<span style="white-space:pre">                </span>anEvent: <span style="white-space:pre">        </span>[1546@408 mouseUp 57402925 nil]</div><div><span style="white-space:pre">        </span>Receiver&#39;s instance variables: </div>
<div><span style="white-space:pre">                </span>bounds: <span style="white-space:pre">        </span>1481@397 corner: 1792@583</div><div><span style="white-space:pre">                </span>owner: <span style="white-space:pre">        </span>a PluggableStandardWindow(1639)</div>







<div><span style="white-space:pre">                </span>submorphs: <span style="white-space:pre">        </span>an Array(a TransformMorph(3663))</div><div><span style="white-space:pre">                </span>fullBounds: <span style="white-space:pre">        </span>1481@397 corner: 1792@583</div>







<div><span style="white-space:pre">                </span>color: <span style="white-space:pre">        </span>Color white</div><div><span style="white-space:pre">                </span>extension: <span style="white-space:pre">        </span>a MorphExtension (3283) [locked]  [other:  (layoutFrame -&gt; a LayoutF...etc...</div>







<div><span style="white-space:pre">                </span>borderWidth: <span style="white-space:pre">        </span>1</div><div><span style="white-space:pre">                </span>borderColor: <span style="white-space:pre">        </span>(Color r: 0.667 g: 0.667 b: 0.667)</div>







<div><span style="white-space:pre">                </span>model: <span style="white-space:pre">        </span>a TestRunner</div><div><span style="white-space:pre">                </span>slotName: <span style="white-space:pre">        </span>nil</div>
<div><span style="white-space:pre">                </span>open: <span style="white-space:pre">        </span>false</div><div><span style="white-space:pre">                </span>scrollBar: <span style="white-space:pre">        </span>a ScrollBar(2643)</div>




<div><span style="white-space:pre">                </span>scroller: <span style="white-space:pre">        </span>a TransformMorph(3663)</div><div><span style="white-space:pre">                </span>retractableScrollBar: <span style="white-space:pre">        </span>false</div>







<div><span style="white-space:pre">                </span>scrollBarOnLeft: <span style="white-space:pre">        </span>false</div><div><span style="white-space:pre">                </span>getMenuSelector: <span style="white-space:pre">        </span>#errorMenu:</div>







<div><span style="white-space:pre">                </span>getMenuTitleSelector: <span style="white-space:pre">        </span>nil</div><div><span style="white-space:pre">                </span>hasFocus: <span style="white-space:pre">        </span>false</div>




<div><span style="white-space:pre">                </span>hScrollBar: <span style="white-space:pre">        </span>a ScrollBar(2842)</div><div><span style="white-space:pre">                </span>list: <span style="white-space:pre">        </span>#(&#39;DBXQueryTimeoutTest&gt;&gt;#testNoTimeout&#39;)</div>







<div><span style="white-space:pre">                </span>getListSelector: <span style="white-space:pre">        </span>#errorList</div><div><span style="white-space:pre">                </span>getListSizeSelector: <span style="white-space:pre">        </span>nil</div>







<div><span style="white-space:pre">                </span>getListElementSelector: <span style="white-space:pre">        </span>nil</div><div><span style="white-space:pre">                </span>getIndexSelector: <span style="white-space:pre">        </span>#errorSelected</div>







<div><span style="white-space:pre">                </span>setIndexSelector: <span style="white-space:pre">        </span>#errorSelected:</div><div><span style="white-space:pre">                </span>keystrokeActionSelector: <span style="white-space:pre">        </span>nil</div>







<div><span style="white-space:pre">                </span>autoDeselect: <span style="white-space:pre">        </span>true</div><div><span style="white-space:pre">                </span>lastKeystrokeTime: <span style="white-space:pre">        </span>0</div>




<div><span style="white-space:pre">                </span>lastKeystrokes: <span style="white-space:pre">        </span>&#39;&#39;</div><div><span style="white-space:pre">                </span>doubleClickSelector: <span style="white-space:pre">        </span>nil</div>







<div><span style="white-space:pre">                </span>handlesBasicKeys: <span style="white-space:pre">        </span>nil</div><div><span style="white-space:pre">                </span>potentialDropRow: <span style="white-space:pre">        </span>nil</div>




<div><span style="white-space:pre">                </span>listMorph: <span style="white-space:pre">        </span>a LazyListMorph(884)</div><div><span style="white-space:pre">                </span>hScrollRangeCache: <span style="white-space:pre">        </span>nil</div>







<div><span style="white-space:pre">                </span>dragItemSelector: <span style="white-space:pre">        </span>nil</div><div><span style="white-space:pre">                </span>dropItemSelector: <span style="white-space:pre">        </span>nil</div>




<div><span style="white-space:pre">                </span>wantsDropSelector: <span style="white-space:pre">        </span>nil</div><div><br></div><div>[] in HandMorph&gt;&gt;sendFocusEvent:to:clear:</div>
<div><span style="white-space:pre">        </span>Receiver: a HandMorph(3216)</div><div><span style="white-space:pre">        </span>Arguments and temporary variables: </div><div>&lt;&lt;error during printing&gt;</div>
<div><span style="white-space:pre">        </span>Receiver&#39;s instance variables: </div><div><span style="white-space:pre">                </span>bounds: <span style="white-space:pre">        </span>1071@619 corner: 1087@635</div>
<div><span style="white-space:pre">                </span>owner: <span style="white-space:pre">        </span>a PasteUpMorph(1622) [world]</div><div><span style="white-space:pre">                </span>submorphs: <span style="white-space:pre">        </span>#()</div>







<div><span style="white-space:pre">                </span>fullBounds: <span style="white-space:pre">        </span>1071@619 corner: 1087@635</div><div><span style="white-space:pre">                </span>color: <span style="white-space:pre">        </span>Color blue</div>







<div><span style="white-space:pre">                </span>extension: <span style="white-space:pre">        </span>a MorphExtension (539) [eventHandler = an EventHandler] </div><div><span style="white-space:pre">                </span>mouseFocus: <span style="white-space:pre">        </span>nil</div>







<div><span style="white-space:pre">                </span>keyboardFocus: <span style="white-space:pre">        </span>nil</div><div><span style="white-space:pre">                </span>eventListeners: <span style="white-space:pre">        </span>nil</div>




<div><span style="white-space:pre">                </span>mouseListeners: <span style="white-space:pre">        </span>nil</div><div><span style="white-space:pre">                </span>keyboardListeners: <span style="white-space:pre">        </span>nil</div>




<div><span style="white-space:pre">                </span>mouseClickState: <span style="white-space:pre">        </span>nil</div><div><span style="white-space:pre">                </span>mouseOverHandler: <span style="white-space:pre">        </span>a MouseOverHandler</div>







<div><span style="white-space:pre">                </span>lastMouseEvent: <span style="white-space:pre">        </span>[1071@619 1071@619 mouseMove 57619819 nil]</div><div><span style="white-space:pre">                </span>targetOffset: <span style="white-space:pre">        </span>188@12</div>







<div><span style="white-space:pre">                </span>damageRecorder: <span style="white-space:pre">        </span>a DamageRecorder</div><div><span style="white-space:pre">                </span>cacheCanvas: <span style="white-space:pre">        </span>nil</div>







<div><span style="white-space:pre">                </span>cachedCanvasHasHoles: <span style="white-space:pre">        </span>true</div><div><span style="white-space:pre">                </span>temporaryCursor: <span style="white-space:pre">        </span>nil</div>







<div><span style="white-space:pre">                </span>temporaryCursorOffset: <span style="white-space:pre">        </span>nil</div><div><span style="white-space:pre">                </span>hardwareCursor: <span style="white-space:pre">        </span>nil</div>







<div><span style="white-space:pre">                </span>hasChanged: <span style="white-space:pre">        </span>true</div><div><span style="white-space:pre">                </span>savedPatch: <span style="white-space:pre">        </span>nil</div>
<div><span style="white-space:pre">                </span>userInitials: <span style="white-space:pre">        </span>&#39;&#39;</div><div><span style="white-space:pre">                </span>lastEventBuffer: <span style="white-space:pre">        </span>#(1 57619819 1071 619 0 0 0 1)</div>







<div><span style="white-space:pre">                </span>lastKeyScanCode: <span style="white-space:pre">        </span>36</div><div><span style="white-space:pre">                </span>combinedChar: <span style="white-space:pre">        </span>nil</div>




<div><br></div><div>[] in PasteUpMorph&gt;&gt;becomeActiveDuring:</div><div><span style="white-space:pre">        </span>Receiver: a PasteUpMorph(1622) [world]</div><div><span style="white-space:pre">        </span>Arguments and temporary variables: </div>







<div>&lt;&lt;error during printing&gt;</div><div><span style="white-space:pre">        </span>Receiver&#39;s instance variables: </div><div><span style="white-space:pre">                </span>bounds: <span style="white-space:pre">        </span>0@0 corner: 1920@1178</div>







<div><span style="white-space:pre">                </span>owner: <span style="white-space:pre">        </span>nil</div><div><span style="white-space:pre">                </span>submorphs: <span style="white-space:pre">        </span>an Array(a TaskbarMorph(3095) a SystemWindow(3955) a PluggableStanda...etc...</div>







<div><span style="white-space:pre">                </span>fullBounds: <span style="white-space:pre">        </span>0@0 corner: 1920@1178</div><div><span style="white-space:pre">                </span>color: <span style="white-space:pre">        </span>Color gray</div>







<div><span style="white-space:pre">                </span>extension: <span style="white-space:pre">        </span>a MorphExtension (2543) [eventHandler = an EventHandler]  [other:  (...etc...</div>
<div><span style="white-space:pre">                </span>borderWidth: <span style="white-space:pre">        </span>0</div><div><span style="white-space:pre">                </span>borderColor: <span style="white-space:pre">        </span>(Color r: 0.5 g: 0.5 b: 0.5)</div>







<div><span style="white-space:pre">                </span>presenter: <span style="white-space:pre">        </span>a Presenter (1246)</div><div><span style="white-space:pre">                </span>model: <span style="white-space:pre">        </span>a MorphicModel(1926)</div>







<div><span style="white-space:pre">                </span>cursor: <span style="white-space:pre">        </span>1</div><div><span style="white-space:pre">                </span>padding: <span style="white-space:pre">        </span>3</div>
<div><span style="white-space:pre">                </span>backgroundMorph: <span style="white-space:pre">        </span>nil</div><div><span style="white-space:pre">                </span>isPartsBin: <span style="white-space:pre">        </span>nil</div>
<div><span style="white-space:pre">                </span>autoLineLayout: <span style="white-space:pre">        </span>false</div><div><span style="white-space:pre">                </span>indicateCursor: <span style="white-space:pre">        </span>nil</div>




<div><span style="white-space:pre">                </span>resizeToFit: <span style="white-space:pre">        </span>nil</div><div><span style="white-space:pre">                </span>wantsMouseOverHalos: <span style="white-space:pre">        </span>nil</div>




<div><span style="white-space:pre">                </span>worldState: <span style="white-space:pre">        </span>a WorldState</div><div><span style="white-space:pre">                </span>griddingOn: <span style="white-space:pre">        </span>nil</div>




<div><br></div><div>BlockClosure&gt;&gt;on:do:</div><div><span style="white-space:pre">        </span>Receiver: [closure] in PasteUpMorph&gt;&gt;becomeActiveDuring:</div><div><span style="white-space:pre">        </span>Arguments and temporary variables: </div>







<div><span style="white-space:pre">                </span>exception: <span style="white-space:pre">        </span>Error</div><div><span style="white-space:pre">                </span>handlerAction: <span style="white-space:pre">        </span>[closure] in PasteUpMorph&gt;&gt;becomeActiveDuring:</div>







<div><span style="white-space:pre">                </span>handlerActive: <span style="white-space:pre">        </span>false</div><div><span style="white-space:pre">        </span>Receiver&#39;s instance variables: </div>
<div><span style="white-space:pre">                </span>outerContext: <span style="white-space:pre">        </span>PasteUpMorph&gt;&gt;becomeActiveDuring:</div><div><span style="white-space:pre">                </span>startpc: <span style="white-space:pre">        </span>67</div>







<div><span style="white-space:pre">                </span>numArgs: <span style="white-space:pre">        </span>0</div><div><br></div><div>PasteUpMorph&gt;&gt;becomeActiveDuring:</div><div><span style="white-space:pre">        </span>Receiver: a PasteUpMorph(1622) [world]</div>







<div><span style="white-space:pre">        </span>Arguments and temporary variables: </div><div><span style="white-space:pre">                </span>aBlock: <span style="white-space:pre">        </span>[closure] in HandMorph&gt;&gt;sendFocusEvent:to:clear:</div>







<div><span style="white-space:pre">                </span>priorWorld: <span style="white-space:pre">        </span>a PasteUpMorph(1622) [world]</div><div><span style="white-space:pre">                </span>priorHand: <span style="white-space:pre">        </span>a HandMorph(3216)</div>







<div><span style="white-space:pre">                </span>priorEvent: <span style="white-space:pre">        </span>[1546@408 mouseOver red nil nil]</div><div><span style="white-space:pre">        </span>Receiver&#39;s instance variables: </div>




<div><span style="white-space:pre">                </span>bounds: <span style="white-space:pre">        </span>0@0 corner: 1920@1178</div><div><span style="white-space:pre">                </span>owner: <span style="white-space:pre">        </span>nil</div>




<div><span style="white-space:pre">                </span>submorphs: <span style="white-space:pre">        </span>an Array(a TaskbarMorph(3095) a SystemWindow(3955) a PluggableStanda...etc...</div>
<div><span style="white-space:pre">                </span>fullBounds: <span style="white-space:pre">        </span>0@0 corner: 1920@1178</div><div><span style="white-space:pre">                </span>color: <span style="white-space:pre">        </span>Color gray</div>







<div><span style="white-space:pre">                </span>extension: <span style="white-space:pre">        </span>a MorphExtension (2543) [eventHandler = an EventHandler]  [other:  (...etc...</div>
<div><span style="white-space:pre">                </span>borderWidth: <span style="white-space:pre">        </span>0</div><div><span style="white-space:pre">                </span>borderColor: <span style="white-space:pre">        </span>(Color r: 0.5 g: 0.5 b: 0.5)</div>







<div><span style="white-space:pre">                </span>presenter: <span style="white-space:pre">        </span>a Presenter (1246)</div><div><span style="white-space:pre">                </span>model: <span style="white-space:pre">        </span>a MorphicModel(1926)</div>







<div><span style="white-space:pre">                </span>cursor: <span style="white-space:pre">        </span>1</div><div><span style="white-space:pre">                </span>padding: <span style="white-space:pre">        </span>3</div>
<div><span style="white-space:pre">                </span>backgroundMorph: <span style="white-space:pre">        </span>nil</div><div><span style="white-space:pre">                </span>isPartsBin: <span style="white-space:pre">        </span>nil</div>
<div><span style="white-space:pre">                </span>autoLineLayout: <span style="white-space:pre">        </span>false</div><div><span style="white-space:pre">                </span>indicateCursor: <span style="white-space:pre">        </span>nil</div>




<div><span style="white-space:pre">                </span>resizeToFit: <span style="white-space:pre">        </span>nil</div><div><span style="white-space:pre">                </span>wantsMouseOverHalos: <span style="white-space:pre">        </span>nil</div>




<div><span style="white-space:pre">                </span>worldState: <span style="white-space:pre">        </span>a WorldState</div><div><span style="white-space:pre">                </span>griddingOn: <span style="white-space:pre">        </span>nil</div>




<div><br></div><div>HandMorph&gt;&gt;sendFocusEvent:to:clear:</div><div><span style="white-space:pre">        </span>Receiver: a HandMorph(3216)</div><div><span style="white-space:pre">        </span>Arguments and temporary variables: </div>







<div><span style="white-space:pre">                </span>anEvent: <span style="white-space:pre">        </span>[1546@408 mouseUp 57402925 nil]</div><div><span style="white-space:pre">                </span>focusHolder: <span style="white-space:pre">        </span>a PluggableListMorphPlus(3968)</div>







<div><span style="white-space:pre">                </span>aBlock: <span style="white-space:pre">        </span>[closure] in HandMorph&gt;&gt;sendMouseEvent:</div><div><span style="white-space:pre">                </span>w: <span style="white-space:pre">        </span>a PasteUpMorph(1622) [world]</div>







<div><span style="white-space:pre">                </span>result: <span style="white-space:pre">        </span>#(nil)</div><div><span style="white-space:pre">        </span>Receiver&#39;s instance variables: </div>
<div><span style="white-space:pre">                </span>bounds: <span style="white-space:pre">        </span>1071@619 corner: 1087@635</div><div><span style="white-space:pre">                </span>owner: <span style="white-space:pre">        </span>a PasteUpMorph(1622) [world]</div>







<div><span style="white-space:pre">                </span>submorphs: <span style="white-space:pre">        </span>#()</div><div><span style="white-space:pre">                </span>fullBounds: <span style="white-space:pre">        </span>1071@619 corner: 1087@635</div>







<div><span style="white-space:pre">                </span>color: <span style="white-space:pre">        </span>Color blue</div><div><span style="white-space:pre">                </span>extension: <span style="white-space:pre">        </span>a MorphExtension (539) [eventHandler = an EventHandler] </div>







<div><span style="white-space:pre">                </span>mouseFocus: <span style="white-space:pre">        </span>nil</div><div><span style="white-space:pre">                </span>keyboardFocus: <span style="white-space:pre">        </span>nil</div>
<div><span style="white-space:pre">                </span>eventListeners: <span style="white-space:pre">        </span>nil</div><div><span style="white-space:pre">                </span>mouseListeners: <span style="white-space:pre">        </span>nil</div>




<div><span style="white-space:pre">                </span>keyboardListeners: <span style="white-space:pre">        </span>nil</div><div><span style="white-space:pre">                </span>mouseClickState: <span style="white-space:pre">        </span>nil</div>




<div><span style="white-space:pre">                </span>mouseOverHandler: <span style="white-space:pre">        </span>a MouseOverHandler</div><div><span style="white-space:pre">                </span>lastMouseEvent: <span style="white-space:pre">        </span>[1071@619 1071@619 mouseMove 57619819 nil]</div>







<div><span style="white-space:pre">                </span>targetOffset: <span style="white-space:pre">        </span>188@12</div><div><span style="white-space:pre">                </span>damageRecorder: <span style="white-space:pre">        </span>a DamageRecorder</div>







<div><span style="white-space:pre">                </span>cacheCanvas: <span style="white-space:pre">        </span>nil</div><div><span style="white-space:pre">                </span>cachedCanvasHasHoles: <span style="white-space:pre">        </span>true</div>




<div><span style="white-space:pre">                </span>temporaryCursor: <span style="white-space:pre">        </span>nil</div><div><span style="white-space:pre">                </span>temporaryCursorOffset: <span style="white-space:pre">        </span>nil</div>







<div><span style="white-space:pre">                </span>hardwareCursor: <span style="white-space:pre">        </span>nil</div><div><span style="white-space:pre">                </span>hasChanged: <span style="white-space:pre">        </span>true</div>
<div><span style="white-space:pre">                </span>savedPatch: <span style="white-space:pre">        </span>nil</div><div><span style="white-space:pre">                </span>userInitials: <span style="white-space:pre">        </span>&#39;&#39;</div>




<div><span style="white-space:pre">                </span>lastEventBuffer: <span style="white-space:pre">        </span>#(1 57619819 1071 619 0 0 0 1)</div><div><span style="white-space:pre">                </span>lastKeyScanCode: <span style="white-space:pre">        </span>36</div>







<div><span style="white-space:pre">                </span>combinedChar: <span style="white-space:pre">        </span>nil</div><div><br></div><div><br></div><div>--- The full stack ---</div><div>UndefinedObject(Object)&gt;&gt;doesNotUnderstand: #asMiliseconds</div>







<div>[] in [] in DBXPostgresPlatform(DBXPlatform)&gt;&gt;processNextResultSet:querySettings:</div><div>DBXPostgresPlatform(DBXPlatform)&gt;&gt;nextResultSet:querySettings:onReturn:</div><div>[] in DBXPostgresPlatform(DBXPlatform)&gt;&gt;processNextResultSet:querySettings:</div>







<div>BlockClosure&gt;&gt;doWhileTrue:</div><div>DBXPostgresPlatform(DBXPlatform)&gt;&gt;processNextResultSet:querySettings:</div><div>DBXPostgresPlatform(DBXPlatform)&gt;&gt;executeStatement:on:querySettings:</div><div>DBXConnection&gt;&gt;execute:querySettings:</div>







<div>DBXQueryTimeoutTest&gt;&gt;testNoTimeout</div><div>DBXQueryTimeoutTest(TestCase)&gt;&gt;performTest</div><div>[] in DBXQueryTimeoutTest(TestCase)&gt;&gt;runCase</div><div>BlockClosure&gt;&gt;ensure:</div><div>DBXQueryTimeoutTest(TestCase)&gt;&gt;runCase</div>







<div>[] in DBXQueryTimeoutTest(TestCase)&gt;&gt;debug</div><div>BlockClosure&gt;&gt;ensure:</div><div>DBXQueryTimeoutTest(TestCase)&gt;&gt;debug</div><div>[] in TestRunner&gt;&gt;debugSuite:</div><div>OrderedCollection&gt;&gt;do:</div>







<div>[] in TestRunner&gt;&gt;basicRunSuite:do:</div><div>BlockClosure&gt;&gt;ensure:</div><div>TestRunner&gt;&gt;basicRunSuite:do:</div><div>TestRunner&gt;&gt;debugSuite:</div><div>TestRunner&gt;&gt;debug:</div><div>TestRunner&gt;&gt;errorSelected:</div>







<div>PluggableListMorphPlus(PluggableListMorph)&gt;&gt;changeModelSelection:</div><div>PluggableListMorphPlus(PluggableListMorph)&gt;&gt;mouseUp:</div><div>PluggableListMorphPlus(Morph)&gt;&gt;handleMouseUp:</div><div>MouseButtonEvent&gt;&gt;sentTo:</div>







<div>PluggableListMorphPlus(Morph)&gt;&gt;handleEvent:</div><div>MorphicEventDispatcher&gt;&gt;dispatchDefault:with:</div><div>MorphicEventDispatcher&gt;&gt;dispatchEvent:with:</div><div>PluggableListMorphPlus(Morph)&gt;&gt;processEvent:using:</div>







<div>PluggableListMorphPlus(Morph)&gt;&gt;processEvent:</div><div>PluggableListMorphPlus(PluggableListMorph)&gt;&gt;handleFocusEvent:</div><div>[] in HandMorph&gt;&gt;sendFocusEvent:to:clear:</div><div>[] in PasteUpMorph&gt;&gt;becomeActiveDuring:</div>







<div>BlockClosure&gt;&gt;on:do:</div><div>PasteUpMorph&gt;&gt;becomeActiveDuring:</div><div>HandMorph&gt;&gt;sendFocusEvent:to:clear:</div><div> - - - - - - - - - - - - - - -  </div><div><span style="white-space:pre">                        </span>- - - - - - - - - - - - - - - - - -</div>







<div>HandMorph&gt;&gt;sendEvent:focus:clear:</div><div>HandMorph&gt;&gt;sendMouseEvent:</div><div>HandMorph&gt;&gt;handleEvent:</div><div>HandMorph&gt;&gt;processEvents</div><div>[] in WorldState&gt;&gt;doOneCycleNowFor:</div>







<div>Array(SequenceableCollection)&gt;&gt;do:</div><div>WorldState&gt;&gt;handsDo:</div><div>WorldState&gt;&gt;doOneCycleNowFor:</div><div>WorldState&gt;&gt;doOneCycleFor:</div><div>PasteUpMorph&gt;&gt;doOneCycle</div><div>







[] in Project class&gt;&gt;spawnNewProcess</div><div>[] in BlockClosure&gt;&gt;newProcess</div><div><br></div><br><div class="gmail_quote">On Tue, Sep 29, 2009 at 23:14, Mariano Martinez Peck <span dir="ltr">&lt;<a href="mailto:marianopeck@gmail.com" target="_blank">marianopeck@gmail.com</a>&gt;</span> wrote:<br>







<blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex"><br><br><div class="gmail_quote"><div>On Fri, Sep 25, 2009 at 12:07 PM, John Toohey <span dir="ltr">&lt;<a href="mailto:jt@parspro.com" target="_blank">jt@parspro.com</a>&gt;</span> wrote:<br>







<blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex">
Had to rebuild a new image, changes file full, and Pharo still cannot condense a change file. So, now I have a refresh image with just GlorpDBX installed. Ran the tests and have 94 passed and one failure. The failed test is DBXQueryNoTimeout and the failing method is #testNoTimeOut. The DBXQuerySetting object&#39;s timeout property is Nil, and this throws a DNU exception.<div>









<br></div></blockquote></div><div><br>John: I am seeing this test but is green for me here in Linux and Windows :(<br>I mean, I set a nil to the timeout property but I never send a message to that object. I just send a null trough FFI.<br>








<br>Can you tell me where does the DNU occur, who DNU a message and which message was not understood ?   It would be excellent you can send me the stacktrace.<br><br>Thanks a lot for the testing!<br><font color="#888888"><br>







Mariano<br><br> </font></div><div><div></div><div>
<blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex"><div></div><div>Going to try to install Seaside now, and hopefully my own app then.</div><div>




<div></div><div><div><br><br><div class="gmail_quote">On Fri, Sep 25, 2009 at 09:38, Mariano Martinez Peck <span dir="ltr">&lt;<a href="mailto:marianopeck@gmail.com" target="_blank">marianopeck@gmail.com</a>&gt;</span> wrote:<br>









<blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex"><br><br><div class="gmail_quote"><div>On Fri, Sep 25, 2009 at 12:21 PM, Mariano Martinez Peck <span dir="ltr">&lt;<a href="mailto:marianopeck@gmail.com" target="_blank">marianopeck@gmail.com</a>&gt;</span> wrote:<br>









<blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex">
<br><br><div class="gmail_quote"><div>On Fri, Sep 25, 2009 at 12:04 PM, John Toohey <span dir="ltr">&lt;<a href="mailto:jt@parspro.com" target="_blank">jt@parspro.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex">












I now have a new image with Seaside 3 installed, however when I run the follow :-<div><div><br></div><div>Installer ss project: &#39;SqueakDBX&#39;; install: &#39;SqueakDBXPharoLoader&#39;.</div><div>SqueakDBXPharoLoader loadGlorpDBX</div>













</div><div><br></div><div><div>This package depends on the following classes:</div><div>  PGConnection</div><div>You must resolve these dependencies before you will be able to load these definitions: </div><div>  PGConnection classSide&gt;&gt;buildDefaultFieldConverters</div>













<div>  PGConnection classSide&gt;&gt;buildStateTransitionTable</div><div><br></div>Do I need to install the Postgres driver before I do this? I thought it was part of the GlorpDBX install.</div></blockquote></div><div><br>










Yeah, I know :( <br>

It is difficult to explain but there is some places of Glorp which still reference to PGConnection. However, it is not used. Don&#39;t worry. Do a &quot;proceed&quot; and everything will be ok. <br></div></div></blockquote>










</div><div><br>Ok. I found the problem. It&#39;s time to restrucutre some packages about Glorp. <br><br> </div><div><div></div><div><blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex">










<div class="gmail_quote"><div>I will then try to see how to fix this. <br>

<br>what happened to SqueakDBX tests and the amount of connections? did it work my commit ?<br><br>Here is a summary of the things we did to GLorp and how to run GlorpDBX tests:<br><br><a href="http://squeakdbx.smallworks.com.ar/GLORP" target="_blank">http://squeakdbx.smallworks.com.ar/GLORP</a> integration<br>











<br>Ok, it was a secret that webpage. It is our own website with seaside and pier to replace the swiki :)   We will then do the public ANN hahaha.<br><br><br> </div><div><div></div><div><blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex">












<div><div></div><div><div><br></div><div> <br><div class="gmail_quote">
On Thu, Sep 24, 2009 at 21:16, Mariano Martinez Peck <span dir="ltr">&lt;<a href="mailto:marianopeck@gmail.com" target="_blank">marianopeck@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex">













<br><br><div class="gmail_quote"><div>On Thu, Sep 24, 2009 at 10:12 PM, John Toohey <span dir="ltr">&lt;<a href="mailto:jt@parspro.com" target="_blank">jt@parspro.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex">














I am running the OpenDBX-Core tests both from the TestRunner and the OBPackageBrowser. The tests run successfully until my DB runs out of connections. Latest Pharo, and latest GlorpDBX installed.<div><div></div><div>
<br></div></div></blockquote></div><div><br>John: I have just noticed that a lot of SqueakDBX tests don&#39;t release the DB connections, as you guessed. I have just commit. can you please test it and let me know ? of course, you must first reboot or kill all the active connections ;)<br>














<br><br><br>&quot;Name: OpenDBX-Core-Mariano.230<br>Author: Mariano<br>Time: 24 September 2009, 10:15:03 pm<br>UUID: 19ce8340-3070-4495-a21d-cbe2b63aca0e<br>Ancestors: OpenDBX-Core-HMC.229<br><br>There were a lot of SqueakDBX tests that don&#39;t release the connection after testing. So, this can result in a &quot;Too many connections error&quot;. Now, all tests release connections.&quot;<br>














<br><br><br><br><br> </div><div><div></div><div><blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex"><div><div><br><div class="gmail_quote">

On Thu, Sep 24, 2009 at 20:52, Mariano Martinez Peck <span dir="ltr">&lt;<a href="mailto:marianopeck@gmail.com" target="_blank">marianopeck@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex">















<br><br><div class="gmail_quote"><div>On Thu, Sep 24, 2009 at 3:13 PM, John Toohey <span dir="ltr">&lt;<a href="mailto:jt@parspro.com" target="_blank">jt@parspro.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex">
















Okay, I&#39;ve installed SqueakGlorp into my existing image, and added the symlink to the VM for openDBX. I can get up to 44 tests to pass, but it seems that the tests are not releasing their DB connections, so after a while the rest fail with a &quot;Too many connections error&quot;</blockquote>
















</div><div><br>These tests you are talking about are SqueakDBX tests or Glorp tests when using SqueakDBX as the driver ? <br> <br></div><div><blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex">
















<div>
<br></div><div>Is this how it should be for those tests? I am just selecting the test package and selecting &quot;run tests&quot;.</div><div><br></div></blockquote></div><div><br>I need to know which tests are you running, if OpenDBX-Core-Tests or GlorpTest. Anyway, tests should release connections. If this is not done, so we have a bug in our tests.<br>
















<br> </div><div><div></div><div><blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex"><div><br> </div></blockquote><blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex">
















<div></div><div><div><div></div><div><br><br><div class="gmail_quote">On Thu, Sep 24, 2009 at 12:24, Mariano Martinez Peck <span dir="ltr">&lt;<a href="mailto:marianopeck@gmail.com" target="_blank">marianopeck@gmail.com</a>&gt;</span> wrote:<br>

















<blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex"><br><br><div class="gmail_quote"><div>On Thu, Sep 24, 2009 at 3:06 PM, John Toohey <span dir="ltr">&lt;<a href="mailto:jt@parspro.com" target="_blank">jt@parspro.com</a>&gt;</span> wrote:<br>

















<blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex">
- I&#39;ve managed to build it on a VMWare VM running Ubunto, and using the --disable-utils switch, I&#39;ve built it on OSX also. However on both systems when I run the test suite I see this :-</blockquote></div><div><br>

















Excellent news!!! I tell you: there is an utility called odbx-sql that let you send queries trough OpenDBX. However, that utility requires external libraries which seem to have problems, at least in Windows. So, when we compile in Windows, we must disable that utility. But remember this is an utility, not OpenDBX core or feature. It is not important. I didn&#39;t know it has problems also with MacOS, so I will update the webpage. Thanks for the testing!!!!<br>


















<br> </div><div><div></div><div><blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex"><div><br></div><div><div>`--&gt; ./odbxtest -b pgsql -h localhost -p 5432 -d juliet -u postgres -w postgres</div>



















<div>    ODBX_CAP_BASIC: 1</div><div>    ODBX_CAP_LO: 0</div><div>    ODBX_OPT_API_VERSION: 10200 </div><div>    ODBX_OPT_THREAD_SAFE: 1 </div><div>    ODBX_OPT_TLS: 1 </div><div>    ODBX_OPT_CONNECT_TIMEOUT: 1 (using)</div>



















<div>    ODBX_OPT_MULTI_STATEMENTS: 1 (using)</div><div>    ODBX_OPT_PAGED_RESULTS: 0 </div><div>    ODBX_OPT_COMPRESS: 0 </div><div>    ODBX_CAP_BASIC: 1</div><div>    ODBX_CAP_LO: 0</div><div>    ODBX_OPT_API_VERSION: 10200 </div>



















<div>    ODBX_OPT_THREAD_SAFE: 1 </div><div>    ODBX_OPT_TLS: 1 </div><div>    ODBX_OPT_CONNECT_TIMEOUT: 1 (using)</div><div>    ODBX_OPT_MULTI_STATEMENTS: 1 (using)</div><div>    ODBX_OPT_PAGED_RESULTS: 0 </div><div>    ODBX_OPT_COMPRESS: 0 </div>



















<div>WARNING:  nonstandard use of \\ in a string literal</div><div>LINE 1: SELECT * FROM odbxtest WHERE col = &#39;a&#39;&#39;&#39;&#39;\\&#39;&#39;b&#39; </div><div>                                           ^</div><div>



















HINT:  Use the escape string syntax for backslashes, e.g., E&#39;\\&#39;.</div><div>Error in odbx_result(): ERROR:  relation &quot;odbxtest&quot; does not exist</div><div><br></div><div>Error in odbx_result(): ERROR:  relation &quot;odbxtest&quot; does not exist</div>



















<div><br></div><div>Not sure if this means there is a problem with the build (I downloaded to latest one) or a problem with the test suite. </div><div><br></div></div></blockquote></div></div><div><br>As you guessed this seems to be a problem with the test suit, but the build is seems to be perfect. I will send this part to OpenDBX mailing list and see if I receive some help. Thanks for the report.<br>


















 </div><div><blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex"><div><div></div><div>In order to continue and install GlorpDBX into my Pharo image, do I need to build a new image, as my current one already has Pharo-Glorp installed. I&#39;ve never figured out how to uninstall packages in Smalltalk.</div>


















</div></blockquote></div><div><br>Yeah. Me neither :(<br><br>But, what you can do is install just SqueakDBX in that image and run the SqueakDBX tests, using PostgreSQL to see if everything is ok. You should have all green tests. If you get this, I would really appreciate if you can make a binary for MacOS :)<br>


















<br>Then, you can take a new image and install GlorpDBX as explained in the wiki.  Most of the tests should be green. I say &quot;most&quot; because there are some that fails because of what I told you that we don&#39;t support large database fields. <br>


















<br>Best,<br><font color="#888888"><br>Mariano<br><br></font></div><div><div></div><div><blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex">
<div><div><div></div><div>
<div><br></div><div><br></div><br><div class="gmail_quote">On Thu, Sep 24, 2009 at 11:15, Mariano Martinez Peck <span dir="ltr">&lt;<a href="mailto:marianopeck@gmail.com" target="_blank">marianopeck@gmail.com</a>&gt;</span> wrote:<br>


















<blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex">
<br><br><div class="gmail_quote"><div>On Thu, Sep 24, 2009 at 1:59 PM, John Toohey <span dir="ltr">&lt;<a href="mailto:jt@parspro.com" target="_blank">jt@parspro.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex">




















I&#39;m currently trying to build openDBX on OSX. I&#39;ve finally found the postgres client libs and include files, and I&#39;ve run ./configure -with-backends=&quot;pgsql&quot;, but when I run make I get this error :-<div>





















<br></div></blockquote></div><div><br>Excellent you are giving SqueakDBX at least a try. The real thing is this: The squeakDBX team is composed by 4 people. Only one has a Mac and he is very busy with his work. I have ALL databases working on Linux and Windows. And I have also prepared binaries for that because I can (dlls, .deb and .rpm). But I cannot do it with Mac because I don&#39;t have a mac and I don&#39;t know how binaries work on Mac. If you make it work, I would really love you help me generating the binaries so that I can update them to OpenDBX website. <br>




















<br>Which OpenDBX version are you trying to compile? You should try 1.4.3. <br><br>Can you try configuring this way please ?<br><br>./configure --disable-utils --with-backends=&quot;pgsql&quot;<br><br>If it works, I then explain you why that :)<br>




















<br><br></div><div><blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex"><div></div><div><div>Making all in po</div><div>g++ -DHAVE_CONFIG_H -I. -I.. -I../lib -DLOCALEDIR=\&quot;/usr/local/share/locale\&quot; -DKEYWORDFILE=\&quot;/usr/local/share/opendbx/keywords\&quot; -I/opt/local/include/postgresql83  -g -O2 -MT odbx_sql-argmap.o -MD -MP -MF .deps/odbx_sql-argmap.Tpo -c -o odbx_sql-argmap.o `test -f &#39;argmap.cpp&#39; || echo &#39;./&#39;`argmap.cpp</div>





















<div>mv -f .deps/odbx_sql-argmap.Tpo .deps/odbx_sql-argmap.Po</div><div>g++ -DHAVE_CONFIG_H -I. -I.. -I../lib -DLOCALEDIR=\&quot;/usr/local/share/locale\&quot; -DKEYWORDFILE=\&quot;/usr/local/share/opendbx/keywords\&quot; -I/opt/local/include/postgresql83  -g -O2 -MT odbx_sql-commands.o -MD -MP -MF .deps/odbx_sql-commands.Tpo -c -o odbx_sql-commands.o `test -f &#39;commands.cpp&#39; || echo &#39;./&#39;`commands.cpp</div>





















<div>mv -f .deps/odbx_sql-commands.Tpo .deps/odbx_sql-commands.Po</div><div>g++ -DHAVE_CONFIG_H -I. -I.. -I../lib -DLOCALEDIR=\&quot;/usr/local/share/locale\&quot; -DKEYWORDFILE=\&quot;/usr/local/share/opendbx/keywords\&quot; -I/opt/local/include/postgresql83  -g -O2 -MT odbx_sql-completion.o -MD -MP -MF .deps/odbx_sql-completion.Tpo -c -o odbx_sql-completion.o `test -f &#39;completion.cpp&#39; || echo &#39;./&#39;`completion.cpp</div>





















<div>mv -f .deps/odbx_sql-completion.Tpo .deps/odbx_sql-completion.Po</div><div>g++ -DHAVE_CONFIG_H -I. -I.. -I../lib -DLOCALEDIR=\&quot;/usr/local/share/locale\&quot; -DKEYWORDFILE=\&quot;/usr/local/share/opendbx/keywords\&quot; -I/opt/local/include/postgresql83  -g -O2 -MT odbx_sql-odbx-sql.o -MD -MP -MF .deps/odbx_sql-odbx-sql.Tpo -c -o odbx_sql-odbx-sql.o `test -f &#39;odbx-sql.cpp&#39; || echo &#39;./&#39;`odbx-sql.cpp</div>





















<div>odbx-sql.cpp: In function &#39;int main(int, char**)&#39;:</div><div>odbx-sql.cpp:228: error: invalid conversion from &#39;char* (*)(const char*, int)&#39; to &#39;int (*)(const char*, int)&#39;</div><div>make[3]: *** [odbx_sql-odbx-sql.o] Error 1</div>





















<div>make[2]: *** [all-recursive] Error 1</div><div>make[1]: *** [all-recursive] Error 1</div><div>make: *** [all] Error 2</div><div><br></div><div>Do you know of any pre-built binaries that will work on OSX?</div></div>




















</blockquote></div><div><br><br>I don&#39;t know, but I would love to have them!!!<br><br><br> </div><div><div></div><div><blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex">




















<div><div><div></div><div><br><div class="gmail_quote">
On Wed, Sep 23, 2009 at 23:09, Mariano Martinez Peck <span dir="ltr">&lt;<a href="mailto:marianopeck@gmail.com" target="_blank">marianopeck@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex">





















<br><br><div class="gmail_quote"><div>On Wed, Sep 23, 2009 at 11:27 PM, John Toohey <span dir="ltr">&lt;<a href="mailto:jt@parspro.com" target="_blank">jt@parspro.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex">






















Hey,<div><br><div>Thanks for looking into this for me. I&#39;m just using Pharo as my app is using the beta of Seaside 3.0. I&#39;m going to do as you suggested and put some debug statements in PGConnection, and see where that leads. </div>























<div><br></div></div></blockquote></div><div><br>Ok, let us know what the problem was if you find it :)<br> </div><div><blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex">






















<div><div></div><div>Is it a lot of changes from me to switch to DBX on Pharo? </div></div></blockquote></div><div><br>No. Your application shouldn&#39;t have any changes. You application will use just Glorp. But in this case Glorp won&#39;t use the native PostgreSQL driver, but SqueakDBX with PostgreSQL.<br>






















 </div><div><blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex"><div><div>I assume there are no changes in my Glorp code, but what else do I need to do. </div>






















</div></blockquote></div><div><br>The only thing you must do is:<br><br>- Install the PostgreSQL client library (if you don&#39;t have it already installed).<br>- Compile or Install (if you are in Linux you can use the .rpm or .deb) OpenDBX with PostgreSQL,<br>






















<br>You can read how to do it here: <a href="http://wiki.squeak.org/squeak/6129" target="_blank">http://wiki.squeak.org/squeak/6129</a><br><br>You must do it only once. Once this is done, everything is easy and you can take advantage of all the SqueakDBX features (<a href="http://wiki.squeak.org/squeak/6106" target="_blank">http://wiki.squeak.org/squeak/6106</a>). OpenDBX works perfect with PostgreSQL in Linux, Mac and Windows. We have also have GlorpDBX working with SqueakDBX and PostgreSQL and it is very easy to install:<br>






















<br><a href="http://wiki.squeak.org/squeak/6130" target="_blank">http://wiki.squeak.org/squeak/6130</a>    (where it says GlorpDBX).<br><br>The only limitation we have right now is that we don&#39;t support large objects (blob, clob, etc) yet.<br>






















<br>If you try it and have any problem, please, let us know!!!<br> </div><div><blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex"><div><div>
I develop on OSX and deploy to Linux for production.</div>
<div><br></div></div></blockquote></div><div><br>No problem. <br> <br>Best,<br><font color="#888888"><br>Mariano<br><br></font></div><div><div></div><div><blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex">






















<div><div>
</div><div><div><div></div><div><br><br><div class="gmail_quote">On Wed, Sep 23, 2009 at 21:03, Mariano Martinez Peck <span dir="ltr">&lt;<a href="mailto:marianopeck@gmail.com" target="_blank">marianopeck@gmail.com</a>&gt;</span> wrote:<br>






















<blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex">
I was thinking if you have the problem in Squeak also or just Pharo ?<div><div></div><div><br><br><div class="gmail_quote">On Wed, Sep 23, 2009 at 8:12 PM, Mariano Martinez Peck <span dir="ltr">&lt;<a href="mailto:marianopeck@gmail.com" target="_blank">marianopeck@gmail.com</a>&gt;</span> wrote:<br>
























<blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex"><br><br><div class="gmail_quote">On Wed, Sep 23, 2009 at 8:25 PM, John Toohey <span dir="ltr">&lt;<a href="mailto:jt@parspro.com" target="_blank">jt@parspro.com</a>&gt;</span> wrote:<br>
























<blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex">


Hi,<div><br></div></blockquote><div><br><br>
Hi John! This list is SqueakDBX related, so perhaps I am not the best
one to help you. I just make Glorp and PostgreSQL native driver to work
on Pharo. Actually, the only thing I did is to have all green tests. No
more than that. I don&#39;t have a Glorp + native postgresql driver
application. Anyway, I will try to help you ;)<br>
<br> </div><div><blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex"><div></div><div>My app frequently losses the connection the Postgres, and throws a &quot;Connection not Valid&quot; exception. Unfortunately on the latest Pharo images, there is a bug that causes this to write the stack trace to disk, and then the image locks up.</div>



























</blockquote></div><div><br>you meat there is a Pharo bug that when there is a walkback and the stacktrace is written to disk, it freezes the image ?  is there a bug report of that ? Could you reproduce that ?<br> </div>
























<div><blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex">


<div> I think the socket on the PGConnection class is being closed or times out, and I need to know is there someway that I can debug this or if its a know issue. </div>
<div><br></div></blockquote></div><div><br>Yes, that&#39;s probably the case. I can see in code that the error &#39;Connection not valid&#39; when the connection is not connected or if it is nil. If you see your stacktrace, you can see that the socket variable is nil. That&#39;s why the error. Now, the question is why the socket is nil ?<br>


























<br>I looked for the code to see where can be the socket set to nil, and I found some places:  PGConnection stTerminalError:  , stTerminated<br>Perhaps you can put a &quot;self halt&quot; in those methods and then debug them.<br>

























<br>The PGConnection seems to do a lot of &quot;self log: &#39;XXXX&#39;&quot;. So, perhaps you can have a Transcript opened to see that. <br><br>Finally, why don&#39;t you give a try to GlorpDBX + SqueakDBX ?   It works pretty well and has good performance. <br>

























<br>I hope this helps. Remember I am not a native postgresql driver guru. Perhaps you can ask also in squeak-dev or pharo mailing lists.<br><br>Best,<br><br>Mariano<br> </div><blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex">
























<div><div></div><div>

<div></div><div>I am using the latest Pharo image, with the latest Pharo-Glorp package, and the newest Postgres driver. I think this is the relevant part of the stack trace :-</div>
<div><br></div><div><div><br></div><div>
PGConnection(Object)&gt;&gt;error:</div><div><span style="white-space:pre">        </span>Receiver: a PGConnection</div><div><span style="white-space:pre">        </span>Arguments and temporary variables: </div>
<div><span style="white-space:pre">                </span>aString: <span style="white-space:pre">        </span>&#39;Connection not valid&#39;</div><div><span style="white-space:pre">        </span>Receiver&#39;s instance variables: </div>
<div><span style="white-space:pre">                </span>trace: <span style="white-space:pre">        </span>0</div><div><span style="white-space:pre">                </span>state: <span style="white-space:pre">        </span>#Terminated</div>
<div><span style="white-space:pre">                </span>events: <span style="white-space:pre">        </span>an OrderedCollection()</div><div><span style="white-space:pre">                </span>socket: <span style="white-space:pre">        </span>nil</div>

















<div><span style="white-space:pre">                </span>readBuffer: <span style="white-space:pre">        </span>&#39;PblankT id  ��name  �$password  �6client...etc...</div><div><span style="white-space:pre">                </span>readIndex: <span style="white-space:pre">        </span>384</div>




























<div><span style="white-space:pre">                </span>lastReadIndex: <span style="white-space:pre">        </span>384</div><div><span style="white-space:pre">                </span>writeBuffer: <span style="white-space:pre">        </span>nil</div>
<div><span style="white-space:pre">                </span>processId: <span style="white-space:pre">        </span>28132</div><div><span style="white-space:pre">                </span>secretKey: <span style="white-space:pre">        </span>1795051851</div>

















<div><span style="white-space:pre">                </span>sql: <span style="white-space:pre">        </span>&#39;SELECT <a href="http://t1.id" target="_blank">t1.id</a>, <a href="http://t1.name" target="_blank">t1.name</a>, t1.password, t1.client, t1.role, t1.mobile, t1.ema...etc...</div>




























<div><span style="white-space:pre">                </span>functionCallOid: <span style="white-space:pre">        </span>nil</div><div><span style="white-space:pre">                </span>functionCallArgs: <span style="white-space:pre">        </span>nil</div>

















<div><span style="white-space:pre">                </span>copyStream: <span style="white-space:pre">        </span>nil</div><div><span style="white-space:pre">                </span>result: <span style="white-space:pre">        </span>a PGResult</div>
<div><span style="white-space:pre">                </span>connectionArgs: <span style="white-space:pre">        </span>a PGConnectionArgs</div><div><span style="white-space:pre">                </span>notificationSubscribers: <span style="white-space:pre">        </span>nil</div>




























<div><span style="white-space:pre">                </span>fieldConverters: <span style="white-space:pre">        </span>an IdentityDictionary(16-&gt;[closure] in PGConnection class&gt;&gt;boo...etc...</div>
<div><span style="white-space:pre">                </span>sqlStringConverter: <span style="white-space:pre">        </span>[closure] in PGConnection&gt;&gt;clientEncoding:</div><div><span style="white-space:pre">                </span>receivingTextConverter: <span style="white-space:pre">        </span>an UTF8TextConverter</div>




























<div><br></div><div>PGConnection&gt;&gt;execute:</div><div><span style="white-space:pre">        </span>Receiver: a PGConnection</div><div><span style="white-space:pre">        </span>Arguments and temporary variables: </div>
<div><span style="white-space:pre">                </span>sqlString: <span style="white-space:pre">        </span>&#39;SELECT <a href="http://t1.id" target="_blank">t1.id</a>, t1.typename, t1.description, t1.selectioncount, t1.pr...etc...</div>




























<div><span style="white-space:pre">        </span>Receiver&#39;s instance variables: </div><div><span style="white-space:pre">                </span>trace: <span style="white-space:pre">        </span>0</div>
<div><span style="white-space:pre">                </span>state: <span style="white-space:pre">        </span>#Terminated</div><div><span style="white-space:pre">                </span>events: <span style="white-space:pre">        </span>an OrderedCollection()</div>




























<div><span style="white-space:pre">                </span>socket: <span style="white-space:pre">        </span>nil</div><div><span style="white-space:pre">                </span>readBuffer: <span style="white-space:pre">        </span>&#39;PblankT id  ��name  �$password  �6client...etc...</div>




























<div><span style="white-space:pre">                </span>readIndex: <span style="white-space:pre">        </span>384</div><div><span style="white-space:pre">                </span>lastReadIndex: <span style="white-space:pre">        </span>384</div>
<div><span style="white-space:pre">                </span>writeBuffer: <span style="white-space:pre">        </span>nil</div><div><span style="white-space:pre">                </span>processId: <span style="white-space:pre">        </span>28132</div>
<div><span style="white-space:pre">                </span>secretKey: <span style="white-space:pre">        </span>1795051851</div><div><span style="white-space:pre">                </span>sql: <span style="white-space:pre">        </span>&#39;SELECT <a href="http://t1.id" target="_blank">t1.id</a>, <a href="http://t1.name" target="_blank">t1.name</a>, t1.password, t1.client, t1.role, t1.mobile, t1.ema...etc...</div>




























<div><span style="white-space:pre">                </span>functionCallOid: <span style="white-space:pre">        </span>nil</div><div><span style="white-space:pre">                </span>functionCallArgs: <span style="white-space:pre">        </span>nil</div>

















<div><span style="white-space:pre">                </span>copyStream: <span style="white-space:pre">        </span>nil</div><div><span style="white-space:pre">                </span>result: <span style="white-space:pre">        </span>a PGResult</div>
<div><span style="white-space:pre">                </span>connectionArgs: <span style="white-space:pre">        </span>a PGConnectionArgs</div><div><span style="white-space:pre">                </span>notificationSubscribers: <span style="white-space:pre">        </span>nil</div>




























<div><span style="white-space:pre">                </span>fieldConverters: <span style="white-space:pre">        </span>an IdentityDictionary(16-&gt;[closure] in PGConnection class&gt;&gt;boo...etc...</div>
<div><span style="white-space:pre">                </span>sqlStringConverter: <span style="white-space:pre">        </span>[closure] in PGConnection&gt;&gt;clientEncoding:</div><div><span style="white-space:pre">                </span>receivingTextConverter: <span style="white-space:pre">        </span>an UTF8TextConverter</div>




























<div><br></div><div>SqueakDatabaseAccessor&gt;&gt;basicExecuteSQLString:</div><div><span style="white-space:pre">        </span>Receiver: a SqueakDatabaseAccessor</div><div><span style="white-space:pre">        </span>Arguments and temporary variables: </div>




























<div><span style="white-space:pre">                </span>aString: <span style="white-space:pre">        </span>&#39;SELECT <a href="http://t1.id" target="_blank">t1.id</a>, t1.typename, t1.description, t1.selectioncount, t1.prio...etc...</div>




























<div><span style="white-space:pre">                </span>result: <span style="white-space:pre">        </span>nil</div><div><span style="white-space:pre">                </span>rowCollection: <span style="white-space:pre">        </span>nil</div>
<div><span style="white-space:pre">        </span>Receiver&#39;s instance variables: </div><div><span style="white-space:pre">                </span>connection: <span style="white-space:pre">        </span>a PGConnection</div>
<div><span style="white-space:pre">                </span>currentLogin: <span style="white-space:pre">        </span>a Login(a PostgreSQLPlatform, &#39;postgres&#39;, &#39;847129&#39;, &#39;localhost_ju...etc...</div>
<div><span style="white-space:pre">                </span>logging: <span style="white-space:pre">        </span>true</div><div><span style="white-space:pre">                </span>reusePreparedStatements: <span style="white-space:pre">        </span>nil</div>

















<div><span style="white-space:pre">                </span>deniedCommands: <span style="white-space:pre">        </span>nil</div><div><span style="white-space:pre">                </span>mutex: <span style="white-space:pre">        </span>a Semaphore()</div>

















<div><span style="white-space:pre">                </span>dependents: <span style="white-space:pre">        </span>nil</div><div><span style="white-space:pre">                </span>isInTransaction: <span style="white-space:pre">        </span>false</div>

















<div><br></div><div>Any help would be appreciated, as this is stopping me from going to a Beta test at the moment.</div><div><br></div><div>Thanks,</div><div><br></div><div><br></div><br>-- <br>-JT<br><br><br>
</div>
<br></div></div>_______________________________________________<br>
SqueakDBX mailing list<br>
<a href="mailto:SqueakDBX@lists.squeakfoundation.org" target="_blank">SqueakDBX@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/mailman/listinfo/squeakdbx" target="_blank">http://lists.squeakfoundation.org/mailman/listinfo/squeakdbx</a><br>
<br></blockquote></div><br>
</blockquote></div><br>
</div></div></blockquote></div><br><br clear="all"><br></div></div>-- <br>-JT<br><br><br>
</div></div>
</blockquote></div></div></div><br>
</blockquote></div><br><br clear="all"><br></div></div>-- <br>-JT<br><br><br>
</div>
</blockquote></div></div></div><br>
</blockquote></div><br><br clear="all"><br></div></div>-- <br>-JT<br><br><br>
</div>
</blockquote></div></div></div><br>
</blockquote></div><br><br clear="all"><br></div></div>-- <br>-JT<br><br><br>
</div>
</blockquote></div></div></div><br>
<br>_______________________________________________<br>
SqueakDBX mailing list<br>
<a href="mailto:SqueakDBX@lists.squeakfoundation.org" target="_blank">SqueakDBX@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/mailman/listinfo/squeakdbx" target="_blank">http://lists.squeakfoundation.org/mailman/listinfo/squeakdbx</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>-JT<br><br><br>
</div></div></blockquote></div></div></div><br>
<br>_______________________________________________<br>
SqueakDBX mailing list<br>
<a href="mailto:SqueakDBX@lists.squeakfoundation.org" target="_blank">SqueakDBX@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/mailman/listinfo/squeakdbx" target="_blank">http://lists.squeakfoundation.org/mailman/listinfo/squeakdbx</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>-JT<br><br><br>
</div>
</div></div></blockquote></div></div></div><br>
</blockquote></div></div></div><br>
<br>_______________________________________________<br>
SqueakDBX mailing list<br>
<a href="mailto:SqueakDBX@lists.squeakfoundation.org" target="_blank">SqueakDBX@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/mailman/listinfo/squeakdbx" target="_blank">http://lists.squeakfoundation.org/mailman/listinfo/squeakdbx</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>-JT<br><br><br>
</div>
</div></div></blockquote></div></div></div><br>
</blockquote></div><br><br clear="all"><br>-- <br>-JT<br><br><br>
</div>
</blockquote></div><br>
</blockquote></div><br><br clear="all"><br>-- <br>-JT<br><br><br>
</blockquote></div><br>
</blockquote></div><br>
</blockquote></div><br><br clear="all"><br>-- <br>-JT<br><br><br>
</div>
</blockquote></div><br>
<br>_______________________________________________<br>
SqueakDBX mailing list<br>
<a href="mailto:SqueakDBX@lists.squeakfoundation.org">SqueakDBX@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/mailman/listinfo/squeakdbx" target="_blank">http://lists.squeakfoundation.org/mailman/listinfo/squeakdbx</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>-JT<br><br><br>
</div>