SeismicData / asdf_sextant

Experimental graphical user interface to explore ASDF data sets
13 stars 4 forks source link

Segmentation fault issue on both linux and mac #6

Closed lsawade closed 4 years ago

lsawade commented 5 years ago

Hi!

I have now tried with both Linux and Mac, I can't seem to make the installation work. The error I get is the following:

QSslSocket: cannot resolve CRYPTO_num_locks
QSslSocket: cannot resolve CRYPTO_set_id_callback
QSslSocket: cannot resolve CRYPTO_set_locking_callback
QSslSocket: cannot resolve sk_free
QSslSocket: cannot resolve sk_num
QSslSocket: cannot resolve sk_pop_free
QSslSocket: cannot resolve sk_value
QSslSocket: cannot resolve SSL_library_init
QSslSocket: cannot resolve SSL_load_error_strings
QSslSocket: cannot resolve SSLv2_client_method
QSslSocket: cannot resolve SSLv3_client_method
QSslSocket: cannot resolve SSLv23_client_method
QSslSocket: cannot resolve SSLv2_server_method
QSslSocket: cannot resolve SSLv3_server_method
QSslSocket: cannot resolve SSLv23_server_method
QSslSocket: cannot resolve X509_STORE_CTX_get_chain
QSslSocket: cannot resolve OPENSSL_add_all_algorithms_noconf
QSslSocket: cannot resolve OPENSSL_add_all_algorithms_conf
QSslSocket: cannot resolve SSLeay
QSslSocket: cannot call unresolved function CRYPTO_num_locks
QSslSocket: cannot call unresolved function CRYPTO_set_id_callback
QSslSocket: cannot call unresolved function CRYPTO_set_locking_callback
QSslSocket: cannot call unresolved function SSL_library_init
QSslSocket: cannot call unresolved function SSLv23_client_method
QSslSocket: cannot call unresolved function sk_num
unsupported date format detected
Segmentation fault (core dumped)

I have a feeling that the error is lying here somewhere: unsupported date format detected since a little googling revealed that the SSL warnings can be ignored.

I thought it might be an issue of the python version, so I have tried to run the software on both architectures with both python 3.6 and 2.7. No success.

Is this maybe known and I'm making a mistake when installing?

Thanks!

Lucas

lsawade commented 5 years ago

Mac: macOS Mojave 10.14.5 Linux: RHEL, Springdale 7.6 (Verona)

lsawade commented 4 years ago

Doesn't seem to be an issue anymore, just tried installing again and it worked.