Client: Nomad v0.10.3
Server: Nomad v0.10.1
Client: macOS 10.14.6
Server: Ubuntu 18.04.3 LTS
When running a job with a type non existing, it's triggering a segfault.
nomad job run -verbose --address='https://xxx.example.com' ops-reaper.hcl
https://gist.github.com/Y-Tian/a37959a21ac6134ab211d51f1b5d93ba
Error submitting job: Unexpected response code: 502 (<html>
<head><title>502 Bad Gateway</title></head>
<body bgcolor="white">
<center><h1>502 Bad Gateway</h1></center>
</body>
</html>
)
https://gist.github.com/scalp42/816cb82d2838e2edca6b0ee3966674a5
Hi @scalp42, thanks for the detailed bug report. I was able to reproduce this with the examples you provided and have submitted a PR which resolves the bug.
Most helpful comment
Hi @scalp42, thanks for the detailed bug report. I was able to reproduce this with the examples you provided and have submitted a PR which resolves the bug.