Bug 23120 - legacy bo manager frees all bo objects even if they are shared between multiple context
Summary: legacy bo manager frees all bo objects even if they are shared between multip...
Status: NEW
Alias: None
Product: Mesa
Classification: Unclassified
Component: Drivers/DRI/r200 (show other bugs)
Version: git
Hardware: Other All
: medium normal
Assignee: Default DRI bug account
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-03 14:05 UTC by Pauli
Modified: 2009-08-24 12:33 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Pauli 2009-08-03 14:05:59 UTC
Good test case is xdemos/manywin. run it with ./manywin 2 -s

Result is that when 2nd context is getting destroyed there is segfault caused by access to already freed bo holding shared texture.

./manywin 2 without -s won't work because of different bug radeon code that swap buffer can't be called without making context current first.
Comment 1 Adam Jackson 2009-08-24 12:33:04 UTC
Mass version move, cvs -> git


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.