"ACCESS VIOLATION" on Rasberrry Pi3 with Raspbian 'updated to 'stretch'

4 posts / 0 new
Last post
va3ma
"ACCESS VIOLATION" on Rasberrry Pi3 with Raspbian 'updated to 'stretch'

Hi
I'm running RasberryPi3 with Raspbian updated to 'stretch"
Get the ACCESS Violation Error
Here is the Dump - see MYSQL not responding - 'ugh'
73
Dan VA3MA

Debug
pi@raspberrypi:~ $ cqrlog --debug=1

**** DEBUG LEVEL 1 ****

Loading libssl:
Loading libcrypto:
Loading libmysqlclient:
**************************
MySQL version: 10.
**************************
**********************************
MySQL version assigned: 5.6
**********************************
Loaded 103422 LoTW users
Loaded 83806 eQSL users
Loaded 43229 SCP calls
/home/pi/.config/cqrlog/database/raspberrypi.pid
Command:
kill 1268
*
User home directory: /home/pi/
Program home directory: /home/pi/.config/cqrlog/
Data directory: /home/pi/.config/cqrlog/database/
Memebers directory: /usr/share/cqrlog/members/
ZIP code directory: /usr/share/cqrlog/zipcodes/
Binary dir: /usr/bin/
Share dir: /usr/share/cqrlog/
TConnection to MySQL: 5.6
*
56 us states loaded
/usr/sbin/mysqld --defaults-file=/home/pi/.config/cqrlog/database/mysql.cnf --datadir=/home/pi/.config/cqrlog/database/ --socket=/home/pi/.config/cqrlog/database/sock --port=64000
Trying to connect to database
2017-12-02 21:41:57 1996124160 [Note] /usr/sbin/mysqld (mysqld 10.1.23-MariaDB-9+deb9u1) starting as process 2428 ...
TMySQL56Connection : Server connect failed.
Trying:1
select * from tables where table_schema = 'cqrlog_common'

SELECT log_nr,log_name FROM cqrlog_common.log_list order by log_nr

use cqrlog001

use cqrlog001

use cqrlog001

use cqrlog001

use cqrlog001

SELECT * FROM cqrlog_config

select * from db_version

select * from cqrlog_common.db_version

SELECT * FROM cqrlog_common.dxcc_ref ORDER BY ADIF

SELECT * FROM cqrlog_common.dxcc_ref ORDER BY ADIF

Settings:
-----------------------------------------------------
RigCtldPath:/usr/bin/rigctld
RigCtldArgs:
RunRigCtld: FALSE
RigDevice:
RigCtldPort:4532
RigCtldHost:localhost
RigPoll: 500
RigSendCWR: FALSE
RigId: 1

1
2
3
4
5
6

Settings:
-----------------------------------------------------
RotCtldPath:/usr/bin/rotctld
RotCtldArgs:
RunRotCtld: FALSE
RotDevice:
RotCtldPort:4533
RotCtldHost:localhost
RotPoll: 500
RotId: 1

rotctld started!
Connected to localhost:4533
select id,freq,mode,bandwidth from freqmem order by id

TApplication.HandleException Access violation
Stack trace:
$0002F0D8
$00102E28
$0017A718
$003246BC
$00324FBC
$0017B5F0
$002F8504
$003246BC
$00324FBC
$0017B41C
$003A6DE4
$00397304

va3ma
Just to be clear

Just to be clear
This is a new install of CQRlog
Havent been successful after many tries on RPI
Dan VA3MA

oh1kh
Might be stupid idea but what

Might be stupid idea but what about setting up database server with user cqrloq granted to "all".
Then tell cqrlog to use server " localhost" at port 3306 (the std mysql port) instead of starting it's own protected mode database process.

With that way you can play with database from command line and see that all (db creating, deleting adding and modifying) works before starting cqrlog.

--
Saku
OH1KH

--
Saku
OH1KH

ok2cqr
ok2cqr's picture
Re: Just to be clear

Hi Dan,

I'm sorry, I don't have RPI at home :(

73 Petr, OK7AN