Downgrading rust to 1.64.0 and disabling PGO gets me a successfull build now.
Bug 1800857 Comment 17 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
- Downgrading rust to 1.64.0 and disabling PGO (and ld.gold and lto=cross) gets me a successfull build now. - Downgrading rust to 1.64.0 and disabling PGO (only), fails with: ` 5:34.11 /snap/gnome-3-38-2004-sdk/current/usr/bin/ld.gold: fatal error: out of file descriptors and couldn't close any`
- Downgrading rust to 1.64.0 and disabling PGO (and ld.gold and lto=cross) gets me a successfull build now. - Downgrading rust to 1.64.0 and disabling PGO (only), fails with: ` 5:34.11 /snap/gnome-3-38-2004-sdk/current/usr/bin/ld.gold: fatal error: out of file descriptors and couldn't close any` - Downgrading rust to 1.64.0, enabling PGO and disabling ld.gold and lto=cross still crashes So it seems to be PGO's xpcshell?