matrix-io / matrix-creator-malos

MATRIX Creator abstraction for MOS
GNU General Public License v3.0
19 stars 18 forks source link

error test_doa.js #77

Closed manzonif closed 7 years ago

manzonif commented 7 years ago

Hi, I tried run test DOA but malos crash with the follow error: terminate called after throwing an instance of 'std::bad_array_new_length' what(): std::bad_array_new_length.

Then I restarted malos manually and the I got error message from socket: Message received: UV error: 1, Could not send update for MicArray_Alsa driver.

gordinh commented 7 years ago

had you updated/upgrade your dependencies ?

manzonif commented 7 years ago

with the command : sudo apt-get update && sudo apt-get upgrade.


The following packages have been kept back:    Libblas-dev libblas3 matrix-creator-malos

ok, solved with: sudo apt-get --with-new-pkgs upgrade. Thanks