Re: [Mingw-w64-public] user access control

2011-05-25 Thread dashesy
> On Wed, May 25, 2011 at 10:58 AM, Prof Brian Ripley > wrote: >> The following article has the most info I have found: >> >> http://msdn.microsoft.com/en-us/library/aa905330.aspx >> >> It includes: >> >> Before a 32 bit process is created, the following attributes are >> checked to determine whet

Re: [Mingw-w64-public] [winpthread] Assertion failed: (sem_init(&sema, 0, 0) == 0), file benchtest5.c, line 134

2011-05-25 Thread Dongsheng Song
After I review the source, the failure was caused by sem_init only support PTHREAD_PROCESS_PRIVATE, but benchtest.c required PTHREAD_PROCESS_SHARED. Here is my patch. On Wed, May 25, 2011 at 22:11, Dongsheng Song wrote: > > Hi, > > With the attached patch, I can building and testing WinPthread,

[Mingw-w64-public] [winpthread] Assertion failed: (sem_init(&sema, 0, 0) == 0), file benchtest5.c, line 134

2011-05-25 Thread Dongsheng Song
Hi, With the attached patch, I can building and testing WinPthread, but benchmark testing 5th failed on XP SP3: $ cd winpthreads/tests $ make clean GC ... ALL TESTS PASSED! Congratulations! $ make GC-bench Copying .././outlib/libpthreadGC2-32.dll.a Copying .././outlib/pthreadGC2-32.dll make -k T

Re: [Mingw-w64-public] user access control

2011-05-25 Thread Ozkan Sezer
On Wed, May 25, 2011 at 10:58 AM, Prof Brian Ripley wrote: > The following article has the most info I have found: > > http://msdn.microsoft.com/en-us/library/aa905330.aspx > > It includes: > > Before a 32 bit process is created, the following attributes are > checked to determine whether it is an

Re: [Mingw-w64-public] user access control

2011-05-25 Thread Ozkan Sezer
On Wed, May 25, 2011 at 3:24 AM, JonY wrote: > On 5/24/2011 23:54, Ozkan Sezer wrote: >> Hi all: >> >> What makes the User Access Control thing of vista or w7 to trigger? >> If I compile my program for x64 using mingw-w64, the program runs >> just fine.  If I compile it for x86 either by mingw or

Re: [Mingw-w64-public] user access control

2011-05-25 Thread Prof Brian Ripley
The following article has the most info I have found: http://msdn.microsoft.com/en-us/library/aa905330.aspx It includes: Before a 32 bit process is created, the following attributes are checked to determine whether it is an installer: Filename includes keywords such as "install," "setup,"