Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions docs/software/container-engine/known-issue.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## Buffer overflow errors with long command strings

We are aware of an issue, as of the system update on 10th September 2025, which is causing a buffer overflow error and abrupt termination of jobs using the CE when entering very long strings as the command to execute in the Slurm job step.

The issue presents itself with a error message similar to the following:

```bash
srun: error: nid001309: task 0: Aborted
*** buffer overflow detected ***: terminated
```

We have identified the nature of the problem and are working towards deploying a fix.


## Compatibility with Alpine Linux

Alpine Linux is incompatible with some hooks, causing errors when used with Slurm. For example,
Expand Down
Loading