search for: iodisplay

Displaying 3 results from an estimated 3 matches for "iodisplay".

Did you mean: nodisplay
2002 Apr 11
1
segmentation violation when closing the data entry window (PR#1453)
...gets closed twice - on the first time, the window closes, the second time I get the error. This is with r-devel as of today, with "CFLAGS -g". I edited closewin() in dataentry.c to show me when it is called: void closewin(void) { printf("In routine closewin\n"); XFreeGC(iodisplay, iogc); XDestroyWindow(iodisplay, iowindow); XCloseDisplay(iodisplay); } % bin/R > x <- edit(data.frame()) The data frame pops up. I just click on the Window manager close button (not the "Quit" button): In routine closewin In routine closewin Program received signal S...
2012 Jan 09
2
[R] fix and edit don't work: unable to open X Input
(moved from R-help) I tried this on Ubuntu with R-2.14.1 built from source, and I do not get the segfault problem. (I don't at the moment have a debian binary R, or I would confirm whether I get the segfault problem.) My sessioninfo() is reporting additional information about namespace imports: > library(ggplot2) Loading required package: reshape Loading required package: plyr
2008 Jul 29
1
closing View windows after multiple View(x) crashes
> sessionInfo() R version 2.8.0 Under development (unstable) (2008-07-07 r46046) 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_ADDRESS=C;LC_TELEPHONE=C;LC_MEASUREMENT=en_US.UTF-8;LC_IDENTIFICATION=C attached base packages: [1] stats graphics grDevices utils