Displaying 2 results from an estimated 2 matches for "rl_prep_termin".
Did you mean:
rl_prep_terminal
2000 Jul 11
1
Help: R seg faults
...nterface to help.
Type "q()" to quit R.
Program received signal SIGSEGV, Segmentation fault.
0x400da7bc in _IO_fflush (fp=0x819ecd8) at iofflush.c:41
41 result = _IO_SYNC (fp) ? EOF : 0;
(gdb) bt
#0 0x400da7bc in _IO_fflush (fp=0x819ecd8) at iofflush.c:41
#1 0x8122165 in rl_prep_terminal (meta_flag=0) at rltty.c:555
#2 0x811cb08 in _rl_callback_newline () at callback.c:76
#3 0x811cb4a in rl_callback_handler_install (prompt=0x4093c210 "> ", linefunc=0x80e8798 <readline_handler>) at callback.c:95
#4 0x80e89b5 in Rstd_ReadConsole (prompt=0x4093c210 "> &...
2002 May 08
0
Problems with package XML
I'm having some difficulties with the package XML.
Namely, issuing the following commands:
> library(XML)
> hp <- htmlTreeParse('http://www.liacc.up.pt/~ltorgo/index.html',isURL=T)
I get a flood of messages like this :
Save workspace image? [y/n/c]: readline: warning: rl_prep_terminal: cannot
get terminal settings
My system is:
> version
_
platform i686-pc-linux-gnu
arch i686
os linux-gnu
system i686, linux-gnu
status
major 1
minor 4.1
year 2002...