Displaying 1 result from an estimated 1 matches for "inval_id".
Did you mean:
invalid_id
2010 Apr 19
0
R's unfortunate treatment of X11 failures
...a scary warning like "Error: X11 fatal IO error: please save work and
shut down R." That's all well and good.
Then, if I ignore it and try to plot() something, R dies quite
ungracefully, producing (e.g.) something like this:
R: ../../src/xcb_io.c:385: _XAllocID: Assertion `ret != inval_id' failed.
Aborted
...and returning me to the shell. If I have not saved, I have lost my work.
Clearly, this is my fault--I ignored the warning. However, I just had the
above happen to me without my being warned...I lost some data, but not a
lot. I am working on creating a reproducible case cu...