Re: [cx-oracle-users] SEGV
Brought to you by:
atuining
From: Lars I. <la...@ib...> - 2006-04-04 11:45:18
|
Following up to myself for the sake of the archives, since I got my problems resolved. I had what looked like a deadlock problem and a SEGV. As it turned out, the deadlock wasn't a real deadlock, but the system was thashing wildly due to a memory leak, which I could eventually track down to Python issue: [ 1089632 ] _DummyThread() objects not freed from threading._active map: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1089632&group_id=5470 (I am starting my threads from C). >> Another user has noticed an intermittent segfault due to faulty module >> initialization. I have fixed the problem but that code is unreleased >> as of yet. I can give you the source or binary for that if you want to >> try that. > > That would be good, and source would be best. I'd like to compile > against the Oracle version I have installed. > > I couldn't reproduce the problem with 4.1.2 yet, but that doesn't mean > much - my current tests hasn't run nearly long enough yet. The SEGV has disappeared with the 4.2 prerelease that Anthony sent me. Thanks a lot. - Lars |