# Error after whole script runs

**URL:** https://discourse.julialang.org/t/error-after-whole-script-runs/106393
**Category:** General Usage
**Tags:** bug, error
**Created:** [November 18, 2023, 1:36am UTC](https://discourse.julialang.org/t/error-after-whole-script-runs/106393 "2023-11-18T01:36:14Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![astro-kevin](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/astro-kevin/32/43342_2.png) [@astro-kevin](https://discourse.julialang.org/u/astro-kevin)
#### Post date: [November 18, 2023, 1:36am UTC](https://discourse.julialang.org/t/error-after-whole-script-runs/106393/1 "2023-11-18T01:36:14Z")

</div>

I am running a threaded script on a server managed by slurm. When the whole script finishes (the output from the last line of code is displayed in the outfile), the script doesn’t terminate, but continues until the allotted time runs out and displays the following error:

```julia
error: <inline asm>:1:2: invalid character in input
        /
        ^

[1753396] signal (11.128): Segmentation fault
in expression starting at none:0
malloc(): unsorted double linked list corrupted

[1753396] signal (6.-6): Aborted
in expression starting at none:0

```

This looks like some error as a result of the threading, but given the entire script ran successfully, I can’t isolate it.
