This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: pthreads works, sorta


On Wed, Jun 27, 2001 at 02:51:13PM +0800, Dmitry Timoshkov wrote:
>"Robert Collins" <robert.collins@itdomain.com.au> wrote:
>
>[skipped]
>
>> What does all this mean? We need to catch invalid memroy access, and
>> ValidQuery was supplied by Chris as a tool to do that.
>
>In a multithreaded environment VirtualQuery, IsBad* and similar approaches
>are wrong. It can't be guaranteed that after a successful test that memory
>will be still accessable.

They are not necessarily wrong if they are controlled by appropriate mutexes.
The file handling code should be protected this way.   I don't know about
the thread code, though.

cgf

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]