search for: cando

Displaying 10 results from an estimated 10 matches for "cando".

Did you mean: cuando
2013 Oct 14
3
[LLVMdev] A weird, reproducable problem with MCJIT
...of 1 and then a length of 16#1000000 - clearly something has been corrupted. Here is the top of the backtrace from lldb: ---------------------- * thread #1: tid = 0x557509, 0x0000000107e6e066 libLLVM-3.4svn.dylib`llvm::processFDE(unsigned char*, long, long) + 134 at /Users/meister/Development/cando/brcl/externals/src/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp:35, stop reason = EXC_BAD_ACCESS (code=2, address=0x1102adad1) frame #0: 0x0000000107e6e066 libLLVM-3.4svn.dylib`llvm::processFDE(unsigned char*, long, long) + 134 at /Users/meister/Development/cando/brcl/externals/src...
2013 Oct 14
0
[LLVMdev] A weird, reproducable problem with MCJIT
...of 1 and then a length of 16#1000000 - clearly something has been corrupted. Here is the top of the backtrace from lldb: ---------------------- * thread #1: tid = 0x557509, 0x0000000107e6e066 libLLVM-3.4svn.dylib`llvm::processFDE(unsigned char*, long, long) + 134 at /Users/meister/Development/cando/brcl/externals/src/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp:35, stop reason = EXC_BAD_ACCESS (code=2, address=0x1102adad1) frame #0: 0x0000000107e6e066 libLLVM-3.4svn.dylib`llvm::processFDE(unsigned char*, long, long) + 134 at /Users/meister/Development/cando/brcl/externals/src...
2013 Oct 14
3
[LLVMdev] A weird, reproducable problem with MCJIT
...000000 - clearly something has > been corrupted. > > Here is the top of the backtrace from lldb: > ---------------------- > * thread #1: tid = 0x557509, 0x0000000107e6e066 > libLLVM-3.4svn.dylib`llvm::processFDE(unsigned char*, long, long) + 134 at > /Users/meister/Development/cando/brcl/externals/src/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp:35, > stop reason = EXC_BAD_ACCESS (code=2, address=0x1102adad1) > frame #0: 0x0000000107e6e066 > libLLVM-3.4svn.dylib`llvm::processFDE(unsigned char*, long, long) + 134 at > /Users/meister/Development/cand...
2009 May 19
9
Ubuntu and play65 application
Hello guys I am a new ubuntu user and i am trying to install play65 application without success. I have installed the wine but nothing has been achieved. Anyone who can help me on this?
2013 Apr 24
0
[LLVMdev] Questions about attaching DWARF source code debugging information to generated LLVM-IR.
...on. When I run under gdb (on OS X 10.8.3 this is an ancient version of gdb 6.3.5 - but it works with clang compiled C++ code) I get the following error when I try to list a line in dwarf1.lsp: Dwarf Error: Cannot handle DW_FORM_<unknown> in DWARF reader [in module /Users/meister/Development/cando/src/tests/core/dwarf1.bundle] (gdb) ---------- full gdb transcript follows ---------- (gdb) run Reading symbols for shared libraries ++++++++++++++++++++++.............................. done Using lisp-source-directory --> /Users/meister/Development/cando/src/lisp ../../src/core/lisp.cc:206 B...
2013 Apr 24
2
[LLVMdev] Questions about attaching DWARF source code debugging information to generated LLVM-IR.
I upgraded my versions of llvm, clang and compiler-rt to the top-of-tree versions from last night (r180162, April 24). I recompiled debug versions of llvm, clang and my code. I then regenerated my test case and the results were the same - I can list lines of dwarf1.lsp in lldb but I can't set break-points or do anything else (what else should I be able to do?). The updated file that
2009 Jun 12
1
Programmatically copying a graphic to the clipboard
Hi all, Is there a cross-platform way to do this? On the mac, I cando this by saving an eps file, and then using pbcopy. Is it possible on other platforms? Hadley -- http://had.co.nz/
1999 May 31
1
[SuSE Linux] Samba 2.0.3 and win95/8
...with workgroup ( our workgroup) , double click on workgroup , then ti will search the whole network , then the linux server will show up. IT will only show up if I have previoasly maped it , otherwise no show. NOTE that I am able to map drives weather or not is shows up in network nieborhood. I cando it via right click Network nieborhood , map drive , or at the dos prompt , via net use e: \\linux\shared . The mapping is not a problem , it is only having the server show up in netowrk nieborhood. Suse 6.1 Samba 2.0.3 Win98 and Win95
2012 Feb 02
1
Mouse jumps in wine
...id in DK2 install guide - no effect, mouse just becomes slower. Tried to set mouse capture in fullscreen windows - no effect at all. Another game,Diablo 2 works flawlessly, sound, mouse etc. is fine. My PC is acer 1825ptz (Intel E7300, GMA 4500MHD, 320 GB hard drive, 3 GB of RAM, touchscreen 11.6 Cando, synaptics touchpad) OS - amd64 Debian "Wheezy" testing, kernel 2.6.38 (problem exists on 2.6.35 as well), wine version 1.3.37, built from source (This mouse issue also happened in wine 1.0 which is in debian repos)
2007 Feb 15
0
Error handleing with redirect_to
I''m sketching out a error handler, something like if cando = false redirect_to( :controller => Oops, :action => ''accessdenied'', :type => ''alarm'', :message => ''no_permission_to_view'', :return_to => saved_url,...