Re: [Axiom-developer] Re: Bug#346552: naive methods of exiting axiom can blow up catastrophically

2006-11-06 Thread Camm Maguire
Greetings, and thanks for looking into this! Waldek Hebisch <[EMAIL PROTECTED]> writes: > I wrote: > > root wrote: > > > Apparently the ptys are opened in raw mode and do not interpret the > > > control characters but pass them down the pipe to AXIOMsys. However > > > the (read) from axiom simply

Re: [Axiom-developer] Re: Bug#346552: naive methods of exiting axiom can blow up catastrophically

2006-11-02 Thread Waldek Hebisch
I wrote: > root wrote: > > Apparently the ptys are opened in raw mode and do not interpret the > > control characters but pass them down the pipe to AXIOMsys. However > > the (read) from axiom simply gets the cntrl-D and tries to parse it. > > > > I'm not really sure how this should be handled. Cl

Re: [Axiom-developer] Re: Bug#346552: naive methods of exiting axiom can blow up catastrophically

2006-10-27 Thread Waldek Hebisch
root wrote: > Apparently the ptys are opened in raw mode and do not interpret the > control characters but pass them down the pipe to AXIOMsys. However > the (read) from axiom simply gets the cntrl-D and tries to parse it. > > I'm not really sure how this should be handled. Clearly you don't > wan

Re: [Axiom-developer] Re: Bug#346552: naive methods of exiting axiom can blow up catastrophically

2006-10-27 Thread root
> Greetings, and thanks! > > Can anyone see what this might suggest in the sman code? > > Take care, > > Waldek Hebisch <[EMAIL PROTECTED]> writes: > > > root wrote: > > > Camm, > > > > > > Architecturally there is a process called sman which starts up > > > other processes including axiomsys,

Re: [Axiom-developer] Re: Bug#346552: naive methods of exiting axiom can blow up catastrophically

2006-10-27 Thread Camm Maguire
Greetings, and thanks! Can anyone see what this might suggest in the sman code? Take care, Waldek Hebisch <[EMAIL PROTECTED]> writes: > root wrote: > > Camm, > > > > Architecturally there is a process called sman which starts up > > other processes including axiomsys, which is a saved GCL imag

Re: [Axiom-developer] Re: Bug#346552: naive methods of exiting axiom can blow up catastrophically

2006-10-26 Thread Waldek Hebisch
root wrote: > Camm, > > Architecturally there is a process called sman which starts up > other processes including axiomsys, which is a saved GCL image. > sman handles the terminal. by default a special terminal handler > called 'clef' (command line edit function) which is our own version > of rea

Re: [Axiom-developer] Re: Bug#346552: naive methods of exiting axiom can blow up catastrophically

2006-10-26 Thread root
Camm, Architecturally there is a process called sman which starts up other processes including axiomsys, which is a saved GCL image. sman handles the terminal. by default a special terminal handler called 'clef' (command line edit function) which is our own version of readline-like handling is sta

[Axiom-developer] Re: Bug#346552: naive methods of exiting axiom can blow up catastrophically

2006-10-26 Thread Camm Maguire
forwarded 346552 thanks Greetings! Can any on the axiom-developer list help with this one? It concerns the interaction of sman with GCL's terminal input processing. Take care, Tom Hargreaves <[EMAIL PROTECTED]> writes: > Package: axiom > Version: 20050901-4 > Severity: minor > > Typing ^D\n