Skip to content

gqt query crashes with large annotations (fix inside) #37

@jpiper

Description

@jpiper

I have a BCF file, and one line has a very large annotation field (2 million characters - almost 10MB), which crashes gqt query.

This stems from the conservative 1MiB output_buffer_main_buf_size as defined in src/output_buffer.c, so this issue can can be solved by increasing this and recompiling.

I'm wondering if you think it's worth increasing the buffer size or allowing for dynamic growth or automatic flushing of the output buffer?

If not, at least this issue will help other people solve this issue if they run into it :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions