opened 04:14AM - 28 Dec 23 UTC
bug
### NVIDIA Open GPU Kernel Modules Version
545.29.06
### Please confirm th…is issue does not happen with the proprietary driver (of the same version). This issue tracker is only for bugs specific to the open kernel driver.
- [X] I confirm that this does not happen with the proprietary driver package.
### Operating System and Version
Arch Linux
### Kernel Release
6.6.7-zen1-1-zen
### Please confirm you are running a stable release kernel (e.g. not a -rc). We do not accept bug reports for unreleased kernels.
- [X] I am running on a stable kernel release.
### Hardware: GPU
RTX 4060
### Describe the bug
When attempting to run an JavaFX/NVML based Nvidia GPU information/monitoring/overclocking utility made by me, the application will crash with an invalid pointer-free error. This does not happen in the proprietary driver.
Playing around I noticed that:
1. A normal JavaFX application runs just fine.
2. Other software based on NVML(nvidia-smi) seems to run just fine.
3. If I replace the app contents with some blank filler content(e.g. a Button), the app will show for a few seconds and then crash with the above error.
My app is not publically available for Linux. A build can be provided so long as it is kept confidential. I'm willing to assist in any debugging by modifying code as needed.
### To Reproduce
Run the application either from IDE or via the included shell script.
### Bug Incidence
Always