Troubleshooting

Core dump

On this page

This page applies to:

  • HAProxy ALOHA - all versions

In the rare event that HAProxy ALOHA has terminated or behaved abnormally, you can send the core dump file to the HAProxy Technologies support team. A core dump file encapsulates the state of an application when it crashes and is useful in diagnosing and fixing potential issues. This file is located in the /debug directory if the corresponding partition is mounted, or in memory at /var/core.

Enable core dumps Jump to heading

If core dumps aren’t enabled, follow these steps to enable them:

  1. In the Services tab, click system setup next to the system service.

  2. Add the following configuration lines to Options:

    nix
    service system
    ...
    dbg_auto_mount
    core_dumps
    nix
    service system
    ...
    dbg_auto_mount
    core_dumps
  3. Submit the change by clicking OK, then click Close.

  4. Restart the system service. Core dumps is now enabled.

  5. To make your changes persistent after a reboot, click the Setup tab. Then click Save under Configuration.

Do you have any suggestions on how we can improve the content of this page?