Page 1 of 1

Application when certain channels selected on keypad

Posted: Wed Apr 26, 2023 2:40 pm
by NikolaPi
The channels appear to be:
- 0 (not really a channel, but it still crashes the program if you attempt to select it)
- Channel 513 (but not 512 or 513)
- Any channel larger than Universes*512+1

- Channel 513 still crashes the application if selected indirectly ("512 THRU 514" will also crash the application)

Channels between 513 and the last channel do not result in a crash if selected.

Error Message:

Code: Select all

ASSERT: "uint(i) < uint(size())" in file /usr/include/x86_64-linux-gnu/qt5/QtCore/qbytearray.h, line 500
Aborted (core dumped)

Re: Application when certain channels selected on keypad

Posted: Wed Apr 26, 2023 4:55 pm
by mcallegari
Both cases fixed upstream.
Thanks for reporting