gdb `which xombrero` <xombrero core> and enter `bt' and hit enter -- this will bring you the stack trace of the place where it crashed. If you compile xombrero with debugging enabled (-g gcc option) you will even see lines of code...
Is this your new G5? If so, congratulations! On Tue, Feb 9, 2016 at 11:43 PM, Christoph R. Murauer <n...@nawi.is> wrote: > Hello ! > > I installed xombrero using pkg_add and, tried to launch it. The results are > different but ends mostly like > > $xombrero > xombrero: config_parse: cannot open /home/crm/.xombrero.conf: No such file or > directory > xombrero: runtime file doesn't exist, creating it > xombrero: start of day file doesn't exist, creating it > xombrero: favorites file doesn't exist, creating it > xombrero: quickmarks file doesn't exist, creating it > > (xombrero:7639): Gtk-WARNING **: Theme parsing error: xombrero.css:28:11: Not > using units is deprecated. Assuming 'px'. > > (xombrero:7639): Gtk-WARNING **: Theme parsing error: xombrero.css:29:10: Not > using units is deprecated. Assuming 'px'. > Segmentation fault (core dumped) > > At some tries I get a window where xombrero tries to load the default > startpage - which doesn't exists. It ends always in a Segmentation fault > specially if I try to upen a url. > > Which other informations are needed, that someone could look at it ?