Hello,
I am trying to run coman, and after following all the setup instructions I encounter the same crash, both in the TUI and CLI versions. I suspect the problem is related to symbolic links in my home directory.
Below is the .toml crash report:
name = "coman"
operating_system = "Ubuntu 24.4.0 (noble) [64-bit]"
crate_version = "0.5.7"
explanation = """
Panic occurred in file 'coman/src/cscs/api_client/types.rs' at line 116
"""
cause = "Unknown file type: l"
method = "Panic"
backtrace = """
0: 0x7a3ade1cef3d - <unresolved>
1: 0x7a3ade02a7d3 - <unresolved>
2: 0x7a3ade8a9c8a - <unresolved>
3: 0x7a3ade77d839 - <unresolved>
4: 0x7a3ade7a02b8 - <unresolved>
5: 0x7a3ade7a0219 - <unresolved>
6: 0x7a3ade7a020c - <unresolved>
7: 0x7a3adde6e86f - <unresolved>
8: 0x7a3ade095ba0 - <unresolved>
9: 0x7a3ade067f26 - <unresolved>
10: 0x7a3ade0614df - <unresolved>
11: 0x7a3ade05f639 - <unresolved>
12: 0x7a3ade07f302 - <unresolved>
13: 0x7a3addeaa551 - <unresolved>
14: 0x7a3ade844c00 - <unresolved>
15: 0x7a3ade83824a - <unresolved>
16: 0x7a3ade8326a6 - <unresolved>
17: 0x7a3ade8322cf - <unresolved>
18: 0x7a3ade847d6e - <unresolved>
19: 0x7a3ade7a7fef - <unresolved>
"""
In my home directory I have a symbolic link that points to /scratch, and I suspect this might be triggering the "Unknown file type: l" panic.
Hello,
I am trying to run coman, and after following all the setup instructions I encounter the same crash, both in the TUI and CLI versions. I suspect the problem is related to symbolic links in my home directory.
Below is the
.tomlcrash report:In my home directory I have a symbolic link that points to
/scratch, and I suspect this might be triggering the"Unknown file type: l"panic.