Hi Alan,

> -----Original Message-----
> From: Alan W. Irwin [mailto:[email protected]]
> Sent: Wednesday, November 20, 2013 9:19 AM
> To: Arjen Markus
> Cc: PLplot development list
> Subject: Re: [Plplot-devel] Status of Tcl and friends
>
> Hi Arjen:
>
> On 2013-11-15 19:08-0800 Alan W. Irwin wrote:
>
> > [...]Over the next few days, I plan to do the following:
> >
> > * Try once more to get the nopause option to work for the
> > test_tk_standard_examples case (since it works fine for the largely
> > equivalent test_wish_standard_examples case),
>
> Nothing I tried worked here.
>

I know one thing:
The <<EOF does not prevent the substitution of variables by the bash shell, so 
that
the commands that plserver gets are not the intended commands:
.../plserver <<EOF
...
$plwin cmd plspause 0
...
EOF

gets passed to plserver as "cmd plspause 0" - causing a runtime error as there 
is no command "cmd".

I have changed it to <<'EOF' to prevent the substitution by bash. That still 
does not work, but at least
the commands are passed correctly.

Searching further ...

> > * Take a look at the segfault noted above.
>
> That segfault (that happens while the Tcl exit command is being executed) is 
> still with
> us.  Which makes sense since it was a segfault using the wish environment, 
> and you
> only changed the plserver code.  So I suspect you are on the right track, but 
> need to
> apply a similar fix elsewhere as well.
>

Hm, that remains a tough one, as it does not seem to happen on my system. Well, 
I will try and see what
can be done about it.

Regards,

Arjen


DISCLAIMER: This message is intended exclusively for the addressee(s) and may 
contain confidential and privileged information. If you are not the intended 
recipient please notify the sender immediately and destroy this message. 
Unauthorized use, disclosure or copying of this message is strictly prohibited. 
The foundation 'Stichting Deltares', which has its seat at Delft, The 
Netherlands, Commercial Registration Number 41146461, is not liable in any way 
whatsoever for consequences and/or damages resulting from the improper, 
incomplete and untimely dispatch, receipt and/or content of this e-mail.

------------------------------------------------------------------------------
Shape the Mobile Experience: Free Subscription
Software experts and developers: Be at the forefront of tech innovation.
Intel(R) Software Adrenaline delivers strategic insight and game-changing 
conversations that shape the rapidly evolving mobile landscape. Sign up now. 
http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk
_______________________________________________
Plplot-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to