Re : Re: Re : Re: qt5/qtscript crash fix

2023-12-03 Thread Jonathan Armani
Your diff works well for me too, thanks ! Le dimanche 3 décembre 2023 à 5:19 PM, Rafael Sadowski a écrit : > > > On Sun Dec 03, 2023 at 12:33:30PM +, Stuart Henderson wrote: > > > Could it be this? > > > >

Re: Re : Re: qt5/qtscript crash fix

2023-12-03 Thread Rafael Sadowski
On Sun Dec 03, 2023 at 12:33:30PM +, Stuart Henderson wrote: > Could it be this? > > https://bugreports.qt.io/plugins/servlet/mobile#issue/QBS-1684/comment/640130 > > Franz Jung > Added 26 Jan '23 09:38 > > Clang >= 13 > Opitmizes the JSC::ExecState::removeHostCallFrameFlag and >

Re: Re : Re: qt5/qtscript crash fix

2023-12-03 Thread Stuart Henderson
Could it be this? https://bugreports.qt.io/plugins/servlet/mobile#issue/QBS-1684/comment/640130 Franz Jung Added 26 Jan '23 09:38 Clang >= 13 Opitmizes the JSC::ExecState::removeHostCallFrameFlag and JSC::ExecState::hasHostCallFrameFlag calls away (file

Re : Re: qt5/qtscript crash fix

2023-12-03 Thread Jonathan Armani
Le vendredi 1 décembre 2023 à 19:46, Stuart Henderson a écrit : > > > Do you need -O0 or does -O1 also work? Yes, I tried -01 first without success. > > The last opt level on the command line is used, or doesn't really matter if > the existing one is present when you're overriding the

Re: qt5/qtscript crash fix

2023-12-02 Thread Rafael Sadowski
On Fri Dec 01, 2023 at 06:46:48PM +, Stuart Henderson wrote: > Do you need -O0 or does -O1 also work? Unfortunately no. I can confirm only -O0 helps here. If no objection I'll commit with the REVISION bump. > > The last opt level on the command line is used, or doesn't really matter if >

Re: qt5/qtscript crash fix

2023-12-01 Thread Stuart Henderson
Do you need -O0 or does -O1 also work? The last opt level on the command line is used, or doesn't really matter if the existing one is present when you're overriding the default. -- Sent from a phone, apologies for poor formatting. On 1 December 2023 14:26:01 Jonathan Armani wrote: Hi,

qt5/qtscript crash fix

2023-12-01 Thread Jonathan Armani
Hi, I hit an identical crash than QCAD in QT Script while playing with Mixxx. After trying some upstream fixes I found this solution in FreeBSD port. Hope it will fix QCAD too, I'm not using it. I'm not sure this is the best way to overide with CXXFLAGS as both -O2 & -O0 are present in the