ACE VERSION: 5.6.4 HOST MACHINE and OPERATING SYSTEM: x86 Linux TARGET MACHINE and OPERATING SYSTEM, if different from HOST: COMPILER NAME AND VERSION (AND...
Wim van den Boogaard
wim.van.den.boogaard@...
May 7, 2008 8:29 am
5889
Hi, Thanks for using the PRF form. You can enable/disable nptl manually, just add nptl=0 or nptl=1 to your platform_macros.GNU file. We only set nptl when it...
Johnny Willemsen
jwillemsen@...
May 7, 2008 8:38 am
5890
ACE VERSION: 5.6 HOST MACHINE and OPERATING SYSTEM: OpenSuse10.2 TARGET MACHINE and OPERATING SYSTEM, if different from HOST: COMPILER NAME AND VERSION (AND...
Javier Peña
xavipen@...
May 7, 2008 3:46 pm
5891
Hi Javier, Thanks very much for using the PRF. ... Oops, that's not a good way to get threads to exit from close. ... Right - what you're doing is not a...
Douglas C. Schmidt
schmidt@...
May 7, 2008 3:50 pm
5892
Hi Javier, Thank you for the PROBLEM-REPORT-FORM. ... close() ... Right - the behavior for when a handle is closed out from under a blocked thread is...
Steve Huston
shuston@...
May 7, 2008 4:01 pm
5893
Hi Doug and Steve, Thanks for the quick reply and the explanation. I´ll definitely have a look to the ACE_Reactor. Cheers, Javi Hi Doug and Steve, Thanks for...
Javier Peña
xavipen@...
May 7, 2008 4:05 pm
5894
Hello Johnny, Thanks for your suggestion. This solved my problem. Kind regards, Wim ... _______________________________________________ ace-bugs mailing list ...
Wim van den Boogaard
wim.van.den.boogaard@...
May 8, 2008 7:01 am
5895
Hello, In order to successfully use the ACE library in Fedora 9 (preview), I had to change the CXXFLAGS, replacing '-pthread' for '-lpthread', otherwise when...
Rolando Martins
rolando.martins@...
May 12, 2008 7:49 pm
5896
Hi, We have a fedora 9 preview system on the scoreboard, there we don't see this issue. There are other issues to be resolved but not this one. Regards, Johnny...
Johnny Willemsen
jwillemsen@...
May 13, 2008 6:24 am
5897
Hi, Fedora9 has been officially released, can you try that new release? Regards, Johnny Willemsen Remedy IT Postbus 101 2650 AC Berkel en Rodenrijs The...
Johnny Willemsen
jwillemsen@...
May 14, 2008 7:24 pm
5898
Hi, Thanks for using the PRF form. Can you make an automated reproducer for this issue? There are more issues related to dev_poll in bugzilla. Regards, Johnny...
Johnny Willemsen
jwillemsen@...
May 16, 2008 8:16 am
5899
Hi, ... Can you put this in bugzilla (see http://bugzilla.dre.vanderbilt.edu/). At this moment we don't have any resources available to work on this for free, ...
Johnny Willemsen
jwillemsen@...
May 16, 2008 1:12 pm
5900
ACE VERSION: 5.6 HOST MACHINE and OPERATING SYSTEM: WindowsXP Service Pack 2 If on Windows based OS's, which version of WINSOCK do you use?: TARGET MACHINE and...
saurabh ahuja
saurabh.ahuja@...
May 29, 2008 8:16 am
5901
Hi Saurabh, Thank you for the PROBLEM-REPORT-FORM. ... There's a variable in the MPC template for VC8, TreatWChar_tAsBuiltInType. If you set that to false, the...
Steve Huston
shuston@...
May 29, 2008 11:53 am
5902
ACE VERSION: 5.6.4 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@...
May 30, 2008 8:23 am
5903
Hi All- Thanks for your help, Aaron To: ace-bugs@... Subject: void ACE_Time_Value::msec(ACE_UINT64&) const ACE VERSION: 5.6.5 HOST MACHINE and...
Aaron Scamehorn
Aaron.Scamehorn@...
Jun 4, 2008 2:21 pm
5904
Hi Aaron, Good to hear from you! Thanks for the PROBLEM-REPORT-FORM. I reproduced this on RHEL 4, same compiler. Since this was not detected by the current ACE...
Steve Huston
shuston@...
Jun 4, 2008 4:10 pm
5905
Hi, I have the same results for Aaron small test program (with MY_UINT64) with VC++ 7.1 and VC++ 8.0: t.cpp t.cpp(18) : error C2666: 'A::msec' : 2 overloads...
Yauheni Akhotnikau
eao197@...
Jun 4, 2008 4:21 pm
5906
Ok, thanks Yauheni - I added this information to the bug report. -- Steve Huston, Riverace Corporation Want to take ACE training on YOUR schedule? See...
Steve Huston
shuston@...
Jun 4, 2008 4:33 pm
5907
... I think the compiler is right. For the case where ACE_UINT64 is defined in terms of long, ACE_Time_Value essentially has both: void msec(long& ms) const; ...
J.T. Conklin
jtc@...
Jun 4, 2008 4:52 pm
5908
... Currently there are three methods to convert to/from milliseconds to ACE_Time_Value. unsigned long msec (void) const; void msec (ACE_UINT64 &ms) const; ...
J.T. Conklin
jtc@...
Jun 4, 2008 5:03 pm
5909
Hi J.T., ... Right, but this would be: void msec(unsigned long& ms) const; ... I would think that "long" and "unsigned long" would be different enough. Also,...
Steve Huston
shuston@...
Jun 4, 2008 5:23 pm
5910
... It sure seems like the compiler(s) is(are) wrong. In my case, JT, ACE_UINT64 typedef'd as an unsigned long long (sizeof=8). That's not the same thing as a...
Aaron Scamehorn
Aaron.Scamehorn@...
Jun 4, 2008 5:28 pm
5911
Hi Doug and Iliyan Here's what I got so far on this issue. 1) The following are registered in the ACE_Service_Repository: 1.1) Service Objects as...
Chad Beaulac
cabeaulac@...
Jun 4, 2008 5:39 pm
5912
... I don't think so. However, I do know my original hypothesis is wrong. I did a search for gcc's "... are ambiguous even though the worst conversion for the...
J.T. Conklin
jtc@...
Jun 4, 2008 5:51 pm
5913
Hi JT, I don't think so either, but it sure seems like they're wrong! I found an interesting blog about this at http://xania.org/200711/ambiguous-overloading. ...
Aaron Scamehorn
Aaron.Scamehorn@...
Jun 4, 2008 6:11 pm
5914
Hi Chad, Thanks for taking the initiative to tackle this one! ... Yes. ... Yes. The code for the module implementation (in a DLL) gets unloaded as soon as the...
Iliyan Jeliazkov
iliyan@...
Jun 4, 2008 6:28 pm
5915
Hi, ... Doesn't this give issues with older gcc version? See also http://bugzilla.dre.vanderbilt.edu/show_bug.cgi?id=3270 Regards, Johnny Willemsen Remedy IT ...
Johnny Willemsen
jwillemsen@...
Jun 16, 2008 8:55 am
5916
ACE VERSION: 5.6.5 HOST MACHINE and OPERATING SYSTEM: WinXP SP2 COMPILER NAME AND VERSION (AND PATCHLEVEL): Visual C++ 7.1 SP1 THE $ACE_ROOT/ace/config.h FILE:...
Yauheni Akhotnikau
eao197@...
Jul 11, 2008 2:29 pm
5917
ACE VERSION: 5.6.5 HOST MACHINE and OPERATING SYSTEM: WinXP SP2 COMPILER NAME AND VERSION (AND PATCHLEVEL): Visual C++ 7.1 SP1 THE $ACE_ROOT/ace/config.h FILE:...