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
Sometimes it doesn't crash immediately, but calling disk.destroy() twice will guarantee a crash. From what I can tell, disk.destroy() (or at least _ped_Disk_dealloc()) is being called when the Python object is garbage-collected. If it was already called explicitly earlier, then it crashes.
The text was updated successfully, but these errors were encountered:
Sometimes it doesn't crash immediately, but calling
disk.destroy()
twice will guarantee a crash. From what I can tell,disk.destroy()
(or at least_ped_Disk_dealloc()
) is being called when the Python object is garbage-collected. If it was already called explicitly earlier, then it crashes.The text was updated successfully, but these errors were encountered: