[Bug 13187] New: Apps hang on startup in X11DRV_CritSection
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(a)winehq.org ReportedBy: laurent(a)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 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13187 --- Comment #1 from Laurent Blume <laurent(a)elanor.org> 2008-05-13 06:13:28 --- Created an attachment (id=13006) --> (http://bugs.winehq.org/attachment.cgi?id=13006) wine process list -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13187 --- Comment #2 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2008-05-13 09:45:52 --- Please attach winedbg to the process then do 'bt all'. Attach output as a text file. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13187 --- Comment #3 from Laurent Blume <laurent(a)elanor.org> 2008-05-13 10:44:15 --- Created an attachment (id=13014) --> (http://bugs.winehq.org/attachment.cgi?id=13014) Output of "bt all" in winedbg after the error appeared -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13187 --- Comment #4 from Laurent Blume <laurent(a)elanor.org> 2008-05-14 03:39:26 --- I forgot to add that this bug might be a duplicate of 9729. Since it was closed after I reported encountering further issues, and I didn't see how to reopen it, I created this new one. Sorry for any inconvenience. http://bugs.winehq.org/show_bug.cgi?id=9729 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13187 --- Comment #5 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2008-05-14 09:12:38 --- Please recompile Wine with debug symbols. Without them it is impossible to know what is going on and where is Wine stuck waiting. Please don't reopen old bugs. If they are fixed - they are fixed. Especially that it's a different platform. The few things you can do is to use latest GIT version, run a regression test to find the patch that introduced the problem. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13187 --- Comment #6 from Laurent Blume <laurent(a)elanor.org> 2008-05-14 09:21:56 --- How do I add more debug symbols? I didn't strip the binaries: $ file /opt/wine/bin/wine /opt/wine/bin/wine: ELF 32-bit LSB executable 80386 Version 1, dynamically linked, not stripped -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13187 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression --- Comment #7 from Austin English <austinenglish(a)gmail.com> 2008-06-26 15:05:55 --- Have you ran the regression test: http://wiki.winehq.org/RegressionTesting -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13187 --- Comment #8 from Austin English <austinenglish(a)gmail.com> 2008-08-11 09:20:19 --- Still need the regression test results... -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13187 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|critical |normal --- Comment #9 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-08-11 23:26:22 --- Not critical. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13187 --- Comment #10 from Laurent Blume <laurent(a)elanor.org> 2008-08-12 02:40:35 --- I'm sorry, when I opened this bug report, I expected to have the time to work on making Wine work. It turns out it is not the case, and I won't be able to in the foreseeable future. So that bug should probably be closed. Thanks for your help. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13187 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |ABANDONED --- Comment #11 from Austin English <austinenglish(a)gmail.com> 2008-08-12 09:05:31 --- (In reply to comment #10)
I'm sorry, when I opened this bug report, I expected to have the time to work on making Wine work. It turns out it is not the case, and I won't be able to in the foreseeable future. So that bug should probably be closed. Thanks for your help.
Works fine for me in OpenSolaris. I'll close it abandoned. If you find time to investigate, please reopen. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13187 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #12 from Austin English <austinenglish(a)gmail.com> 2008-08-12 09:05:36 --- Closing. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13187 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Platform|sparc |Other --- Comment #13 from Austin English <austinenglish(a)gmail.com> 2013-03-11 18:11:00 CDT --- Deprecating sparc platform. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org