similar to: Running example in pkg-Ex.R failed

Displaying 20 results from an estimated 1500 matches similar to: "Running example in pkg-Ex.R failed"

2014 May 19
2
[LLVMdev] Associate IR instruction with corresponding assembly
Interesting. My guess is that the debug-ir pass wasn't updated when we changed some version of the debug metadata and so isn't producing good metadata. I'm not sure when I'll get to updating it though and it looks like Daniel's address is bouncing. -eric On Mon, May 19, 2014 at 8:22 AM, shruti padmanabha <shrupad at umich.edu> wrote: > No. They're both from the
2014 May 18
3
[LLVMdev] Associate IR instruction with corresponding assembly
Hi, Thanks for the pointer. I am unfortunately running into llc problems with this pass. I did *opt -debug-ir hello.bc -o hello.deb.bc* *llc -march=arm -debug -O0 hello.deb.bc -o hello.deb.s* This is aborting with the error: llc: llvm-3.4/lib/CodeGen/AsmPrinter/DwarfDebug.cpp:1614: void llvm::DwarfDebug::beginFunction(const llvm::MachineFunction*): Assertion `TheCU && "Unable
2014 May 19
2
[LLVMdev] Associate IR instruction with corresponding assembly
Hi, Compiling for both x86 and ARM with llc aborts after this pass. I have a simple helloworld.c program. I am attaching the .ll file created by: *clang -O3 -g -emit-llvm hello.c -c -o hello.bc* *llvm-dis hello.bc* Thanks again for the response! Shruti On Mon, May 19, 2014 at 1:28 AM, Tobias Grosser <tobias at grosser.es> wrote: > On 19/05/2014 00:54, shruti padmanabha wrote: >
2010 Mar 29
4
Data sets with usage in documentation object 'data' but not in the code
Hi, My name is shruti,When I was trying to check the package I got this error "Data sets with usage in documentation object 'data' but not in the code" Can any one help me with this.I'm attaching the file for your reference http://n4.nabble.com/file/n1695616/dataset.jpg Thank you -- View this message in context:
2014 May 17
2
[LLVMdev] Associate IR instruction with corresponding assembly
Hi, Is there a way to associate LLVM IR instructions with the instructions they finally generate in the assembly file emitted by LLC? I need to track the PC's corresponding to certain IR level instructions for ARM. One way to do this is to tag an IR instruction with a special flag and pass that flag onto the Machine IR created by LLC and then onto Machine Code. It would be helpful if I could
2014 May 19
2
[LLVMdev] Associate IR instruction with corresponding assembly
On Sun, May 18, 2014 at 10:28 PM, Tobias Grosser <tobias at grosser.es> wrote: > On 19/05/2014 00:54, shruti padmanabha wrote: >> >> Hi, >> >> Thanks for the pointer. I am unfortunately running into llc problems with >> this pass. >> I did >> *opt -debug-ir hello.bc -o hello.deb.bc* >> >> *llc -march=arm -debug -O0 hello.deb.bc -o
2013 Apr 30
0
Extrafont package: Fonts are not successfully installed
Hi, I am using Extrafont package to install more fonts for my graphs. My primary graphic tool is ggplot2. I seem to have problem installing the package, but could not pinpoint where it is. I try to follow the instruction here: https://github.com/wch/extrafont I guess (but am not sure) the fonts are successfully installed. Problem encountered: 1. The following line sometimes yields an
2013 May 23
0
[LLVMdev] Variable names of arguments to call functions
Hi, I am trying to get arguments of call functions in instructions such as these: call @func(i32 %arg1, i32 %arg2). I want to get the declared variable names for arg1 and arg2. Most of these arguments are arrays, and I need to get the index of the array as well. Currently, I read arguments of the called function using getArgOperands(), and backtrace the Value* until I find an alloca
2005 May 07
1
[Nearly Resolved] Samba-3 by Example, Ex 2.4
OK, I've got this one working, but only by enumerating the valid users in the "files" share--%S wouldn't work in the valid users field (e.g., "smbclient //<servername>/files" would simply give an NT_STATUS_ACCESS_DENIED error). This would be OK for a small LAN, but for small enterprises or LANs with 75-100 users, as some on this list have mentioned, that
2007 Apr 16
2
Software Updater vs. Add/Remove vs. Yum(ex)
Dear friends: Just installed Centos 5. Very impressed but as a newbie I am a bit confused about the the role of the Software Updater vs. Add/Remove and Yum(ex). Which one do I use to update the installed programs, please? Thank you. Benjamin -- Sher's Russian Web http://www.websher.net Benjamin Sher sher07 at mindspring.com
2005 Mar 03
1
3.0.11 <-> print driver with extensions (for ex Xerox-Phaser7700)
Hi Jerry et al, I upgraded a while ago and everything looks fine at the first glance ;-) Though I discovered a huge problem with drivers that have some extended features/cards like the Xerox-Phaser7700. The driver installs just fine on the server but the extensions are not visible afterwards. Far more annoying: Clients can not install the driver, they get the 'no driver on server for queue
2008 Jun 02
0
Calling ex Corel people now working here.
Hello, I am an InfoCentral fan. Infocentral was a product that was originally developed by Novell - I think - and when Corel bought the WordPerfect suite from them, it came into Corel's hands. InfoCentral is a PIM and is totally flexible where each thing is treated as an object. Basically its a database that can handle objects and links between objects. It is entirely customisable to your
2003 Jan 19
0
FIXED: Deus Ex on latest WineX
Hi, I got it running! I have also installed the latest patch of Deus Ex. Here're a step-by-step instructions: 1. Create an empty file with at least 1.5 GB (1 GB is not enougth for saving games!): dd if=/dev/zero of=DeusEx_Game bs=1024k count=1600 2. Connect it to a free loop-back device: losetup /dev/loop6 DeusEx_Game 3. Create a VFAT filesystem on it: mkfs.vfat /dev/loop6 (ignore the
2007 Feb 26
2
Ex-Girlfriend syntax and RealTime Extensions
As seen in the following URL: http://www.voip-info.org/wiki/view/Asterisk+RealTime+Extensions and as I also tested some time ago with an old release of Asterisk, RealTime Extensions didn't support the Ex-Girlfriend syntax. Is it already working in recent 1.4 or 1.2.15 releases? Is there any other way that I can use to do the same thing but only using contexts, for example? If yes, please
2011 May 19
1
Deus Ex 1 : troubleshooting with latest WINE Git
Hi all, Steam Client - Deus Ex 1 WINE 1.3.19: works fine with no discernible problems WINE 1.3.20 (release): mouse cursor is stuck jumping in the centre of the menu screen - "MouseWarpOverride" has no effect whatever setting WINE Git Master (today): mouse cursor "teleports" randomly in the main menu. When playing the game each time I turn 360 degrees (eyes looking
2007 Jun 21
0
Bug in Ex-Girlfriend logic?
I have this in my dialplan... [general] static=yes writeprotect=no clearglobalvars=no [start] exten => 5000,1,Answer exten => 5000,n,Wait(1) exten => 5000,n,NoOp(${CALLERID(num)}) exten => 5000,n,Playback(tt-monkeys) which, when I dial 5000, executes this... == Parsing '/etc/asterisk/sip_notify.conf': Found -- Executing [5000 at start:1]
1999 May 06
0
ANOVA "ex post" Analysis (fwd)
We had problems with our mail server. I have no idea whether this message has reached the list or whether there were any replies. So I retry ... ------------------------ Date: Wed, 5 May 1999 16:42:55 +0200 (CEST) From: "Uli Flenker; Raum 704" <uli at pcinternet.biochem.dshs-koeln.de> To: R-Mailing-List <r-help at stat.math.ethz.ch> Subject: ANOVA "ex post"
2006 Aug 25
1
MGE Comet EX 11 RT frequency display (cosmetic)
Hi everyone, We just got an MGE Comet EX 11 RT with extra battery (all 250kg of it..) and I have talked to it with NUT. One thing I see is the frequency.. input.frequency: 500 output.frequency: 500 It appears to be in tenths of a Hz vs Hz as I see on a Pulsar Extreme. I'm using NUT 2.0.3 on FreeBSD 6.1 Thanks. -- Daniel O'Connor software and network engineer for Genesis Software -
2010 Oct 07
1
[Eaton ex-MGE Ellipse ASR] Disable automatic battery test
Hello everybody, Our supoprt team is facing a problem which froze the CPU. They suspect that this happens after an automatic battery test, which lets the battery goes down to 30% and then stop the test. At this level of charge, our kernel also triggers a shutdown (CPU and UPS). I saw (in the doc found here : tools.*mge*ops.net/download/intl/products/*ellipse*-asr/28-umeasr_08.pdf) that this
2004 Jun 09
0
[Bug 85] couldn't write file ,call syscall ,ex. sys_open
https://bugzilla.netfilter.org/cgi-bin/bugzilla/show_bug.cgi?id=85 kaber@trash.net changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From kaber@trash.net