[LDTP-Dev] Timeout when receiving a message

Ara Pulido ara at ubuntu.com
Thu Jun 26 01:00:22 PDT 2008


Hello all,

I have a problem with a script that was working before.

When sending the WAITTILLGUIEXIST message, the socket always times out,
and the script is frozen forever, as the socket time out does not
release the redflag event object.

Does anyone knows why this is happening??

Thanks!
Ara.

Debug information:

128 ( frmTopExpandedEdgePanel , mnuCalculator , class )
Send packet <?xml
version="1.0"?><REQUEST><ACTION>128</ACTION><ID>MainThread128</ID><CONTEXT>frmTopExpandedEdgePanel</CONTEXT><COMPONENT>mnuCalculator</COMPONENT><ARGUMENTS><ARGUMENT><![CDATA[class]]></ARGUMENT></ARGUMENTS></REQUEST>
DEBUG waiting for readflag <_MainThread(MainThread, started)>
DEBUG readflag lock released
Received packet size 220
Received response Packet <?xml version="1.0"
encoding="utf-8"?><RESPONSE><ID>MainThread128</ID><STATUS><CODE>0</CODE><MESSAGE>Successfully completed</MESSAGE></STATUS><DATA><LENGTH>9</LENGTH><VALUE><![CDATA[menu_item]]></VALUE></DATA></RESPONSE>
128 ( frmTopExpandedEdgePanel , mnuCalculator , label_by )
Send packet <?xml
version="1.0"?><REQUEST><ACTION>128</ACTION><ID>MainThread128</ID><CONTEXT>frmTopExpandedEdgePanel</CONTEXT><COMPONENT>mnuCalculator</COMPONENT><ARGUMENTS><ARGUMENT><![CDATA[label_by]]></ARGUMENT></ARGUMENTS></REQUEST>
DEBUG waiting for readflag <_MainThread(MainThread, started)>
DEBUG readflag lock released
*** Unable to get property
Received packet size 156
Received response Packet <?xml version="1.0"
encoding="utf-8"?><RESPONSE><ID>MainThread128</ID><STATUS><CODE>-977</CODE><MESSAGE>Unable to get property</MESSAGE></STATUS></RESPONSE>
128 ( frmTopExpandedEdgePanel , mnuCalculator , label )
Send packet <?xml
version="1.0"?><REQUEST><ACTION>128</ACTION><ID>MainThread128</ID><CONTEXT>frmTopExpandedEdgePanel</CONTEXT><COMPONENT>mnuCalculator</COMPONENT><ARGUMENTS><ARGUMENT><![CDATA[label]]></ARGUMENT></ARGUMENTS></REQUEST>
DEBUG waiting for readflag <_MainThread(MainThread, started)>
DEBUG readflag lock released
Received packet size 223
Received response Packet <?xml version="1.0"
encoding="utf-8"?><RESPONSE><ID>MainThread128</ID><STATUS><CODE>0</CODE><MESSAGE>Successfully completed</MESSAGE></STATUS><DATA><LENGTH>11</LENGTH><VALUE><![CDATA[_Calculator]]></VALUE></DATA></RESPONSE>
40 ( frmTopExpandedEdgePanel , mnuCalculator )
Send packet <?xml
version="1.0"?><REQUEST><ACTION>40</ACTION><ID>MainThread40</ID><CONTEXT>frmTopExpandedEdgePanel</CONTEXT><COMPONENT>mnuCalculator</COMPONENT></REQUEST>
DEBUG waiting for readflag <_MainThread(MainThread, started)>
DEBUG readflag lock released
Received packet size 152
Received response Packet <?xml version="1.0"
encoding="utf-8"?><RESPONSE><ID>MainThread40</ID><STATUS><CODE>0</CODE><MESSAGE>Successfully completed</MESSAGE></STATUS></RESPONSE>
119 ( Calculator ,  , 20 )
Send packet <?xml
version="1.0"?><REQUEST><ACTION>119</ACTION><ID>MainThread119</ID><CONTEXT>Calculator</CONTEXT><COMPONENT></COMPONENT><ARGUMENTS><ARGUMENT><![CDATA[20]]></ARGUMENT></ARGUMENTS></REQUEST>
DEBUG waiting for readflag <_MainThread(MainThread, started)>
DEBUG readflag lock released
Timeout
Peekresponse empty string
DEBUG waiting for readflag <_MainThread(MainThread, started)>
Timeout
DEBUG readflag lock released
Timeout
Peekresponse empty string
DEBUG waiting for readflag <_MainThread(MainThread, started)>




More information about the LDTP-dev mailing list