Bug 517993 - UiaDbusCoreBridge: Causes the winbutton.py test to hang
Summary: UiaDbusCoreBridge: Causes the winbutton.py test to hang
Status: NEW
Alias: None
Product: UI Automation
Classification: Mono
Component: Client - UIA (show other bugs)
Version: Unspecified
Hardware: x86 openSUSE 11.1
: P5 - None : Critical
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-30 20:17 UTC by Stephen Shaw
Modified: 2010-02-24 19:41 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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?