Re: NIM compiler looses track of sub-processes on Linux

2017-05-10 Thread jordan
I can reproduce the problem but have no idea how this happens. In the end it looks like a hang pipe-process. I moved my findings to [https://github.com/nim-lang/Nim/issues/5796](https://github.com/nim-lang/Nim/issues/5796) as there are lengthy listings presented which might be not of general in

Re: NIM compiler looses track of sub-processes on Linux

2017-05-09 Thread jordan
It might well be a gcc problem. I will try some variations tomorrow.

Re: NIM compiler looses track of sub-processes on Linux

2017-05-09 Thread Araq
Ok, well, I have never seen that happen/reported before.

Re: NIM compiler looses track of sub-processes on Linux

2017-05-09 Thread jordan
Just to make it clear: I am still amazed by the flexibility and thorough design of that compiler - jordan

NIM compiler looses track of sub-processes on Linux

2017-05-09 Thread jordan
This is just an observation when x-compiling with NIM. I had a weird problem when x-compiling my crypto lib with MinGW. In particular I needed to import some Windows crypto provider stuff from for compiling [https://github.com/mjfh/nim-crypto/blob/unstable/src/lib/ltc/getbytes.nim](https://git