Skip to content

Function svds freezes #399

Closed
Closed
@lostella

Description

I'm experiencing a problem with svds in Julia 0.6.0-dev.2439, commit 953029f, on macOS. What happens is that the REPL freezes after invoking svds, as in

x = randn(10,10)
out = svds(x, nsv=3)

After cmd+c'ing and re-issuing the latter command, the output is produced correctly.

versioninfo() gives:

Julia Version 0.6.0-dev.2439
Commit 953029f (2017-01-28 07:23 UTC)
Platform Info:
  OS: macOS (x86_64-apple-darwin13.4.0)
  CPU: Intel(R) Core(TM) i5-5257U CPU @ 2.70GHz
  WORD_SIZE: 64
  BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY Haswell)
  LAPACK: libopenblas64_
  LIBM: libopenlibm
  LLVM: libLLVM-3.9.1 (ORCJIT, broadwell)

Metadata

Assignees

Labels

regressionRegression in behavior compared to a previous version

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions