[Bug 110880] Re: python-newt scripts crash

2009-10-31 Thread David Stansby
Comment #7 seems to say that this has been fixed. If this isn't the case, feel free to change the status of this bug back to confirmed. ** Changed in: newt (Ubuntu) Status: Confirmed = Fix Released -- python-newt scripts crash https://bugs.launchpad.net/bugs/110880 You received this bug

[Bug 110880] Re: python-newt scripts crash

2009-04-12 Thread Jorge O. Castro
** Tags added: bitesize patch -- python-newt scripts crash https://bugs.launchpad.net/bugs/110880 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 110880] Re: python-newt scripts crash

2008-12-10 Thread Nathan Valentine
I'm able to reproduce this on 32-bit Ibex with the following code lifted from the tutorial at http://www.wanware.com/tsgdocs/snack.html: import sys import getopt from snack import * class Usage(Exception): def __init__(self, msg): self.msg = msg def main(argv=None): if argv is

[Bug 110880] Re: python-newt scripts crash

2008-12-10 Thread Roger Binns
Nathan, Your bug is completely unrelated to this one. (It is crashing in newtGridGetSize in the C code). You should create a new bug. This bug is fixed in Intrepid (mismatch of allocation and free functions). -- python-newt scripts crash https://bugs.launchpad.net/bugs/110880 You received

[Bug 110880] Re: python-newt scripts crash

2008-12-10 Thread Nathan Valentine
As Roger pointed out to me in a private email, the crash in the code I posted above is actually for a different problem. Verified via stacktrace. -- python-newt scripts crash https://bugs.launchpad.net/bugs/110880 You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 110880] Re: python-newt scripts crash

2008-10-13 Thread /dev/null
I'm running intrepid, and this bug seem to be fixed. -- python-newt scripts crash https://bugs.launchpad.net/bugs/110880 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 110880] Re: python-newt scripts crash

2008-01-08 Thread Nathan Valentine
I was, in fact, finally able to get the crash to go away by recompiling the package with the patch mentioned above. -- python-newt scripts crash https://bugs.launchpad.net/bugs/110880 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for

[Bug 110880] Re: python-newt scripts crash

2008-01-07 Thread Nathan Valentine
I'm also seeing this problem. I tried regenerating the package with the patch above but I'm still seeing the crashes. It may be that the patch is effective but isn't being applied due to my rather meager skills with the Ubuntu package build process. Is there an ETA on a fix? It seems fairly

[Bug 110880] Re: python-newt scripts crash

2008-01-07 Thread Roger Binns
Still crashes in Gutsy on the examples. Sadly there doesn't seem to be a way to get really small fixes done in Ubuntu. ** Changed in: newt (Ubuntu) Status: New = Confirmed -- python-newt scripts crash https://bugs.launchpad.net/bugs/110880 You received this bug notification because you

[Bug 110880] Re: python-newt scripts crash on exit

2007-07-08 Thread Roger Binns
Thanks for that. Unfortunately I need it for AMD64 as well and need a fix in the main ubuntu repositories due the the final products I build. I did experiment with monkeypatching by using ctypes and trying to change the function that way. Didn't quite succeed but will give it another try. I

[Bug 110880] Re: python-newt scripts crash on exit

2007-07-05 Thread Roger Binns
Is there any workaround for this while I wait for ubuntu to come out with a fix? It pretty much makes python newt unusable since the bug is in widget destructor so if any ever get destroyed you get the crash. -- python-newt scripts crash on exit https://bugs.launchpad.net/bugs/110880 You

Re: [Bug 110880] Re: python-newt scripts crash on exit

2007-07-05 Thread Mike Kenney
Roger, On 7/5/07, Roger Binns [EMAIL PROTECTED] wrote: Is there any workaround for this while I wait for ubuntu to come out with a fix? It pretty much makes python newt unusable since the bug is in widget destructor so if any ever get destroyed you get the crash. You are welcome to download