Re: Memory leak in PyQt application

2007-07-01 Thread Daniel Nogradi
> Python 2.5.1 > Boost.Python > Qt 4.2.2 > SIP 4.6 > PyQt 4.2 > WinXp > > I've a memory leak in a PyQt application and no idea how to find it. What > happens in the application ? > > From QWindow a QDialog is called on a button "pressed()" signal, that > instantiate a QThread and waits for it. If

Re: Memory leak in PyQt application

2007-06-30 Thread David Boddie
On Thu Jun 28 19:21:36 CEST 2007, Alexander Eisenhuth wrote: > I've a memory leak in a PyQt application and no idea how to find it. What > happens in the application ? > > From QWindow a QDialog is called on a button "pressed()" signal, that > instantiate a QThread and waits for it. If the thr

Memory leak in PyQt application

2007-06-28 Thread Alexander Eisenhuth
Hello alltogether, My System: Python 2.5.1 Boost.Python Qt 4.2.2 SIP 4.6 PyQt 4.2 WinXp I've a memory leak in a PyQt application and no idea how to find it. What happens in the application ? From QWindow a QDialog is called on a button "pressed()" signal, that instantiate a QThread and waits