Re: [Pydev-users] heap overflow error
Brought to you by:
fabioz
From: Johannes M. <der...@gm...> - 2013-06-26 19:10:49
|
Hi, On 26.06.2013 20:12, Fabio Zadrozny wrote: > It seems that PyDev is opening a file which may be a huge binary file > and is checking if it has a shebang, but to do that it tries to read the > first 1-2 lines, which in this case seem to be taking the whole heap. That seems to be the case. I guess the resource filter broke when my VM crashed. Applying a filter to exclude my test files solves the problem for me. > Please create a ticket in the PyDev tracker at > http://sw-brainwy.rhcloud.com/ with this information. Will do. Thanks for the great support. Johannes > On Wed, Jun 26, 2013 at 3:05 PM, Johannes Müller > <der...@gm... <mailto:der...@gm...>> wrote: > > Hi, > > I use pydev 2.7.5 with eclipse 3.7.2 on Ubuntu. I just run into a heap > overflow error after crashing my virtual machine. I recreated the > project, but the error keeps coming when I unfold the CloudFusion > directory. Ignoring the error, I did not experience any further > problems, but I would like to know what actually happened. Here is > the log: > http://pastebin.com/uPQJVrgB > > Regards, > Johannes > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Windows: > > Build for Windows Store. > > http://p.sf.net/sfu/windows-dev2dev > _______________________________________________ > Pydev-users mailing list > Pyd...@li... > <mailto:Pyd...@li...> > https://lists.sourceforge.net/lists/listinfo/pydev-users > > > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Windows: > > Build for Windows Store. > > http://p.sf.net/sfu/windows-dev2dev > > > > _______________________________________________ > Pydev-users mailing list > Pyd...@li... > https://lists.sourceforge.net/lists/listinfo/pydev-users > |