[Bug 461015] Re: evince-thumbnailer blocks the system with huge memory-load

2011-06-09 Thread Jon Olav Vik
It would be nice just to set limits for how big files should be thumbnailed, or maximum memory usage for evince-thumbnailer, or both. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/461015 Title:

[Bug 381069] Re: Cannot step debugger in IPython 0.9.1/0.10 under Python 2.6.2/2.6.4: Pdb instance has no attribute 'curframe'

2010-03-06 Thread Jon Olav Vik
#28: This particular bug only requires that you replace the file site-packages/ipython-0.10-py2.6.egg/IPython/Debugger.py (or wherever it is on your system) with the latest version at

[Bug 381069] Re: Cannot step debugger in IPython 0.9.1/0.10 under Python 2.6.2/2.6.4: Pdb instance has no attribute 'curframe'

2010-01-22 Thread Jon Olav Vik
#26: Mike, try _adding_ the checkline() method in IPython/Debugger.py. Clicking the IPython/Debugger.py link in http://bazaar.launchpad.net/~ipython-dev/ipython/0.10.1/revision/1214 will display added lines in dark green. The IPython Pdb class inherits from the standard Pdb class (from pdb

[Bug 381069] Re: Cannot step debugger in IPython 0.9.1/0.10 under Python 2.6.2/2.6.4: Pdb instance has no attribute 'curframe'

2009-12-08 Thread Jon Olav Vik
#18: Your fix works for IPython 0.10 under Python 2.6.4 on 32-bit Windows XP SP3. Thanks! -- Cannot step debugger in IPython 0.9.1/0.10 under Python 2.6.2/2.6.4: Pdb instance has no attribute 'curframe' https://bugs.launchpad.net/bugs/381069 You received this bug notification because you are a

[Bug 381069] Re: Cannot step debugger in IPython 0.9.1/0.10 under Python 2.6.2/2.6.4: Pdb instance has no attribute 'curframe'

2009-11-10 Thread Jon Olav Vik
In case anyone wants to hack away at this, here is a relevant diff (pdb.py from Python 2.6.2 vs 2.5.2): http://svn.python.org/view/python/tags/r262/Lib/pdb.py?r1=60915r2=71601 As Minjae pointed out, the error is in the checkline() method. Unfortunately, I don't have a Python 2.6 installation to