Support #894
Mis à jour par Matthieu Decorde il y a plus de 11 ans
Only for Mac OS X, TXM freezes during its initialization and the splash screen never ends.
It seems to be due to JFreeChart initialization during the Toolbox initialization that causes a deadlock with the UI thread.
The freeze reasons are not clear right now, one solution may be to lazy initialize the ChartEngine just before we need it. And then avoid UI thread deadlock.
It seems to be due to JFreeChart initialization during the Toolbox initialization that causes a deadlock with the UI thread.
The freeze reasons are not clear right now, one solution may be to lazy initialize the ChartEngine just before we need it. And then avoid UI thread deadlock.