Skip to content

asyncio profiling errors #14

@alexanderjaffe

Description

@alexanderjaffe

hi parsa,

one other question for you. while batch profiling i am getting a high proportion of batches failing with the following error, which seems to derive from a asyncio buffer issue:

2026-06-16T20:16:09Z BATCH batch_4 FAILED state=failed progress=5/10 success=5 failed=0 attempt=2 message=running->failed; runtime error: samtools: /opt/conda/bin/../lib/libtinfow.so
.6: no version information available (required by samtools)\nsamtools: /opt/conda/bin/../lib/libncursesw.so.6: no version information available (required by samtools)\nsamtools: /opt
/conda/bin/../lib/libncursesw.so.6: no version information available (required by samtools)\nsamtools: /opt/conda/bin/../lib/libncursesw.so.6: no version information available (requi
red by samtools)\nTraceback (most recent call last):\n  File "/opt/conda/lib/python3.12/asyncio/streams.py", line 568, in readline\n    line = await self.readuntil(sep)\n           ^
^^^^^^^^^^^^^^^^^^^^^^^^\n  File "/opt/conda/lib/python3.12/asyncio/streams.py", line 646, in readuntil\n    raise exceptions.LimitOverrunError(\nasyncio.exceptions.LimitOverrunError
: Separator is not found, and chunk exceed the limit

Any suggestions for how to resolve? I'm giving the program plenty of RAM, profile runner is only using about 8-10% of it.

thanks,

alex

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions