https crashes 1.5.28

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
delphi
Level 2
Level 2
Posts: 17
Joined: Thu Sep 02, 2010 5:44 am

https crashes 1.5.28

Post by delphi »

Can't open https pages. Anyone else seeing this?

iexplore https://mail.google.com
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: https crashes 1.5.28

Post by dimesio »

If your console output includes the following line (as mine does):

Code: Select all

https://mail.google.com: ath.c:193: _gcry_ath_mutex_lock: Assertion `*lock == ((ath_mutex_t) 0)' failed.
then it's bug 27036.
delphi
Level 2
Level 2
Posts: 17
Joined: Thu Sep 02, 2010 5:44 am

Re: https crashes 1.5.28

Post by delphi »

Yes, but this is not old problem. Regression and major
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: https crashes 1.5.28

Post by dimesio »

The regression is triggered by the change from openssl to gnutls for secure connections, which was completed in 1.5.28. According to the bug report it's actually a bug in libgcrypt that is supposedly fixed in newer versions, so you could try upgrading libgcrypt.
Locked