Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crashes due to different errors #217

Closed
AlexWayfer opened this issue May 18, 2018 · 22 comments
Closed

Crashes due to different errors #217

AlexWayfer opened this issue May 18, 2018 · 22 comments

Comments

@AlexWayfer
Copy link
Contributor

AlexWayfer commented May 18, 2018

~ > pulseeffects                                                                                                                                    18 May 11:47:14 
11:47:18.220 - PulseEffects - WARNING - Delay plugin was not found. Disabling it!
11:47:18.225 - PulseEffects - WARNING - Maximizer plugin was not found. Disabling it!
11:47:18.232 - PulseEffects - WARNING - Pitch plugin was not found. Disabling it!
11:47:18.898 - PulseEffects - CRITICAL - PM - context operation set_sink_input_volume failed!
11:50:24.409 - PulseEffects - CRITICAL - PM - context operation � failed!
11:50:24.414 - PulseEffects - CRITICAL - PM - context operation � failed!
11:50:33.62 - PulseEffects - CRITICAL - PM - context operation � failed!
11:50:33.67 - PulseEffects - CRITICAL - PM - context operation � failed!

** (pulseeffects:18178): CRITICAL **: 11:52:03.654: gst_level_transform_ip: assertion 'num_int_samples % channels == 0' failed
11:52:09.80 - PulseEffects - CRITICAL - PM - context operation � failed!
11:52:09.88 - PulseEffects - CRITICAL - PM - context operation � failed!
11:53:25.804 - PulseEffects - CRITICAL - PM - context operation � failed!
11:53:25.811 - PulseEffects - CRITICAL - PM - context operation � failed!
11:53:40.776 - PulseEffects - CRITICAL - PM - context operation � failed!
11:53:40.786 - PulseEffects - CRITICAL - PM - context operation � failed!
11:53:46.310 - PulseEffects - CRITICAL - PM - context operation � failed!
11:54:06.121 - PulseEffects - CRITICAL - PM - context operation � failed!
11:54:35.927 - PulseEffects - CRITICAL - PM - context operation � failed!
11:54:35.935 - PulseEffects - CRITICAL - PM - context operation � failed!
11:54:58.87 - PulseEffects - CRITICAL - PM - context operation � failed!
11:54:58.100 - PulseEffects - CRITICAL - PM - context operation � failed!
11:55:11.982 - PulseEffects - CRITICAL - PM - context operation � failed!
11:55:11.992 - PulseEffects - CRITICAL - PM - context operation � failed!
Assertion 'e->mainloop->n_enabled_defer_events > 0' failed at pulse/mainloop.c:257, function mainloop_defer_enable(). Aborting.
fish: “pulseeffects” terminated by signal SIGABRT (Abort)
~ > pulseeffects                                                                                                                                    18 May 12:01:50 
12:02:01.135 - PulseEffects - WARNING - Delay plugin was not found. Disabling it!
12:02:01.141 - PulseEffects - WARNING - Maximizer plugin was not found. Disabling it!
12:02:01.148 - PulseEffects - WARNING - Pitch plugin was not found. Disabling it!
12:04:33.117 - PulseEffects - CRITICAL - PM - context operation � failed!
12:04:33.122 - PulseEffects - CRITICAL - PM - context operation � failed!
12:07:16.923 - PulseEffects - CRITICAL - PM - context operation � failed!
12:07:16.929 - PulseEffects - CRITICAL - PM - context operation � failed!
12:53:11.345 - PulseEffects - CRITICAL - PM - context operation � failed!
12:53:11.349 - PulseEffects - CRITICAL - PM - context operation � failed!
Assertion '!e->next' failed at pulsecore/queue.c:104, function pa_queue_pop(). Aborting.
fish: “pulseeffects” terminated by signal SIGABRT (Abort)
~ >                                                                                                                                                 18 May 13:17:18

Version 3.2.3-1, Arch Linux.

@wwmm
Copy link
Owner

wwmm commented May 18, 2018

the error gst_level_transform_ip: assertion 'num_int_samples % channels == 0' failed is probably related to the current latency value you may have in PE settings menu. But the context errors must be being caused by something else. Try to run PE as PULSEEFFECTS_DEBUG=1 pulseeffects so we can see other debug messages

@AlexWayfer
Copy link
Contributor Author

error gst_level_transform_ip: assertion 'num_int_samples % channels == 0' failed is probably related to the current latency value you may have in PE settings menu.

OK. Yes, I changed this values to a kind of random, because my sound is a little laggy sometimes. Reset.

Try to run PE as PULSEEFFECTS_DEBUG=1 pulseeffects so we can see other debug messages

The first start, fail almost immediately (not in the first time):

~ > env PULSEEFFECTS_DEBUG=1 pulseeffects                                                                                                           18 May 18:46:34 
18:46:37.126 - PulseEffects - DEBUG - MAIN - debug logging enabled
18:46:37.164 - PulseEffects - DEBUG - PM - pulseaudio context is connecting
18:46:37.164 - PulseEffects - DEBUG - PM - pulseaudio context is authorizing
18:46:37.165 - PulseEffects - DEBUG - PM - pulseaudio context is setting name
18:46:37.165 - PulseEffects - DEBUG - PM - pulseaudio context is ready
18:46:37.165 - PulseEffects - DEBUG - PM - connected to server: unix:/run/user/1000/pulse/native
18:46:37.165 - PulseEffects - DEBUG - PM - server protocol version: 32
18:46:37.166 - PulseEffects - DEBUG - PM - pulseaudio version: 11.1
18:46:37.166 - PulseEffects - DEBUG - PM - default pulseaudio source: alsa_input.usb-C-Media_Electronics_Inc._USB_Audio_Device-00.analog-mono
18:46:37.166 - PulseEffects - DEBUG - PM - default pulseaudio sink: alsa_output.usb-C-Media_Electronics_Inc._USB_Audio_Device-00.analog-stereo
18:46:37.166 - PulseEffects - DEBUG - PM - default pulseaudio sink audio format: s16le
18:46:37.166 - PulseEffects - DEBUG - PM - default pulseaudio sink sampling rate: 44100 Hz. We will use the same rate.
18:46:37.167 - PulseEffects - DEBUG - PM - default pulseaudio source audio format: s16le
18:46:37.167 - PulseEffects - DEBUG - PM - default pulseaudio source sampling rate: 48000 Hz. We will use the same rate.
18:46:37.167 - PulseEffects - DEBUG - PM - loading Pulseeffects applications sink...
18:46:37.167 - PulseEffects - DEBUG - PM - sink owner module index: 31
18:46:37.168 - PulseEffects - DEBUG - PM - Pulseeffects apps sink was successfully loaded
18:46:37.168 - PulseEffects - DEBUG - PM - Pulseeffects apps sink index:5
18:46:37.168 - PulseEffects - DEBUG - PM - Pulseeffects apps sink monitor name: PulseEffects_apps.monitor
18:46:37.168 - PulseEffects - DEBUG - PM - loading Pulseeffects microphone output sink...
18:46:37.169 - PulseEffects - DEBUG - PM - sink owner module index: 32
18:46:37.169 - PulseEffects - DEBUG - PM - Pulseeffects mic sink was successfully loaded
18:46:37.169 - PulseEffects - DEBUG - PM - Pulseeffects mic sink index:6
18:46:37.169 - PulseEffects - DEBUG - PM - Pulseeffects mic sink monitor name: PulseEffects_mic.monitor
18:46:37.202 - PulseEffects - WARNING - Delay plugin was not found. Disabling it!
18:46:37.207 - PulseEffects - WARNING - Maximizer plugin was not found. Disabling it!
18:46:37.208 - PulseEffects - DEBUG - SIE - limiter wrapper was enabled
18:46:37.208 - PulseEffects - DEBUG - SIE - compressor wrapper was enabled
18:46:37.209 - PulseEffects - DEBUG - SIE - highpass wrapper was enabled
18:46:37.209 - PulseEffects - DEBUG - SIE - lowpass wrapper was enabled
18:46:37.209 - PulseEffects - DEBUG - SIE - equalizer wrapper was enabled
18:46:37.209 - PulseEffects - DEBUG - SIE - bass enhancer wrapper was enabled
18:46:37.209 - PulseEffects - DEBUG - SIE - exciter wrapper was enabled
18:46:37.209 - PulseEffects - DEBUG - SIE - stereo enhancer wrapper was enabled
18:46:37.210 - PulseEffects - DEBUG - SIE - panorama wrapper was enabled
18:46:37.210 - PulseEffects - DEBUG - SIE - stereo spread wrapper was enabled
18:46:37.210 - PulseEffects - DEBUG - SIE - reverb wrapper was enabled
18:46:37.210 - PulseEffects - DEBUG - SIE - crossfeed wrapper was enabled
18:46:37.210 - PulseEffects - DEBUG - SIE - delay wrapper was enabled
18:46:37.210 - PulseEffects - DEBUG - SIE - maximizer wrapper was enabled
18:46:37.211 - PulseEffects - DEBUG - SIE - output limiter wrapper was enabled
18:46:37.211 - PulseEffects - DEBUG - SIE - spectrum wrapper was enabled
18:46:37.216 - PulseEffects - WARNING - Pitch plugin was not found. Disabling it!
18:46:37.225 - PulseEffects - DEBUG - SOE - gate wrapper was enabled
18:46:37.226 - PulseEffects - DEBUG - SOE - webrtc wrapper was enabled
18:46:37.226 - PulseEffects - DEBUG - SOE - limiter wrapper was enabled
18:46:37.226 - PulseEffects - DEBUG - SOE - compressor wrapper was enabled
18:46:37.226 - PulseEffects - DEBUG - SOE - highpass wrapper was enabled
18:46:37.226 - PulseEffects - DEBUG - SOE - lowpass wrapper was enabled
18:46:37.226 - PulseEffects - DEBUG - SOE - equalizer wrapper was enabled
18:46:37.227 - PulseEffects - DEBUG - SOE - deesser wrapper was enabled
18:46:37.227 - PulseEffects - DEBUG - SOE - reverb wrapper was enabled
18:46:37.227 - PulseEffects - DEBUG - SOE - pitch wrapper was enabled
18:46:37.227 - PulseEffects - DEBUG - SOE - spectrum wrapper was enabled
18:46:37.411 - PulseEffects - DEBUG - SIE - bass enhancer bin was enabled
18:46:37.631 - PulseEffects - DEBUG - MAIN - autostart_file created successfully
18:46:37.653 - PulseEffects - DEBUG - MAIN - using default sink
18:46:37.653 - PulseEffects - DEBUG - MAIN - using default source
fish: “env PULSEEFFECTS_DEBUG=1 pulsee…” terminated by signal SIGSEGV (Address boundary error)

