Bug 23120

Summary: legacy bo manager frees all bo objects even if they are shared between multiple context
Product: Mesa Reporter: Pauli <suokkos>
Component: Drivers/DRI/r200Assignee: Default DRI bug account <dri-devel>
Status: NEW --- QA Contact:
Severity: normal    
Priority: medium    
Version: git   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:

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.