On Fri, Feb 19, 2021 at 11:31:25AM +0100, Landry Breuil wrote: > On Fri, Feb 19, 2021 at 11:17:35AM +0100, Martin Pieuchot wrote: > > Firefox from -current, tab crashes, kernel says: > > > > firefox[86270]: pledge "", syscall 289 > > maybe the drm update triggers again the codepaths leading to shm calls > prevented by pledge/unveil ? > try fiddling with the various knobs forcing/disabling acceleration ? > depends on the gfx chipset ?
$ LIBGL_ALWAYS_SOFTWARE=true firefox go to https://get.webgl.org/ firefox[71928]: pledge "", syscall 289 $ LIBGL_ALWAYS_SOFTWARE=true chrome chrome[40000]: pledge "", syscall 289 chrome[85649]: pledge "", syscall 289 chrome[23547]: pledge "", syscall 289 > > anyway, nothing i can do here, i'm just the guy pushing random buttons > to have updates. > > you know better than me how to debug that :) > >