The second is fine for now. Let's wait.

@wwmm
Copy link
Owner

wwmm commented May 18, 2018

It seems that on a few people hardware the latency is being randomly set to forbidden values. I believe this is being caused by the error auto recovery feature I implemented in the latest version. I will fix this in the next version.

@AlexWayfer
Copy link
Contributor Author

AlexWayfer commented May 23, 2018

At 14:25 music was paused, but after playing there was no sound. After "Applications" toggling there was crash of PulseEffects. Latency and buffer values at default.

> env PULSEEFFECTS_DEBUG=1 pulseeffects                                                                                                           23 May 11:29:56 
11:29:57.989 - PulseEffects - DEBUG - MAIN - debug logging enabled
11:29:58.25 - PulseEffects - DEBUG - PM - pulseaudio context is connecting
11:29:58.25 - PulseEffects - DEBUG - PM - pulseaudio context is authorizing
11:29:58.25 - PulseEffects - DEBUG - PM - pulseaudio context is setting name
11:29:58.26 - PulseEffects - DEBUG - PM - pulseaudio context is ready
11:29:58.26 - PulseEffects - DEBUG - PM - connected to server: unix:/run/user/1000/pulse/native
11:29:58.26 - PulseEffects - DEBUG - PM - server protocol version: 32
11:29:58.26 - PulseEffects - DEBUG - PM - pulseaudio version: 11.1
11:29:58.26 - PulseEffects - DEBUG - PM - default pulseaudio source: alsa_input.usb-C-Media_Electronics_Inc._USB_Audio_Device-00.analog-mono
11:29:58.27 - PulseEffects - DEBUG - PM - default pulseaudio sink: alsa_output.usb-C-Media_Electronics_Inc._USB_Audio_Device-00.analog-stereo
11:29:58.27 - PulseEffects - DEBUG - PM - default pulseaudio sink audio format: s16le
11:29:58.27 - PulseEffects - DEBUG - PM - default pulseaudio sink sampling rate: 44100 Hz. We will use the same rate.
11:29:58.27 - PulseEffects - DEBUG - PM - default pulseaudio source audio format: s16le
11:29:58.28 - PulseEffects - DEBUG - PM - default pulseaudio source sampling rate: 48000 Hz. We will use the same rate.
11:29:58.28 - PulseEffects - DEBUG - PM - loading Pulseeffects applications sink...
11:29:58.28 - PulseEffects - DEBUG - PM - Pulseeffects apps sink was successfully loaded
11:29:58.28 - PulseEffects - DEBUG - PM - Pulseeffects apps sink index:2
11:29:58.28 - PulseEffects - DEBUG - PM - Pulseeffects apps sink monitor name: PulseEffects_apps.monitor
11:29:58.28 - PulseEffects - DEBUG - PM - loading Pulseeffects microphone output sink...
11:29:58.28 - PulseEffects - DEBUG - PM - Pulseeffects mic sink was successfully loaded
11:29:58.28 - PulseEffects - DEBUG - PM - Pulseeffects mic sink index:3
11:29:58.28 - PulseEffects - DEBUG - PM - Pulseeffects mic sink monitor name: PulseEffects_mic.monitor
11:29:58.59 - PulseEffects - WARNING - Delay plugin was not found. Disabling it!
11:29:58.64 - PulseEffects - WARNING - Maximizer plugin was not found. Disabling it!
11:29:58.65 - PulseEffects - DEBUG - SIE - limiter wrapper was enabled
11:29:58.65 - PulseEffects - DEBUG - SIE - compressor wrapper was enabled
11:29:58.66 - PulseEffects - DEBUG - SIE - highpass wrapper was enabled
11:29:58.66 - PulseEffects - DEBUG - SIE - lowpass wrapper was enabled
11:29:58.66 - PulseEffects - DEBUG - SIE - equalizer wrapper was enabled
11:29:58.66 - PulseEffects - DEBUG - SIE - bass enhancer wrapper was enabled
11:29:58.66 - PulseEffects - DEBUG - SIE - exciter wrapper was enabled
11:29:58.67 - PulseEffects - DEBUG - SIE - stereo enhancer wrapper was enabled
11:29:58.67 - PulseEffects - DEBUG - SIE - panorama wrapper was enabled
11:29:58.67 - PulseEffects - DEBUG - SIE - stereo spread wrapper was enabled
11:29:58.67 - PulseEffects - DEBUG - SIE - reverb wrapper was enabled
11:29:58.67 - PulseEffects - DEBUG - SIE - crossfeed wrapper was enabled
11:29:58.67 - PulseEffects - DEBUG - SIE - delay wrapper was enabled
11:29:58.68 - PulseEffects - DEBUG - SIE - maximizer wrapper was enabled
11:29:58.68 - PulseEffects - DEBUG - SIE - output limiter wrapper was enabled
11:29:58.68 - PulseEffects - DEBUG - SIE - spectrum wrapper was enabled
11:29:58.73 - PulseEffects - WARNING - Pitch plugin was not found. Disabling it!
11:29:58.82 - PulseEffects - DEBUG - SOE - gate wrapper was enabled
11:29:58.82 - PulseEffects - DEBUG - SOE - webrtc wrapper was enabled
11:29:58.82 - PulseEffects - DEBUG - SOE - limiter wrapper was enabled
11:29:58.83 - PulseEffects - DEBUG - SOE - compressor wrapper was enabled
11:29:58.83 - PulseEffects - DEBUG - SOE - highpass wrapper was enabled
11:29:58.83 - PulseEffects - DEBUG - SOE - lowpass wrapper was enabled
11:29:58.83 - PulseEffects - DEBUG - SOE - equalizer wrapper was enabled
11:29:58.83 - PulseEffects - DEBUG - SOE - deesser wrapper was enabled
11:29:58.83 - PulseEffects - DEBUG - SOE - reverb wrapper was enabled
11:29:58.84 - PulseEffects - DEBUG - SOE - pitch wrapper was enabled
11:29:58.84 - PulseEffects - DEBUG - SOE - spectrum wrapper was enabled
11:29:58.274 - PulseEffects - DEBUG - SIE - bass enhancer bin was enabled
11:29:58.498 - PulseEffects - DEBUG - MAIN - autostart_file created successfully
11:29:58.520 - PulseEffects - DEBUG - MAIN - using default sink
11:29:58.520 - PulseEffects - DEBUG - MAIN - using default source
11:29:58.708 - PulseEffects - CRITICAL - PM - context operation � failed!
11:29:58.713 - PulseEffects - DEBUG - SIE - pipeline state: playing
11:29:58.714 - PulseEffects - DEBUG - PM - volume meter stream for app 29 is being created
11:29:58.714 - PulseEffects - DEBUG - MAIN - added sink: alsa_output.pci-0000_00_1b.0.analog-stereo
11:29:58.714 - PulseEffects - DEBUG - MAIN - added sink: alsa_output.pci-0000_00_1b.0.analog-stereo.equalizer
11:29:58.714 - PulseEffects - DEBUG - MAIN - added sink: alsa_output.usb-C-Media_Electronics_Inc._USB_Audio_Device-00.analog-stereo
11:29:58.715 - PulseEffects - DEBUG - MAIN - output device changed: alsa_output.usb-C-Media_Electronics_Inc._USB_Audio_Device-00.analog-stereo
11:29:58.715 - PulseEffects - DEBUG - MAIN - added source: alsa_output.pci-0000_00_1b.0.analog-stereo.monitor
11:29:58.715 - PulseEffects - DEBUG - MAIN - added source: alsa_input.pci-0000_00_1b.0.analog-stereo
11:29:58.715 - PulseEffects - DEBUG - MAIN - added source: alsa_output.pci-0000_00_1b.0.analog-stereo.equalizer.monitor
11:29:58.715 - PulseEffects - DEBUG - MAIN - added source: alsa_output.usb-C-Media_Electronics_Inc._USB_Audio_Device-00.analog-stereo.monitor
11:29:58.716 - PulseEffects - DEBUG - MAIN - added source: alsa_input.usb-C-Media_Electronics_Inc._USB_Audio_Device-00.analog-mono
11:29:58.716 - PulseEffects - DEBUG - MAIN - input device changed: alsa_input.usb-C-Media_Electronics_Inc._USB_Audio_Device-00.analog-mono
11:29:58.730 - PulseEffects - DEBUG - SIE - pulsesrc latency-time [us]: 10000
11:29:58.730 - PulseEffects - DEBUG - SIE - pulsesrc buffer-time [us]: 100000
11:29:58.746 - PulseEffects - DEBUG - SIE - pulsesink latency-time [us]: 10000
11:29:58.746 - PulseEffects - DEBUG - SIE - pulsesink buffer-time [us]: 100000
11:30:04.354 - PulseEffects - DEBUG - PM - volume meter stream for app 29 is ready
11:34:04.361 - PulseEffects - DEBUG - SIE - pipeline state: null
11:35:16.701 - PulseEffects - DEBUG - PM - volume meter stream for app 29 was terminated
11:35:16.702 - PulseEffects - CRITICAL - PM - context operation � failed!
11:35:21.862 - PulseEffects - DEBUG - SIE - pipeline state: playing
11:35:21.862 - PulseEffects - DEBUG - PM - volume meter stream for app 34 is being created
11:35:21.862 - PulseEffects - DEBUG - SIE - pipeline state: playing
11:35:21.867 - PulseEffects - DEBUG - PM - volume meter stream for app 34 is ready
11:35:21.869 - PulseEffects - DEBUG - SIE - pipeline state: playing
11:35:21.869 - PulseEffects - DEBUG - PM - volume meter stream for app 35 is being created
11:35:21.869 - PulseEffects - DEBUG - SIE - pipeline state: playing
11:35:21.871 - PulseEffects - DEBUG - SIE - pulsesrc latency-time [us]: 10000
11:35:21.871 - PulseEffects - DEBUG - SIE - pulsesrc buffer-time [us]: 100000
11:35:21.871 - PulseEffects - DEBUG - SIE - pulsesink latency-time [us]: 10000
11:35:21.871 - PulseEffects - DEBUG - SIE - pulsesink buffer-time [us]: 100000
11:35:21.872 - PulseEffects - DEBUG - SIE - pipeline state: playing
11:35:21.872 - PulseEffects - DEBUG - SIE - pipeline state: playing
11:35:22.723 - PulseEffects - DEBUG - PM - volume meter stream for app 35 is ready
11:35:22.723 - PulseEffects - DEBUG - PM - volume meter stream for app 35 has failed. Did you disable this app ?
11:39:44.355 - PulseEffects - CRITICAL - PM - context operation � failed!
11:56:24.357 - PulseEffects - DEBUG - PM - volume meter stream for app 44 is being created
11:56:29.354 - PulseEffects - DEBUG - PM - volume meter stream for app 44 is ready
11:56:34.360 - PulseEffects - DEBUG - PM - volume meter stream for app 34 was terminated
11:56:59.360 - PulseEffects - DEBUG - SIE - pipeline state: null
14:25:38.949 - PulseEffects - DEBUG - PM - volume meter stream for app 44 was terminated
14:25:38.952 - PulseEffects - CRITICAL - PM - context operation � failed!
14:25:40.345 - PulseEffects - DEBUG - SIE - pipeline state: playing
14:25:40.345 - PulseEffects - DEBUG - PM - volume meter stream for app 97 is being created
fish: “env PULSEEFFECTS_DEBUG=1 pulsee…” terminated by signal SIGSEGV (Address boundary error)
>

