It is intermittent on both my systems.
Rob
On Sep 8, 2011, at 8:00 AM, luke-tier...@uiowa.edu wrote:
> On Thu, 8 Sep 2011, Martin Maechler wrote:
>
>>> Simon Urbanek
>>>on Thu, 8 Sep 2011 09:33:23 -0400 writes:
>>
>> > On Sep 8, 2011, at 4:01 AM, Martin Maechler wrote:
>>
On Thu, 8 Sep 2011, Martin Maechler wrote:
Simon Urbanek
on Thu, 8 Sep 2011 09:33:23 -0400 writes:
> On Sep 8, 2011, at 4:01 AM, Martin Maechler wrote:
>>> David Winsemius
>>> on Tue, 6 Sep 2011 00:38:13 -0400 writes:
>>
>>> I can reproduce:
>>> eigen(crossprod
> Simon Urbanek
> on Thu, 8 Sep 2011 09:33:23 -0400 writes:
> On Sep 8, 2011, at 4:01 AM, Martin Maechler wrote:
>>> David Winsemius
>>> on Tue, 6 Sep 2011 00:38:13 -0400 writes:
>>
>>> I can reproduce:
>>> eigen(crossprod(matrix(1:2000, 50)) + (0+0i
On Sep 8, 2011, at 4:01 AM, Martin Maechler wrote:
>> David Winsemius
>>on Tue, 6 Sep 2011 00:38:13 -0400 writes:
>
>> I can reproduce:
>> eigen(crossprod(matrix(1:2000, 50)) + (0+0i), T, T)
>
>> *** caught segfault ***
>> address 0x102d0e028, cause 'memory not mapped'
>
>> Traceb
On Sep 8, 2011, at 10:01 , Martin Maechler wrote:
>> David Winsemius
>>on Tue, 6 Sep 2011 00:38:13 -0400 writes:
>
>> I can reproduce:
>> eigen(crossprod(matrix(1:2000, 50)) + (0+0i), T, T)
>
>> *** caught segfault ***
>> address 0x102d0e028, cause 'memory not mapped'
>
>> Traceba
> David Winsemius
> on Tue, 6 Sep 2011 00:38:13 -0400 writes:
> I can reproduce:
> eigen(crossprod(matrix(1:2000, 50)) + (0+0i), T, T)
> *** caught segfault ***
> address 0x102d0e028, cause 'memory not mapped'
> Traceback:
> 1: .Call("La_rs_cmplx", x, only.va
I can reproduce:
eigen(crossprod(matrix(1:2000, 50)) + (0+0i), T, T)
*** caught segfault ***
address 0x102d0e028, cause 'memory not mapped'
Traceback:
1: .Call("La_rs_cmplx", x, only.values, PACKAGE = "base")
2: eigen(crossprod(matrix(1:2000, 50)) + (0 + (0+0i)), T, T)
## after restart
>
Hi. macosx 10.6.8
With R-2.13.1 and also revision 56948 I get the following repeatable segfault:
wt118:~% R --vanilla --quiet
> R.Version()
$platform
[1] "x86_64-apple-darwin9.8.0"
$arch
[1] "x86_64"
$os
[1] "darwin9.8.0"
$system
[1] "x86_64, darwin9.8.0"
$status
[1] ""
$major
[1] "2"
$m