Re: [CLucene-dev] Branch 2.3.2 -- crash in ThreadLocal.cpp

2009-11-19 Thread cel tix44
central place. Thanks. > > Itamar. > > -Original Message- > From: cel tix44 [mailto:celti...@gmail.com] > Sent: Friday, November 13, 2009 7:18 AM > To: clucene-developers@lists.sourceforge.net > Subject: Re: [CLucene-dev] Branch 2.3.2 -- crash in ThreadLocal.cpp > &g

Re: [CLucene-dev] Branch 2.3.2 -- crash in ThreadLocal.cpp

2009-11-15 Thread Itamar Syn-Hershko
Sent: Friday, November 13, 2009 7:18 AM To: clucene-developers@lists.sourceforge.net Subject: Re: [CLucene-dev] Branch 2.3.2 -- crash in ThreadLocal.cpp Itamar If you still have my test-case for StandardAnalyzer, here's an easy way to reproduce this crash: in my_test_main.cpp ---> 1) af

Re: [CLucene-dev] Branch 2.3.2 -- crash in ThreadLocal.cpp

2009-11-15 Thread Itamar Syn-Hershko
Itamar. >> >> -Original Message- >> From: cel tix44 [mailto:celti...@gmail.com] >> Sent: Wednesday, November 11, 2009 1:04 AM >> To: clucene-developers@lists.sourceforge.net >> Subject: [CLucene-dev] Branch 2.3.2 -- crash in ThreadLocal.cpp >>

Re: [CLucene-dev] Branch 2.3.2 -- crash in ThreadLocal.cpp

2009-11-12 Thread cel tix44
internally, you would rather use delete _internal; than the _CLDELETE macro. >> You can also nullify it yourself, but there's no point in nullifying member >> variables in the destructor unless they are shared. >> >> Itamar. >> >> -Original Message

Re: [CLucene-dev] Branch 2.3.2 -- crash in ThreadLocal.cpp

2009-11-12 Thread cel tix44
age- > From: cel tix44 [mailto:celti...@gmail.com] > Sent: Wednesday, November 11, 2009 1:04 AM > To: clucene-developers@lists.sourceforge.net > Subject: [CLucene-dev] Branch 2.3.2 -- crash in ThreadLocal.cpp > > Team > > I hit a crash while testing a DLL compiled from t

Re: [CLucene-dev] Branch 2.3.2 -- crash in ThreadLocal.cpp

2009-11-12 Thread Itamar Syn-Hershko
oint in nullifying member variables in the destructor unless they are shared. Itamar. -Original Message- From: cel tix44 [mailto:celti...@gmail.com] Sent: Wednesday, November 11, 2009 1:04 AM To: clucene-developers@lists.sourceforge.net Subject: [CLucene-dev] Branch 2.3.2 -- crash in Thr

[CLucene-dev] Branch 2.3.2 -- crash in ThreadLocal.cpp

2009-11-10 Thread cel tix44
Team I hit a crash while testing a DLL compiled from the GIT branch marked "ASCII + misc fixes". I used CMake 2.6.4 to generate code for VS 2008 with ENABLE_ASCII_MODE | DISABLE_MULTITHREADING. It appears that (under certain circumstances) DLLMain implemented in ThreadLocal.cpp gets invoked with