Search the web
Sign In
New User? Sign Up
ace-bugs
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 5837 - 5866 of 5915   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5837
To: ace-bugs@... Subject: ACE_RW_Process_Mutex in single writer and multiple readers ACE VERSION: 5.5.8 HOST MACHINE and OPERATING SYSTEM: Windows XP...
kul gupta
kulg123@...
Send Email
Mar 3, 2008
10:54 am
5838
To: ace-bugs@... Please Ignore my previous mail ,the code was not complete. Subject: ACE_RW_Process_Mutex in single writer and multiple readers ACE...
kul gupta
kulg123@...
Send Email
Mar 3, 2008
10:57 am
5839
ACE VERSION: 5.4.8 (Yes, I know this is ancient, but I check the SVN and the code has not changed) HOST MACHINE and OPERATING SYSTEM: If on Windows based OS's,...
Russell Mora
russell_mora@...
Send Email
Mar 8, 2008
1:47 am
5840
Hi, Thanks for using the PRF form. Can you file this in bugzilla pending for integration. Regards, Johnny Willemsen Remedy IT Postbus 101 2650 AC Berkel en...
Johnny Willemsen
jwillemsen@...
Send Email
Mar 8, 2008
6:56 am
5841
Hi, Below you can find an extended version of the ACE_wrappers/tests/Message_Queue_Notifications_Test.cpp The original source was taken from the head of...
Rudy Pot
rpot@...
Send Email
Mar 11, 2008
2:19 pm
5842
Hi, Great work! Thanks for making the test. Can you put this in bugzilla (http://deuce.doc.wustl.edu/bugzilla/index.cgi). Be aware of our bug fixing policies...
Johnny Willemsen
jwillemsen@...
Send Email
Mar 11, 2008
2:29 pm
5843
To: ace-bugs@... Subject: Tests: tests/Conn_Test ACE VERSION: 5.6 HOST MACHINE and OPERATING SYSTEM: i686, Red Hat Enterprise Linux WS release 4...
Brownridge, Thomas
thomas.brownridge@...
Send Email
Mar 18, 2008
1:37 pm
5844
To: ace-bugs@... Subject: Tests: tests/MEM_Stream_Test timeout ACE VERSION: 5.6 HOST MACHINE and OPERATING SYSTEM: i686, Red Hat Enterprise Linux WS...
Brownridge, Thomas
thomas.brownridge@...
Send Email
Mar 18, 2008
1:39 pm
5845
Hi, Thanks for using the PRF form. Can you try 5.6.3, 5.6 is already a few months old. The define ACE_USES_MUTEX_FOR_PROCESS_MUTEX shouldn't be necessary. ...
Johnny Willemsen
jwillemsen@...
Send Email
Mar 18, 2008
2:00 pm
5846
Hi, FYI, on http://scoreboard.theaceorb.nl you can exactly see in which builds a test runs and in which not. Johnny "Brownridge, Thomas"...
Johnny Willemsen
jwillemsen@...
Send Email
Mar 18, 2008
2:29 pm
5847
ACE VERSION: 5.6.3 HOST MACHINE and OPERATING SYSTEM: Windows XP SP 2 and Red Hat Enterprise Linux 4 TARGET MACHINE and OPERATING SYSTEM, if different from...
Paul Carter
pcarter@...
Send Email
Mar 24, 2008
1:38 pm
5848
Hi Paul, Thanks for using the PRF. ... OOps, that's a bug! ... I think a null timeout should indicate an infinite wait. ... Could you send me a patch to...
Douglas C. Schmidt
schmidt@...
Send Email
Mar 24, 2008
1:59 pm
5849
Doug, I've attached two patches. For OS_NS_Thread.cpp, I just have event_timedwait() call event_wait() for the null timeout case and removed the logic for...
Paul Carter
pcarter@...
Send Email
Mar 24, 2008
4:06 pm
5850
Thanks Paul! I've added these changes. This will go out in the forthcoming x.6.4 release. Doug ... _______________________________________________ ace-bugs...
Douglas C. Schmidt
schmidt@...
Send Email
Mar 24, 2008
4:24 pm
5851
ACE VERSION: 5.6.3 HOST MACHINE and OPERATING SYSTEM: Windows XP SP2 TARGET MACHINE and OPERATING SYSTEM : THE $ACE_ROOT/ace/config.h FILE : #define...
Alain KOCELNIAK
alain@...
Send Email
Mar 26, 2008
4:29 pm
5852
Hi, Thanks for using the PRF form. Could you extend one if the one button tests under ACE_wrappers/tests to show this problem. Make it fully automated, use the...
Johnny Willemsen
jwillemsen@...
Send Email
Mar 27, 2008
8:57 am
5853
ACE VERSION: 5.6.3 HOST MACHINE and OPERATING SYSTEM: Windows XP SP2 TARGET MACHINE and OPERATING SYSTEM : THE $ACE_ROOT/ace/config.h FILE : #define...
Alain KOCELNIAK
alain@...
Send Email
Mar 27, 2008
7:57 pm
5854
Hi, Can you extend one of the tests for this and then put this in bugzilla (bugzilla.dre.vanderbilt.edu) Johnny From: ace-bugs-bounces@......
Johnny Willemsen
jwillemsen@...
Send Email
Mar 28, 2008
6:18 am
5855
Fixed - thanks! Fri Mar 28 17:18:50 UTC 2008 Steve Huston <shuston@...> * ace/CDR_Stream.cpp (write_long_placeholder, write_short_placeholder): Be...
Steve Huston
shuston@...
Send Email
Mar 28, 2008
7:51 pm
5856
Hi Alain, Thanks for the PROBLEM-REPORT-FORM. This area is difficult - the ACE_Message_Block being passed in may not point to memory under control of the...
Steve Huston
shuston@...
Send Email
Mar 28, 2008
7:57 pm
5857
ACE VERSION: 5.6.3 (http://dist.bonsai.com/ken/ace_tao_rpm/FC8.i386/5.6.3-1/ace-5.6.3-1.FC8.i386.rpm) HOST MACHINE and OPERATING SYSTEM: i386 Fedora 8 COMPILER...
Jon Rachwalski
jrachwalski@...
Send Email
Apr 2, 2008
6:23 pm
5858
Hi, Thanks for reporting this, can you file this in bugzilla (http://bugzilla.dre.vanderbilt.edu/). Regards, Johnny Willemsen Remedy IT Postbus 101 2650 AC...
Johnny Willemsen
jwillemsen@...
Send Email
Apr 2, 2008
6:55 pm
5859
ACE VERSION: 5.5.8 HOST MACHINE and OPERATING SYSTEM: Windows XP Professional and Enterprise Linux 5.0 Version 2002 TARGET MACHINE and OPERATING SYSTEM, if...
kul gupta
kulg123@...
Send Email
Apr 14, 2008
8:27 am
5860
Hi Kul, ... Thanks for using the PRF. ... I suggest you use ACE_Condition_Thread_Mutex or ACE_Message_Queue. There are examples of how to use these classes in...
Douglas C. Schmidt
schmidt@...
Send Email
Apr 14, 2008
9:14 am
5861
ACE VERSION: 5.6.3 HOST MACHINE and OPERATING SYSTEM: P4 with Suse Linux 10.2 TARGET MACHINE and OPERATING SYSTEM, if different from HOST: COMPILER NAME AND...
Hofmann, Christoph
Christoph.Hofmann@...
Send Email
Apr 16, 2008
11:51 am
5862
ACE VERSION: 5.6.3 HOST MACHINE and OPERATING SYSTEM: P4 with Suse Linux 10.2 TARGET MACHINE and OPERATING SYSTEM, if different from HOST: COMPILER NAME AND...
Hofmann, Christoph
Christoph.Hofmann@...
Send Email
Apr 16, 2008
11:58 am
5863
Hi, Thanks for using the PRF form. Can you please put this in bugzilla (http://bugzilla.dre.vanderbilt.edu/). Regards, Johnny Willemsen Remedy IT Postbus 101 ...
Johnny Willemsen
jwillemsen@...
Send Email
Apr 16, 2008
12:05 pm
5864
Hi, Thanks for using the PRF form. Can you please put this in bugzilla (http://bugzilla.dre.vanderbilt.edu/). Regards, Johnny Willemsen Remedy IT Postbus 101 ...
Johnny Willemsen
jwillemsen@...
Send Email
Apr 16, 2008
12:05 pm
5865
Hi, Thanks for using the PRF. ... Can you please send unified diffs that are relative to the version of ACE_Malloc_T that's in ...
Douglas C. Schmidt
schmidt@...
Send Email
Apr 16, 2008
12:44 pm
5866
Hi, Thanks for using the PRF! ... Again, can you please send unified diffs for this fix that are relative to the version of this file that's in ...
Douglas C. Schmidt
schmidt@...
Send Email
Apr 16, 2008
12:45 pm
Messages 5837 - 5866 of 5915   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help