mamba-org / setup-micromamba

GitHub Action to set up micromamba
MIT License
105 stars 16 forks source link

Segfault - Not sure how to root cause #155

Closed karkir0003 closed 1 year ago

karkir0003 commented 1 year ago

I'm trying to run a github action to install poetry dependencies and cache the venv within mamba. Here is a link to the github actions yml file and a link to the failed run. Could someone take a look and provide me with pointers on how to debug the cause of the segfault? I'm wondering if micromamba might be the cause of the segfault?

jonashaag commented 1 year ago

Looks like a segfault in poetry. You could try running it in gdb/lldb and dumping the stack.

karkir0003 commented 1 year ago

Can you show how I can set that up in github action?

pavelzw commented 1 year ago

Try using https://github.com/mxschmitt/action-tmate This opens an ssh shell which you can access.

karkir0003 commented 1 year ago

@pavelzw Was able to temporarily resolve this by switching to another github action here