need help with pthreads and memory corruption problem

2001-01-23 Thread Joe Albowicz
Hello, I'm porting an application from Linux to FreeBSD and I am having some problems with the program crashing in weird/random places because of memory corruption. For example the crash can happen in STL or free or in c++ code that we have written (note that our code works just fine on Linux

Re: need help with pthreads and memory corruption problem

2001-01-23 Thread Alfred Perlstein
* Joe Albowicz [EMAIL PROTECTED] [010123 21:38] wrote: Hello, I'm porting an application from Linux to FreeBSD and I am having some problems with the program crashing in weird/random places because of memory corruption. For example the crash can happen in STL or free or in c++ code

Re: need help with pthreads and memory corruption problem

2001-01-23 Thread Max Khon
hi, there! On Tue, 23 Jan 2001, Joe Albowicz wrote: I'm porting an application from Linux to FreeBSD and I am having some problems with the program crashing in weird/random places because of memory corruption. For example the crash can happen in STL or free or in c++ code that we have