unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#21909: Segfault with eigen in R
@ 2015-11-13 15:53 Kyle Meyer
  2015-11-13 20:26 ` Ricardo Wurmus
  0 siblings, 1 reply; 10+ messages in thread
From: Kyle Meyer @ 2015-11-13 15:53 UTC (permalink / raw)
  To: 21909

Hello,

With R 3.2.2 built from r in statistics.scm (guix 0.9.0), I'm seeing a
segfault when eigen is called with a matrix over some size.  I can
trigger the error with the following code [1]:

    > M <- 50
    > N <- 500
    > eigen(crossprod(matrix(rnorm(M * N), M, N)))

     *** caught segfault ***
    address 0xfb0, cause 'memory not mapped'

    Traceback:
     1: eigen(crossprod(matrix(rnorm(M * N), M, N)))

Can others reproduce this?

Thanks.


[1] This is a down-sized version of the snippet from an ATLAS bug report
    in 2011 for a similar error with R 2.14.

    http://sourceforge.net/p/math-atlas/support-requests/792/

--
Kyle

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2016-03-03 20:55 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-13 15:53 bug#21909: Segfault with eigen in R Kyle Meyer
2015-11-13 20:26 ` Ricardo Wurmus
2015-11-19  0:37   ` Kyle Meyer
2015-11-19  9:39     ` Ludovic Courtès
2015-11-20  0:05       ` Kyle Meyer
2015-11-20  9:58         ` Ludovic Courtès
2015-11-30 23:25           ` Kyle Meyer
2016-03-02 10:40             ` Ricardo Wurmus
2016-03-02 21:09               ` Ludovic Courtès
2016-03-03 20:54                 ` Ricardo Wurmus

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).