RoamUniverse / pyv8

Automatically exported from code.google.com/p/pyv8
0 stars 0 forks source link

Python fatal error during RegExp match #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install lastest pyv8
2. Run attached script "test.py"
3. See "Fatal Python error: deallocationg None

What is the expected output? 
Normal script execution or correct error message

What do you see instead?
Python fatal error 

What version of the product are you using? 
0.7.1

On what operating system?
Windows 7

Python shows fatal error if I run regexp matching cycling more than 1000 
times. On my computer it falls on 2000 matches.

Original issue reported on code.google.com by ibeg...@gmail.com on 14 Dec 2009 at 10:48

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by flier...@gmail.com on 17 Dec 2009 at 11:43

GoogleCodeExporter commented 9 years ago
The root cause is the wrong reference count when using Py_None, please check 
out source 
code from SVN (revision #174 or later), or use the private build to verify the 
issue.

Thanks

Original comment by flier...@gmail.com on 17 Dec 2009 at 1:48

Attachments: