http://bugs.freedesktop.org/show_bug.cgi?id=10561





------- Comment #15 from [EMAIL PROTECTED]  2007-04-09 05:51 PST -------
(In reply to comment #13)

> But the SecondLife client spawns multiple threads.
> Maybe it's hitting a multithreading bug in libGL.

And this is the strace output with threads included (-f):

[pid 29333] write(3, "2007-04-09T12:35:05Z INFO: login"..., 55) = 55
[pid 29333] gettimeofday({1176122105, 902851}, NULL) = 0
[pid 29333] gettimeofday({1176122105, 902888}, NULL) = 0
[pid 29333] brk(0xcc51000)              = 0xcc51000
[pid 29333] brk(0xcc75000)              = 0xcc75000
[pid 29333] futex(0x9b29a38, FUTEX_WAKE, 2147483647) = 0
[pid 29333] ioctl(13, 0x4008642a, 0xff94ab24) = 0
[pid 29333] ioctl(13, 0x40106450, 0xff94a4fc) = 0
[pid 29333] ioctl(13, 0xc018644e <unfinished ...>
[pid 29340] <... nanosleep resumed> NULL) = 0
[pid 29340] gettimeofday({1176122105, 913238}, NULL) = 0
[pid 29340] gettimeofday({1176122105, 913269}, NULL) = 0
[pid 29340] nanosleep({0, 0}, NULL)     = 0
[pid 29340] futex(0xc80b140, FUTEX_WAKE, 1) = 0
[pid 29340] nanosleep({0, 10000000},  <unfinished ...>
[pid 29333] <... ioctl resumed> , 0xff94a500) = -1 EAGAIN (Resource temporarily
unavailable)
[pid 29333] write(2, "DRM_RADEON_TEXTURE:  again!\n", 28DRM_RADEON_TEXTURE: 
again!


As you can see, two threads are fiddling with GL at the same time.
Is this supposed to work?


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to