I've seen this before too. It seems to happen when you listen to postgres notifications before forking. Standard usage in Mojolicious/Minion use-cases shouldn't be affected. Are you listening to postgres notifications in the startup method for an app that uses minion? If so, you probably don't want to do so when starting the workers.
On Monday, November 14, 2016 at 2:35:04 PM UTC-6, [email protected] wrote: > > Hi, > I've this error while trying to run a job with minion, it works on my > workstation but it seems I've a configuration problem on the server > eventhough all modules are up to date. > > "Can't use string (\"[\"/home/clipwebmanager/ClipWebMa\"...) as an ARRAY > ref while \"strict refs\" in use at > /home/clipwebmanager/perl5/lib/perl5/Minion/Job.pm line 62.\n" > > When I retry the job, the worker segfaults with those messages: > > message type 0x43 arrived from server while idle > message type 0x5a arrived from server while idle > > You can find the task there : http://fpaste.scsys.co.uk/539761 > -- You received this message because you are subscribed to the Google Groups "Mojolicious" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/mojolicious. For more options, visit https://groups.google.com/d/optout.
