From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 Date: Sat, 21 Jun 2014 08:52:23 -0700 Message-ID: From: Skip Tavakkolian To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: multipart/alternative; boundary=089e01536a5a8a0f1204fc5a986a Subject: [9fans] p9p related questions Topicbox-Message-UUID: fc3b6e6e-ead8-11e9-9d60-3106f5b1d025 --089e01536a5a8a0f1204fc5a986a Content-Type: text/plain; charset=UTF-8 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=, argv=) at main.c:10 (gdb) --089e01536a5a8a0f1204fc5a986a Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
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 GN= U/Linux") i get SIGSEGV which seems to be caused by fork. i'm acce= ssing 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 __lib= c_do_syscall () from /lib/arm-linux-gnueabihf/libpthread.so.0
(gdb) bt#0=C2=A0 0xb6f4d3c6 in __libc_do_syscall () from /lib/arm-linux-gnueabihf= /libpthread.so.0
#1=C2=A0 0xb6f4c6c0 in raise () from /lib/arm-linux-gnueabihf/libpthread.so= .0
#2=C2=A0 0x0001ce4c in child () at daemonize.c:38
#3=C2=A0 0x0001c= fe4 in _threadsetupdaemonize () at daemonize.c:153
#4=C2=A0 0x0001cc0e i= n p9main (argc=3D1, argv=3D0xbefff5a4) at thread.c:721
#5=C2=A0 0x0000a394 in main (argc=3D<optimized out>, argv=3D<optim= ized out>) at main.c:10
(gdb)


--089e01536a5a8a0f1204fc5a986a--