herrhotzenplotz / gcli

Portable Git(hub|lab|tea) CLI tool
https://herrhotzenplotz.de/gcli/
BSD 2-Clause "Simplified" License
54 stars 2 forks source link

Segmentation fault #116

Closed narma closed 1 year ago

narma commented 1 year ago

Steps

  1. Compile and install from current trunk (0f8f9ea9be22e79a759f523bf24be9f412ae6cc8)
  2. Run gcli -t github pulls -a fails with segmentation fault env: mac os 13.1 with m1 chip

faulted at table.c:153 details: https://asciinema.org/a/tkvEE7oYCpDOoGm2V49JxjX12

herrhotzenplotz commented 1 year ago

Hey,

the current trunk on Github might be a little outdated. I pushed the staging branch for version 1.0.0 from Gitlab to Github (cleanup-1.0). Could you try again with that branch and see if it still faults at the same place? If it does, please provide a full backtrace and if possible check with valgrind.

narma commented 1 year ago

Just check out with cleanup-1.0 branch - works perfectly, thanks!