Note:
This bug report was written by AI, based directly on system logs and reproduced behavior.
(Hope it helps, and don't mind the use of AI.)
I’m reporting a crash loop in Eloquent (Flatpak) caused by the bundled fasttext binary.
App: Eloquent (Flatpak)
App ID: re.sonny.Eloquent
OS: Linux Mint (Ubuntu-based)
Kernel: 6.8.0-90-generic
CPU: AMD Ryzen 9 3900X (x86_64, AVX/AVX2 supported)
What happens
When Eloquent is installed and running, it repeatedly spawns the following command inside the Flatpak sandbox:
/app/fastText/fasttext predict-prob /app/fastText/lid.176.bin - 5
The fasttext process crashes with SIGILL (Illegal instruction) and is restarted in a loop, causing continuous system crash reports.
Important clarification (Flatpak sandbox)
The path /app/fastText/fasttext exists only inside the Flatpak sandbox, not on the host system.
Verified behavior:
-
On host system:
/app/fastText/fasttext → No such file or directory
-
Inside Flatpak sandbox:
flatpak run --command=sh re.sonny.Eloquent
ls /app/fastText
→ fasttext, lid.176.bin, etc.
This confirms the crashing binary is the one bundled with the Eloquent Flatpak.
Evidence (coredump)
From coredumpctl info:
- Executable:
/app/fastText/fasttext
- Signal: SIGILL (4)
- Command line:
/app/fastText/fasttext predict-prob /app/fastText/lid.176.bin - 5
- CGroup / scope:
app-flatpak-re.sonny.Eloquent-XXXX.scope
This directly ties the crash to the Eloquent Flatpak.
Expected behavior
If language detection fails, Eloquent should fail gracefully and not enter a crash/restart loop.
Notes
SIGILL typically indicates that the binary is using CPU instructions that are not valid at runtime, or that the bundled fasttext binary is otherwise incompatible. This may be a Flatpak packaging or build configuration issue with the included fastText binary.
(base) dev@dev-desktop:~$ flatpak info re.sonny.Eloquent
Eloquent - Your proofreading assistant
ID: re.sonny.Eloquent
Ref: app/re.sonny.Eloquent/x86_64/stable
Arch: x86_64
Branch: stable
Version: 1.4
License: GPL-3.0
Origin: flathub
Collection: org.flathub.Stable
Installation: system
Installed: 747,5 MB
Runtime: org.gnome.Platform/x86_64/49
Sdk: org.gnome.Sdk/x86_64/49
Commit: 3ba7be5c1882a538bf7efdc1d4cca978edad169232a637ca8bcde16da3fa141f
Parent: cd6f474c18c2350d783628e0d0a4ced38fdbc23a9300ab10a3174a75711fb055
Subject: v1.4 (#8) (9c29bba7e427)
Date: 2025-12-05 21:25:04 +0000
(base) dev@dev-desktop:~$ flatpak info --show-runtime re.sonny.Eloquent
org.gnome.Platform/x86_64/49
(base) dev@dev-desktop:~$ flatpak info --show-permissions re.sonny.Eloquent
[Context]
shared=network;ipc;
sockets=x11;wayland;fallback-x11;
devices=dri;
[Environment]
PATH=/app/jre/bin:/usr/bin:/app/bin
(base) dev@dev-desktop:~$ coredumpctl info --no-pager | sed -n '1,80p'
PID: 31709 (fasttext)
UID: 1000 (dev)
GID: 1000 (dev)
Signal: 4 (ILL)
Timestamp: Sun 2026-01-18 22:29:50 EET (1min 30s ago)
Command Line: /app/fastText/fasttext predict-prob /app/fastText/lid.176.bin - 5
Executable: /app/fastText/fasttext
Control Group: /user.slice/user-1000.slice/user@1000.service/app.slice/app-flatpak-re.sonny.Eloquent-2313.scope
Unit: user@1000.service
User Unit: app-flatpak-re.sonny.Eloquent-2313.scope
Slice: user-1000.slice
Owner UID: 1000 (dev)
Boot ID: cf140a7fe1d747edb853442135bd51aa
Machine ID: 1e4e078b385c404db6d635a7f4931697
Hostname: dev-desktop
Storage: /var/lib/systemd/coredump/core.fasttext.1000.cf140a7fe1d747edb853442135bd51aa.31709.1768768190000000.zst (present)
Size on Disk: 2.6M
Message: Process 31709 (fasttext) of user 1000 dumped core.
Stack trace of thread 351:
#0 0x0000566756d7d44a n/a (/app/fastText/fasttext + 0xc44a)
#1 0x00007aa30c72d975 n/a (/usr/lib/x86_64-linux-gnu/libc.so.6 + 0x2b975)
#2 0x00007aa30c72da28 n/a (/usr/lib/x86_64-linux-gnu/libc.so.6 + 0x2ba28)
#3 0x0000566756d7da95 n/a (/app/fastText/fasttext + 0xca95)
ELF object binary architecture: AMD x86-64
(base) dev@dev-desktop:~$ lscpu | grep -i flags
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb cat_l3 cdp_l3 hw_pstate ssbd mba ibpb stibp vmmcall fsgsbase bmi1 avx2 smep bmi2 cqm rdt_a rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local clzero irperf xsaveerptr rdpru wbnoinvd arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif v_spec_ctrl umip rdpid overflow_recov succor smca sev sev_es ibpb_exit_to_user
(base) dev@dev-desktop:~$ uname -a
Linux dev-desktop 6.8.0-90-generic #91-Ubuntu SMP PREEMPT_DYNAMIC Tue Nov 18 14:14:30 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
(base) dev@dev-desktop:~$ flatpak run --command=sh re.sonny.Eloquent -c "file /app/fastText/fasttext"
/app/fastText/fasttext: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=dd8c87ec04a418d8a164c8b4828f5523b6657e25, for GNU/Linux 3.2.0, stripped
Note:
This bug report was written by AI, based directly on system logs and reproduced behavior.
(Hope it helps, and don't mind the use of AI.)
I’m reporting a crash loop in Eloquent (Flatpak) caused by the bundled
fasttextbinary.App: Eloquent (Flatpak)
App ID:
re.sonny.EloquentOS: Linux Mint (Ubuntu-based)
Kernel:
6.8.0-90-genericCPU: AMD Ryzen 9 3900X (x86_64, AVX/AVX2 supported)
What happens
When Eloquent is installed and running, it repeatedly spawns the following command inside the Flatpak sandbox:
The
fasttextprocess crashes with SIGILL (Illegal instruction) and is restarted in a loop, causing continuous system crash reports.Important clarification (Flatpak sandbox)
The path
/app/fastText/fasttextexists only inside the Flatpak sandbox, not on the host system.Verified behavior:
On host system:
Inside Flatpak sandbox:
This confirms the crashing binary is the one bundled with the Eloquent Flatpak.
Evidence (coredump)
From
coredumpctl info:/app/fastText/fasttext/app/fastText/fasttext predict-prob /app/fastText/lid.176.bin - 5app-flatpak-re.sonny.Eloquent-XXXX.scopeThis directly ties the crash to the Eloquent Flatpak.
Expected behavior
If language detection fails, Eloquent should fail gracefully and not enter a crash/restart loop.
Notes
SIGILL typically indicates that the binary is using CPU instructions that are not valid at runtime, or that the bundled
fasttextbinary is otherwise incompatible. This may be a Flatpak packaging or build configuration issue with the included fastText binary.