strace — Binary Crash Forensics

Find why a compiled binary exits immediately with no error output using strace.

A advanced Linux challenge worth 20 points. Solve it hands-on in a real Linux environment in your browser - no local setup, no fake shells.

The Challenge

A binary at /opt/app/service exits with code 1 immediately on startup. No error message. strace is your only tool.

Your tasks: