http://bugs.winehq.org/show_bug.cgi?id=13749
Summary: wine-kthread not detects NPTL support, but it is available Product: Wine Version: 1.0-rc3 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: fabokzs@gmail.com
Hi,
I've tried to start wine-kthread, but it complains that the glibc was compiled without NPTL, but it was (check attachment for details).
Regards, Zsolt
http://bugs.winehq.org/show_bug.cgi?id=13749
--- Comment #1 from fabokzs fabokzs@gmail.com 2008-06-07 12:21:02 --- Created an attachment (id=13787) --> (http://bugs.winehq.org/attachment.cgi?id=13787) wine kthread and glibc output
http://bugs.winehq.org/show_bug.cgi?id=13749
--- Comment #2 from Vitaliy Margolen vitaliy@kievinfo.com 2008-06-07 20:30:09 --- What does 'getconf GNU_LIBPTHREAD_VERSION' say? Also why are you using wine-kthead directly?
http://bugs.winehq.org/show_bug.cgi?id=13749
--- Comment #3 from Dmitry Timoshkov dmitry@codeweavers.com 2008-06-07 23:51:06 --- Why are you running wine-kthread and not wine-pthread?
http://bugs.winehq.org/show_bug.cgi?id=13749
--- Comment #4 from fabokzs fabokzs@gmail.com 2008-06-08 03:58:46 --- (In reply to comment #2)
What does 'getconf GNU_LIBPTHREAD_VERSION' say?
NPTL 2.6.1
Also why are you using wine-kthead directly?
Because I have a problem with wine (for more refer to http://bugs.winehq.org/show_bug.cgi?id=8025), and I'd thought it may be thread related, hence I made a try with wine-kthread, but I met an error again, but a different one
http://bugs.winehq.org/show_bug.cgi?id=13749
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #5 from Alexandre Julliard julliard@winehq.org 2008-06-08 04:35:24 --- You are not supposed to use wine-kthread, and even if you could it wouldn't help for whatever your problem is.
http://bugs.winehq.org/show_bug.cgi?id=13749
--- Comment #6 from fabokzs fabokzs@gmail.com 2008-06-08 04:51:23 --- (In reply to comment #5)
You are not supposed to use wine-kthread, and even if you could it wouldn't help for whatever your problem is.
With respect, but why not? Please be more specific
http://bugs.winehq.org/show_bug.cgi?id=13749
--- Comment #7 from Alexandre Julliard julliard@winehq.org 2008-06-08 09:55:26 --- wine-pthread is for platforms with NPTL or TLS, wine-kthread for those without. Only one of them can work on any given platform, that's why we have two of them.
http://bugs.winehq.org/show_bug.cgi?id=13749
Lei Zhang thestig@google.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #8 from Lei Zhang thestig@google.com 2008-06-17 18:52:02 --- closing.