[pypy-issue] Issue #2370: pypy doesn't start if the primary group gid > max(int) 2147483647 (pypy/pypy)

Brian Reihnard issues-reply at bitbucket.org
Wed Aug 17 10:27:57 EDT 2016


New issue 2370: pypy doesn't start if the primary group gid > max(int) 2147483647
https://bitbucket.org/pypy/pypy/issues/2370/pypy-doesnt-start-if-the-primary-group-gid

Brian Reihnard:

pypy doesn't start if the primary group gid >  max(int) 

For instance if gid=4294967294, we got a crash:

RPython traceback:
  File "pypy_goal.c", line 2093, in entry_point
  File "rpython_rlib_rvmprof.c", line 255, in execute_frame_rvmprof__star_3
  File "pypy_interpreter_2.c", line 4932, in execute_frame
  File "rpython_jit_metainterp.c", line 46977, in ll_portal_runner__Unsigned_Bool_pypy_interpreter
  File "pypy_module_pypyjit.c", line 340, in portal_40
  File "pypy_interpreter_3.c", line 35262, in handle_bytecode__AccessDirect_None
  File "pypy_interpreter_3.c", line 41587, in dispatch_bytecode__AccessDirect_None
  File "pypy_interpreter_4.c", line 2081, in call_function__AccessDirect_None
  File "rpython_rlib_rvmprof.c", line 255, in execute_frame_rvmprof__star_3
  File "pypy_interpreter_2.c", line 4932, in execute_frame
  File "rpython_jit_metainterp.c", line 46977, in ll_portal_runner__Unsigned_Bool_pypy_interpreter
  File "pypy_module_pypyjit.c", line 340, in portal_40
  File "pypy_interpreter_3.c", line 35262, in handle_bytecode__AccessDirect_None
  File "pypy_interpreter_3.c", line 42670, in dispatch_bytecode__AccessDirect_None
  File "pypy_interpreter_3.c", line 59793, in IMPORT_NAME__AccessDirect_None
  File "pypy_interpreter.c", line 26116, in BuiltinCode_funcrun_obj
  File "pypy_interpreter.c", line 51709, in BuiltinCode_handle_exception
Fatal RPython error: OSError
Aborted (core dumped)





More information about the pypy-issue mailing list