Displaying 20 results from an estimated 100 matches similar to: "rpart on Alpha under OSF"
2002 Apr 25
1
understanding and resolving seg faults
Dear r-devel,
I am mutating rpart to do calculations on trees.
I am trying to extract information from the tree.
However, I got a seg. fault.
This is the offending line in "rpmatrix.c":
deltaI[0][0] = spl->improve;
(Commenting it out cures the seg fault)
I would like some advice on how to debug this. I have allocated memory
with calloc and deltaI[0][0] should be
2010 Mar 05
1
I can't find "rpart" help (linux)
Hi
I have installed rpart in my Linux (PLD) but I don't know how I may find
help conect this package?
Here is my instalaction:
> install.packages("rpart",dependencies=TRUE)
--- Please select a CRAN mirror for use in this session ---
trying URL 'http://r.meteo.uni.wroc.pl/src/contrib/rpart_3.1-46.tar.gz'
Content type 'application/x-gzip' length 136572 bytes (133
1997 May 20
1
R-alpha: S_alloc
Does anyone know what exactly S_alloc() does? (Yes, it's porting time
again ...)
Thanks,
-k
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To:
1997 Jul 28
0
R-alpha: R 0.50.a1 S_alloc BUG, priority = URGENT
The current version of S_alloc in src/main/memory.c is
char *S_alloc(long nelem, int eltsize)
{
unsigned int i, size;
char *p = R_alloc(nelem, eltsize);
for(i=0 ; i<size; i++)
p[i] = 0;
return p;
}
which segfaults because `size' is not initialized. I am not what the
right fix is, adding
size = nelem * eltsize;
before the loop seems to work.
As an aside ... I think the seed*
2002 Jun 13
3
[R] help debugging segfaults
Hi all,
Thanks to Prof. Ripley, Prof. Gentleman, and Simon Wood (did I miss
anyone?). The problem seemed to have gone away.
Everyone suggested using some malloc debugger (such as Electric Fence). All
I did was following half of what BDR suggested below, i.e., changing all the
S_alloc() calls to Calloc() and Free(). I didn't get to try efence, and the
problem seems to have disappeared!
As
1998 Jan 21
2
alloc
I am trying to get our database interface (PADI) working with R. The code does
some memory allocation and for Splus there is an ifdef which controls whether
malloc or S_alloc is called. I did nm R.binary | grep alloc to see if this was
supported and I find there are some choices:
[2490] | 446036| 272|FUNC |GLOB |0 |7 |R_alloc
[806] | 693956| 312|FUNC |LOCL |0 |7
2001 Nov 27
0
OSF binary d/l directories
I wasn't entirely sure who to send this to, but I was just wondering why all
of the pub/samba/Binary_Packages/OSF directories on all the mirrors are
empty? I was having trouble with the configure script of the recent version
download on Digital Unix 4.0g and went to check out the specific binaries
but nothing's there. I was just curious... thanks.
Jeff Mitchell, Operations
Clinical
2002 Jun 25
0
[Bug 296] New: Priv separation does not work on OSF/1
http://bugzilla.mindrot.org/show_bug.cgi?id=296
Summary: Priv separation does not work on OSF/1
Product: Portable OpenSSH
Version: -current
Platform: Alpha
OS/Version: OSF/1
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy:
1999 Dec 20
0
f2c and OSF
Hello,
I take it all back. I just tried to comple 0.90.1 on my alpha (with f2c)
and it didn't work. I'll look into it when I find time (I STILL usually
run on my libretto and linux, even through my RS6000 workstation).
Jonathan
Jonathan Yuen, Professor in Plant Pathology phone: 46 18 672369
Dept. of Ecology and Crop Production Sciences fax: 46 18 672890
Swedish University of
1999 Mar 12
0
Subject: R 68.3 on OSF V4.0 problems
Hello,
With regards to Peter's comment, I got R to compile on OSF 4.0C, though
I'm a little behind on versions. I only have 0.63.3 and haven't found
anything newer...
All kidding regarding typos aside, I went through that floating point
exception business on the Alpha and I just didn't have time to make it
work. Someone tipped me on to f2c, which I had used with my (old gcc
2006 Mar 06
0
[Bug 458] New: osf module doesn't always identify operating system
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=458
Summary: osf module doesn't always identify operating system
Product: netfilter/iptables
Version: patch-o-matic
Platform: i386
OS/Version: Mandrake Linux
Status: NEW
Severity: normal
Priority: P2
Component: unknown
AssignedTo:
2006 Mar 12
3
[Bug 458] osf module doesn't always identify operating system
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=458
------- Additional Comments From kaber@trash.net 2006-03-12 19:46 MET -------
Please report this to the author, I can't add him to the CC list because he is
not registered with bugzilla.
--
Configure bugmail: https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
2002 Aug 15
1
[Bug 296] Priv separation does not work on OSF/1
http://cvs-mirror.mozilla.org/webtools/bugzilla/show_bug.cgi?id=296
mouring at eviladmin.org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |weberc at grc.nia.nih.gov
------- Additional Comments From mouring at eviladmin.org 2002-08-16 07:24 -------
2002 Nov 10
0
[Bug 296] Priv separation does not work on OSF/1
http://bugzilla.mindrot.org/show_bug.cgi?id=296
mouring at eviladmin.org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |avi.koski at comverse.com
------- Additional Comments From mouring at eviladmin.org 2002-11-10 12:03 -------
*** Bug 429 has been
2003 May 12
2
[Bug 296] Priv separation does not work on OSF/1
http://bugzilla.mindrot.org/show_bug.cgi?id=296
------- Additional Comments From dtucker at zip.com.au 2003-05-12 18:42 -------
Can this bug be closed? The ChangeLog seems to indicate that it's been
addressed.
20030320
[snip]
- (bal) Disable Privsep for Tru64 after pre-authentication due to issues
with SIA. Also, clean up of tru64 support patch by Chris Adams
<cmadams at
2005 Oct 18
1
Help with SSH V4.2p1 and netgroups in password file - OSF/1
Hi
I'm using either V3.2 or V4.2p1 depending on the system.
Server - OSF/1 V5.1 latest patch kit.
If the system has all the accounts in the password file - ssh lets the users login.
If the system has "+" at the end of the passwd file, users in the local password file or in NIS can login
if I change the /etc/svc.conf to have "passwd=local" and add + at users:x:::::
2003 Jun 04
0
[Bug 533] sshd failure on Tru64 (OSF/1) 5.1a
http://bugzilla.mindrot.org/show_bug.cgi?id=533
------- Additional Comments From djm at mindrot.org 2003-06-04 23:35 -------
Could you try adding a "#define BROKEN_GETADDRINFO 1" to config.h and then doing
a "make clean ; make" (don't rerun configure after adding the #define)
Please tell us whether or not that helps?
------- You are receiving this mail because:
2004 Mar 19
1
[Bug 814] Turning on OSF SIA causes linker errors in sshd
http://bugzilla.mindrot.org/show_bug.cgi?id=814
Summary: Turning on OSF SIA causes linker errors in sshd
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: OSF/1
Status: NEW
Severity: critical
Priority: P1
Component: Build system
AssignedTo: openssh-bugs at mindrot.org
2001 Jun 01
0
R-1.2.3 OSF precompiled binary doesn't run under DU4.0D (PR#964)
Full_Name: Paul Mather
Version: 1.2.3
OS: Digital Unix 4.0D
Submission from: (NULL) (128.173.35.237)
The precompiled binary for "osf4.0" distributed via CRAN does not run under
Digital Unix 4.0. The error given is:
Fatal error: The X11 shared library could not be loaded.
The error was dlopen: cannot load /usr/local/lib/R/bin/R_X11.so
Subsequent investigation actually reveals that
1998 May 12
0
Compilation problem on OSF/1
PArdon the "newbie" nature of this question, but I *am* a samba newbie
I'm trying to compile samba-1.9.18p6 on a DEC Alpha running OSF/1 V3.0 (I
know it's old, but I'm stuck with it).
I've modified the Makefile as follows...
># Add any optimisation or debugging flags here
># add -DSYSLOG for syslog support
>FLAGS1 = -O -std1 -w
>LIBS1 =
and
># This