# New Ticket Created by "Nikolay Ananiev" # Please include the string: [perl #41095] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=41095 >
test.exe or config/auto/jit/test_c.in segfault during configuration on Win32. Note that this happent on Pentium MMX ( 586 ). The test tests for "fucomip" cpu instruction, but the 586 generation CPUs don't have it. It's first introduced in Pentium PRO (686). The segfault opens a debug window in win32, where the user must press OK for the Configure script to continue. After this the configuration and compilation are successful, because test.exe returns false after the segfault and "fucomip" is not used.