[PyKDE] Workarounds for QSqlDatabase core dump bug

2004-08-19 Thread Jonathan Gardner
I discovered a seg fault / core dump / crash with QSqlDatabase as it is being cleaned up. It appears based on messages that I've found in the archive that this is due to Qt's QSqlDatabase::close() method. Would someone be kind enough to post a workaround? I'm also having problems using QSqlCurs

Re: [PyKDE] ANN: New eric3 snapshot

2004-08-19 Thread Douglas Soares de Andrade
Hi ! No problem for me... It goes well here... Em Qui 19 Ago 2004 20:24, jul escreveu: > Hi, > In eric3, the new python shell seems to have a bug for me. > Just typing the return key in the python shell produces a segmentation > fault and kills eric3 :( > > Here are my versions: > python 2.3.3

Re: [PyKDE] ANN: New eric3 snapshot

2004-08-19 Thread jul
Hi, In eric3, the new python shell seems to have a bug for me. Just typing the return key in the python shell produces a segmentation fault and kills eric3 :( Here are my versions: python 2.3.3 Qt 3.3.2 PyQt-snapshot-20040526 QScintilla 1.3 Eric snapshot-20040818 ++ Jul. Hi Trolls, I would lik

Re: [PyKDE] ANN: New eric3 snapshot

2004-08-19 Thread Detlev Offenbach
Am Mittwoch, 18. August 2004 23:07 schrieb Douglas Soares de Andrade: > Hi ! > > Im testing the new snapshot and when i create a dictionary with 8000 > or more itens, Eric3 hangs a little and got so slow. > > I think the problem is when he try to plot the values in the debug > browser... First of

Re: [PyKDE] ANN: New eric3 snapshot

2004-08-19 Thread Detlev Offenbach
Am Donnerstag, 19. August 2004 00:58 schrieb jul: > Hi Detlev, > Happy to see how fast evolves eric3! > I'm still working on French translation and there's a hope I finish > soon: I'm about 2750 strings translated out of 3500 :) > The fact is my translation file may be a little older > Is there

Re: [PyKDE] Still problems (was Re: PyQt 3.12 introduces deadlock with QCustomEvent's destructor.)

2004-08-19 Thread Truls A. Tangstad
On Thu, Aug 19, 2004 at 11:37:06AM +0100, Phil Thompson wrote: > On Thursday 19 August 2004 10:22 am, Truls A. Tangstad wrote: > > When the event thread is busy in QCustomEvents destructor, posting new > > events, even from QThreads, hangs the entire application. I'm not sure > > if this is specifi

Re: [PyKDE] Still problems (was Re: PyQt 3.12 introduces deadlock with QCustomEvent's destructor.)

2004-08-19 Thread Phil Thompson
On Thursday 19 August 2004 10:22 am, Truls A. Tangstad wrote: > On Mon, Aug 16, 2004 at 04:10:50PM +0100, Phil Thompson wrote: > > On Friday 06 August 2004 3:22 pm, Truls A. Tangstad wrote: > > > It seems that the destructor of QCustomEvent causes problems/hangs > > > just by creating an instance o

[PyKDE] Still problems (was Re: PyQt 3.12 introduces deadlock with QCustomEvent's destructor.)

2004-08-19 Thread Truls A. Tangstad
On Mon, Aug 16, 2004 at 04:10:50PM +0100, Phil Thompson wrote: > On Friday 06 August 2004 3:22 pm, Truls A. Tangstad wrote: > > It seems that the destructor of QCustomEvent causes problems/hangs > > just by creating an instance of it and then deleting it in a thread > > other than the GUI/event/mai