SIGSEGV on juce::HyperlinkButton::setURL(juce::URL const&)

I’m compiling a rather big project under Linux x64 (using Ubuntu 20.04.1) and everything is OK in debug mode, but when i make CONFIG=Release and run the standalone, the executable crashes.

Running it into the debugger, I get a SIGSEGV on juce::HyperlinkButton::setURL(juce::URL const&).
I have a component with a HyperlinkButton on it.

Any help? Thanks in advance.

In my case, I have solved by passing the text and the URL directly in the constructor.
But still, this method crashes under Linux and only in release mode.