Bug 2807

Summary: java.lang.Exception: FIXME: wait for completion unimplemented?
Product: frysk Reporter: Len DiMaggio <ldimaggi>
Component: generalAssignee: Andrew Cagney <cagney>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on:    
Bug Blocks: 3401    

Description Len DiMaggio 2006-06-19 19:25:00 UTC
java.lang.Exception: FIXME: wait for completion unimplemented?

I'm seeing this error if I run a dogtail script that attempts to select all
processes and all observers for each process in a new session definition.

It's really not a reasonable test, and it may be a problem outside of Frysk.
Question: Is the "Fixme" line in Frysk?

The test is: /frysk/frysk-gui/frysk/gui/test/dogtail_scripts/TestStressDruid.py

The CLI options to run the test are:
python TestStressDruid.py /path/to/FryskGui another_new_session.xml

(The XML file is actually parsed but not yet used by the test.)

The exception is:
click on {"sessionDruid_addProcessGroupButton" button}
activate on {child with name="zenity"}
click on {"sessionDruid_addProcessGroupButton" button}
click on {"Forward" button}
Exception in thread "main" java.lang.NullPointerException
   at org.gnu.gtk.Gtk.gtk_main(libgtkjava-2.8.so)
   at org.gnu.gtk.Gtk.main(libgtkjava-2.8.so)
   at frysk.gui.Gui.gui(FryskGui)
   at frysk.gui.FryskGui.main(FryskGui)
java.lang.Exception: FIXME: wait for completion unimplemented
   at org.gnu.glib.GObject.printStackTrace(libgtkjava-2.8.so)
Warning: AT-SPI error: getChildCount: Unknown CORBA exception id:
'IDL:omg.org/CORBA/COMM_FAILURE:1.0'
Warning: AT-SPI error: getName: Unknown CORBA exception id:
'IDL:omg.org/CORBA/COMM_FAILURE:1.0'
python: Objects/stringobject.c:105: PyString_FromString: Assertion `str !=
((void *)0)' failed.
Aborted
Comment 1 Len DiMaggio 2006-06-20 14:05:32 UTC
This problem may actually be in Dogtail - I'm seeing this exception with Frysk
as built from CVS on 20060620:

click on {"Forward" button}
java.lang.Exception: gtk_tree_store_iter_has_child: assertion `iter->stamp ==
GTK_TREE_STORE (tree_model)->stamp' failed
   at org.gnu.glib.GObject.printStackTrace(libgtkjava-2.8.so)
   at org.gnu.gtk.Gtk.gtk_main(libgtkjava-2.8.so)
   at org.gnu.gtk.Gtk.main(libgtkjava-2.8.so)
   at frysk.gui.Gui.gui(FryskGui)
   at frysk.gui.FryskGui.main(FryskGui)
java.lang.Exception: gtk_tree_store_iter_has_child: assertion `iter->stamp ==
GTK_TREE_STORE (tree_model)->stamp' failed
   at org.gnu.glib.GObject.printStackTrace(libgtkjava-2.8.so)
   at org.gnu.gtk.Gtk.gtk_main(libgtkjava-2.8.so)
   at org.gnu.gtk.Gtk.main(libgtkjava-2.8.so)
   at frysk.gui.Gui.gui(FryskGui)
   at frysk.gui.FryskGui.main(FryskGui)
java.lang.Exception: gtk_tree_store_iter_has_child: assertion `iter->stamp ==
GTK_TREE_STORE (tree_model)->stamp' failed
   at org.gnu.glib.GObject.printStackTrace(libgtkjava-2.8.so)
   at org.gnu.gtk.Gtk.gtk_main(libgtkjava-2.8.so)
   at org.gnu.gtk.Gtk.main(libgtkjava-2.8.so)
   at frysk.gui.Gui.gui(FryskGui)
   at frysk.gui.FryskGui.main(FryskGui)
Exception in thread "main" java.lang.NullPointerException
   at org.gnu.gtk.Gtk.gtk_main(libgtkjava-2.8.so)
   at org.gnu.gtk.Gtk.main(libgtkjava-2.8.so)
   at frysk.gui.Gui.gui(FryskGui)
   at frysk.gui.FryskGui.main(FryskGui)
java.lang.Exception: FIXME: wait for completion unimplemented
   at org.gnu.glib.GObject.printStackTrace(libgtkjava-2.8.so)
Warning: AT-SPI error: getChildCount: Unknown CORBA exception id:
'IDL:omg.org/CORBA/COMM_FAILURE:1.0'
Warning: AT-SPI error: getName: Unknown CORBA exception id:
'IDL:omg.org/CORBA/COMM_FAILURE:1.0'
python: Objects/stringobject.c:105: PyString_FromString: Assertion `str !=
((void *)0)' failed.Aborted
Comment 2 Len DiMaggio 2006-07-25 14:47:08 UTC
This problem may have some root cause in/with Dogtail - but it's an exception in
Frysk before the CORBA error is displayed:

Exception in thread "main" java.lang.NullPointerException
   at org.gnu.gtk.Gtk.gtk_main(libgtkjava-2.8.so)
   at org.gnu.gtk.Gtk.main(libgtkjava-2.8.so)
   at frysk.gui.Gui.gui(FryskGui)
   at frysk.gui.FryskGui.main(FryskGui)
java.lang.Exception: FIXME: wait for completion unimplemented
   at org.gnu.glib.GObject.printStackTrace(libgtkjava-2.8.so)
Warning: AT-SPI error: getChildCount: Unknown CORBA exception id:
'IDL:omg.org/CORBA/COMM_FAILURE:1.0'
Warning: AT-SPI error: getName: Unknown CORBA exception id:
'IDL:omg.org/CORBA/COMM_FAILURE:1.0'
python: Objects/stringobject.c:105: PyString_FromString: Assertion `str !=
((void *)0)' failed.
Aborted
Comment 3 Len DiMaggio 2006-07-27 03:35:43 UTC
This is really a bug in Dogtail:

http://bugzilla.gnome.org/show_bug.cgi?id=348891