Re: [9fans] tip 9vx segfault on Ubuntu in Xen

2008-07-01 Thread Tom Lieber
On Tue, Jul 1, 2008 at 10:13 AM, Russ Cox <[EMAIL PROTECTED]> wrote: > When it stops, then can should attach gdb by > looking up the pid in ps and running > >gdb 9vx pid >thread apply all where 20 > > That's usually safer than running 9vx under > gdb from the start. 9vx is a multit

Re: [9fans] tip 9vx segfault on Ubuntu in Xen

2008-07-01 Thread Russ Cox
> No panic: the window appears and two lines print (the command-line > arguments and the memory readout), then everything stops. When I use > -X, the lines of assembly stop. When it stops, then can should attach gdb by looking up the pid in ps and running gdb 9vx pid thread apply

Re: [9fans] tip 9vx segfault on Ubuntu in Xen

2008-07-01 Thread Tom Lieber
On Tue, Jul 1, 2008 at 9:00 AM, Russ Cox <[EMAIL PROTECTED]> wrote: >> I have Ubuntu on a VPS (on Xen) and I'd like to install a Plan 9 >> server using 9vx. 9vx tip compiles, but segfaults after the "256M >> memory" line (as does the precompiled binary, in the same place). I am >> tunneling to loca

Re: [9fans] tip 9vx segfault on Ubuntu in Xen

2008-07-01 Thread Russ Cox
> I have Ubuntu on a VPS (on Xen) and I'd like to install a Plan 9 > server using 9vx. 9vx tip compiles, but segfaults after the "256M > memory" line (as does the precompiled binary, in the same place). I am > tunneling to local X11 on OS X 10.5.3. > > I don't know how to debug this properly, but

[9fans] tip 9vx segfault on Ubuntu in Xen

2008-06-30 Thread Tom Lieber
I have Ubuntu on a VPS (on Xen) and I'd like to install a Plan 9 server using 9vx. 9vx tip compiles, but segfaults after the "256M memory" line (as does the precompiled binary, in the same place). I am tunneling to local X11 on OS X 10.5.3. I don't know how to debug this properly, but here is gdb