Ticket #915 (closed bug: fixed)

Opened 3 weeks ago

Last modified 3 weeks ago

SMPD does not handle env vars ending in backslashes correctly

Reported by: jayesh Owned by: jayesh
Priority: major Milestone: mpich2-1.2.1
Component: mpich2 Keywords:
Cc: hipandey@…

Description

set CNTRL_MPI_DIR=d:\mpi\ mpiexec -n 1 -genvlist CNTRL_MPI_DIR cmd /c set | grep CNTRL

gives incorrect value for CNTRL_MPI_DIR env var (an env var ending in backslash).

The quotes are escaped with backslashes & environment variables are passed to the process manager within quotes - resulting in the code that interprets commands with environment variables ending in backslashes as ending with a double quote.

-Jayesh

Attachments

Change History

Changed 3 weeks ago by jayesh

  • status changed from new to closed
  • resolution set to fixed

This is fixed in r5689 and should be available in the next release.

-Jayesh

WARNING! You need to either login using OpenID here or enter your email address here before you can create or edit tickets. Otherwise the ticket will get treated as spam. More information on creating tickets can be found here.

Don't forget to add your email address to the cc list to make sure that you get updated of the ticket status.

Add/Change #915 (SMPD does not handle env vars ending in backslashes correctly)

Author



Change Properties
Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.