Matan Drori <[email protected]> writes: > Machine spec: > IA64 > /SUSE Linux Enterprise Server/ 10 sp 2 > xorg x11 6.9.0-50.58 > > I have a very simple test program that opens 4 threads and does > XOpenDisplay(opening 4 separate display objects). > > i keep getting segfaults on different places in the function > seems like some kind timing problem that causes memory corruption.
You have called XInitThreads? (See "man XInitThreads") (I don't know how thread-safe xorg is. I have the impression that there are some issues. But without XInitThreads(), it isn't supposed to be thread-safe). eirik _______________________________________________ xorg mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/xorg
