fosstodon.org is one of the many independent Mastodon servers you can use to participate in the fediverse.
Fosstodon is an invite only Mastodon instance that is open to those who are interested in technology; particularly free & open source software. If you wish to join, contact us for an invite.

Administered by:

Server stats:

11K
active users

Fabrice Desré

@flypig you're not building with clang instead of gcc?

@fabrice for the src/gl.cc file causing the segfault it's gcc. Does this look like clang behaviour to you?

@flypig no, I'm just wondering if clang would not fare better than gcc. Gecko prebuilt toolchain that you can install with `./mach bootstrap` is clang based these days.

@fabrice Okay, that's interesting to know; thanks for info. I'll definitely look into it. I did try bootstrap and immediately hit errors, so I think it'll have to wait until stage 2 (i.e. after I have a working build) unless it becomes a blocker.