Displaying 20 results from an estimated 2000 matches similar to: "Access Violation error after loading csv file"
2009 Jun 23
0
[LLVMdev] [PATCH] Catch NULL return value of ExecutionEngine::create()
ExecutionEngine::create() can return NULL with an empty error message
(admittedly, it did so because of global variable initialization
problems). The code currently lets NULL go through if ErrorMsg is empty,
and segfaults later.
When EE is NULL but ErrorMsg is empty, simply do not try to
print it and exit.
Index: tools/lli/lli.cpp
2009 Jun 23
3
[LLVMdev] X86 JIT
On Mon, Jun 22, 2009 at 4:43 PM, Chris Lattner <clattner at apple.com>
wrote:
>
> On Jun 22, 2009, at 2:19 PM, Kasra wrote:
>
> Hi,
>
> for some reason I could not get the machine code generator for x86
> working. The interpreter is the only thing that works, is there
> anything that I am missing here?
>
> This recently changed. In your main program, please
2011 Dec 04
2
a weird question about gdata:::
Dear R People:
If I put in:
> findPerl
Error: object 'findPerl' not found
But if I use:
> gdata:::findPerl
function (perl, verbose = "FALSE")
{
errorMsg <- "perl executable not found. Use perl= argument to
specify the correct path."
if (missing(perl)) {
perl = "perl"
}
perl = Sys.which(perl)
if (perl == "" ||
2004 Oct 13
1
[LLVMdev] Compiling TableGen with Visual Studio
I finally succeded in compiling TableGen with Visual Studio. In the end
I made normal solution and project files for VS instead of using Paolo's
SConstruct based build system because of my lacking familiarity with
SConstruct. One of the main obstacles was getting the FileLexer and
FileParser to build correctly.
First of all the output file for FileLexer is specified with a %option,
which
2009 Nov 12
1
trap window pop up when running 'bugs' in R
Hi,
I'm writing to ask what is the reason that a Trap window always pops up in
WinBUGS? I'm tring to run the function 'bugs' in R for a zero-inflated
gaussian model. The contents appear in the Trap window is as follows:
*incompatible copy
BugsCmds.TextError [000003A1H]
.beg INTEGER 1636169112
.end INTEGER 16861596
.name ARRAY 256 OF CHAR
2016 Jan 22
3
lld: ELF/COFF main() interface
I think I have an idea to cover your need and possibly other people's on
this thread. It provides the "main() as a library function" feature,
input/output files wouldn't go through disks nor file systems, and it
doesn't require any major design changes. Sounds too good?
That is, we can provide a function that takes command line parameters, do
fork, and call the linker's
2006 Apr 15
1
Begin with Autocompleter
Hi list:
I''m a young developer that need a little help with scriptaculous "Autocompleter". I work with PRADO framework (http://www.xisc.com) and PHP as a script language. Now this is a little function in JavaScript for make a AJAX call and show the results without reload the entire page. See below:
1 function makeRequest(url,element) {
2 var http_request = false;
3 if
2016 Jan 22
2
lld: ELF/COFF main() interface
If you want to link ELF object files, you are likely to be using a Unix
machine. I'm not trying to address all possible problems but suggesting a
practical solution.
On Fri, Jan 22, 2016 at 9:49 AM, Yaron Keren <yaron.keren at gmail.com> wrote:
> On Windows fork() is not available. If exec() is used instead, process
> creation time is several times slower than Linux. This may be
2008 Nov 24
2
PopCap games won't work any longer!!!
I recently installed Ubuntu 8.10 and, ever since then, I am not able to play any PopCap games at all whatsoever via Wine. Everytime I play any PopCap game via Wine, I get the following error message....
[Image: http://www.geocities.com/reeslester/errormsg.png ]
Can anybody please explain to me what this means and what can be done to fix this problem? Here is the entire bugging message
2008 Apr 30
1
Avelsieve 1.9.7 and Dovecot/TLS
Hi,
i'm installing a new mail server for our faculty and want to use
the squirrelmail plugin 'avelsieve' (1.9.7). As documented on the
dovecot wiki there is a problem in the STARTTLS code and i
found a solution (that works for my installation):
i've traced the server output in 'get_response' and instead of
a script list i saw "IMPLEMENTATION". So i took a look
2002 Mar 01
3
iptables 1.2.5 and shorewall 1.2.8?
Hey all-
Trying to run sh 1.2.8 and iptables 1.2.5 on my linux 2.4.17 box. I
build the kernel from kernel.org sources, and then patched it with
iptables 1.2.5 by doing
%make pending-patches KERNEL_DIR=/usr/src/linux
I let it run and patched these:
Welcome to Rusty''s Patch-o-matic!
Each patch is a new feature: many have minimal impact, some do not.
Almost every one has bugs, so I
2002 Feb 22
2
Problems running HL with todays wine snapshot
Hi,
I tried to get HL running with Wine, but some problems occured:
With fresh HL-Installation it keeps asking me for the HL-CD even if I
mounted it correctly. Drive setup of wine is correct (isn't complaining
about a missing drive)
I read that installing 1.1.0.8 helps, so I did, but with this patch HL is
not even starting, errormsg is
There may be more fonts available - try increasing the
2005 Dec 15
3
menu.c32 - Return from sub-menu
I am new to SYSLINUX/PXELINUX and it is great! Thanks!
Looking around the archives for uses/examples for the simple menu
(menu.c32) for our implementation (DOS boot with networking support for
various NICs), and it occurred to me that I might want to go back to the
main menu if I ended up in the wrong sub-menu. Also would be useful if
one needed to create multiple levels of menus and wanted to
2009 Jun 22
0
[LLVMdev] X86 JIT
On Jun 22, 2009, at 2:19 PM, Kasra wrote:
> Hi,
>
> for some reason I could not get the machine code generator for x86
> working. The interpreter is the only thing that works, is there
> anything that I am missing here?
This recently changed. In your main program, please #include "llvm/
Target/TargetSelect.h" and call InitializeNativeTarget(); before
setting up
2009 Jun 22
2
[LLVMdev] X86 JIT
Hi,
for some reason I could not get the machine code generator for x86 working. The interpreter is the only thing that works, is there anything that I am missing here?
-- Kasra
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090622/89dca208/attachment.html>
2007 Jul 20
0
[LLVMdev] Trouble Resolving Objective-C Symbols in lli
Hi Ralph,
On Fri, 2007-07-20 at 12:22 +0100, Ralph Corderoy wrote:
> Hi Reid,
>
> > > if ((err = dlerror())) {
> > > error("earlier undetected dlerror: %s\n", err);
> > > }
> > > p = dlsym(handle, sym);
> > > if ((err = dlerror())) {
> > > error("dlsym failed: %s\n", err);
> >
2008 Apr 12
0
[LLVMdev] Bitwidth analysis?
We have a bitwidth analysis that can be downloaded. It is not in LLVM.
There should be a link in the paper:
http://www.cs.utah.edu/~regehr/papers/pldi075-cooprider.pdf
John Regehr
2008 Apr 12
1
[LLVMdev] Bitwidth analysis?
Dear John,
thanks for pointing it to me. I just downloaded and installed CIL.
However, I am getting an error when I run "make check", or when I try to
compile the blink application, and I am sending you the error notice
below. In any case, do you think it is possible to get some sort of 'dump'
of the target C program with some bitwidth information, once I get your
2007 Jul 20
2
[LLVMdev] Trouble Resolving Objective-C Symbols in lli
Hi Reid,
> > if ((err = dlerror())) {
> > error("earlier undetected dlerror: %s\n", err);
> > }
> > p = dlsym(handle, sym);
> > if ((err = dlerror())) {
> > error("dlsym failed: %s\n", err);
> > }
>
> No, you're not missing anything. The correct way to check for errors
> is with
2010 Jul 13
1
Define package-wide character constants
Dear list!
I develop a package for R and wonder how I can best define
package-wide constants (both character strings or named vectors of
strings) which are used throughout different classes and methods. I'm
new to R and wonder if there is some kind of ?best practice? that I
just haven't read of yet. My main programming language is Java, so if
that helps anyone to understand my thinking: I