Summary: | Wine doesn't start any app with XFree 4.2.99.902 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Michele Balistreri (RETIRED) <brain> |
Component: | Current packages | Assignee: | Seemant Kulleen (RETIRED) <seemant> |
Status: | RESOLVED FIXED | ||
Severity: | critical | CC: | alor, azarah, cretin, cycloon, grandmasterlinux, liverbugg, vapier |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | 16267 | ||
Bug Blocks: | |||
Attachments: | test.c |
Description
Michele Balistreri (RETIRED)
![]() what version of glibc see the same problem with the vmware startup errors, I guess they are linked. glibc 2.3.2_pre1 If i remember well, i used it with glibc 2.3.2_pre1 before X recompilation (upgrade) time to patch Created attachment 8822 [details]
test.c
to compile run:
$ gcc -o test test.c -I/usr/X11R6/include -L/usr/X11R6/lib -lX11
$ ./test
XIO: fatal IO error 0 (Success) on X server "localhost:10.0"
after 7 requests (7 known processed) with 0 events remaining.
If you read the source you may understand the cause of the problem.
This is exacally what wine does, just simplified. It is the cause of the Xfree
error with glibc-2.3.2.
The wine ppl are working as I type!
Stefan
Bouncing back to bug-wranglers because: a) This really isn't my area of expertise b) I've limited 'net connectivity for the next couple of weeks and the 1.4 release cycle is in full swing. *** Bug 18548 has been marked as a duplicate of this bug. *** brain, is this still an issue? no, lastest wine (20030411 at the moment) works well with glibc 2.3.2 closing then. |