[PyKDE] low-priority sip crash in latest snapshots.

Phil Thompson phil at riverbankcomputing.co.uk
Fri Oct 13 19:34:32 BST 2006


On Thursday 12 October 2006 10:27 pm, Patrick Stinson wrote:
> The latest sip snapshot crashed from configure.py in the latest sip
> and PyQt-snapshots, but the code seems to be generated ok. This
> backtrance may not gt you anywhere, but I thought I would post it
> anyway...
>
>
> Thread 0 Crashed:
> 0   libSystem.B.dylib     0x9000c5f8 __vfprintf + 6311
> 1   libSystem.B.dylib     0x900e4530 vfprintf_l + 94
> 2   libSystem.B.dylib     0x900107b9 fprintf + 73
> 3   sip                   0x000174c5 apiArgument + 619
> 4   sip                   0x000175bc apiCtor + 135
> 5   sip                   0x0001797d generateAPI + 269
> 6   sip                   0x0000329d main + 2090
> 7   sip                   0x00002292 _start + 216
> 8   sip                   0x000021b9 start + 41

PyQt4 snapshots now always generate a QScintilla API file and this is where 
the crash is (and why the generated code is Ok). However there are only 3 
calls to fprintf() in apiArgument() and they seem Ok on visual inspection...

Phil




More information about the PyQt mailing list