aristocratos/btop

[BUG] Floating point exception issue since updating to linux kernel 6.6

Open

#662 opened on 2023年11月10日

GitHub で見る
 (23 comments) (0 reactions) (1 assignee)C++ (32,227 stars) (1,011 forks)batch import
buggood first issue

説明

Description btop fails to start, and prints out the error message "floating point exception (core dumped)" after updating the zen kernel to 6.6 on Arch. Booting with the LTS kernel (6.1) makes btop work again.

To Reproduce

I'm not sure, just that after updating the zen kernel to 6.6 provided by Arch Linux, btop stops launching altogether with the above message.

Expected behavior

To work as usual.

Info

  • btop++ version: 1.2.13
  • Binary: static binary as packaged by the Arch team.
  • Architecture: x86_64
  • Platform: Linux
  • (Linux) Kernel: 6.6.1-zen1-1-zen
  • Terminal used: kitty
  • Font used: Droid Sans Font

Additional context

contents of ~/.config/btop/btop.log

2023/11/10 (00:58:27) | ===> btop++ v.1.2.13
2023/11/10 (00:58:27) | DEBUG: Starting in DEBUG mode!
2023/11/10 (00:58:27) | INFO: Logger set to DEBUG
2023/11/10 (00:58:27) | DEBUG: Using locale en_US.UTF-8
2023/11/10 (00:58:27) | INFO: Running on /dev/pts/0
2023/11/10 (00:58:27) | DEBUG: Loading theme file: /home/peter/.config/btop/themes/dracula.theme

GDB Backtrace

The program did not crash when I ran it with gdb, but displayed the message Thread 2 "btop" received signal SIGFPE, Arithmetic exception. [Switching to Thread 0x7ffff75ff6c0 (LWP 14759)] 0x00005555555ba64f in ?? () without making any progress.

Note: the issue seems similar to this one, but unlike that report, I've never compiled btop before.

コントリビューターガイド

[BUG] Floating point exception issue since updating to linux kernel 6.6 · aristocratos/btop#662 | Good First Issue