bug: live runtime exits shortly after startup during #409 monitor #412

Closed
opened 2026-03-04 10:21:51 +09:00 by agentson · 0 comments
Collaborator

Summary

  • During post-merge monitoring prep for #409/#318/#325, runtime restart succeeded initially but app process exited shortly after startup.

Observed At

  • 2026-03-04 10:19 KST (2026-03-04 01:19 UTC)

Evidence

  • run log: data/overnight/run_20260304_101925.log
  • watchdog log: data/overnight/watchdog_20260304_101925.log
  • pgrep -af "[s]rc.main --mode=live" returned no process after startup

Relevant excerpts:

  • app pid allocated: 3576017
  • startup lines present through Startup sync: US_NASDAQ/KTB recorded as open position (qty=23)
  • no subsequent cycle logs and process disappeared

Impact

  • 24h runtime monitoring for #409/#318/#325 cannot proceed reliably because live process is not staying up.

Next Actions

  1. Investigate why process exits after startup sync (app crash vs watchdog/session handling).
  2. Stabilize live process lifecycle, then re-run 24h monitor.
## Summary - During post-merge monitoring prep for #409/#318/#325, runtime restart succeeded initially but app process exited shortly after startup. ## Observed At - 2026-03-04 10:19 KST (2026-03-04 01:19 UTC) ## Evidence - run log: `data/overnight/run_20260304_101925.log` - watchdog log: `data/overnight/watchdog_20260304_101925.log` - `pgrep -af "[s]rc.main --mode=live"` returned no process after startup Relevant excerpts: - app pid allocated: `3576017` - startup lines present through `Startup sync: US_NASDAQ/KTB recorded as open position (qty=23)` - no subsequent cycle logs and process disappeared ## Impact - 24h runtime monitoring for #409/#318/#325 cannot proceed reliably because live process is not staying up. ## Related - #409 - #318 - #325 ## Next Actions 1. Investigate why process exits after startup sync (app crash vs watchdog/session handling). 2. Stabilize live process lifecycle, then re-run 24h monitor.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: jihoson/The-Ouroboros#412