You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is causing a segmentation fault on my system when the gbm::Device is dropped before the buffer object. I'm not using any unsafe code so I don't think this should be allowed to happen.
Let me know if you need any more details.
The text was updated successfully, but these errors were encountered:
$ uname -a Linux ayrtonslaptop 6.3.8-arch1-1 #1 SMP PREEMPT_DYNAMIC Wed, 14 Jun 2023 20:10:31 +0000 x86_64 GNU/Linux
gbm.rs/src/buffer_object.rs
Line 493 in 8d3cb5a
Is causing a segmentation fault on my system when the
gbm::Device
is dropped before the buffer object. I'm not using any unsafe code so I don't think this should be allowed to happen.Let me know if you need any more details.
The text was updated successfully, but these errors were encountered: