Hi guys,<div><br></div><div>    I have one issue which needs your help.</div><div>    I did a Python Wrapping for my SDK with SIP, everything else is fine except one problem that when I load the compiled module in Python 2.6.4 runtime, import is successful. But if I call some methods of my module, Python crashed.</div>
<div>    After some investigation of the generated codes by SIP, find all the methods which return certain types will crash while others even their parent classes not. And I find the just line "return sipConvertFromType(sipRes,sipType_SOME_TYPE,NULL);" make crash.</div>
<div>    The most curious thing is that it only crash on Windows, not on Linux.</div><div><br></div><div>    Anyone has a clue or suggestion? Where should I do further investigation?</div><div><br></div><div>Thanks,</div>
<div>Tempo</div>