@wwmm
Copy link
Owner

wwmm commented May 23, 2018

I never saw this error but I don't think it is related to the latency values as the ones you have are the default. Clearly something is not right because you should not have so many context operation failed. This kind of error happens when a Pulseaudio function called by PE failures to execute.

Which audio application are you using? Maybe it has a different behavior that is triggering a bug in PE

@AlexWayfer
Copy link
Contributor Author

Which audio application are you using?

Chromium 66.0.3359.181 (Official Build) Arch Linux (64-bit)

(Google Play Music)

@AlexWayfer
Copy link
Contributor Author

Starting at login, I want to start with debugging:

> env PULSEEFFECTS_DEBUG=1 pulseeffects
12:07:13.510 - PulseEffects - DEBUG - MAIN - debug logging enabled
~ > ps aux | grep pulse
gdm       1923  0.0  0.0 1379904 18136 ?       Ssl  11:21   0:00 /usr/bin/pulseaudio --daemonize=no
alex      5099  2.4  0.0 2974348 22352 ?       S<sl 11:22   1:06 /usr/bin/pulseaudio --daemonize=no
alex      5329  3.0  0.3 2166128 117792 tty2   Sl+  11:22   1:22 python3 /usr/bin/pulseeffects --gapplication-service
alex     16444  0.0  0.0  12136  2276 pts/1    S+   12:07   0:00 grep --color=auto pulse
~ > kill 5329
~ > env PULSEEFFECTS_DEBUG=1 pulseeffects
12:07:37.430 - PulseEffects - DEBUG - MAIN - debug logging enabled
12:07:37.469 - PulseEffects - DEBUG - PM - pulseaudio context is connecting
12:07:37.470 - PulseEffects - DEBUG - PM - pulseaudio context is authorizing
12:07:37.470 - PulseEffects - DEBUG - PM - pulseaudio context is setting name
12:07:37.470 - PulseEffects - DEBUG - PM - pulseaudio context is ready
12:07:37.471 - PulseEffects - DEBUG - PM - connected to server: unix:/run/user/1000/pulse/native
12:07:37.471 - PulseEffects - DEBUG - PM - server protocol version: 32
12:07:37.472 - PulseEffects - DEBUG - PM - pulseaudio version: 11.1
12:07:37.472 - PulseEffects - DEBUG - PM - default pulseaudio source: alsa_input.usb-C-Media_Electronics_Inc._USB_Audio_Device-00.analog-mono
12:07:37.472 - PulseEffects - DEBUG - PM - default pulseaudio sink: alsa_output.usb-C-Media_Electronics_Inc._USB_Audio_Device-00.analog-stereo
12:07:37.472 - PulseEffects - DEBUG - PM - default pulseaudio sink audio format: s16le
12:07:37.472 - PulseEffects - DEBUG - PM - default pulseaudio sink sampling rate: 44100 Hz. We will use the same rate.
12:07:37.472 - PulseEffects - DEBUG - PM - default pulseaudio source audio format: s16le
12:07:37.472 - PulseEffects - DEBUG - PM - default pulseaudio source sampling rate: 48000 Hz. We will use the same rate.
12:07:37.473 - PulseEffects - DEBUG - PM - loading Pulseeffects applications sink...
12:07:37.473 - PulseEffects - DEBUG - PM - Pulseeffects apps sink was successfully loaded
12:07:37.473 - PulseEffects - DEBUG - PM - Pulseeffects apps sink index:3
12:07:37.473 - PulseEffects - DEBUG - PM - Pulseeffects apps sink monitor name: PulseEffects_apps.monitor
12:07:37.473 - PulseEffects - DEBUG - PM - loading Pulseeffects microphone output sink...
12:07:37.473 - PulseEffects - DEBUG - PM - Pulseeffects mic sink was successfully loaded
12:07:37.473 - PulseEffects - DEBUG - PM - Pulseeffects mic sink index:4
12:07:37.473 - PulseEffects - DEBUG - PM - Pulseeffects mic sink monitor name: PulseEffects_mic.monitor
12:07:37.509 - PulseEffects - WARNING - Delay plugin was not found. Disabling it!
12:07:37.515 - PulseEffects - WARNING - Maximizer plugin was not found. Disabling it!
12:07:37.516 - PulseEffects - DEBUG - SIE - limiter wrapper was enabled
12:07:37.516 - PulseEffects - DEBUG - SIE - compressor wrapper was enabled
12:07:37.517 - PulseEffects - DEBUG - SIE - highpass wrapper was enabled
12:07:37.517 - PulseEffects - DEBUG - SIE - lowpass wrapper was enabled
12:07:37.517 - PulseEffects - DEBUG - SIE - equalizer wrapper was enabled
12:07:37.517 - PulseEffects - DEBUG - SIE - bass enhancer wrapper was enabled
12:07:37.517 - PulseEffects - DEBUG - SIE - exciter wrapper was enabled
12:07:37.517 - PulseEffects - DEBUG - SIE - stereo enhancer wrapper was enabled
12:07:37.518 - PulseEffects - DEBUG - SIE - panorama wrapper was enabled
12:07:37.518 - PulseEffects - DEBUG - SIE - stereo spread wrapper was enabled
12:07:37.518 - PulseEffects - DEBUG - SIE - reverb wrapper was enabled
12:07:37.518 - PulseEffects - DEBUG - SIE - crossfeed wrapper was enabled
12:07:37.518 - PulseEffects - DEBUG - SIE - delay wrapper was enabled
12:07:37.518 - PulseEffects - DEBUG - SIE - maximizer wrapper was enabled
12:07:37.519 - PulseEffects - DEBUG - SIE - output limiter wrapper was enabled
12:07:37.519 - PulseEffects - DEBUG - SIE - spectrum wrapper was enabled
12:07:37.526 - PulseEffects - WARNING - Pitch plugin was not found. Disabling it!
12:07:37.535 - PulseEffects - DEBUG - SOE - gate wrapper was enabled
12:07:37.536 - PulseEffects - DEBUG - SOE - webrtc wrapper was enabled
12:07:37.536 - PulseEffects - DEBUG - SOE - limiter wrapper was enabled
12:07:37.536 - PulseEffects - DEBUG - SOE - compressor wrapper was enabled
12:07:37.536 - PulseEffects - DEBUG - SOE - highpass wrapper was enabled
12:07:37.536 - PulseEffects - DEBUG - SOE - lowpass wrapper was enabled
12:07:37.536 - PulseEffects - DEBUG - SOE - equalizer wrapper was enabled
12:07:37.537 - PulseEffects - DEBUG - SOE - deesser wrapper was enabled
12:07:37.537 - PulseEffects - DEBUG - SOE - reverb wrapper was enabled
12:07:37.537 - PulseEffects - DEBUG - SOE - pitch wrapper was enabled
12:07:37.537 - PulseEffects - DEBUG - SOE - spectrum wrapper was enabled
12:07:37.730 - PulseEffects - DEBUG - SIE - bass enhancer bin was enabled
12:07:37.952 - PulseEffects - DEBUG - MAIN - autostart_file created successfully
12:07:37.973 - PulseEffects - DEBUG - MAIN - using default sink
12:07:37.973 - PulseEffects - DEBUG - MAIN - using default source
fish: “env PULSEEFFECTS_DEBUG=1 pulsee…” terminated by signal SIGSEGV (Address boundary error)

