Displaying 3 results from an estimated 3 matches for "nefth".
Did you mean:
neath
2002 May 28
1
Platform-specific: simple assignments in Rprofile cause core dump (PR#1604)
This only happens on platforms with a faulty implementation
of realloc(). Some C libraries do not allow realloc() to be
called with a NULL pointer to resize. The assignment
ISOLatin1 <- 0:255
in Rprofile then causes a core dump. The attached set
of 4 patches should be very safe to use and fix the problem.
--please do not edit the information below--
Version:
platform = i386-pc-sco3.2v4.2
2002 May 28
0
(PR#1604) Re: Platform-specific: simple assignments in Rprofile
On Tue, 28 May 2002, Prof Brian D Ripley wrote:
> On Tue, 28 May 2002 NEFTH@pacbell.net wrote:
>
> > This only happens on platforms with a faulty implementation
> > of realloc(). Some C libraries do not allow realloc() to be
> > called with a NULL pointer to resize.
>
> What other platforms give the problem?
>
> The behaviour R assumes is r...
2002 May 28
0
(PR#1605)When dev.list() is NULL, dev.control() causes core dump
This is of course an incorrect usage, which I've trapped at R level, so as
to give an informative warning.
On Tue, 28 May 2002 NEFTH@pacbell.net wrote:
> The following sequence of commands:
> graphics.off()
> dev.control("inhibit")
>
> causes R to memory-fault and core dump. This is reported
> for a new port of R, but is also reproducible on Windows
> and Solaris. The Windows fault is:
>
> R...