Bryan C. Everly wrote: > Hi, > > I've managed to get Gnome running on a Macbook Pro Retina 13 (Macbook 11,1) > and all seems well with some exceptions. The primary among them is a crash > of gnome-control-center on startup. > > When I run it from the terminal, I get a "Floating point exception" and gdb > shows: > > Program received signal SIGFPE, Arithmetic exception. > > I've attached a corefile if that is helpful. If anyone can point me to > what I need to do in order to gather more diagnostic info, I'd be happy to > pull whatever is needed. > > Thanks, > Bryan > > [demime 1.01d removed an attachment of type application/octet-stream which > had a name of gnome-control-ce.core]
The corefile attachment got stripped. It's easiest to share a URL. Also, it'd likely be far more useful with debug symbols. That involves using "env CFLAGS=' -g' make build && doas make install" or something similar in the port's directory. Regardless, my gut reaction is that this is an issue with GNOME and not OpenBSD. Thanks, Mike

