[yocto] [PATCH v7] [399231] Fix race conditions when reading using LocalShellOutputReader(s)

2013-02-01 Thread Ioana Grigoropol
When running a remote command with a Local connection from a Linux host a new LocalHostShell is created. At this time, a new LocalHostThread is launched, along side with two LocalShellOutputReaders (output and error). The constructors for the OutputReaders will receive a reference to the reader

Re: [yocto] [PATCH v7] [399231] Fix race conditions when reading using LocalShellOutputReader(s)

2013-02-01 Thread Zhang, Jessica
Grigoropol Sent: Friday, February 01, 2013 2:44 AM To: yocto@yoctoproject.org Subject: [yocto] [PATCH v7] [399231] Fix race conditions when reading using LocalShellOutputReader(s) When running a remote command with a Local connection from a Linux host a new LocalHostShell is created. At this time

Re: [yocto] [PATCH v7] [399231] Fix race conditions when reading using LocalShellOutputReader(s)

2013-02-01 Thread Grigoropol, IoanaX
, 2013 5:34 PM To: Grigoropol, IoanaX; yocto@yoctoproject.org Subject: RE: [yocto] [PATCH v7] [399231] Fix race conditions when reading using LocalShellOutputReader(s) Hi Ioana, Seems your patch is introducing more changes than just add lock, you also added the getReader function which in your

Re: [yocto] [PATCH v7] [399231] Fix race conditions when reading using LocalShellOutputReader(s)

2013-02-01 Thread Zhang, Jessica
-Original Message- From: Zhang, Jessica Sent: Friday, February 01, 2013 5:34 PM To: Grigoropol, IoanaX; yocto@yoctoproject.org Subject: RE: [yocto] [PATCH v7] [399231] Fix race conditions when reading using LocalShellOutputReader(s) Hi Ioana, Seems your patch is introducing more changes than