http://bugs.winehq.org/show_bug.cgi?id=29155
--- Comment #9 from fracting fracting@gmail.com 2011-12-07 01:37:08 CST --- Updates: * crash on my Ubuntu 11.10 $ uname -a Linux fracting-redhat 3.0.0-13-generic #22-Ubuntu SMP Wed Nov 2 13:25:36 UTC 2011 i686 i686 i386 GNU/Linux
$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 11.10 Release: 11.10 Codename: oneiric
* doesn't crash on my Ubuntu 11.04
On my Ubuntu 11.10, all of these wine version crash: * wine-1.3.34 from wine ppa * wine-1.3.34-39-g95f81d1 build with gcc-4.6 * wine-1.3.34-39-g95f81d1 build with gcc-4.4 * wine-1.3.34-39-g95f81d1 build with gcc-4.4 on Ubuntu 11.04
On my Ubuntu 11.04, none of below wine version crashes: * wine-1.3.34 from wine ppa * wine-1.3.34-39-g95f81d1 build with gcc-4.4 * wine-1.3.34-39-g95f81d1 build with gcc-4.6 on Ubuntu 11.10
I still can't find much recognized pattern different between the crash one and the normal one.
While copying wine binary from Ubuntu 11.04 to Ubuntu 11.10, I found Ubuntu 11.04 ships libcrypto.so.0.9.8 and libssl.so.0.9.8, but Ubuntu 11.10 ships libcrypto.so.1.0.0 and libssl.so.1.0.0 . Not sure whether it is important.
Regards.