mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
This issue could be observed when loading the WebViewPluginDemo in the AudioPluginHost, opening its editor, and then attempting to close the editor window using the titlebar button. Tested on Fedora 42 with libwebkit2gtk-4.1. Unloading the webkit library with dlclose seems to cause the webview process to crash, even if gtk_main() has already exited at that point. Maybe this points to a need to manually clean up the webview somehow before calling gtk_main_quit, but I can't see any obvious candidate functions in the docs (gtk_widget_destroy doesn't seem to help). The workaround presented here just opens the webkit library with RTLD_NODELETE, which isn't ideal but might be necessary if this library hasn't been designed with dynamic load/unload in mind. |
||
|---|---|---|
| .. | ||
| juce_analytics | ||
| juce_animation | ||
| juce_audio_basics | ||
| juce_audio_devices | ||
| juce_audio_formats | ||
| juce_audio_plugin_client | ||
| juce_audio_processors | ||
| juce_audio_processors_headless | ||
| juce_audio_utils | ||
| juce_box2d | ||
| juce_core | ||
| juce_cryptography | ||
| juce_data_structures | ||
| juce_dsp | ||
| juce_events | ||
| juce_graphics | ||
| juce_gui_basics | ||
| juce_gui_extra | ||
| juce_javascript | ||
| juce_midi_ci | ||
| juce_opengl | ||
| juce_osc | ||
| juce_product_unlocking | ||
| juce_video | ||
| CMakeLists.txt | ||