On ven, 2009-01-09 at 12:28 -0800, Anthony Floyd wrote: > On Jan 9, 5:51 am, Giovanni Bajo <[email protected]> wrote: > > > > If you are a C/C++ developer, I would appreciate if you could help me > > debugging it out. Providing me with a remote shell onto that computer > > would also be fantastic. > > Thanks for the response. Unfortunately my C/C++ skills are pretty > woeful, and I'm not sure how much time I'll be able to put on it (it's > a very small number). If you have some specific things you'd like me > to do, though, I'm game.
I wrote a few question in reply to Antonio Valentino's post. Let's continue there. I'm basically looking for more information as to the exact reason of the crash because the code looks correct. > However, the solution mentioned by [email protected] (commenting > out the Py_DECREF) makes me nervous: the Python Docs clearly state the > PyString_FromStringAndSize returns a new reference, and when you're > done with mods, I'm pretty sure the reference count should be > decremented so that the garbage collector will take care of it. That patch is obviously just papering over the problem. I'm happy that it can be used to solve an immediate problem, but it can't be correct. -- Giovanni Bajo Develer S.r.l. http://www.develer.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "PyInstaller" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/PyInstaller?hl=en -~----------~----~----~----~------~----~------~--~---
