[Rd] Bug in title() crashes R (PR#9115)

2006-07-31 Thread Robert . McGehee
Hello, The below reliably crashes R 2.3.1: plot.new() title(1:10) Process R segmentation fault (core dumped) ... Also, R will crash when these vectors are much smaller, just not as reliably. I haven't tried this in on today's snapshot, but didn't see anything in the changelog that seems

Re: [Rd] Bug in title() crashes R (PR#9115)

2006-07-31 Thread Duncan Murdoch
On 7/31/2006 11:56 AM, [EMAIL PROTECTED] wrote: Hello, The below reliably crashes R 2.3.1: plot.new() title(1:10) Process R segmentation fault (core dumped) ... This was an internal bug in do_title. When the integer vector was converted to character it wasn't protected, and garbage