Skip to content

segfault under MKL, ATLAS configurations on CRAN #7519

@MichaelChirico

Description

@MichaelChirico

Observed from CRAN:

https://www.stats.ox.ac.uk/pub/bdr/Rblas/ATLAS/data.table.out
https://www.stats.ox.ac.uk/pub/bdr/Rblas/MKL/data.table.out

Both have similar stack traces:

  Traceback:
   1: all.equal(ax, ay, ..., check.attributes = check.attributes)
   2: attr.all.equal(target, current, tolerance = tolerance, scale = scale,     ...)
   3: all.equal.numeric(x, y, check.names = !isTRUE(y))
   4: all.equal(x, y, check.names = !isTRUE(y))
   5: isTRUE(all.equal.result <- all.equal(x, y, check.names = !isTRUE(y)))
   6: test(1252 + test_no * 0.001, ans1[ans1 != 0], with(DT, eval(ll)))

ATLAS and MKL are different BLAS implementations:

https://www.stats.ox.ac.uk/pub/bdr/Rblas/README.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions