[R] Error: C stack usage
Prof Brian Ripley
ripley at stats.ox.ac.uk
Tue Jun 17 07:52:25 CEST 2014
On 17/06/2014 04:27, Mohan Radhakrishnan wrote:
> Hi,
> I am not relating this to shiny but this error was thrown by my
> shiny server code. Does it have anything to do with low memory settings ?
No. It is an error in the C code in a package you are using which has
corrupted R internals and the C stack. Please follow the posting guide
and report to its maintainer.
And see the posting guide:
'Questions likely to prompt discussion unintelligible to non-programmers
should go to to R-devel.'
and of course, no HTML postings.
> I am spawning a JVM using rJava. That JVM is using the attach API to
> connect to another JVM
>
> Thanks,
> Mohan
>
> Error: C stack usage 140730070087404 is too close to the limit
> Error: C stack usage 140730070156700 is too close to the limit
>> Warning: stack imbalance in '.Call', 59 then -1
> Warning: stack imbalance in '{', 56 then -4
>
> *** caught bus error ***
> address 0x100583fd8, cause 'non-existent physical address'
>
>
> *** caught bus error ***
> address 0x100583fd8, cause 'non-existent physical address'
>>
> Traceback:
> 1: run(timeoutMs)
> 2: service(timeout)
>
> Possible actions:
> 1: abort (with core dump, if enabled)
> 2: normal R exit
> 3: exit R without saving workspace
> 4: exit R saving workspace
> Selection: run(10)
>
>
> *** caught segfault ***
> address 0x20057ea40, cause 'memory not mapped'
>
> Traceback:
> 1: run(timeoutMs)
> 2: service(timeout)
>
> Possible actions:
> 1: abort (with core dump, if enabled)
> 2: normal R exit
> 3: exit R without saving workspace
> 4: exit R saving workspace
>
> [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>
--
Brian D. Ripley, ripley at stats.ox.ac.uk
Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/
University of Oxford, Tel: +44 1865 272861 (self)
1 South Parks Road, +44 1865 272866 (PA)
Oxford OX1 3TG, UK Fax: +44 1865 272595
More information about the R-help
mailing list