KVM unfortunately defaults to an impossible CPU model/family on x86_64
("GenuineIntel", family 6, model 2).  This leads to
__gmpn_cpuvec_init abort()ing.  Of course KVM is to blame here but
they appearantly don't want to fix ...

Now, libraries such as GMP should not call abort(), at least not if
they can do something reasonable - like in this case simply defaulting
to the default code-path.

So - can you please change all abort () calls in __gmpn_cpuvec_init
to break;

Thanks,
Richard.

-- 
Richard Guenther <rguent...@suse.de>
SUSE / SUSE Labs
SUSE LINUX Products GmbH - Nuernberg - AG Nuernberg - HRB 16746
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer
_______________________________________________
gmp-devel mailing list
gmp-devel@gmplib.org
http://gmplib.org/mailman/listinfo/gmp-devel

Reply via email to