where does one post questions for p9p these days?

trying to run 9term on an odroid (uname output : "Linux odroid 3.8.13.3 #1 SMP PREEMPT Sat Jun 22 00:52:21 BRT 2013 armv7l GNU/Linux") i get SIGSEGV which seems to be caused by fork. i'm accessing the X screen with vnc over an ssh link.


(gdb) run
Starting program: /home/fst/plan9/bin/9term
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1".

Program received signal SIGSEGV, Segmentation fault.
0xb6f4d3c6 in __libc_do_syscall () from /lib/arm-linux-gnueabihf/libpthread.so.0
(gdb) bt
#0  0xb6f4d3c6 in __libc_do_syscall () from /lib/arm-linux-gnueabihf/libpthread.so.0
#1  0xb6f4c6c0 in raise () from /lib/arm-linux-gnueabihf/libpthread.so.0
#2  0x0001ce4c in child () at daemonize.c:38
#3  0x0001cfe4 in _threadsetupdaemonize () at daemonize.c:153
#4  0x0001cc0e in p9main (argc=1, argv=0xbefff5a4) at thread.c:721
#5  0x0000a394 in main (argc=<optimized out>, argv=<optimized out>) at main.c:10
(gdb)