Hi, hope this is the correct list.. I have a problem with xxxterm when trying to save and view certificates. When I run either ":cert save" or ":cert show" I get a segfault. I have not done any configuration (I actually removed the .xxxterm/ and confirmed that no .xxxterm.conf where present and till was able to reproduce the error. I hope running with no config is not what is causing this.. )
$ xxxterm xxxterm: config_parse: cannot open /home/epidemic/.xxxterm.conf: No such file or directory xxxterm: runtime file doesn't exist, creating it xxxterm: favorites file doesn't exist, creating it xxxterm: session does not have "ssl-priority" property Segmentation fault (core dumped) I also ran the program in gdb and repoduced the error there: (I opened https://www.gmail.com, and typed ":cert save" in the GUI in both cases.) $ gdb xxxterm GNU gdb 6.3 Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "amd64-unknown-openbsd4.9"... (no debugging symbols found) (gdb) run Starting program: /usr/local/bin/xxxterm xxxterm: config_parse: cannot open /home/epidemic/.xxxterm.conf: No such file or directory xxxterm: session does not have "ssl-priority" property [New process 23627] Program received signal SIGSEGV, Segmentation fault. [Switching to process 23627, thread 0x203243000] 0x00000002047c1567 in gnutls_certificate_set_x509_trust_file () from /usr/local/lib/libgnutls.so.17.0 (gdb) some more data: I am running a OpenBSD snapshot from 10.05.2011 $ uname -a OpenBSD epidemic.epidemic.local 4.9 GENERIC.MP#110 amd64 xxxterm version Version: $xxxterm: xxxterm.c,v 1.382 2011/04/17 09:31:31 marco Exp $ It is installed from packages: # echo $PKG_PATH http://ftp.eu.openbsd.org/pub/OpenBSD/snapshots/packages/amd64/ # pkg_info | grep xxx xxxterm-1.382 vi-like minimalists web browser Is anybody else experiencing the same? Am I doing something stupid/wrong? I could provide more data if needed. Any pointers would be appreciated :)
