Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

floating point exception (core dumped) #354

Open
a15355447898a opened this issue Jan 23, 2025 · 0 comments
Open

floating point exception (core dumped) #354

a15355447898a opened this issue Jan 23, 2025 · 0 comments

Comments

@a15355447898a
Copy link

a15355447898a commented Jan 23, 2025

I'm running nvtop on a laptop with both Intel integrated graphics and an NVIDIA dedicated GPU. The Intel graphics are using the Xe driver, and nvtop is the latest version from git.

[I]  lspci -k | grep -EA3 'VGA|3D|Display'

0000:00:02.0 VGA compatible controller: Intel Corporation Alder Lake-P GT2 [Iris Xe Graphics] (rev 0c)
        Subsystem: Acer Incorporated [ALI] Device 159c
        Kernel driver in use: xe
        Kernel modules: i915, xe
--
0000:01:00.0 VGA compatible controller: NVIDIA Corporation GA106M [GeForce RTX 3060 Mobile / Max-Q] (rev a1)
        Subsystem: Acer Incorporated [ALI] Device 1646
        Kernel driver in use: nvidia
        Kernel modules: nvidiafb, nouveau, nvidia_drm, nvidia

nvtop crashes a second or two after launching, with a "floating point exception (core dumped)" error.

Image

I've tried using this method to retrieve nvtop error messages, but there's been no output.

mkdir build && cd build
cmake .. -DCMAKE_BUILD_TYPE=Debug
make
./src/nvtop 2> error.txt

Here's the output from coredumpctl:

           PID: 80870 (nvtop)
           UID: 0 (root)
           GID: 0 (root)
        Signal: 8 (FPE)
     Timestamp: Thu 2025-01-23 15:06:04 CST (10min ago)
  Command Line: ./src/nvtop
    Executable: /home/sunwenbin/下载/nvtop/build/src/nvtop
 Control Group: /user.slice/user-1000.slice/[email protected]/app.slice/app-org.wezfurlong.wezterm@ac5c54a3e4254a4e84666da94fecbdf3.service
          Unit: [email protected]
     User Unit: app-org.wezfurlong.wezterm@ac5c54a3e4254a4e84666da94fecbdf3.service
         Slice: user-1000.slice
     Owner UID: 1000 (sunwenbin)
       Boot ID: 8abfdbf7eba24a68b1de81283f14c42a
    Machine ID: a6aa9eba4cb64676857e087b77bc4f7d
      Hostname: SunWenBinArch
       Storage: none
       Message: Process 80870 (nvtop) of user 0 terminated abnormally without generating a coredump.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant