search for: wxeventloop

Displaying 8 results from an estimated 8 matches for "wxeventloop".

Did you mean: qeventloop
2009 Aug 18
0
[LLVMdev] Graphviz and LLVM-TV
...Poolalloc build is also broken right now, but it works enough to be used with llvm-tv (you only need libLLVMDataStructure). The current issue is the wxWidgets exception that you'll get when trying to select a module in the list: ./src/gtk/evtloop.cpp(64): assert "!m_impl" failed in ~wxEventLoop(): should have been deleted in Run() I haven't been able to figure out what's going on here. If you are interested enough in llvm-tv to help me figure it out, let me know. Misha -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipe...
2009 Aug 18
1
[LLVMdev] Graphviz and LLVM-TV
...en right now, but it works enough to be used > with llvm-tv (you only need libLLVMDataStructure). > > The current issue is the wxWidgets exception that you'll get when trying to > select a module in the list: > > ./src/gtk/evtloop.cpp(64): assert "!m_impl" failed in ~wxEventLoop(): > should have been deleted in Run() > > I haven't been able to figure out what's going on here. If you are > interested enough in llvm-tv to help me figure it out, let me know. > OK, I've fixed that too-- take a look and let me know if you have any issues building/us...
2009 Aug 13
2
[LLVMdev] Graphviz and LLVM-TV
Chris Lattner wrote: On Aug 13, 2009, at 8:56 AM, Ioannis Nousias wrote: > Hi > > I'm trying to get a graphviz output (DOT) of a code I'm compiling. I > want to see the DFG/CFG of the LLVM assembly, how the operations are > chained together. The documentation mentions something about calling > certain methods from within gdb, but isn't there some option when >
2007 Dec 27
0
[ wxruby-Bugs-16622 ] Calling skip() on CommandEvent causes segfault on OS X 10.5
...n SendEventToEventTargetInternal () #21 0x92dcb08e in SendEventToEventTarget () #22 0x014b0df5 in wxApp::MacHandleOneEvent (this=0x12720be0, evr=0x12736860) at ../src/mac/carbon/app.cpp:1225 #23 0x014b0ec5 in wxApp::MacDoOneEvent (this=0x12720be0) at ../src/mac/carbon/app.cpp:1194 #24 0x014cc938 in wxEventLoop::Dispatch (this=0x12496b30) at ../src/mac/carbon/evtloop.cpp:107 #25 0x0156b72d in wxEventLoopManual::Run (this=0x12496b30) at ../src/common/evtloopcmn.cpp:115 #26 0x0154160d in wxAppBase::MainLoop (this=0x12720be0) at ../src/common/appcmn.cpp:312 #27 0x0154177b in wxAppBase::OnRun (this=0x12720be0...
2008 Feb 06
0
[ wxruby-Bugs-17827 ] Crash when closing Dialog in bigdemo.rb
...9d in SendEventToEventTargetInternal () #65 0x95b4d08e in SendEventToEventTarget () #66 0x014512b1 in wxApp::MacHandleOneEvent (this=0x3ad2d0, evr=0x1582b430) at ../src/mac/carbon/app.cpp:1225 #67 0x01451381 in wxApp::MacDoOneEvent (this=0x3ad2d0) at ../src/mac/carbon/app.cpp:1194 #68 0x0146c1d2 in wxEventLoop::Dispatch (this=0x15869e80) at ../src/mac/carbon/evtloop.cpp:107 #69 0x015095af in wxEventLoopManual::Run (this=0x15869e80) at ../src/common/evtloopcmn.cpp:115 #70 0x014df853 in wxAppBase::MainLoop (this=0x3ad2d0) at ../src/common/appcmn.cpp:312 #71 0x014df9c1 in wxAppBase::OnRun (this=0x3ad2d0) at...
2006 Nov 12
0
[ wxruby-Bugs-6632 ] Linux crash on NoteBook in bigdemo.rb
...#74 0xb6c3b802 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0 #75 0xb6c3e7df in g_main_context_check () from /usr/lib/libglib-2.0.so.0 #76 0xb6c3eb89 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0 #77 0xb7030574 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0 #78 0xb7ad9ef9 in wxEventLoop::Run () from lib/wxruby2.so #79 0xb7a5780d in wxAppBase::MainLoop () from lib/wxruby2.so #80 0xb7b2144d in wxEntry () from lib/wxruby2.so #81 0xb765d00c in _wrap_App_main_loop (argc=0, argv=0x0, self=3063315640) at src/App.cpp:1674 #82 0x08055146 in call_cfunc (func=0xb765cfc0 <_wrap_App_mai...
2008 Jan 21
0
Wx::GenericDirCtrl Segfault Crash
...#67 0xb66d9641 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0 #68 0xb66dcac6 in g_main_context_check () from /usr/lib/libglib-2.0.so.0 #69 0xb66dce34 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0 #70 0xb6a1781f in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0 #71 0xb6f601cc in wxEventLoop::Run () from /usr/lib/libwx_gtk2u-2.8.so.0 #72 0xb6ff7a1e in wxAppBase::MainLoop () from /usr/lib/libwx_gtk2u-2.8.so.0 #73 0xb6ff7061 in wxAppBase::OnRun () from /usr/lib/libwx_gtk2u-2.8.so.0 #74 0xb6eabefa in wxEntry () from /usr/lib/libwx_gtk2u-2.8.so.0 #75 0xb76fffb9 in _wrap_App_main_loop ()...
2006 Apr 23
12
Patches for object tracking
The following patches implement object tracking. Note nasty games I play to make the tracking global. SWIG 1.3.30 won''t need this. I also updated the minimum required SWIG version to 1.3.29. Roy _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users