Skip to content

v1.1.0: Illegal instruction (core dumped) #61

Closed
@peterk87

Description

Describe the bug

Illegal instruction (core dumped) errors when trying to view any alignments with the same args ($ gw -b input.bam refs.fasta -r "$ACCESSION") as used with gw v1.0.0.

To Reproduce

Built v1.1.0 from source on Arch Linux (g++ (GCC) 14.2.1 20240910):

git clone https://github.com/kcleal/gw 
cd gw
git checkout v1.1.0
bash deps/build_skia.sh
make -j4

Minimal reproduction of issue:

$ ./gw

█▀▀ █ █ █
█▄█ ▀▄▀▄▀

Reference genomes listed in /home/pkruczkiewicz/.config/.gw.ini

 ▀ https://github.com/kcleal/ref_genomes/releases/download/v0.1.0

  Number │ Genome-tag │ Path
  ───────┼────────────┼─────────────────────────────────────────────
    0    │ ce11       │  ▀ /ce11.fa.gz
    1    │ danrer11   │  ▀ /danRer11.fa.gz
    2    │ dm6        │  ▀ /dm6.fa.gz
    3    │ hg19       │  ▀ /hg19.fa.gz
    4    │ hg38       │  ▀ /hg38.fa.gz
    5    │ grch37     │  ▀ /Homo_sapiens.GRCh37.dna.toplevel.fa.gz
    6    │ grch38     │  ▀ /Homo_sapiens.GRCh38.dna.toplevel.fa.gz
    7    │ t2t        │  ▀ /hs1.fa.gz
    8    │ mm39       │  ▀ /mm39.fa.gz
    9    │ pantro6    │  ▀ /panTro6.fa.gz
    10   │ saccer3    │  ▀ /sacCer3.fa.gz

Press ENTER to load previous session
Input a genome number/tag, path, or session: 0
Genome:  ce11
Illegal instruction (core dumped)

Expected behavior

No core dump.

System (please complete the following information):

  • GW version: 1.1.0
  • OS: Arch Linux x86_64 (Linux 6.10.9-arch1-2)

Additional context

Window Manager: KWin (X11)
Desktop Environment: KDE
GPU: NVIDIA Corporation TU104GLM [Quadro RTX 5000 Mobile / Max-Q]
Nvidia driver version: 560.35.03

Fortunately, gw installed from Conda works now, so that's what I've been using.

Thanks for making a simple, fast and easy to use alignment viewer!

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