ACE wrappers

2000-12-04 Thread Max Khon
hi, there! Is there anyone using ACE wrappers? We are using -stable and before 4.2-RELEASE everything was fine (on systems running 4.2-BETA before libc_r fixes/improvements) On -stable systems cvsupped yesterday a lot of ACE tests fail with signal 11 (we are using ACE wrappers 5.1.9

Re: ACE wrappers

2000-12-04 Thread Daniel Eischen
On Tue, 5 Dec 2000, Max Khon wrote: hi, there! Is there anyone using ACE wrappers? We are using -stable and before 4.2-RELEASE everything was fine (on systems running 4.2-BETA before libc_r fixes/improvements) On -stable systems cvsupped yesterday a lot of ACE tests fail with signal 11

Re: ACE wrappers woes on 4.x-stable (pthreads)

2000-06-08 Thread Max Khon
hi, there! On Thu, 8 Jun 2000, Russell L. Carter wrote: |can someone take a look at this? |seems that it's a flaw in 4.x pthreads implementation |under RELENG_3 everything works fine, haven't tried this on -current |i'm totally lost at this point Multithreaded C++ exceptions have been

Re: ACE wrappers woes on 4.x-stable (pthreads)

2000-06-08 Thread Soren Schmidt
It seems Max Khon wrote: hi, there! On Thu, 8 Jun 2000, Russell L. Carter wrote: |can someone take a look at this? |seems that it's a flaw in 4.x pthreads implementation |under RELENG_3 everything works fine, haven't tried this on -current |i'm totally lost at this point

Re: ACE wrappers woes on 4.x-stable (pthreads)

2000-06-08 Thread Max Khon
hi, there! On Fri, 9 Jun 2000, Max Khon wrote: Multithreaded C++ exceptions have been broken since about August '99. Use the macros if you need exceptions with ACE/TAO. That's not a solution for me -- I want to port some app that uses ACE + TAO and does not use ACE exceptions macros.

Re: ACE wrappers woes on 4.x-stable (pthreads)

2000-06-08 Thread Russell L. Carter
| |forgot to add: I need pointers to start digging around It might be interesting to trace through libgcc_r. Russell | |/fjoe | | | |To Unsubscribe: send mail to [EMAIL PROTECTED] |with "unsubscribe freebsd-hackers" in the body of the message | To Unsubscribe: send mail to [EMAIL

Re: ACE wrappers woes on 4.x-stable (pthreads)

2000-06-08 Thread Max Khon
hi, there! On Thu, 8 Jun 2000, Soren Schmidt wrote: |can someone take a look at this? |seems that it's a flaw in 4.x pthreads implementation |under RELENG_3 everything works fine, haven't tried this on -current |i'm totally lost at this point Multithreaded C++ exceptions have