Error repeats at every attempt later.

@AlexWayfer
Copy link
Contributor Author

No more crashes with version 4.

Just some strange logs:

(pulseeffects:21192): pulseeffects-CRITICAL **: 13:50:11.729: pulse_manager: failed to move sink input 268 to PE

(pulseeffects:21192): pulseeffects-CRITICAL **: 13:50:11.750: pulse_manager: failed to move sink input 269 to PE

(pulseeffects:21192): pulseeffects-CRITICAL **: 13:52:16.218: pulse_manager: failed to move sink input 270 to PE

(pulseeffects:21192): pulseeffects-CRITICAL **: 13:52:16.222: pulse_manager: failed to move sink input 271 to PE

(pulseeffects:21192): pulseeffects-CRITICAL **: 13:52:27.637: pulse_manager: failed to move sink input 272 to PE

(pulseeffects:21192): pulseeffects-CRITICAL **: 13:52:27.639: pulse_manager: failed to move sink input 273 to PE

(pulseeffects:21192): pulseeffects-CRITICAL **: 13:52:33.673: pulse_manager: failed to move sink input 274 to PE

(pulseeffects:21192): pulseeffects-CRITICAL **: 13:52:33.676: pulse_manager: failed to move sink input 275 to PE

But it is not crash, and even is not #222, so I'm closing this issue.

@wwmm
Copy link
Owner

wwmm commented Jun 6, 2018

This error does not cause a crash but it is not good. it means that PE tried to enable effects to an app but the operation failed. This is not something I remember having ever happened to me. There is definitely something on your system that is very different than mine. Not sure about what could be it yet.

@AlexWayfer
Copy link
Contributor Author

I don't know what causes it, also there are no dependency in logs:

(pulseeffects:21192): pulseeffects-DEBUG: 16:31:51.502: sie: READY
(pulseeffects:21192): pulseeffects-DEBUG: 16:31:51.503: sie: PAUSED
(pulseeffects:21192): pulseeffects-DEBUG: 16:31:53.687: sie: pulsesrc latency [us]: 10000
(pulseeffects:21192): pulseeffects-DEBUG: 16:31:53.687: sie: pulsesrc buffer [us]: 100000
(pulseeffects:21192): pulseeffects-DEBUG: 16:31:53.687: sie: pulsesink latency [us]: 10000
(pulseeffects:21192): pulseeffects-DEBUG: 16:31:53.687: sie: pulsesink buffer [us]: 100000
(pulseeffects:21192): pulseeffects-DEBUG: 16:31:53.687: sie: PLAYING
(pulseeffects:21192): pulseeffects-DEBUG: 16:35:05.872: sie: READY
(pulseeffects:21192): pulseeffects-DEBUG: 16:35:05.873: sie: PAUSED
(pulseeffects:21192): pulseeffects-DEBUG: 16:35:05.876: sie: pulsesrc latency [us]: 10000
(pulseeffects:21192): pulseeffects-DEBUG: 16:35:05.876: sie: pulsesrc buffer [us]: 100000
(pulseeffects:21192): pulseeffects-DEBUG: 16:35:08.079: sie: pulsesink latency [us]: 10000
(pulseeffects:21192): pulseeffects-DEBUG: 16:35:08.079: sie: pulsesink buffer [us]: 100000
(pulseeffects:21192): pulseeffects-DEBUG: 16:35:08.080: sie: PLAYING

(pulseeffects:21192): pulseeffects-CRITICAL **: 16:42:14.614: pulse_manager: failed to move sink input 361 to PE

(pulseeffects:21192): pulseeffects-CRITICAL **: 16:42:14.636: pulse_manager: failed to move sink input 362 to PE
(pulseeffects:21192): pulseeffects-DEBUG: 16:45:05.921: sie: READY
(pulseeffects:21192): pulseeffects-DEBUG: 16:45:05.922: sie: PAUSED
(pulseeffects:21192): pulseeffects-DEBUG: 16:45:05.923: sie: pulsesrc latency [us]: 10000
(pulseeffects:21192): pulseeffects-DEBUG: 16:45:05.923: sie: pulsesrc buffer [us]: 100000
(pulseeffects:21192): pulseeffects-DEBUG: 16:45:08.118: sie: pulsesink latency [us]: 10000
(pulseeffects:21192): pulseeffects-DEBUG: 16:45:08.118: sie: pulsesink buffer [us]: 100000
(pulseeffects:21192): pulseeffects-DEBUG: 16:45:08.119: sie: PLAYING
(pulseeffects:21192): pulseeffects-DEBUG: 17:03:24.916: sie: READY
(pulseeffects:21192): pulseeffects-DEBUG: 17:03:24.917: sie: PAUSED
(pulseeffects:21192): pulseeffects-DEBUG: 17:03:24.918: sie: pulsesrc latency [us]: 10000
(pulseeffects:21192): pulseeffects-DEBUG: 17:03:24.918: sie: pulsesrc buffer [us]: 100000
(pulseeffects:21192): pulseeffects-DEBUG: 17:03:27.115: sie: pulsesink latency [us]: 10000
(pulseeffects:21192): pulseeffects-DEBUG: 17:03:27.115: sie: pulsesink buffer [us]: 100000
(pulseeffects:21192): pulseeffects-DEBUG: 17:03:27.116: sie: PLAYING

@AlexWayfer
Copy link
Contributor Author

Criticals at program closing (via "cross" close window button):

(pulseeffects:2240): GLib-GIO-CRITICAL **: 18:35:30.478: g_settings_get_value: assertion 'G_IS_SETTINGS (settings)' failed

(pulseeffects:2240): GLib-CRITICAL **: 18:35:30.478: g_variant_get_type: assertion 'value != NULL' failed

(pulseeffects:2240): GLib-CRITICAL **: 18:35:30.478: g_variant_type_is_subtype_of: assertion 'g_variant_type_check (type)' failed

(pulseeffects:2240): GLib-CRITICAL **: 18:35:30.478: g_variant_get_boolean: assertion 'g_variant_is_of_type (value, G_VARIANT_TYPE_BOOLEAN)' failed

