Skip to content

Random Python Code Crashes #51

@doctorlai-msrc

Description

@doctorlai-msrc

See this pipeline: https://belgrade.visualstudio.com/jrt-controller/_build/results?buildId=21731&view=results

    # DEBUG
    print("BEFORE")
    a = 10000 * [0]
    for i in range(10000):
        a[i] = 100 * [1]
    print("AFTER")

It may be related to python memory allocator e.g. PYTHONMALLOC env.

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions