EmilyDirsh / hotwire-shell

Automatically exported from code.google.com/p/hotwire-shell
Other
0 stars 0 forks source link

null GObject crash (ls in python language) #168

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. select language Python
2. enter "ls"

What is the expected output? What do you see instead?

/System/Links/Executables/hotwire:205: PangoWarning: 
pango_context_get_matrix: assertion `PANGO_IS_CONTEXT (context)' failed
  gtk.main()
/System/Links/Executables/hotwire:205: Warning: invalid uninstantiatable 
type `(null)' in cast to `GObject'
  gtk.main()
/System/Links/Executables/hotwire:205: Warning: g_object_get_qdata: 
assertion `G_IS_OBJECT (object)' failed
  gtk.main()
/System/Links/Executables/hotwire:205: Warning: g_object_set_qdata_full: 
assertion `G_IS_OBJECT (object)' failed
  gtk.main()

Then hotwire screen disappears.

What version of the product are you using? On what operating system?

hotwire-0.761 under Linux

Please provide any additional information below.

Original issue reported on code.google.com by qu...@sparq.org on 25 Mar 2008 at 10:09

GoogleCodeExporter commented 9 years ago
Can you try running hotwire like this from a terminal/shell:

env G_DEBUG=fatal_warnings gdb /path/to/hotwire
r
<make it crash>
t a a bt

And attach the resulting output.

Original comment by cgwalt...@gmail.com on 26 Mar 2008 at 5:15

GoogleCodeExporter commented 9 years ago
Unfortunately it doesn't seem to be reproducible.  If I do see it occur again, 
I 
will try to gather this info.

Original comment by qu...@sparq.org on 26 Mar 2008 at 6:28