Bug 517993

Summary: UiaDbusCoreBridge: Causes the winbutton.py test to hang
Product: [Mono] UI Automation Reporter: Stephen Shaw <sshaw>
Component: Client - UIAAssignee: E-mail List <mono-a11y-bugs>
Status: NEW --- QA Contact: E-mail List <mono-a11y-qa>
Severity: Critical    
Priority: P5 - None    
Version: Unspecified   
Target Milestone: ---   
Hardware: x86   
OS: openSUSE 11.1   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Stephen Shaw 2009-06-30 20:17:49 UTC
User-Agent:       Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1) Gecko/20090617 SUSE/3.5.0-5.1 Firefox/3.5

when the uiadbuscorebridge rpm is install on the machine I'm running the ocra tests it hangs.  If I remove the rpm it takes a bit to close, but doesn't hang.

Without uiadbuscorebridge installed:
/home/a11y/code/orca/test/harness/runone.sh: line 168:   996 Killed                  orca --user-prefs-dir `pwd`
/home/a11y/code/orca/test/harness/runone.sh: line 185:  1031 Killed                  $APP_NAME $ARGS $PARAMS

** (/usr/lib/IPCE/ipy/ipy.exe:1144): CRITICAL **: giop_thread_request_push: assertion `tdata != NULL' failed

** (/usr/lib/IPCE/ipy/ipy.exe:1144): CRITICAL **: giop_thread_request_push: assertion `tdata != NULL' failed

** (/usr/lib/IPCE/ipy/ipy.exe:1144): CRITICAL **: giop_thread_request_push: assertion `tdata != NULL' failed

** (/usr/lib/IPCE/ipy/ipy.exe:1144): CRITICAL **: giop_thread_request_push: assertion `tdata != NULL' failed

** (/usr/lib/IPCE/ipy/ipy.exe:1144): CRITICAL **: giop_thread_request_push: assertion `tdata != NULL' failed

** (/usr/lib/IPCE/ipy/ipy.exe:1144): CRITICAL **: giop_thread_request_push: assertion `tdata != NULL' failed

** (/usr/lib/IPCE/ipy/ipy.exe:1144): CRITICAL **: giop_thread_request_push: assertion `tdata != NULL' failed

** (/usr/lib/IPCE/ipy/ipy.exe:1144): CRITICAL **: giop_thread_request_push: assertion `tdata != NULL' failed

** (/usr/lib/IPCE/ipy/ipy.exe:1144): CRITICAL **: giop_thread_request_push: assertion `tdata != NULL' failed
**
ERROR:handles.c:502:_wapi_handle_new: assertion failed: (_wapi_has_shut_down == FALSE)



With uiadbuscorebridge installed:
** (/usr/lib/IPCE/ipy/ipy.exe:29448): CRITICAL **: giop_thread_request_push: assertion `tdata != NULL' failed

** (/usr/lib/IPCE/ipy/ipy.exe:29448): CRITICAL **: giop_thread_request_push: assertion `tdata != NULL' failed

** (/usr/lib/IPCE/ipy/ipy.exe:29448): CRITICAL **: giop_thread_request_push: assertion `tdata != NULL' failed

** (/usr/lib/IPCE/ipy/ipy.exe:29448): CRITICAL **: giop_thread_request_push: assertion `tdata != NULL' failed

** (/usr/lib/IPCE/ipy/ipy.exe:29448): CRITICAL **: giop_thread_request_push: assertion `tdata != NULL' failed

** (/usr/lib/IPCE/ipy/ipy.exe:29448): WARNING **: FIXME: wait for completion unimplemented



Reproducible: Always

Steps to Reproduce:
1.run the orca test job in hudson (zypper in uiadbuscorebridge - 151.155.249.80)
2.
3.
Comment 1 Sanford Armstrong 2010-02-24 19:14:57 UTC
Does this bug still exist?