0

I’m trying to build a c++ program in an LXC container.

It’s working fine in my ‘build’ container, and if i clone it - still works fine. If I create a new container and install the same build tools it builds fine and installs fine though the program seems to exit very early (before welcome message) with status 0

No logs, errors, etc. How should I go about debugging a runtime error like this?

Steven Carlson
  • 925
  • 1
  • 10
  • 25
Alex Turner
  • 470
  • 1
  • 4
  • 14

1 Answers1

0

Please read something about gdb.

dmi
  • 1,424
  • 1
  • 9
  • 9