[Webkit-unassigned] [Bug 173829] [GTK] Layout Tests imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/ecdh_bits.worker.html crashes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 26 00:44:00 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=173829

--- Comment #1 from Fujii Hironori <Hironori.Fujii at sony.com> ---
(In reply to Fujii Hironori from comment #0)
> > STDERR: Ohhhh jeeee: MPI subsystem not initialized
> > STDERR: fatal error in libgcrypt, file /home/slave/webkitgtk/gtk-linux-64-release-tests/build/WebKitBuild/DependenciesGTK/Source/libgcrypt-1.7.6/src/misc.c, line 140, function _gcry_logv: internal error (fatal or bug)

This message is output in _gcry_mpi_const of WebKitBuild/DependenciesGTK/Source/libgcrypt-1.7.6/mpi/mpiutil.c.

This means _gcry_mpi_init doesn's seem to be called.
_gcry_mpi_init is called from global_init of libgcrypt-1.7.6/src/global.c.
global_init has this comment.

> /* This is our handmade constructor.  It gets called by any function
>    likely to be called at startup.  The suggested way for an
>    application to make sure that this has been called is by using
>    gcry_check_version. */

gcry_check_version() needs to be called to initialize at startup.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170626/d2617c74/attachment.html>


More information about the webkit-unassigned mailing list