Segmentation fault when incorrectly instantiating a new Date
Open
auto-migrated
Priority-Medium
Type-Defect
- Dominant language
- Python
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
```
What steps will reproduce the problem?
import PyV8
c = PyV8.JSContext()
c.enter()
c.eval('new Date("null")')
What is the expected output? What do you see instead?
Expect to see some sort of exception. Instead the program seg faults.
What version of the product are you using? On what operating system?
From PyPI 1.0-dev on Debian 7.8.
```
Original issue reported on code.google.com by `t...@rewardstyle.com` on 2 Apr 2015 at 3:20
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.