search for: evtloop

Displaying 6 results from an estimated 6 matches for "evtloop".

2009 Aug 18
0
[LLVMdev] Graphviz and LLVM-TV
...I included a recent SVN revision which worked for me. 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 att...
2009 Aug 18
1
[LLVMdev] Graphviz and LLVM-TV
...which worked for me. > 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. > OK, I've fixed that too-- tak...
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
...ntToEventTarget () #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) at ../src/common/appcmn.cpp:367 #28 0x0143afd3 in wxEnt...
2008 Feb 06
0
[ wxruby-Bugs-17827 ] Crash when closing Dialog in bigdemo.rb
...dEventToEventTarget () #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 ../src/common/appcmn.cpp:367 #72 0x013db917 in wxEntry (...
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