8000 BUG(?): Tests print 'uh-oh, unmatched shift_free(ptr, 8) but allocated 720' · Issue #20289 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

BUG(?): Tests print 'uh-oh, unmatched shift_free(ptr, 8) but allocated 720' #20289

@WarrenWeckesser

Description

@WarrenWeckesser

Describe the issue:

When I run the full test suite (main branch, Python 3.9.1 on Linux), the last few lines of output are:

==== 18140 passed, 863 skipped, 19 xfailed, 3 xpassed in 346.86s (0:05:46) =====
uh-oh, unmatched shift_free(ptr, 8) but allocated 720
uh-oh, unmatched shift_free(ptr, 8) but allocated 720
uh-oh, unmatched shift_free(ptr, 8) but allocated 720
 A=123  
 B=123  
 C=123
 D=123
 CHANGE A,B,C,D
 A=A23  
 B=B23  
 C=C23
 D=D23

The lines that begin with uh-oh, unmatched shift_free are from code generated in test_mem_policy.py.

Is that output expected? It starts with "uh-oh", so it looks like it is indicating a bug.

Reproduce the code example:

n/a

Error message:

See above.

NumPy/Python version information:

1.22.0.dev0+1643.gbc087bb2b 3.9.1 (default, Dec 11 2020, 14:32:07)
[GCC 7.3.0]

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0