Skip to content

Fix/clean stack fix#178

Merged
donhardman merged 2 commits into
masterfrom
fix/clean-stack-fix
May 29, 2026
Merged

Fix/clean stack fix#178
donhardman merged 2 commits into
masterfrom
fix/clean-stack-fix

Conversation

@donhardman
Copy link
Copy Markdown
Member

No description provided.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 25, 2026

Linux debug test results

  8 files    8 suites   23m 24s ⏱️
539 tests 526 ✅ 13 💤 0 ❌
553 runs  540 ✅ 13 💤 0 ❌

Results for commit 3a04875.

♻️ This comment has been updated with latest results.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 25, 2026

Linux release test results

  8 files    8 suites   8m 26s ⏱️
539 tests 526 ✅ 13 💤 0 ❌
553 runs  540 ✅ 13 💤 0 ❌

Results for commit 3a04875.

♻️ This comment has been updated with latest results.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 25, 2026

Windows test results

  5 files    5 suites   25m 29s ⏱️
516 tests 503 ✅ 13 💤 0 ❌
524 runs  511 ✅ 13 💤 0 ❌

Results for commit 3a04875.

♻️ This comment has been updated with latest results.

@donhardman
Copy link
Copy Markdown
Member Author

We should merge it as it revert unnecessary changes that is was defensive to real root cause in the stack of the daemon

- Remove custom panic logging hooks and catch_unwind from FFI wrappers
- Narrow lock scopes around model forward passes to reduce contention
- Remove redundant contiguous calls during tensor to vector conversion
- Simplify mutex acquisition and error handling in ONNX evaluations
- Streamline text model creation and prediction logic
- Clean up verbose FFI memory layout comments
- Set opt-level 1 for candle and gemm packages in dev profile
- Reduce stack frame size to fit within 128KiB coroutine limit
- Resolve silent memory corruption causing glibc heap aborts
@donhardman donhardman force-pushed the fix/clean-stack-fix branch from 55168f5 to 3a04875 Compare May 29, 2026 09:03
@donhardman donhardman requested a review from sanikolaev May 29, 2026 10:18
@donhardman donhardman merged commit f7132f2 into master May 29, 2026
89 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants