[Bug 270778] games/anki: causes python to segfault with nvidia driver
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 12 Apr 2023 03:19:10 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270778 Bug ID: 270778 Summary: games/anki: causes python to segfault with nvidia driver Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: kai@FreeBSD.org Reporter: bitbucket63-it@yahoo.com Flags: maintainer-feedback?(kai@FreeBSD.org) Assignee: kai@FreeBSD.org Since updating last week I have not been able to get games/anki to run. It causes a segfault in python3.9. I ran it through lldb and got the following: me@mymachine ~ 0> lldb python3.9 `which anki` (lldb) target create "python3.9" Current executable set to 'python3.9' (x86_64). (lldb) settings set -- target.run-args "/usr/local/bin/anki" (lldb) r Process 7431 launched: '/usr/local/bin/python3.9' (x86_64) Running with temporary Qt5 compatibility shims. Run with DISABLE_QT5_COMPAT=1 to confirm compatibility with Qt6. Preparing to run... Qt warning: QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-jtm' Process 7431 stopped * thread #1, name = 'python3.9', stop reason = signal SIGSEGV: invalid address (fault address: 0xb0) frame #0: 0x000000081483aa74 libGL-NVIDIA.so.1`___lldb_unnamed_symbol3487 + 212 libGL-NVIDIA.so.1`___lldb_unnamed_symbol3487: -> 0x81483aa74 <+212>: movl 0xb0(%r13), %esi 0x81483aa7b <+219>: movq %rbp, %rdi 0x81483aa7e <+222>: callq 0x81480d690 ; ___lldb_unnamed_symbol2654 0x81483aa83 <+227>: testq %rax, %rax (lldb) FreeBSD 12.4-RELEASE-p2 FreeBSD 12.4-RELEASE-p2 releng/12.4-n235816-149768b65d61 JAMESTOWN_AMDX6 amd64 anki is built with qt6 The Nvidia driver version I'm using is x11/nvidia-driver-340 because it's an old graphics card not supported by the latest drivers. I'm uncertain if this is an anki problem, an nvidia problem, or some other problem. All ports were rebuilt and reinstalled 4/9/23 using poudriere and there were no errors I found in the relevant logs. -- You are receiving this mail because: You are the assignee for the bug.