Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get_printable_location for debugging seems to fail when using '%' string formatting #7

Open
samgiles opened this issue May 28, 2014 · 0 comments

Comments

@samgiles
Copy link
Owner

get_printable_location in naulang/runtime/executioncontext.py fails when the JIT enters for the test_jit_functioncall test with the following output:

RPython traceback:
  File "naulang_runtime_executioncontext.c", line 4948, in get_printable_location
  File "rpython_rtyper_lltypesystem_rdict.c", line 162, in ll_dict_getitem__dicttablePtr_Signed
Fatal RPython error: KeyError

This seems to go away when the string formatting is replaced with something like return "". This is probably an RPython bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant