No, preferisco la release ufficiale. Proprio in base a quanto detto nel bug da uno sviluppatore.
In pratica dicono che è un bug in cui effettueranno tanti importanti cambiamenti radicali, tali da auspicare che esso percorra tutta la lunghissima trafila.
Per queste ragioni mi farò sentire solo dopo il 15 dicembre. Anzi parecchio tempo dopo, dato che finora mi sembrava di aver brillantemente risolto (dal 30 settembre), convinzione errata; quindi mi prenderò come minimo minimo un mese.
Invece i crash li evito puntualmente eliminando html5, come detto qui in precedenza.
In sintesi io punto più sul bug relativo alla gestione della memoria che sulla grafica. Vedremo.
[
Addendum, quasi un promemoria personale, qualora mi venisse l'ispirazione di contattare Bugzilla.
Nell'istante della comparsa delle zone nere lampeggianti, nel profilo si crea un file di testo di ben 157KB; tra le infinità di informazioni a me incomprensibili, ho isolato qualcosa di interessante riguardo la memoria virtuale che incollo qui. NB: I maiuscoli sono miei.
"The number of ghost windows present (the number of nodes underneath explicit/window-objects/top(none)/ghost, modulo race conditions). A ghost window is not shown in any tab, does not share a domain with any non-detached windows, and has met these criteria for at least memory.ghost_window_timeout_seconds, or has survived a round of about:memory's minimize memory usage button.\n\nGhost windows can happen legitimately, but they are often INDICATIVE OF LEAKS in the browser or add-ons."
"Number of low-virtual-memory events fired since startup. We fire such an event if we notice there is LESS than memory.low_virtual_mem_threshold_mb of VIRTUAL ADDRESS SPACE AVAILABLE (if zero, this behavior is disabled). The process will probably CRASH if it runs out of virtual address space, so this event is DIRE."
"Number of low-commit-space events fired since startup. We fire such an event if we notice there is LESS than memory.low_commit_space_threshold_mb of COMMIT SPACE AVAILABLE (if zero, this behavior is disabled). Windows will likely KILL the process if it runs out of commit space, so this event is DIRE."
"Number of low-physical-memory events fired since startup. We fire such an event if we notice there is LESS than memory.low_physical_memory_threshold_mb of PHYSICAL MEMORY AVAILABLE (if zero, this behavior is disabled). The machine will START TO PAGE if it runs out of physical memory. This may cause it to RUN SLOWLY, but it shouldn't cause it to crash."
]