Skip to content

Segmentation fault while executing conf get in JSON format #399

@fluca1978

Description

@fluca1978

pgagroal version 4d14643, when doing conf get in JSON format there is a segfault:

% pgagroal-cli conf -F json set log_level debug
{
        "command":      {
                "name": "conf set",
                "status":       "OK",
                "error":        0,
                "exit-status":  0,
                "output":       {
                        "key":  "log_level",
                        "value":        "debug",
                        "expected":     "debug"
                }
        },
        "application":  {
                "name": "pgagroal-cli",
                "major":        1,
                "minor":        6,
                "patch":        0,
                "version":      "1.6.0"
        }
}

`zsh:` segmentation fault  pgagroal-cli conf -F json set log_level debug

The other JSON commands seems to be find.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions