Hi Michael,
I have closed the bad shell and all new shells I open are working fine.
Your answers have provided me pointers about how to debug this if it
happens again.
I am trying to build on my knwoledgebase about uno tools as I start to use
them.
thanks
Neeraj
>
> strace only traces system ca
On 21/03/13 17:40, Neeraj Rai wrote:
> Hi Michael,
>
> I ran it with strace but I'm not sure I can interpret the output .
> I don't see any mention of osl_executeProcess.
strace only traces system calls; presumably osl_executeProcess would
result in "clone" and some variant of "exec" on Linux.
On 15/03/13 19:31, Neeraj Rai wrote:
> The bad news is that I am getting "unopkg add" error and need help
> solving it:
> This same code comipled last week and I don't think I have changed
> anything - so I am very confused.
> I would appreciate if someone could point me in the right direction
> ab