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





--- Comment #1 from Michel Dänzer <mic...@daenzer.net>  2009-05-09 11:27:14 PST 
---
> It is completely possible that since I'm using the ATI provided libraries that
> they're really the problem here, and they should be cleaning up their used 
> file
> descriptors on server exit.

I suspect that's indeed the case; drmCloseOnce() will only close the file
descriptor if it's been called as many times as drmOpenOnce() before, after
which drmOpenOnce() wouldn't try to use that file descriptor anymore. So most
likely a file descriptor obtained from drmOpenOnce() is incorrectly closed with
drmClose() directly.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to