Hi all, I just failed in loading a saved wordspace (13MB of size), and received these errors: Warning: stack imbalance in 'missing', 52 then 51 Warning: stack imbalance in 'if', 50 then 53 Warning: stack imbalance in 'as.environment', 57 then 59 Warning: stack imbalance in 'ls', 54 then 53 Warning: stack imbalance in '.Internal', 54 then 53 Warning: stack imbalance in '!', 53 then 54 Warning: stack imbalance in 'if', 51 then 52 Warning: stack imbalance in '{', 48 then 49 Warning: stack imbalance in 'c', 44 then 45 Warning: stack imbalance in '<-', 43 then 42 Warning: stack imbalance in '>', 44 then 42 Warning: stack imbalance in 'if', 42 then 39 Warning: stack imbalance in '{', 40 then 38 Error in load("C:\\R\\stat_lab\\aa\\aa1.RData") : SET_VECTOR_ELT() can only be applied to a 'list', not a 'character' Any idea what this is ? (I reverted to an older save, but still) Tal ----------------Contact Details:------------------------------------------------------- Contact me: Tal.Galili@gmail.com | 972-52-7275845 Read me: www.talgalili.com (Hebrew) | www.biostatistics.co.il (Hebrew) | www.r-statistics.com/ (English) ---------------------------------------------------------------------------------------------- [[alternative HTML version deleted]]
For some reason it now loads properly. I tried it in several ways and wasn't able to reproduce the problem. Sorry! Tal ----------------Contact Details:------------------------------------------------------- Contact me: Tal.Galili@gmail.com | 972-52-7275845 Read me: www.talgalili.com (Hebrew) | www.biostatistics.co.il (Hebrew) | www.r-statistics.com/ (English) ---------------------------------------------------------------------------------------------- On Thu, Jan 21, 2010 at 11:41 AM, Tal Galili <tal.galili@gmail.com> wrote:> Hi all, > > I just failed in loading a saved wordspace (13MB of size), and received > these errors: > > > Warning: stack imbalance in 'missing', 52 then 51 > Warning: stack imbalance in 'if', 50 then 53 > Warning: stack imbalance in 'as.environment', 57 then 59 > Warning: stack imbalance in 'ls', 54 then 53 > Warning: stack imbalance in '.Internal', 54 then 53 > Warning: stack imbalance in '!', 53 then 54 > Warning: stack imbalance in 'if', 51 then 52 > Warning: stack imbalance in '{', 48 then 49 > Warning: stack imbalance in 'c', 44 then 45 > Warning: stack imbalance in '<-', 43 then 42 > Warning: stack imbalance in '>', 44 then 42 > Warning: stack imbalance in 'if', 42 then 39 > Warning: stack imbalance in '{', 40 then 38 > Error in load("C:\\R\\stat_lab\\aa\\aa1.RData") : > SET_VECTOR_ELT() can only be applied to a 'list', not a 'character' > > > > Any idea what this is ? > (I reverted to an older save, but still) > > > Tal > > > > > > > > > > ----------------Contact > Details:------------------------------------------------------- > Contact me: Tal.Galili@gmail.com | 972-52-7275845 > Read me: www.talgalili.com (Hebrew) | www.biostatistics.co.il (Hebrew) | > www.r-statistics.com/ (English) > > ---------------------------------------------------------------------------------------------- > > >[[alternative HTML version deleted]]
Duncan Murdoch
2010-Jan-21 11:21 UTC
[R] "stack imbalance in ..." when loading a workspace
On 21/01/2010 4:41 AM, Tal Galili wrote:> Hi all, > > I just failed in loading a saved wordspace (13MB of size), and received > these errors:Those messages indicate an internal error in R or a package that it's using. If you can make such things reproducible, you should report them as bugs, either to the package maintainer or the main R bug reporting address (see ?bug.report). If (as your later message indicates) you can't reproduce it, then there's not much point in sending in a bug report (and you wouldn't know where to send it), but keep your eyes open for a repetition. Duncan Murdoch> > > Warning: stack imbalance in 'missing', 52 then 51 > Warning: stack imbalance in 'if', 50 then 53 > Warning: stack imbalance in 'as.environment', 57 then 59 > Warning: stack imbalance in 'ls', 54 then 53 > Warning: stack imbalance in '.Internal', 54 then 53 > Warning: stack imbalance in '!', 53 then 54 > Warning: stack imbalance in 'if', 51 then 52 > Warning: stack imbalance in '{', 48 then 49 > Warning: stack imbalance in 'c', 44 then 45 > Warning: stack imbalance in '<-', 43 then 42 > Warning: stack imbalance in '>', 44 then 42 > Warning: stack imbalance in 'if', 42 then 39 > Warning: stack imbalance in '{', 40 then 38 > Error in load("C:\\R\\stat_lab\\aa\\aa1.RData") : > SET_VECTOR_ELT() can only be applied to a 'list', not a 'character' > > > > Any idea what this is ? > (I reverted to an older save, but still) > > > Tal > > > > > > > > > > ----------------Contact > Details:------------------------------------------------------- > Contact me: Tal.Galili at gmail.com | 972-52-7275845 > Read me: www.talgalili.com (Hebrew) | www.biostatistics.co.il (Hebrew) | > www.r-statistics.com/ (English) > ---------------------------------------------------------------------------------------------- > > [[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.