philippe_44 wrote: > So if your server has gdb install, you could use the attached file, > unzip it and make it executable, then run > > Code: -------------------- > > > gdb --args ./squeezecast-x86-64 -x <your config file> > -------------------- > > > Type "run" and when it crashes, get the backtrace by typing > "backtrace". Copy/Paste it and post it (type "quit" to exit gdb)
Thank you for this. I have installed gdb and also some debuginfo libraries it required. I placed the /squeeze2cast-x86-64 in /var/lib/squeezeboxserver/prefs (same as the config file) and made it executable (0777). Then cd to that directory ran 'gdb --args ./squeeze2cast-x86-64 -x castbridge.xml' When going to 'run' from within gdb I am now getting this and the 'backtrace' command says 'no stack'. Not sure where to go now...... (gdb) run Starting program: /var/lib/squeezeboxserver/prefs/squeeze2cast-x86-64 -x castbridge.xml [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". [18:16:19.459774] main:1274 Starting squeeze2cast version: v1.49.11 (Mar 8 2021 @ 19:36:45) [18:16:19.460348] Start:1023 Cannot load SSL libraries [18:16:19.460444] main:1313 Cannot start, exiting [Inferior 1 (process 24923) exited normally] (gdb) backtrace No stack. (gdb) ------------------------------------------------------------------------ humax99's Profile: http://forums.slimdevices.com/member.php?userid=69035 View this thread: http://forums.slimdevices.com/showthread.php?t=104614 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
