|
View:
New views
2 Messages
—
Rating Filter:
Alert me
|
|
|
comparison (PR#11421)In R-2.7.0 release as well as patched (from yesterday) under Windows XP,
R crashes when typing, e.g.: repeat{ rep(1, 10000) == "ö" } Note that I cannot reproduce the error in R-2.6.2 nor R-devel. Uwe Ligges --please do not edit the information below-- Version: platform = i386-pc-mingw32 arch = i386 os = mingw32 system = i386, mingw32 status = major = 2 minor = 7.0 year = 2008 month = 04 day = 22 svn rev = 45424 language = R version.string = R version 2.7.0 (2008-04-22) Windows XP (build 2600) Service Pack 2 Locale: LC_COLLATE=German_Germany.1252;LC_CTYPE=German_Germany.1252;LC_MONETARY=German_Germany.1252;LC_NUMERIC=C;LC_TIME=German_Germany.1252 Search Path: .GlobalEnv, package:stats, package:graphics, package:grDevices, package:datasets, package:utils, package:methods, Autoloads, package:base ______________________________________________ R-devel@... mailing list https://stat.ethz.ch/mailman/listinfo/r-devel |
|
|
Re: comparison (PR#11421)On 5/9/2008 7:10 AM, ligges@... wrote:
> In R-2.7.0 release as well as patched (from yesterday) under Windows XP, > R crashes when typing, e.g.: > > repeat{ > rep(1, 10000) == "ö" > } > > > Note that I cannot reproduce the error in R-2.6.2 nor R-devel. I can confirm the crash in a US English locale in R-patched. It is a seg fault in stripAttrib, but so far I haven't found where that is being called from (gdb never displays the stack properly). Duncan Murdoch > > Uwe Ligges > > > > > > --please do not edit the information below-- > > Version: > platform = i386-pc-mingw32 > arch = i386 > os = mingw32 > system = i386, mingw32 > status = > major = 2 > minor = 7.0 > year = 2008 > month = 04 > day = 22 > svn rev = 45424 > language = R > version.string = R version 2.7.0 (2008-04-22) > > Windows XP (build 2600) Service Pack 2 > > Locale: > LC_COLLATE=German_Germany.1252;LC_CTYPE=German_Germany.1252;LC_MONETARY=German_Germany.1252;LC_NUMERIC=C;LC_TIME=German_Germany.1252 > > Search Path: > .GlobalEnv, package:stats, package:graphics, package:grDevices, > package:datasets, package:utils, package:methods, Autoloads, package:base > > ______________________________________________ > R-devel@... mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel ______________________________________________ R-devel@... mailing list https://stat.ethz.ch/mailman/listinfo/r-devel |
| Free Forum Powered by Nabble | Forum Help |