Hi
I am using the current cygwin version (dll version 1-5-5-1) and see some
strange behaviour while using the read/write system calls.
In short: I open a file with mode O_RDWR|O_CREAT, write exactly 1MB into it
and then after seeking to position 0 read the Megabyte back. Strange things
seem to hap
clude
int main () {
pthread_mutexattr_t attr;
pthread_mutexattr_init (&attr);
if (pthread_mutexattr_init (&attr)) {
printf ("error should not happen\n");
}
}
Greetings - Rasmus
> Rasmus Hahn wrote:
> > On Tue, Jun 10, 2003 at 09:25:43AM +0200, Thomas Pf
now this is fixed in version
> 3.3, then we all have something to look forward to. ;-) If not, you may
> want to report it to the gcc list.
>
> Larry
>
>
> Rasmus Hahn wrote:
> > However, the cygwin-gcc is not a 3.3 and is has some bugs. Since the cygwin
> >
On Tue, Jun 10, 2003 at 09:25:43AM +0200, Thomas Pfaff wrote:
> Rasmus Hahn wrote:
>
> > Hello,
> >
> > i am using cygwin on my Windows2000 and my c++ program segfaults
> > when using pthread-mutexes. In particular i am using a lot of
> > mutexes from within c
main () {
use_D (make_D ());
}
// end of code
On Sat, Jun 07, 2003 at 01:48:27PM -0400, Larry Hall wrote:
> Rasmus Hahn wrote:
>
> > BTW i am using cygwin snapshot 20030602 compiled with gcc-3.3 since the
> > out-of-the-box gcc from the cygwin-package is a prerelease and definitel
Hello,
i am using cygwin on my Windows2000 and my c++ program segfaults
when using pthread-mutexes. In particular i am using a lot of
mutexes from within constructors of static objects. These constructors
are called at a very early time of execution of the program and do
calls of pthread_mutex_ini
6 matches
Mail list logo