-
Notifications
You must be signed in to change notification settings - Fork 23
Description
Running on a PI4B with radioberry, when I activate wspr mode I get an application crash. I do have wsjtx installed and working but not sure what the issue is. I have the console output on the crash.
[INFO] SoapyRadioberry::controlRadioberry called
RB-Command = 05 Command = 02 command_data = 006B082E Mox 1
[INFO] Command sent succesfull to radioberry device.
terminate called after throwing an instance of 'std::out_of_range'
what(): vector::_M_range_check: __n (which is 2) >= this->size() (which is 0)
Stack trace (most recent call last):
#25 Object "", at 0xffffffffffffffff, in
#24 Object "", at 0x5558d7adef, in
#23 Object "", at 0x7f8dc122fb, in
#22 Object "", at 0x7f8dc1221b, in
#21 Object "", at 0x5558d7198f, in
#20 Object "", at 0x5558fe355b, in
#19 Object "", at 0x5558fe3ab7, in
#18 Object "", at 0x5558f9717b, in
#17 Object "", at 0x5558f97e37, in
#16 Object "", at 0x5558f99baf, in
#15 Object "", at 0x5558f947b3, in
#14 Object "", at 0x5558f95b2b, in
#13 Object "", at 0x5558f94883, in
#12 Object "", at 0x5558ff1fcf, in
#11 Object "", at 0x5558ff2e4f, in
#10 Object "", at 0x5558f947b3, in
#9 Object "", at 0x5558f95bcf, in
#8 Object "", at 0x5558e64483, in
#7 Object "", at 0x7f8df40f07, in
#6 Object "", at 0x7f8df499e7, in
#5 Object "", at 0x7f8df40a63, in
#4 Object "", at 0x7f8df4964f, in
#3 Object "", at 0x7f8df4c0c3, in
#2 Object "", at 0x7f8dc11a43, in
#1 Object "", at 0x7f8dc268ff, in
#0 Object "", at 0x7f8dc77d40, in
Stack trace (most recent call last):
#25 Object "", at 0xffffffffffffffff, in
#24 Object "", at 0x5558d7adef, in
#23 Object "", at 0x7f8dc122fb, in
#22 Object "", at 0x7f8dc1221b, in
#21 Object "", at 0x5558d7198f, in
#20 Object "", at 0x5558fe355b, in
#19 Object "", at 0x5558fe3ab7, in
#18 Object "", at 0x5558f9717b, in
#17 Object "", at 0x5558f97e37, in
#16 Object "", at 0x5558f99baf, in
#15 Object "", at 0x5558f947b3, in
#14 Object "", at 0x5558f95b2b, in
#13 Object "", at 0x5558f94883, in
#12 Object "", at 0x5558ff1fcf, in
#11 Object "", at 0x5558ff2e4f, in
#10 Object "", at 0x5558f947b3, in
#9 Object "", at 0x5558f95bcf, in
#8 Object "", at 0x5558e64483, in
#7 Object "", at 0x7f8df40f07, in
#6 Object "", at 0x7f8df499e7, in
#5 Object "", at 0x7f8df40a63, in
#4 Object "", at 0x7f8df4964f, in
#3 Object "", at 0x7f8df4c0c3, in
#2 Object "", at 0x7f8dc11a43, in
#1 Object "", at 0x7f8dc268ff, in
#0 Object "", at 0x7f8dc77d40, in
Aborted (Signal sent by tkill() 1843 1001)
Aborted