Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • pypy pypy
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 653
    • Issues 653
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 13
    • Merge requests 13
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • PyPy
  • pypypypy
  • Issues
  • #2001

Closed
Open
Created Mar 17, 2015 by Bitbucket Importer@bitbucket_importerMaintainer

Segfault / Invalid RPython instruction when importing code with native libraries under ulimit

Created originally on Bitbucket by david_maciver_ (David MacIver)

I get a segfault when doing the following:

  1. Set a ulimit with "ulimit -v 150000 -v 150000"
  2. Run py.test on a file containing just the following two lines:
#!python

import sqlite3
import json

On both a nightly build and the 2.5.0 release this segfaults. On a nightly with the binaries replaced with ones with assertions enabled I get "Invalid RPython operation (NULL ptr or bad array index)"

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking