|
RE: make causes multicore processor to freeze
|
12/15/2011 1:53 PM
post90648
|
RE: make causes multicore processor to freeze
Good day:
Here is some more information. Yes, I am compiling on Neutrino. The toolchain is what comes out of the box.
The freeze up does not always occur on a make clean. my build script will do a "make clean" followed by a "make all".
Make clean just happened first.
The lockups occur at various stages in the process, but always in a transition into or out of a new directory, never
while "building". That is, if make has 20 files to compile and link, the compile/link steps will complete without a
freeze up. The freeze up will happen sometime in the transition from leaving one directory and entering the next
directory. The last line to print will always be "Make[n] Entering directory ...\n make ..." or "Make[m] Leaving
directory ..."
I have tried using "on -C 0 -i make <target>". The freeze up will still occur.
I have tried adding -j 1 to the top level make. The freeze up will still occur.
Mike
-----Original Message-----
From: Elena Laskavaia [mailto:community-noreply@qnx.com]
Sent: Wednesday, December 14, 2011 4:31 PM
To: general-toolchain
Subject: Re: make causes multicore processor to freeze
Sorry I missed that. Could be some priority inversion related? We have weird priority thing going when building...
On 12/14/2011 04:30 PM, Ryan Mansfield wrote:
> On 11-12-14 04:25 PM, Elena Laskavaia wrote:
>> I heard about it, and I think Ryan had a fix in msys for this (or some?) lockup. Can you search forum for msys
patches and try to apply it?
>
> Elena, he's not using Windows. He said he's booting
> qnxbase.ifs/qnxbasesmp.ifs which means he's running QNX Neutrino...
>
> Mike, no, this is not a known issue.
>
> Regards,
>
> Ryan Mansfield
>
>
>
> _______________________________________________
>
> General
> http://community.qnx.com/sf/go/post90636
>
_______________________________________________
General
http://community.qnx.com/sf/go/post90637
|
|
|