Prof Brian Ripley wrote:
>
> Thank you, included in R-patched and R-devel now.
>
[snip]
thanks!
> I do wonder sometimes if people who only work with data in ASCII or in
> a Western European language covered by Latin-1 realize the extent of
> the overhead that using a UTF-8 locale impli
Thank you, included in R-patched and R-devel now.
BTW, it looks like the original problem is in MBCS locales only, which
postdate the X11 View() code (but we had patches from Mr Nakama:
input contexts are needed for entering CJK languages).
I do wonder sometimes if people who only work with d
This patch fixes the problem for me with latest R-devel. Thanks!
(This kind of X-hacking would take me hours if not days to figure out ...)
cheers
Ben Bolker
Ei-ji Nakama wrote:
> Hi
>
> 2009/5/13 Dirk Eddelbuettel :
>
>> #0 0xb70e685e in XmbLookupString () from /usr/lib/libX11.so.6
Hi
2009/5/13 Dirk Eddelbuettel :
> #0 0xb70e685e in XmbLookupString () from /usr/lib/libX11.so.6
> #1 0xb73a9d48 in doSpreadKey (DE=0x8bfd040, key=,
> event=0xbfed68d8) at dataentry.c:1828
It is generated by XmbLookupString and Xutf8LookupString because
this doesn't make Input context of X11
Ben Bolker wrote:
> It's my vague impression that View() is workable on Windows and maybe
> on MacOS, but on Ubuntu Linux 9.04 (intrepid) it seems completely
> unstable. I can reliably crash R by trying to look at a very small,
> simple data frame ...
>
on my 8.04, r is reliable at crashing
On 12 May 2009 at 22:58, Ben Bolker wrote:
| Actually, gdb seems not to want to debug this -- in either the
| Debian-magic version or the one I configured/made on my own system, I
| get to the View() command and get
|
| >> View(v)
| > [Thread debugging using libthread_db enabled]
| > Error whil
And to push the ball a little downcourt:
e...@joe:~$ wajig install r-base-core-dbg
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
r-base-core-dbg
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded
Actually, gdb seems not to want to debug this -- in either the
Debian-magic version or the one I configured/made on my own system, I
get to the View() command and get
>> View(v)
> [Thread debugging using libthread_db enabled]
> Error while reading shared library symbols:
> Cannot find new thread
I can reproduce this too.
Run from within emacs:
> v <- data.frame(1:3,2:4)
> sessionInfo()
R version 2.9.0 (2009-04-17)
i686-pc-linux-gnu
locale:
LC_CTYPE=en_US.UTF-8;LC_NUMERIC=C;LC_TIME=en_US.UTF-8;LC_COLLATE=en_US.UTF-8;LC_MONETARY=C;LC_MESSAGES=en_US.UTF-8;LC_PAPER=en_US.UTF-8;LC_NAME=C;LC_
On 12 May 2009 at 19:46, Ben Bolker wrote:
| It's my vague impression that View() is workable on Windows and maybe
| on MacOS, but on Ubuntu Linux 9.04 (intrepid) it seems completely
| unstable. I can reliably crash R by trying to look at a very small,
| simple data frame ...
|
|I was goi
10 matches
Mail list logo