----- Original Message -----
This is the release of crash gcore command, version 1.3.1.
This release only aims at fixing building failure on x86 I overlooked
at the release of version 1.3.0.
ChangeLog:
[bugfixes]
- Fix building failure on x86 caused by a static reference to type
struct user_i387_struct that is used on x86_64 only. This reference
was introduced at v1.3.0 by the bugfix of segfault issue due to a
buffer overwrite of NT_FPREGSET. Correct one on x86 is struct
user_i387_ia32_struct, and we use it now.
(d.hatayama(a)jp.fujitsu.com)
MD5 CheckSum:
$ md5sum ./crash-gcore-command-1.3.1.tar.gz
b89be347111c0d26f3c0882e7ad09953 ./crash-gcore-command-1.3.1.tar.gz
Hi Daisuke,
Thanks for all your help on this -- it is much appreciated.
I've posted version 1.3.1 of the package here:
http://people.redhat.com/anderson/extensions.html#GCORE
Thanks,
Dave
--
Thanks.
HATAYAMA, Daisuke