View Single Post
Old 15th April 2018, 22:38   #6042  |  Link
Xizer
Registered User
 
Join Date: Sep 2008
Posts: 4
Quote:
Originally Posted by Ma View Post
Bisection is one of the most common method of finding bugs.
In source file common/x86/asm-primitives.cpp it is function pointers assignment with avx512 code -- from line # 4696 to 5385.
We can turn off (comment) first half of this functions (x265-1.exe) and then second half (x265-2.exe).
You can download avx512-bisect1.7z VS 2015 binaries with diff files -- if x265.exe (from clean sources) hangs, please try x265-1.exe and then x265-2.exe -- it should be that one of them hangs and second not.
Please report back the results (which from the 3 binaries hangs and which not).
All three binaries crash with the avx512 flag I'm afraid.

Is there additional information that can be provided for debug?
Attached Files
File Type: txt DxDiag.txt (75.4 KB, 44 views)
Xizer is offline   Reply With Quote