[issue1912] Segmentation fault

2008-01-22 Thread Christian Heimes
Christian Heimes added the comment: I don't think it's a bug in Python. The crash occurs inside the sip or qt module, which means it's either a bug in sip, qt or pyqt. Please take the bug to riverbank computing. Their code might have a memory leak or reference counting issue. -- nosy: +t

[issue1912] Segmentation fault

2008-01-22 Thread Matti Punkeri
Matti Punkeri added the comment: And the program is running on SuSE Linux, 2.6.11.4-20a-default, gcc version 3.3.5 __ Tracker <[EMAIL PROTECTED]> __ ___

[issue1912] Segmentation fault

2008-01-22 Thread Matti Punkeri
New submission from Matti Punkeri: Python seg faults after 20-30 hours. The running Python application is a Qt based user interface which handles several SSH threads. Backtrace is attached. -- files: backtrace.txt messages: 61558 nosy: mpunkeri severity: major status: open title: Segme