(pulseeffects:2240): GLib-CRITICAL **: 18:35:30.478: g_variant_unref: assertion 'value != NULL' failed

(pulseeffects:2240): GLib-GIO-CRITICAL **: 18:35:30.480: g_settings_get_value: assertion 'G_IS_SETTINGS (settings)' failed

(pulseeffects:2240): GLib-CRITICAL **: 18:35:30.480: g_variant_get_type: assertion 'value != NULL' failed

(pulseeffects:2240): GLib-CRITICAL **: 18:35:30.480: g_variant_type_is_subtype_of: assertion 'g_variant_type_check (type)' failed

(pulseeffects:2240): GLib-CRITICAL **: 18:35:30.480: g_variant_get_boolean: assertion 'g_variant_is_of_type (value, G_VARIANT_TYPE_BOOLEAN)' failed

(pulseeffects:2240): GLib-CRITICAL **: 18:35:30.480: g_variant_unref: assertion 'value != NULL' failed

(pulseeffects:2240): GLib-GIO-CRITICAL **: 18:35:30.481: g_settings_get_value: assertion 'G_IS_SETTINGS (settings)' failed

(pulseeffects:2240): GLib-CRITICAL **: 18:35:30.481: g_variant_get_type: assertion 'value != NULL' failed

(pulseeffects:2240): GLib-CRITICAL **: 18:35:30.481: g_variant_type_is_subtype_of: assertion 'g_variant_type_check (type)' failed

(pulseeffects:2240): GLib-CRITICAL **: 18:35:30.481: g_variant_get_boolean: assertion 'g_variant_is_of_type (value, G_VARIANT_TYPE_BOOLEAN)' failed

(pulseeffects:2240): GLib-CRITICAL **: 18:35:30.481: g_variant_unref: assertion 'value != NULL' failed

Version 4.0.4

@AlexWayfer
Copy link
Contributor Author

Version 4.3.7, crash:

