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 :)