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

Debug Assertion Failed #3

Closed
shrddr opened this issue Jan 7, 2016 · 0 comments
Closed

Debug Assertion Failed #3

shrddr opened this issue Jan 7, 2016 · 0 comments

Comments

@shrddr
Copy link
Owner

shrddr commented Jan 7, 2016

Array a(2);
a.set(0, 42);
a.set(1, 69);
Array c(1);
c = a;

MSVS2013 debug:
Debug Assertion Failed!
File: f:\dd\vctools\crt_bld\self_x86\crt\src\dbgdel.cpp
Line: 52
Expression: _BLOCK_TYPE_IS_VALID(pHead->nBlockUse)

MSVS2013 release:
breakpoint at free.c

Ubuntu:
works fine

shrddr added a commit that referenced this issue Jan 7, 2016
shrddr pushed a commit that referenced this issue Jan 7, 2016
@shrddr shrddr closed this as completed Jan 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant