On Sun, Jul 19, 2026 at 09:38:44PM +0200, Jakob Haufe wrote:
> Package: python3-numpy
> Version: 1:2.4.6+ds-2
> Severity: important
> X-Debbugs-Cc: [email protected]
> User: [email protected]
> Usertags: amd64
> 
> Found while trying to run binwalk on an AMD Athlon II X4 605e.
[snip]
> gdb for 3.14
> ============
> 
> #0  0x00007f5053e2cf7f in __static_initialization_and_destruction_0 () at 
> ../../../numpy/_core/src/multiarray/unique.cpp:527
> 
> ⚠️ warning: 527       ../../../numpy/_core/src/multiarray/unique.cpp: No such 
> file or directory
> [Current thread is 1 (Thread 0x7f5054edf200 (LWP 460732))]
> (gdb) disassemble 
> Dump of assembler code for function 
> __static_initialization_and_destruction_0():
> Address range 0x7f5053e2cf20 to 0x7f5053e2d66f:
> [...]
> => 0x00007f5053e2cf7f <+95>:  pinsrq $0x1,0x878eee(%rip),%xmm0        # 
> 0x7f50546a5e78

pinsrq is an SSE4.1 instruction.  Debian amd64 is not supposed to require
those, so probably numpy needs to be told explicitly at compile time to
stick with SSE2.

-- 
Len Sorensen

Reply via email to