This is the mail archive of the cygwin 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]
Other format: [Raw text]

Re: WG: Memory Problem with POSIX Thread under Windows XP


Hi Samuel,

yes, there is no problem when I write:

double kk = 1.2323231;
while(1)
	printf("\r\n %f \r\n",kk);

in main function. The problem occures only in combination with a thread. I
tried now the same code (with some little changes) with the boost thread
library under C++. There is also the same memory problem. This indicates
that the problem lies in the cygwin shell or in gcc or it is a windows based
problem, which could mean that windows is not abled to free the threads as
fast as the program creates new ones. Any ideas?


Martin Jöhren 
Hoppe Bordmesstechnik 
Tel: +49 40/56 19 49-24 
Fax: +49 40/56 19 49-99 
e-mail: m.joehren@hoppe-bmt.de 
Internet: www.hoppe-bmt.de 


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.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]