5:59:29.994099599  3043 0x7f10400021e0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<pipeline> notifying about state-changed PAUSED to PLAYING (VOID_PENDING pending)
(pulseeffects:3043): pulseeffects-DEBUG: 17:43:22.147: sie: PAUSED -> PLAYING -> VOID_PENDING
(pulseeffects:3043): pulseeffects-DEBUG: 17:43:22.147: sie: total latency: 121 ms
5:59:48.041038109  3043 0x7f108c018f20 INFO                    task gsttask.c:316:gst_task_func:<source:src> Task going to paused
5:59:48.041134123  3043 0x55a04659a680 INFO                    task gsttask.c:316:gst_task_func:<queue0:src> Task going to paused
5:59:48.041239413  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2506:gst_bin_element_set_state:<sink> current PLAYING pending VOID_PENDING, desired next PAUSED
5:59:48.042581756  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2960:gst_bin_change_state_func:<pipeline> child 'sink' is changing state asynchronously to PAUSED
5:59:48.042683659  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2506:gst_bin_element_set_state:<spectrum_bin> current PLAYING pending VOID_PENDING, desired next PAUSED
5:59:48.042852475  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2506:gst_bin_element_set_state:<identity1> current PLAYING pending VOID_PENDING, desired next PAUSED
5:59:48.042905402  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<identity1> completed state change to PAUSED
5:59:48.042930241  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<identity1> notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending)
5:59:48.042981315  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2954:gst_bin_change_state_func:<spectrum_bin> child 'identity1' changed state to 3(PAUSED) successfully
5:59:48.043007671  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2506:gst_bin_element_set_state:<identity0> current PLAYING pending VOID_PENDING, desired next PAUSED
5:59:48.043028641  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<identity0> completed state change to PAUSED
5:59:48.043049045  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<identity0> notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending)
5:59:48.043075568  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2954:gst_bin_change_state_func:<spectrum_bin> child 'identity0' changed state to 3(PAUSED) successfully
5:59:48.043098403  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<spectrum_bin> completed state change to PAUSED
5:59:48.043117505  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<spectrum_bin> notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending)
5:59:48.043144051  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2954:gst_bin_change_state_func:<pipeline> child 'spectrum_bin' changed state to 3(PAUSED) successfully
5:59:48.043168580  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2506:gst_bin_element_set_state:<effects_bin> current PLAYING pending VOID_PENDING, desired next PAUSED
5:59:48.043255875  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2506:gst_bin_element_set_state:<identity3> current PLAYING pending VOID_PENDING, desired next PAUSED
5:59:48.043303262  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<identity3> completed state change to PAUSED
5:59:48.043342286  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<identity3> notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending)
5:59:48.043386831  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2954:gst_bin_change_state_func:<effects_bin> child 'identity3' changed state to 3(PAUSED) successfully
5:59:48.043423566  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2506:gst_bin_element_set_state:<filter_plugin> current PLAYING pending VOID_PENDING, desired next PAUSED
5:59:48.043466383  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2506:gst_bin_element_set_state:<identity9> current PLAYING pending VOID_PENDING, desired next PAUSED
5:59:48.043504543  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<identity9> completed state change to PAUSED
5:59:48.043524837  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<identity9> notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending)
5:59:48.043551858  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2954:gst_bin_change_state_func:<filter_plugin> child 'identity9' changed state to 3(PAUSED) successfully
5:59:48.043575294  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2506:gst_bin_element_set_state:<identity8> current PLAYING pending VOID_PENDING, desired next PAUSED
5:59:48.043595139  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<identity8> completed state change to PAUSED
5:59:48.043614708  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<identity8> notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending)
5:59:48.043650906  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2954:gst_bin_change_state_func:<filter_plugin> child 'identity8' changed state to 3(PAUSED) successfully
5:59:48.043673114  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<filter_plugin> completed state change to PAUSED
5:59:48.043693636  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<filter_plugin> notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending)
5:59:48.043720897  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2954:gst_bin_change_state_func:<effects_bin> child 'filter_plugin' changed state to 3(PAUSED) successfully
5:59:48.043744951  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2506:gst_bin_element_set_state:<maximizer_plugin> current PLAYING pending VOID_PENDING, desired next PAUSED
5:59:48.043776019  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2506:gst_bin_element_set_state:<identity21> current PLAYING pending VOID_PENDING, desired next PAUSED
5:59:48.043796872  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<identity21> completed state change to PAUSED
5:59:48.043816828  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<identity21> notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending)
5:59:48.043842959  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2954:gst_bin_change_state_func:<maximizer_plugin> child 'identity21' changed state to 3(PAUSED) successfully
5:59:48.043866120  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2506:gst_bin_element_set_state:<identity20> current PLAYING pending VOID_PENDING, desired next PAUSED
5:59:48.043885860  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<identity20> completed state change to PAUSED
5:59:48.043906127  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<identity20> notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending)
5:59:48.043931820  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2954:gst_bin_change_state_func:<maximizer_plugin> child 'identity20' changed state to 3(PAUSED) successfully
5:59:48.043951249  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<maximizer_plugin> completed state change to PAUSED
5:59:48.043972053  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<maximizer_plugin> notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending)
5:59:48.043998680  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2954:gst_bin_change_state_func:<effects_bin> child 'maximizer_plugin' changed state to 3(PAUSED) successfully
5:59:48.044023655  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2506:gst_bin_element_set_state:<loudness_plugin> current PLAYING pending VOID_PENDING, desired next PAUSED
5:59:48.044053969  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2506:gst_bin_element_set_state:<identity25> current PLAYING pending VOID_PENDING, desired next PAUSED
5:59:48.044075250  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<identity25> completed state change to PAUSED
5:59:48.044096303  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<identity25> notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending)
5:59:48.044122856  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2954:gst_bin_change_state_func:<loudness_plugin> child 'identity25' changed state to 3(PAUSED) successfully
5:59:48.044146109  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2506:gst_bin_element_set_state:<identity24> current PLAYING pending VOID_PENDING, desired next PAUSED
5:59:48.044167017  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<identity24> completed state change to PAUSED
5:59:48.044187087  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<identity24> notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending)
5:59:48.044212883  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2954:gst_bin_change_state_func:<loudness_plugin> child 'identity24' changed state to 3(PAUSED) successfully
5:59:48.044233224  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<loudness_plugin> completed state change to PAUSED
5:59:48.044253504  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<loudness_plugin> notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending)
5:59:48.044280599  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2954:gst_bin_change_state_func:<effects_bin> child 'loudness_plugin' changed state to 3(PAUSED) successfully
5:59:48.044304979  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2506:gst_bin_element_set_state:<crossfeed_plugin> current PLAYING pending VOID_PENDING, desired next PAUSED
5:59:48.044333728  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2506:gst_bin_element_set_state:<identity19> current PLAYING pending VOID_PENDING, desired next PAUSED
5:59:48.044354871  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<identity19> completed state change to PAUSED
5:59:48.044374543  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<identity19> notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending)
5:59:48.044400644  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2954:gst_bin_change_state_func:<crossfeed_plugin> child 'identity19' changed state to 3(PAUSED) successfully
5:59:48.044423958  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2506:gst_bin_element_set_state:<identity18> current PLAYING pending VOID_PENDING, desired next PAUSED
5:59:48.044444917  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<identity18> completed state change to PAUSED
5:59:48.044464637  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<identity18> notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending)
5:59:48.044490926  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2954:gst_bin_change_state_func:<crossfeed_plugin> child 'identity18' changed state to 3(PAUSED) successfully
5:59:48.044511487  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<crossfeed_plugin> completed state change to PAUSED
5:59:48.044531408  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<crossfeed_plugin> notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending)
5:59:48.044559352  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2954:gst_bin_change_state_func:<effects_bin> child 'crossfeed_plugin' changed state to 3(PAUSED) successfully
5:59:48.044583724  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2506:gst_bin_element_set_state:<deesser_plugin> current PLAYING pending VOID_PENDING, desired next PAUSED
5:59:48.044612797  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2506:gst_bin_element_set_state:<identity31> current PLAYING pending VOID_PENDING, desired next PAUSED
5:59:48.044641015  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<identity31> completed state change to PAUSED
5:59:48.044660889  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<identity31> notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending)
5:59:48.044687959  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2954:gst_bin_change_state_func:<deesser_plugin> child 'identity31' changed state to 3(PAUSED) successfully
5:59:48.044710972  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2506:gst_bin_element_set_state:<identity30> current PLAYING pending VOID_PENDING, desired next PAUSED
5:59:48.044731555  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<identity30> completed state change to PAUSED
5:59:48.044800294  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<identity30> notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending)
5:59:48.044850053  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2954:gst_bin_change_state_func:<deesser_plugin> child 'identity30' changed state to 3(PAUSED) successfully
5:59:48.044884451  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<deesser_plugin> completed state change to PAUSED
5:59:48.044916814  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<deesser_plugin> notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending)
5:59:48.044956061  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2954:gst_bin_change_state_func:<effects_bin> child 'deesser_plugin' changed state to 3(PAUSED) successfully
5:59:48.044994816  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2506:gst_bin_element_set_state:<equalizer_plugin> current PLAYING pending VOID_PENDING, desired next PAUSED
5:59:48.045045993  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2506:gst_bin_element_set_state:<identity11> current PLAYING pending VOID_PENDING, desired next PAUSED
5:59:48.045095346  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<identity11> completed state change to PAUSED
5:59:48.045127443  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<identity11> notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending)
5:59:48.045167683  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2954:gst_bin_change_state_func:<equalizer_plugin> child 'identity11' changed state to 3(PAUSED) successfully
5:59:48.045208547  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2506:gst_bin_element_set_state:<identity10> current PLAYING pending VOID_PENDING, desired next PAUSED
5:59:48.045242940  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<identity10> completed state change to PAUSED
5:59:48.045278372  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<identity10> notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending)
5:59:48.045321048  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2954:gst_bin_change_state_func:<equalizer_plugin> child 'identity10' changed state to 3(PAUSED) successfully
5:59:48.045354346  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<equalizer_plugin> completed state change to PAUSED
5:59:48.045387169  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<equalizer_plugin> notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending)
5:59:48.045429905  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2954:gst_bin_change_state_func:<effects_bin> child 'equalizer_plugin' changed state to 3(PAUSED) successfully
5:59:48.045468131  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2506:gst_bin_element_set_state:<reverb_plugin> current PLAYING pending VOID_PENDING, desired next PAUSED
5:59:48.045510947  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2506:gst_bin_element_set_state:<identity13> current PLAYING pending VOID_PENDING, desired next PAUSED
5:59:48.045550250  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<identity13> completed state change to PAUSED
5:59:48.045581774  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<identity13> notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending)
5:59:48.045646582  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2954:gst_bin_change_state_func:<reverb_plugin> child 'identity13' changed state to 3(PAUSED) successfully
5:59:48.045673106  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2506:gst_bin_element_set_state:<identity12> current PLAYING pending VOID_PENDING, desired next PAUSED
5:59:48.045694206  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<identity12> completed state change to PAUSED
5:59:48.045713179  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<identity12> notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending)
5:59:48.045756842  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2954:gst_bin_change_state_func:<reverb_plugin> child 'identity12' changed state to 3(PAUSED) successfully
5:59:48.045789991  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<reverb_plugin> completed state change to PAUSED
5:59:48.045810613  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<reverb_plugin> notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending)
5:59:48.045838685  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2954:gst_bin_change_state_func:<effects_bin> child 'reverb_plugin' changed state to 3(PAUSED) successfully
5:59:48.045863667  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2506:gst_bin_element_set_state:<stereo_tools_plugin> current PLAYING pending VOID_PENDING, desired next PAUSED
5:59:48.045893708  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2506:gst_bin_element_set_state:<identity33> current PLAYING pending VOID_PENDING, desired next PAUSED
5:59:48.045913749  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<identity33> completed state change to PAUSED
5:59:48.045932684  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<identity33> notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending)
5:59:48.045958604  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2954:gst_bin_change_state_func:<stereo_tools_plugin> child 'identity33' changed state to 3(PAUSED) successfully
5:59:48.045982121  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2506:gst_bin_element_set_state:<identity32> current PLAYING pending VOID_PENDING, desired next PAUSED
5:59:48.046001535  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<identity32> completed state change to PAUSED
5:59:48.046020477  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<identity32> notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending)
5:59:48.046045916  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2954:gst_bin_change_state_func:<stereo_tools_plugin> child 'identity32' changed state to 3(PAUSED) successfully
5:59:48.046065742  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<stereo_tools_plugin> completed state change to PAUSED
5:59:48.046085629  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<stereo_tools_plugin> notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending)
5:59:48.046111670  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2954:gst_bin_change_state_func:<effects_bin> child 'stereo_tools_plugin' changed state to 3(PAUSED) successfully
5:59:48.046135084  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2506:gst_bin_element_set_state:<crystalizer_plugin> current PLAYING pending VOID_PENDING, desired next PAUSED
5:59:48.046166149  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2506:gst_bin_element_set_state:<identity37> current PLAYING pending VOID_PENDING, desired next PAUSED
5:59:48.046187823  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<identity37> completed state change to PAUSED
5:59:48.046207764  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<identity37> notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending)
5:59:48.046234516  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2954:gst_bin_change_state_func:<crystalizer_plugin> child 'identity37' changed state to 3(PAUSED) successfully
5:59:48.046258642  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2506:gst_bin_element_set_state:<identity36> current PLAYING pending VOID_PENDING, desired next PAUSED
5:59:48.046278984  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<identity36> completed state change to PAUSED
5:59:48.046298808  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<identity36> notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending)
5:59:48.046324615  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2954:gst_bin_change_state_func:<crystalizer_plugin> child 'identity36' changed state to 3(PAUSED) successfully
5:59:48.046345544  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<crystalizer_plugin> completed state change to PAUSED
5:59:48.046365885  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<crystalizer_plugin> notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending)
5:59:48.046392612  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2954:gst_bin_change_state_func:<effects_bin> child 'crystalizer_plugin' changed state to 3(PAUSED) successfully
5:59:48.046417320  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2506:gst_bin_element_set_state:<exciter_plugin> current PLAYING pending VOID_PENDING, desired next PAUSED
5:59:48.046447071  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2506:gst_bin_element_set_state:<identity17> current PLAYING pending VOID_PENDING, desired next PAUSED
5:59:48.046468493  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<identity17> completed state change to PAUSED
5:59:48.046488321  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<identity17> notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending)
5:59:48.046537144  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2954:gst_bin_change_state_func:<exciter_plugin> child 'identity17' changed state to 3(PAUSED) successfully
5:59:48.046564999  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2506:gst_bin_element_set_state:<identity16> current PLAYING pending VOID_PENDING, desired next PAUSED
5:59:48.046586442  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<identity16> completed state change to PAUSED
5:59:48.046606400  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<identity16> notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending)
5:59:48.046641416  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2954:gst_bin_change_state_func:<exciter_plugin> child 'identity16' changed state to 3(PAUSED) successfully
5:59:48.046662955  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<exciter_plugin> completed state change to PAUSED
5:59:48.046684036  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<exciter_plugin> notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending)
5:59:48.046711023  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2954:gst_bin_change_state_func:<effects_bin> child 'exciter_plugin' changed state to 3(PAUSED) successfully
5:59:48.046734973  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2506:gst_bin_element_set_state:<bass_enhancer_plugin> current PLAYING pending VOID_PENDING, desired next PAUSED
5:59:48.046767004  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2506:gst_bin_element_set_state:<identity15> current PLAYING pending VOID_PENDING, desired next PAUSED
5:59:48.046788897  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<identity15> completed state change to PAUSED
5:59:48.046808897  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<identity15> notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending)
5:59:48.046839415  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2954:gst_bin_change_state_func:<bass_enhancer_plugin> child 'identity15' changed state to 3(PAUSED) successfully
5:59:48.046864461  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2506:gst_bin_element_set_state:<bass_enhancer_bin> current PLAYING pending VOID_PENDING, desired next PAUSED
5:59:48.046898710  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2506:gst_bin_element_set_state:<bass_enhancer_output_level> current PLAYING pending VOID_PENDING, desired next PAUSED
5:59:48.046920220  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<bass_enhancer_output_level> completed state change to PAUSED
5:59:48.046940535  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<bass_enhancer_output_level> notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending)
5:59:48.046968686  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2954:gst_bin_change_state_func:<bass_enhancer_bin> child 'bass_enhancer_output_level' changed state to 3(PAUSED) successfully
5:59:48.046993257  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2506:gst_bin_element_set_state:<calf-sourceforge-net-plugins-bassenhancer0> current PLAYING pending VOID_PENDING, desired next PAUSED
5:59:48.047015197  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<calf-sourceforge-net-plugins-bassenhancer0> completed state change to PAUSED
5:59:48.047035642  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<calf-sourceforge-net-plugins-bassenhancer0> notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending)
5:59:48.047063726  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2954:gst_bin_change_state_func:<bass_enhancer_bin> child 'calf-sourceforge-net-plugins-bassenhancer0' changed state to 3(PAUSED) successfully
5:59:48.047088174  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2506:gst_bin_element_set_state:<audioconvert4> current PLAYING pending VOID_PENDING, desired next PAUSED
5:59:48.047108583  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<audioconvert4> completed state change to PAUSED
5:59:48.047129402  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<audioconvert4> notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending)
5:59:48.047156509  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2954:gst_bin_change_state_func:<bass_enhancer_bin> child 'audioconvert4' changed state to 3(PAUSED) successfully
5:59:48.047179751  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2506:gst_bin_element_set_state:<bass_enhancer_input_level> current PLAYING pending VOID_PENDING, desired next PAUSED
5:59:48.047200190  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<bass_enhancer_input_level> completed state change to PAUSED
5:59:48.047220441  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<bass_enhancer_input_level> notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending)
5:59:48.047249072  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2954:gst_bin_change_state_func:<bass_enhancer_bin> child 'bass_enhancer_input_level' changed state to 3(PAUSED) successfully
5:59:48.047270710  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<bass_enhancer_bin> completed state change to PAUSED
5:59:48.047292335  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<bass_enhancer_bin> notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending)
5:59:48.047319516  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2954:gst_bin_change_state_func:<bass_enhancer_plugin> child 'bass_enhancer_bin' changed state to 3(PAUSED) successfully
5:59:48.047343501  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2506:gst_bin_element_set_state:<identity14> current PLAYING pending VOID_PENDING, desired next PAUSED
5:59:48.047363792  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<identity14> completed state change to PAUSED
5:59:48.047383537  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<identity14> notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending)
5:59:48.047409728  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2954:gst_bin_change_state_func:<bass_enhancer_plugin> child 'identity14' changed state to 3(PAUSED) successfully
5:59:48.047430827  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<bass_enhancer_plugin> completed state change to PAUSED
5:59:48.047451951  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<bass_enhancer_plugin> notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending)
5:59:48.047478538  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2954:gst_bin_change_state_func:<effects_bin> child 'bass_enhancer_plugin' changed state to 3(PAUSED) successfully
5:59:48.047503252  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2506:gst_bin_element_set_state:<convolver_plugin> current PLAYING pending VOID_PENDING, desired next PAUSED
5:59:48.047534017  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2506:gst_bin_element_set_state:<identity35> current PLAYING pending VOID_PENDING, desired next PAUSED
5:59:48.047555533  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<identity35> completed state change to PAUSED
5:59:48.047575525  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<identity35> notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending)
5:59:48.047601902  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2954:gst_bin_change_state_func:<convolver_plugin> child 'identity35' changed state to 3(PAUSED) successfully
5:59:48.047633170  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2506:gst_bin_element_set_state:<identity34> current PLAYING pending VOID_PENDING, desired next PAUSED
5:59:48.047654069  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<identity34> completed state change to PAUSED
5:59:48.047673892  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<identity34> notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending)
5:59:48.047700244  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2954:gst_bin_change_state_func:<convolver_plugin> child 'identity34' changed state to 3(PAUSED) successfully
5:59:48.047721576  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<convolver_plugin> completed state change to PAUSED
5:59:48.047741872  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<convolver_plugin> notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending)
5:59:48.047769440  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2954:gst_bin_change_state_func:<effects_bin> child 'convolver_plugin' changed state to 3(PAUSED) successfully
5:59:48.047794094  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2506:gst_bin_element_set_state:<multiband_compressor_plugin> current PLAYING pending VOID_PENDING, desired next PAUSED
5:59:48.047825724  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2506:gst_bin_element_set_state:<identity23> current PLAYING pending VOID_PENDING, desired next PAUSED
5:59:48.047847249  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<identity23> completed state change to PAUSED
5:59:48.047867963  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<identity23> notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending)
5:59:48.047895472  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2954:gst_bin_change_state_func:<multiband_compressor_plugin> child 'identity23' changed state to 3(PAUSED) successfully
5:59:48.047919711  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2506:gst_bin_element_set_state:<identity22> current PLAYING pending VOID_PENDING, desired next PAUSED
5:59:48.047940991  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<identity22> completed state change to PAUSED
5:59:48.047960545  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<identity22> notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending)
5:59:48.047989369  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2954:gst_bin_change_state_func:<multiband_compressor_plugin> child 'identity22' changed state to 3(PAUSED) successfully
5:59:48.048010218  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<multiband_compressor_plugin> completed state change to PAUSED
5:59:48.048030970  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<multiband_compressor_plugin> notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending)
5:59:48.048058358  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2954:gst_bin_change_state_func:<effects_bin> child 'multiband_compressor_plugin' changed state to 3(PAUSED) successfully
5:59:48.048083284  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2506:gst_bin_element_set_state:<compressor_plugin> current PLAYING pending VOID_PENDING, desired next PAUSED
5:59:48.048112868  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2506:gst_bin_element_set_state:<identity7> current PLAYING pending VOID_PENDING, desired next PAUSED
5:59:48.048134338  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<identity7> completed state change to PAUSED
5:59:48.048154249  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<identity7> notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending)
5:59:48.048180966  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2954:gst_bin_change_state_func:<compressor_plugin> child 'identity7' changed state to 3(PAUSED) successfully
5:59:48.048204590  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2506:gst_bin_element_set_state:<identity6> current PLAYING pending VOID_PENDING, desired next PAUSED
5:59:48.048225318  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<identity6> completed state change to PAUSED
5:59:48.048244890  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<identity6> notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending)
5:59:48.048271130  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2954:gst_bin_change_state_func:<compressor_plugin> child 'identity6' changed state to 3(PAUSED) successfully
5:59:48.048291694  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<compressor_plugin> completed state change to PAUSED
5:59:48.048311771  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<compressor_plugin> notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending)
5:59:48.048337937  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2954:gst_bin_change_state_func:<effects_bin> child 'compressor_plugin' changed state to 3(PAUSED) successfully
5:59:48.048362479  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2506:gst_bin_element_set_state:<multiband_gate_plugin> current PLAYING pending VOID_PENDING, desired next PAUSED
5:59:48.048392962  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2506:gst_bin_element_set_state:<identity29> current PLAYING pending VOID_PENDING, desired next PAUSED
5:59:48.048414520  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<identity29> completed state change to PAUSED
5:59:48.048434427  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<identity29> notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending)
5:59:48.048460635  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2954:gst_bin_change_state_func:<multiband_gate_plugin> child 'identity29' changed state to 3(PAUSED) successfully
5:59:48.048484205  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2506:gst_bin_element_set_state:<identity28> current PLAYING pending VOID_PENDING, desired next PAUSED
5:59:48.048504285  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<identity28> completed state change to PAUSED
5:59:48.048523977  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<identity28> notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending)
5:59:48.048550800  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2954:gst_bin_change_state_func:<multiband_gate_plugin> child 'identity28' changed state to 3(PAUSED) successfully
5:59:48.048572035  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<multiband_gate_plugin> completed state change to PAUSED
5:59:48.048592326  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<multiband_gate_plugin> notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending)
5:59:48.048627242  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2954:gst_bin_change_state_func:<effects_bin> child 'multiband_gate_plugin' changed state to 3(PAUSED) successfully
5:59:48.048652649  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2506:gst_bin_element_set_state:<gate_plugin> current PLAYING pending VOID_PENDING, desired next PAUSED
5:59:48.048682566  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2506:gst_bin_element_set_state:<identity27> current PLAYING pending VOID_PENDING, desired next PAUSED
5:59:48.048703639  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<identity27> completed state change to PAUSED
5:59:48.048722875  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<identity27> notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending)
5:59:48.048750130  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2954:gst_bin_change_state_func:<gate_plugin> child 'identity27' changed state to 3(PAUSED) successfully
5:59:48.048773573  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2506:gst_bin_element_set_state:<identity26> current PLAYING pending VOID_PENDING, desired next PAUSED
5:59:48.048794337  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<identity26> completed state change to PAUSED
5:59:48.048813940  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<identity26> notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending)
5:59:48.048840660  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2954:gst_bin_change_state_func:<gate_plugin> child 'identity26' changed state to 3(PAUSED) successfully
5:59:48.048861257  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<gate_plugin> completed state change to PAUSED
5:59:48.048881574  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<gate_plugin> notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending)
5:59:48.048908107  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2954:gst_bin_change_state_func:<effects_bin> child 'gate_plugin' changed state to 3(PAUSED) successfully
5:59:48.048932090  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2506:gst_bin_element_set_state:<autogain_plugin> current PLAYING pending VOID_PENDING, desired next PAUSED
5:59:48.048962048  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2506:gst_bin_element_set_state:<identity39> current PLAYING pending VOID_PENDING, desired next PAUSED
5:59:48.048983915  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<identity39> completed state change to PAUSED
5:59:48.049004271  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<identity39> notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending)
5:59:48.049031260  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2954:gst_bin_change_state_func:<autogain_plugin> child 'identity39' changed state to 3(PAUSED) successfully
5:59:48.049054324  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2506:gst_bin_element_set_state:<identity38> current PLAYING pending VOID_PENDING, desired next PAUSED
5:59:48.049074894  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<identity38> completed state change to PAUSED
5:59:48.049094385  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<identity38> notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending)
5:59:48.049159614  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2954:gst_bin_change_state_func:<autogain_plugin> child 'identity38' changed state to 3(PAUSED) successfully
5:59:48.049181008  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<autogain_plugin> completed state change to PAUSED
5:59:48.049202282  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<autogain_plugin> notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending)
5:59:48.049229752  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2954:gst_bin_change_state_func:<effects_bin> child 'autogain_plugin' changed state to 3(PAUSED) successfully
5:59:48.049254801  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2506:gst_bin_element_set_state:<limiter_plugin> current PLAYING pending VOID_PENDING, desired next PAUSED
5:59:48.049285607  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2506:gst_bin_element_set_state:<identity5> current PLAYING pending VOID_PENDING, desired next PAUSED
5:59:48.049306588  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<identity5> completed state change to PAUSED
5:59:48.049326898  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<identity5> notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending)
5:59:48.049353427  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2954:gst_bin_change_state_func:<limiter_plugin> child 'identity5' changed state to 3(PAUSED) successfully
5:59:48.049376522  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2506:gst_bin_element_set_state:<identity4> current PLAYING pending VOID_PENDING, desired next PAUSED
5:59:48.049396505  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<identity4> completed state change to PAUSED
5:59:48.049416920  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<identity4> notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending)
5:59:48.049443779  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2954:gst_bin_change_state_func:<limiter_plugin> child 'identity4' changed state to 3(PAUSED) successfully
5:59:48.049463937  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<limiter_plugin> completed state change to PAUSED
5:59:48.049483729  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<limiter_plugin> notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending)
5:59:48.049509914  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2954:gst_bin_change_state_func:<effects_bin> child 'limiter_plugin' changed state to 3(PAUSED) successfully
5:59:48.049533452  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2506:gst_bin_element_set_state:<identity2> current PLAYING pending VOID_PENDING, desired next PAUSED
5:59:48.049553511  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<identity2> completed state change to PAUSED
5:59:48.049573292  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<identity2> notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending)
5:59:48.049599292  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2954:gst_bin_change_state_func:<effects_bin> child 'identity2' changed state to 3(PAUSED) successfully
5:59:48.049633171  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<effects_bin> completed state change to PAUSED
5:59:48.049653924  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<effects_bin> notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending)
5:59:48.049680262  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2954:gst_bin_change_state_func:<pipeline> child 'effects_bin' changed state to 3(PAUSED) successfully
5:59:48.049704838  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2506:gst_bin_element_set_state:<peadapter0> current PLAYING pending VOID_PENDING, desired next PAUSED
5:59:48.049727383  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<peadapter0> completed state change to PAUSED
5:59:48.049747376  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<peadapter0> notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending)
5:59:48.049772550  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2954:gst_bin_change_state_func:<pipeline> child 'peadapter0' changed state to 3(PAUSED) successfully
5:59:48.049796351  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2506:gst_bin_element_set_state:<typefindelement0> current PLAYING pending VOID_PENDING, desired next PAUSED
5:59:48.049817404  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<typefindelement0> completed state change to PAUSED
5:59:48.049836989  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<typefindelement0> notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending)
5:59:48.049904967  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2954:gst_bin_change_state_func:<pipeline> child 'typefindelement0' changed state to 3(PAUSED) successfully
5:59:48.049931393  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2506:gst_bin_element_set_state:<capsfilter0> current PLAYING pending VOID_PENDING, desired next PAUSED
5:59:48.049952319  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<capsfilter0> completed state change to PAUSED
5:59:48.049972978  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<capsfilter0> notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending)
5:59:48.049998227  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2954:gst_bin_change_state_func:<pipeline> child 'capsfilter0' changed state to 3(PAUSED) successfully
5:59:48.050022889  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2506:gst_bin_element_set_state:<queue0> current PLAYING pending VOID_PENDING, desired next PAUSED
5:59:48.050043828  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<queue0> completed state change to PAUSED
5:59:48.050063420  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<queue0> notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending)
5:59:48.050088036  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2954:gst_bin_change_state_func:<pipeline> child 'queue0' changed state to 3(PAUSED) successfully
5:59:48.050110498  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2506:gst_bin_element_set_state:<source> current PLAYING pending VOID_PENDING, desired next PAUSED
5:59:48.050213668  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<source> completed state change to PAUSED
5:59:48.050250566  3043 0x7f10400018a0 WARN                audiosrc gstaudiosrc.c:225:audioringbuffer_thread_func:<source> error reading data -1 (reason: Resource temporarily unavailable), skipping segment
5:59:48.050256608  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<source> notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending)
5:59:48.050338813  3043 0x55a0443e5130 INFO              GST_STATES gstbin.c:2997:gst_bin_change_state_func:<pipeline> child 'source' changed state to 3(PAUSED) successfully without preroll
5:59:48.050378979  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<pipeline> completed state change to PAUSED
5:59:48.050411816  3043 0x55a0443e5130 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<pipeline> notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending)
5:59:48.050567689  3043 0x55a0443e5130 INFO               GST_EVENT gstevent.c:551:gst_event_new_flush_stop: creating flush stop 1
fish: “env G_MESSAGES_DEBUG=pulseeffec…” terminated by signal SIGSEGV (Address boundary error)

