Displaying 20 results from an estimated 110 matches similar to: "[LLVMdev] Segmentation fault 'cause of accessing function arguments"
2010 Jun 09
1
[LLVMdev] Segmentation fault 'cause of accessing function arguments
Hi all,
I am experimenting to run a pass inherited from CallGraphSCCPass. In
the pass, I iterate all functions in a SCC. In each iteration, I
access all arguments of a function in the following way:
Function::arg_iterator PI = fun->arg_begin(), PE = fun->arg_end();
...
I have no trouble with building. However, I am troubled with
"segmentation fault" when I run the pass
2010 Jan 15
3
unlinking
Quick question. How important are these? Are the errors recoverable and
not a big deal, or are they actually a problem? I see a few of these
randomly over the course of the day.
Jan 15 10:04:04 gehenna13.rutgers.edu dovecot: IMAP(user):
unlink(/rci/nqu/rci/u8/user/dovecot/.such and such
maildir/.nfs00000000001e951000002b8d) failed: Device or resource busy
Jan 15 10:04:04 gehenna13.rutgers.edu
2005 Aug 26
1
Help in Compliling user -defined functions in Rpart
I have been trying to write my own user defined function in Rpart.I
imitated the anova splitting rule which is given as an example.In the
work I am doing ,I am calculating the concentration index(ci) ,which
is in between -1 and +1.So my deviance is given by
abs(ci)*(1-abs(ci)).Now when I run rpart incorporating this user
defined function i get the following error message:
Error in
2009 Jan 07
4
[LLVMdev] Possible bug in the ARM backend?
Hi,
I'm working on the iterated register coalescing graph coloring
allocator and try to test it with all backends available currently in
LLVM.
Initial tests with most of the backends are successful.
It turned out that my allocator triggers a specific assertion in the
RegScavenger and only for the ARM target. It looks like the LR
register is used for frame pointer related things,
but it is
2012 Mar 29
1
[LLVMdev] What is the right way to register an alias analysis pass
Hi everyone,
I am wondering what is the right way to register an alias analysis
pass.
My alias analysis pass is implemented in a dynamic load module. As I
can see, a general way to register a pass looks like:
llvm::RegisterPass<Analyzer> X("rci", "RCI Pass");
However, registering a type-based analysis uses:
INITIALIZE_AG_PASS(...)
I think, registering an
2012 Mar 29
0
[LLVMdev] What is the right way to register an alias analysis pass
Hi everyone,
I am wondering what is the right way to register an alias analysis
pass.
My alias analysis pass is implemented in a dynamic load module. As I
can see, a general way to register a pass looks like:
llvm::RegisterPass<Analyzer> X("rci", "RCI Pass");
However, registering a type-based analysis uses:
INITIALIZE_AG_PASS(...)
I think, registering an
2010 Jan 28
0
assertion mail-transaction-log-view.c
I'm not sure how useful this is with optimization turned back on, but
here it is anyway. This was just a one off that happened last night:
Jan 27 20:49:05 gehenna17.rutgers.edu dovecot: IMAP(user): fscking index
file /rci/nqu/rci/u2/user/dovecot/.INBOX/dovecot.index
Jan 27 20:49:05 gehenna17.rutgers.edu dovecot: IMAP(user): Panic: file
mail-transaction-log-view.c: line 108
2001 May 22
0
deriv value
How do I get eval( deriv(~F,"x") ) to return ONLY the values of the
derivative of F?
the default returns values of F(x), AND F'(x) as a ".gradient" attribute,
and , after reading everything I have on eval(), deriv(), and attr(), I had
absolutely no idea how to get just F'(x) evaluated a x.
Many thanks,
Henry
Dr. M. Henry H. Stevens
Postdoctoral Associate
Department of
2001 May 03
1
dataframe behavior
Windows98, Emacs20.7, ESS5.1.18
I recently constructing a data.frame "belle" that now does not spew its
contents when I type the name on the command line (see errors below). It
will only do so if I specify columns. Incidently, plot(belle) displays the
pairs plot of all variables.
> belle
Error in as.data.frame.default(x[[i]], optional = TRUE) :
can't coerce array into a
2014 Feb 27
0
Error "Initializing mail storage ..." after upgrading to 2.2.10
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Thu, 27 Feb 2014, G?tz Reinicke - IT Koordinator wrote:
> But on one mailbox I do get an error:
>
> Error: user rechnnugseingang-animationsinstitut: Initialization failed:
> Initializing mail storage from mail_location setting failed
>
> Error: Invalid user settings. Refer to server log for more information.
Is above error the
2001 May 01
2
simple question
How does one turn a character string back into an object?
I would like to take character strings and use them as objects, a process
that I think is the reverse of deparse( substitute(X)).
E.g., I would like to get the variable names from the fourth object listed
with objects(),
something like
names(objects()[4]), but of course that doesn't work.
Thanks
Henry
Dr. M. Henry H. Stevens
2001 May 29
2
format for tick labels
Running R 1.2.3, Windows 98
I checked the archives, and I couldn't find anything pertaining to this:
How do I control format (scientific notation versus decimal, e.g.) on tick
labels?
TIA,
Henry
Dr. M. Henry H. Stevens
Postdoctoral Associate
Department of Ecology, Evolution, & Natural Resources
14 College Farm Road
Cook College, Rutgers University
New Brunswick, NJ 08901-8551
email:
2001 May 16
2
nlme and "Mixed- Effects Models..." in Windows
(windows 98, R 1.2.3, ESS 5.1.18, nlme 3.1 from CRAN)
Dear R users,
I am trying to follow Pinheiro and Bates book ("Mixed-Effects Models in S
and S-PLUS"). I downloaded the nlme package from CRAN, and unzipped all the
data and help files. Unfortunately, I cannot generate the figures in the
book. For instance, their appears to be no plot.design or intervals plotting
functions.
Have these
2001 May 11
1
lsoda
I am running R 1.2.3 with ESS5.1.18 with Windows 98.
I am trying to use lsoda in the odesolve apckage and am having problems.
Question:
The return value of the function of the system of ode's has to be a list
that includes first, the ode's and second, "a vector
(possibly with a `names' attribute) of global values that are
required at each point in `times'."
I
2001 Apr 20
5
Interacting with R
Dear R folks,
(Running Windows 98, Pentium II, 128 Mb RAM)
I have been using Splus 2000 for about 1.5 years, and have recently begun using R. I love the Open Source philosophy! I may be switching to to Linux soon.
My question:
How do people most often interact with R?
In Splus 2000, I used "Script" windows to write functions. "Script" windows were great because:
1..
2008 May 07
1
[BioC] RCurl loading problem with 64 bit linux distribution
Martin,
Well, thanks for jumping in! We need all the help we can get ;)
I changed the execute bit as you suggested and recompiled, no luck, still
the same error message.
Below is the output you wanted me to look at, its a bit beyond me so I
include both a brief grep summary and then the whole enchilada. I do note
that my output is different from yours, but I'm not sure how to interpret.
I
2008 May 07
1
[BioC] RCurl loading problem with 64 bit linux distribution
Martin,
Well, thanks for jumping in! We need all the help we can get ;)
I changed the execute bit as you suggested and recompiled, no luck, still
the same error message.
Below is the output you wanted me to look at, its a bit beyond me so I
include both a brief grep summary and then the whole enchilada. I do note
that my output is different from yours, but I'm not sure how to interpret.
I
2008 Mar 19
1
how to add registry files to windows
Hello
I would like to add .reg file to all samba clients (windows xp) in quiet
mode.
How can I do it ? It is possible from eg netlogon??
----------------------------------------------------
ERROR! ... . .... bEZb??DnY prOgrAm__o nowo??iAcH w_ ?wiEcie G_iER
na.jNowSzy_OdcinEk_ : co $Zykuj? tw?rcy caLL of Duty4,
czym JeST The CLUB ............. poD??cz si?:
2020 Apr 01
0
mmotm 2020-03-30-18-46 uploaded (VDPA + vhost)
On 3/31/20 12:22 PM, Michael S. Tsirkin wrote:
> On Tue, Mar 31, 2020 at 11:42:47AM -0700, Randy Dunlap wrote:
>> On 3/31/20 11:37 AM, Michael S. Tsirkin wrote:
>>> On Tue, Mar 31, 2020 at 11:27:54AM -0700, Randy Dunlap wrote:
>>>> On 3/30/20 6:47 PM, akpm at linux-foundation.org wrote:
>>>>> The mm-of-the-moment snapshot 2020-03-30-18-46 has been
2014 Jun 24
3
[PATCH 1/2] Drop dosutil/mdiskchk.com
A prebuilt binary. Needs non-free Watcom compiler to build.
Signed-off-by: Lubomir Rintel <lkundrak at v3.sk>
---
dosutil/mdiskchk.com | Bin 8106 -> 0 bytes
1 file changed, 0 insertions(+), 0 deletions(-)
delete mode 100644 dosutil/mdiskchk.com
diff --git a/dosutil/mdiskchk.com b/dosutil/mdiskchk.com
deleted file mode 100644
index