Skip to content

fix: enhance macOS smoke test with detailed logging#110

Merged
robcohen merged 2 commits intomainfrom
fix/smoke-test-logging
Apr 3, 2026
Merged

fix: enhance macOS smoke test with detailed logging#110
robcohen merged 2 commits intomainfrom
fix/smoke-test-logging

Conversation

@robcohen
Copy link
Copy Markdown
Member

@robcohen robcohen commented Apr 3, 2026

Summary

  • Run the macOS binary directly with RUST_BACKTRACE=full and RUST_LOG=debug to capture crash information
  • Capture stdout/stderr to a log file
  • Check exit code on crash
  • Search macOS crash reports in ~/Library/Logs/DiagnosticReports
  • Query macOS system log for rustfava-related entries

This will help diagnose the ARM64 startup crash reported in #91.

Test plan

  • Wait for CI to run on ARM64 (macos-14)
  • Review crash logs to identify root cause

🤖 Generated with Claude Code

Run the binary directly with RUST_BACKTRACE=full and RUST_LOG=debug
to capture crash information. Also check macOS crash reports and
system log to help debug ARM64 startup crashes.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@robcohen robcohen self-assigned this Apr 3, 2026
@robcohen robcohen merged commit 13f94ae into main Apr 3, 2026
29 checks passed
@robcohen robcohen deleted the fix/smoke-test-logging branch April 3, 2026 18:17
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.

1 participant