Post #2508:  crash when calling my pie menus only when Iβm in lookdev mode and render mode, wireframe and solid mode work fine.
Looks like some buttons donβt supported in these modes.
Color button in your MESH_DISPLAY popup causes the crash. You can replace its code with this (Custom tab):
L.prop(C.space_data.shading, "color_type", text="") if C.space_data.shading.type not in ('RENDERED', 'MATERIAL') else L.row()