http://bugs.winehq.org/show_bug.cgi?id=13187
Summary: Apps hang on startup in X11DRV_CritSection Product: Wine Version: 1.0-rc1 Platform: Sun OS/Version: Solaris Status: UNCONFIRMED Severity: critical Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: laurent@elanor.org
Created an attachment (id=13005) --> (http://bugs.winehq.org/attachment.cgi?id=13005) Wine console output
Hello,
Since a few versions ago, Adobe Reader installers do not start anymore, blocking on thread errors. They used to work on version 0.9.54. I built Wine each time using the same ./configure options.
The wine processes are stuck, but they do not die, they stay in memory, not showing.
My system is Sun Solaris 10 U3, with patches. The compiler is Solaris' GCC 3.4.3.
Attached is the console output and the list of processes
I used the following to configure:
export PATH=/usr/bin:/usr/ccs/bin:/usr/sfw/bin:/opt/csw/bin:/opt/fontforge/bin
SHELL=/bin/bash \ CPPFLAGS='-I/usr/sfw/include -I/usr/X11/include -I/opt/csw/include' \ LDFLAGS='-lm -L/usr/sfw/lib -L/usr/X11/lib -L/opt/csw/lib -R/usr/sfw/lib -R/usr/X11/lib -R/opt/csw/lib' \ ./configure --prefix=/opt/wine-1.0-rc1 \ --without-alsa \ --without-audioio \ --without-capi \ --without-cms \ --without-coreaudio \ --without-esd \ --without-gphoto \ --without-hal \ --without-jack \ --without-ldap \ --without-nas \ --without-opengl \ --without-oss \ --without-sane gmake depend gmake