07/14/2011 2:31 PM
post87350
|
> > But if I do pterm -z program, when the program crashed the pterm title
> becomes
> > "idle 0" and stay open ( because of the -z ), but the message Memory Fault
> is
> > no where to be found? How do I make it show up?
>
> "pterm -z sh -c program" should do it... It's the shell that normally prints
> out the message.
>
Yep that work, thanks, however that would make our startup procedure too complexe (starting useless shells) By using -
v on proc, that solves my problem.
Cheers!
|
|
|