I am a newbie to OpenBSD (having only installed it in the last week or so, via an install49.iso CDROM), so I apologize in advance for this message's newbie-ness.
To reproduce this bug, do a similar install, configure xdm_flags to start X, configure your network to access the internet, then use pkg_add: pkg_add -v ftp://.../4.9/.../gramps to download and install the dependencies and then gramps 3.2.5 itself. It may or may not matter, but it is what I did. It may be possible to reproduce this by installing some different package (python?) but I didn't try. As I reported earlier, a "gramps -l" segfaults, dumps core. I investigated some and discovered it is python2.6 which is segfaulting (creating python2.6.core). To reproduce it type "python2.6" at a shell prompt: $ python2.6 Python 2.6.6 (r266:84292, Feb 16 2011, 14:05:59) [GCC 4.2.1 20070719 ] on openbsd4 Type "help", copyright", "credits" or "license" for more information. >>> then type "import gtkmozembed": >>> import gtkmozembed and it responds "Segmentation fault (core dumped)": $ python2.6 Python 2.6.6 (r266:84292, Feb 16 2011, 14:05:59) [GCC 4.2.1 20070719 ] on openbsd4 Type "help", copyright", "credits" or "license" for more information. >>> import gtkmozembed Segmentation fault (core dumped) $