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

gfx_sort1D: out of matrix bounds set #74

Open
vifino opened this issue Jan 21, 2019 · 1 comment
Open

gfx_sort1D: out of matrix bounds set #74

vifino opened this issue Jan 21, 2019 · 1 comment
Labels
bug Bugs or misbehaviour.
Projects

Comments

@vifino
Copy link
Member

vifino commented Jan 21, 2019

While running sort1D as the only effect, I've found that it fails an assertion.
This manifests on a real matrix as a cut off screen.

This happens with every* run of algo 16, merge_sort_inplace, any draw/highlight style combination.

>> Now drawing sort1D (algo 16, draw style 0)...................................
................................................................................
.....................................Assertion failed: x < matx (src/modules/out_sdl2.c: set: 93)
@vifino vifino added the bug Bugs or misbehaviour. label Jan 21, 2019
@vifino vifino added this to In progress in Effects Jan 21, 2019
@empirephoenix
Copy link

Getting a similar error in the same module, but on y axis

Now drawing sort1D.............................................................................................................sled: src/modules/out_udp2.c:128: set: Assertion `y < Y_SIZE' failed.
[1] 21155 abort (core dumped) ./sled -o udp2:192.168.4.1:10000,25
./sled -o udp2:192.168.4.1:10000,25 77.01s user 82.35s system 1% cpu 2:16:33.41 total

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bugs or misbehaviour.
Projects
Effects
  
In progress
Development

No branches or pull requests

2 participants