> 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 all where 20

That's usually safer than running 9vx under
gdb from the start.  9vx is a multithreaded
program, so it would help to know what the
other threads are doing, not just the X11 thread.

Thanks.
Russ


Reply via email to