hpuhr / COMPASS

The OpenATS COMPASS (Compliance Assessment) tool aims at providing a generalized framework for air-traffic surveillance data analysis, visualization & evaluation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crash When Importing MySQL DB

hpuhr opened this issue · comments

commented

A user reported an issue when creating a new MySQL database and importing an MySQL Verif database.

"
...
[INFO] TaskManagerWidget: setCurrentTask: task 'MySQLDBImportTask' can run 1 done 0 is recommended 1
[INFO] TaskManagerWidget: runCurrentTaskSlot
[INFO] TaskManager: runTask: name MySQLDBImportTask
[INFO] MySQLDBImportTask: run: filename /home/sassuser/path/exported.sql.gz
[INFO] MySQLDBImportJob: importSQLArchiveFile: importing /home/sassuser/path/exported.sql.gz
[INFO] MySQLDBImportJob: importSQLArchiveFile: importing /home/sassuser/path/exported.sql.gz raw 1
[INFO] MySQLDBImportJob: importSQLArchiveFile: archive file found: data size 0
Segmentation Violation (core dumped)
"

In the authors setup the issue could not be reproduced. The users setup was in CentOs 7 and MariaDB 5.5.

A workaround was used:

To be investigated/confirmed when reported by other users.

commented

Found the error - it was a combination of an uninitialized variable that only sometimes showed up.