Comment 26 for bug 1401609

Revision history for this message
eris23 (jdkatz23) wrote :

gmusicbrowser 1.1.15+1430~ubuntu16.04.1
perl 5.30.0-9build1
Ubuntu 20.04.1 LTS

The workaround at https://forum.gmusicbrowser.org/index.php?topic=944.msg4175#msg4175 seems to work:

On line 1839 of gmusicbrowser.pl (gmusicbrowser-1.1.15), comment out "exit".
For example:

  exec $Options{Shutdown_cmd} if $turnoff && $Options{Shutdown_cmd};
  # exit; # <= This causes segmentation fault.