Hi,

I know I've posted this before, but it has come up again for me, so I
thought I'd see if anyone had ideas.

I suspect this error is the same issue as the rdselect segfault on
Ubuntu 18.04, as referenced at:

https://github.com/ElvishArtisan/rivendell/issues/213

On Ubuntu 14.04 - with QT compiled from source, RDSelect does a core
dump segfault.  Here's the backtrace:

Starting program: /usr/local/bin/rdselect 
[Thread debugging using libthread_db enabled]
Using host libthread_db library
"/lib/x86_64-linux-gnu/libthread_db.so.1".

Program received signal SIGSEGV, Segmentation fault.
0x00007fe330602680 in QString::QString(QString const&) ()
   from /usr/lib/libqt-mt.so.3
(gdb) bt
#0  0x00007fe330602680 in QString::QString(QString const&) ()
   from /usr/lib/libqt-mt.so.3
#1  0x00007fe3328a3bcd in RDConfig::mysqlDriver (this=this@entry=0x21)
    at rdconfig.cpp:174
#2  0x00007fe3329d3781 in RDDbValid (config=0x21, 
    schema=schema@entry=0x7fffc29969bc) at rdstatus.cpp:70
#3  0x0000000000406a3b in MainWidget::SetCurrentItem (this=this@entry=
    0x132a0a0, id=-1) at rdselect.cpp:331
#4  0x0000000000408375 in MainWidget::MainWidget (this=0x132a0a0, 
    parent=<optimized out>) at rdselect.cpp:191
#5  0x000000000040622a in main (argc=1, argv=<optimized out>)
    at rdselect.cpp:378
(gdb) 


and here is my /etc/rivendell.d/rd-default.conf file


[Identity]
AudioOwner=rduser
AudioGroup=rivendell
Password=letmein
Label=Default (Local)

[mySQL]
Hostname=192.168.0.100
Loginname=rduser
Password=letmein
Database=Rivendell
Driver=QMYSQL3

[AudioStore]
MountSource=/var/snd
MountType=
MountOptions=defaults
CaeHostname=
XportHostname=

[Logs]
Facility=Syslog
LogDirectory=/home/rd/rdlogs
CoreDumpDirectory=/home/rd/rdlogs
LogPattern=%n-%Y%M%d.log
LogXloadDebugData=No

[Alsa]
PeriodQuantity=4
PeriodSize=1024
ChannelsPerPcm=-1

[Tuning]
UseRealtime=Yes
RealtimePriority=9

[Format]
Channels=2


Any ideas?



_______________________________________________
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev

Reply via email to