reproduced within RKWard, and similar crash when R run in the terminal (with slightly different error message, see below).  I'll contact Simon.  thanks.<br><br> *** caught segfault ***<br>address (nil), cause 'memory not mapped'<br>
<br>Traceback:<br> 1: strwidth(legend, units = "user", cex = cex)<br> 2: legend("topleft", legend = leg, bty = "n", inset = 0.02, cex = 0.75)<br><br>Possible actions:<br>1: abort (with core dump, if enabled)<br>
2: normal R exit<br>3: exit R without saving workspaceg<br>4: exit R saving workspace<br><br><div class="gmail_quote">On Sun, Nov 6, 2011 at 04:55, Thomas Friedrichsmeier <span dir="ltr"><<a href="mailto:thomas.friedrichsmeier@ruhr-uni-bochum.de">thomas.friedrichsmeier@ruhr-uni-bochum.de</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi,<br>
<div class="im"><br>
On Sunday 06 November 2011, Dan McCloy wrote:<br>
> What I was doing at the time:<br>
><br>
> Had just been tweaking a set of seven graphs to plot in a 4x2 layout using<br>
> par(mfcol=).  The graphs were fairly simple scatterplots with Lowess<br>
> curves.  I had gotten all the axes and cex values to where I wanted them,<br>
> and closed the X11 graph window and ran the whole set of graph commands<br>
> again with a CairoPDF() and dev.off() wrapper.  That's when the crash<br>
> occurred.  The PDF was initialized but remains at zero bytes.  The specific<br>
> code is included as an attachment.  Note that I had the following packages<br>
> loaded: Cairo, Hmisc.<br>
<br>
</div>[...]<br>
<div class="im"><br>
> let me know if i can be of further help in tracking down the source of this<br>
> error.<br>
<br>
</div>thanks for your detailed bug report.<br>
<br>
I don't have the data objects needed to run the example. I inserted some dummy<br>
plots, instead, but that did not cuase any problems.<br>
<br>
This crash might have been RKWard's fault, or it might have been a crash<br>
inside Cairo. Since, as far as I understand, no on-screen device was active at<br>
the time, I believe it is rather likely to be the latter.<br>
<br>
Here are some things for you to test:<br>
- If you run the same code again, does the crash happen, again?<br>
- If you run the same code in a "plain" R session on the terminal, what<br>
happens?<br>
<br>
If you can reproduce the bug, *and* you can also reproduce it in a terminal R<br>
session, then I suggest to report the bug to the maintainer of the Cairo<br>
package (Simon Urbanek). If you can reproduce the bug, but only inside RKWard,<br>
it would be very helpful, if you could send me the data objects.<br>
<br>
If you cannot reproduce the bug, then unfortunately, there is not much anybody<br>
can do about it.<br>
<br>
Regards<br>
<span class="HOEnZb"><font color="#888888">Thomas<br>
</font></span></blockquote></div><br>