SIGSEGV on qr decomposition
まだ誰も着手していません。
評価
調査の方向性
Start with the Cargo.toml and shell.nix configurations, then run the minimal 5x5 Rust reproduction and isolate the test.qr() call. Investigate the interaction between ndarray-linalg 0.17.0, the openblas-system feature, and the system OpenBLAS setup. Done means identifying the cause of the SIGSEGV and confirming that QR decomposition no longer crashes in the reproduction.
索引モデルが issue の本文から書いたものです。
説明
I am trying to use the qr decomposition method but am getting signal: 11, SIGSEGV: invalid memory reference whenever I call it.
Cargo.toml:
[dependencies]
ndarray = { version = "0.16.1", features = ["blas", "rayon"] }
ndarray-linalg = { version = "0.17.0", features = ["openblas-system"] }
shell.nix:
with import <nixpkgs> { };
mkShell {
buildInputs = [
rustup
gcc
bacon
pkg-config
openssl.dev
openblas
];
}
Minimal reproduction:
let mut rng = rand::rng();
let test = Array2::from_shape_fn((5, 5), |_| rng.random::<i8>() as f64);
let (q, r) = test .qr().unwrap();
removing the last line, this runs fine.
- 主要言語
- Rust
- スター
- 452
- フォーク
- 95
- PR マージ指標
- 30日以内にマージされた PR はありません
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
rust-ndarray/ndarray-linalg のほかの issue
-
Thin SVD オープン
難易度 5/5 1週間以上 初心者へのやさしさ 38/100
rust-ndarray/ndarray-linalg#414 ·
-
難易度 5/5 1週間以上 初心者へのやさしさ 30/100
rust-ndarray/ndarray-linalg#413 · コメント 1 件 ·
-
難易度 5/5 1週間以上 初心者へのやさしさ 25/100
rust-ndarray/ndarray-linalg#404 ·
-
難易度 4/5 3〜5日 初心者へのやさしさ 35/100
rust-ndarray/ndarray-linalg#401 · リアクション 2 件 ·
-
Add RQ decomposition オープン
難易度 5/5 1週間以上 初心者へのやさしさ 35/100
rust-ndarray/ndarray-linalg#398 ·
rust-ndarray/ndarray-linalg の issue をすべて見る
似ている issue
-
bug github_actions
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
registrystack/registry-stack#1393 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
longbridge/gpui-kit#3223 ·
-
bug engine
難易度 2/5 1〜3時間 初心者へのやさしさ 65/100
rocky-data/rocky#2181 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 70/100
oasisprotocol/oasis-sdk#2523 ·
-
[indexer] [QA] Add a focused test for the new NonRetryableError / assertSocketAlive() behavior. オープンbot:ai-assisted component:indexer QA-roadmap status:untriaged
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
midnightntwrk/midnight-indexer#1557 ·