Rob,

You may have to use a debugger to figure out what is going on. Might I suggest doing something like

$ dx -uionly foobar.net
$ setenv DXROOT /usr/local/dx
$ setenv DXDATA /usr/local/dx/samples/data
$ gdb /usr/local/dx/bin_linux/dxexec
gdb> run -r -B

Now go to the UI and connect to an already running server, execute once.

gdb> backtrace

That should at least give you an idea where it is crashing. You may need to recompile without any optimization and with the debugger option. -g

David

Hi,

I start up the VPE with "dx -edit foobar.net &".

foobar.net is the most basic network: Caption - Color - Image

When I click "Execute->Execute Once", *immediately* I get an error
window that says "Connection to the server has been broken".

Reconnecting and execute, will again break the server connection instantly.
Should I play with the Options in the "Start Server" dialog? If so, which ones.

I am at a total loss here. What causes this to happen?

I'm running OpenDX CVS on a FreeBSD 4.6 PC.


--
.............................................................................
David L. Thompson                   Visualization and Imagery Solutions, Inc.
mailto:[EMAIL PROTECTED]    5515 Skyway Drive, Missoula, MT 59804
                                    Phone : (406)756-7472

Reply via email to