View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0003840ParaView(No Category)public2006-10-04 13:472006-11-30 22:15
ReporterClinton Stimpson 
Assigned ToClinton Stimpson 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0003840: server connect command sometimes doesn't work
DescriptionSo I made a little convenience script (called runserver)
=============================================
#!/bin/bash
echo "attempting to run server..."
# first command
> /home/cjstimp/paraview/tryrun
/home/cjstimp/paraview/build-mpi/bin/pvserver 2>1 >> /home/cjstimp/paraview/tryrun &
# second command
#/home/cjstimp/paraview/build-mpi/bin/pvserver &
echo "started server..." >> /home/cjstimp/paraview/tryrun

It works. If I use the second command instead, it NEVER works.

If I use the second command, and add a "sleep 1" at the end of the script, then the ParaView client will crash.

If I manually run the script (either first or second command), and manually connect the client to the server, it always works.

This is from Linux to Linux (localhost).
TagsNo tags attached.
Project
Topic Name
Type
Attached Files

 Relationships

  Notes
(0005719)
Clinton Stimpson (developer)
2006-11-14 18:56

/cvsroot/ParaView3/ParaView3/Qt/Core/pqCommandServerStartup.cxx,v <-- pqCommandServerStartup.cxx
new revision: 1.9; previous revision: 1.8
/cvsroot/ParaView3/ParaView3/Qt/Core/pqCommandServerStartup.h,v <-- pqCommandServerStartup.h
new revision: 1.6; previous revision: 1.5


 Issue History
Date Modified Username Field Change
2011-06-16 13:10 Zack Galbreath Category => (No Category)


Copyright © 2000 - 2018 MantisBT Team