25 Sep
2019
25 Sep
'19
17:26
http://bugzilla.opensuse.org/show_bug.cgi?id=1151290 http://bugzilla.opensuse.org/show_bug.cgi?id=1151290#c5 --- Comment #5 from Dr. Werner Fink <werner@suse.com> --- (In reply to Stefan Dirsch from comment #4)
Crash in libpthread smells a bit like " Hardware Lock Elision" problem. Could you check whether you have the 'hle' CPU flag in your machine (cat /proc/cpuinfo | grep hle)? But that is just a shot in the dark. :-(
If you have it try this:
export LD_LIBRARY_PATH=/lib64/noelision/:$LD_LIBRARY_PATH
Treffer versenkt :) /local/werner> cat /proc/cpuinfo | grep -c ' hle ' 8 -- You are receiving this mail because: You are on the CC list for the bug.