search for: iowindow

Displaying 4 results from an estimated 4 matches for "iowindow".

Did you mean: inwindow
2002 Apr 11
1
segmentation violation when closing the data entry window (PR#1453)
...w 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 SIGSEGV, Segmentation fault. 0x08bd62d2 in ?? ()...
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
2012 Oct 08
21
[PATCH 00/14] Remove old_portio users for memory region PIO mapping
When running on PowerPC, we don''t have native PIO support. There are a few hacks around to enable PIO access on PowerPC nevertheless. The most typical one is the isa-mmio device. It takes MMIO requests and converts them to PIO requests on the (QEMU internal) PIO bus. This however is not how real hardware works and it limits us in the ability to spawn eventfd''s on PIO ports
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