@AlexWayfer AlexWayfer reopened this Oct 5, 2018
@wwmm
Copy link
Owner

wwmm commented Oct 5, 2018

I never saw this Address boundary error here. Is this fish in your logs the fish shell? I don't use it. Maybe there is some incompatibility causing the problems you have

@AlexWayfer
Copy link
Contributor Author

I never saw this Address boundary error here.

There are three another SIGSEGV errors in this page (issue).

Including your words:

I never saw this error

on May 23. 😅

Is this fish in your logs the fish shell?

Yes.

Maybe there is some incompatibility causing the problems you have

I don't think so, but OK, I can run pusleeffects from bash.

@wwmm
Copy link
Owner

wwmm commented Oct 6, 2018

Hahaha By here I meant my computer :-) I never had this error here

@wwmm
Copy link
Owner

wwmm commented Oct 6, 2018

I do not believe that fish is the cause. But it is one thing that differs in our machines. So it is worth to check

@AlexWayfer
Copy link
Contributor Author

As I think, 5:59:48.050567689 means "5 hours, 59 minutes, 48 seconds". I thing it's long enough. And there was YouTube stream opened.

@wwmm
Copy link
Owner

wwmm commented Nov 27, 2018

Was there any change to this issue in version 4.4.0?

@sandikata
Copy link

crashing at all on 4.4

@wwmm
Copy link
Owner

wwmm commented Dec 16, 2018

What kind of crash do you have? What is the output of G_MESSAGES_DEBUG=pulseeffects pulseeffects? How did you install? PulseEffects 4.4.1 should not have almost all of the crash that were ever reported

@sandikata
Copy link

emerge pulseeffects maybe :>

@AlexWayfer
Copy link
Contributor Author

I'm not expecting crashes with many latest versions already. The current is 4.5.9.

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants