rcampa1 / rad2py

Automatically exported from code.google.com/p/rad2py
GNU General Public License v3.0
0 stars 0 forks source link

IDE blocks on rare circumstances after debugging / syntax errors #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Edit a program, introduce a syntax error
2. Debug (F5), accept reported errors
3. repeat several times until IDE blocks

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

{{{
/usr/lib/python2.7/dist-packages/wx-2.8-gtk2-unicode/wx/_core.py:7703: 
GtkWarning: IA__gdk_window_get_window_type: assertion `GDK_IS_WINDOW (window)' 
failed
  return _core_.YieldIfNeeded(*args)
/usr/lib/python2.7/dist-packages/wx-2.8-gtk2-unicode/wx/_core.py:7703: 
GtkWarning: IA__gtk_widget_event: assertion `WIDGET_REALIZED_FOR_EVENT (widget, 
event)' failed
  return _core_.YieldIfNeeded(*args)
}}}

Original issue reported on code.google.com by reingart@gmail.com on 6 Oct 2011 at 11:04

GoogleCodeExporter commented 9 years ago
This should be resolved as qdb frontend is a daemon thread and don't uses 
wx.Yield anymore 

Original comment by reingart@gmail.com on 14 Jan 2012 at 7:38