https://bugs.freedesktop.org/show_bug.cgi?id=83368
Julien Nabet <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEEDINFO CC| |[email protected], | |[email protected], | |[email protected] Keywords| |have-backtrace Ever confirmed|0 |1 --- Comment #10 from Julien Nabet <[email protected]> --- Tor: Considering the bt, I found this part: http://opengrok.libreoffice.org/xref/core/vcl/osx/vclnsapp.mm#434 425 -(void)screenParametersChanged: (NSNotification*) pNotification 426 { 427 (void)pNotification; 428 YIELD_GUARD; 429 430 SalData* pSalData = GetSalData(); 431 std::list< AquaSalFrame* >::iterator it; 432 for( it = pSalData->maFrames.begin(); it != pSalData->maFrames.end(); ++it ) 433 { 434 (*it)->screenParametersChanged(); 435 } 436 } Shouldn't we check if maFrames may be empty? (like http://opengrok.libreoffice.org/xref/core/vcl/osx/vclnsapp.mm#395) Ken: To know if it could be a regression, was a former LO version work on your Mac? If yes which one? Also, you must know that sometimes a crash can be due to accessibility components so I'll quote Roman's (put in cc) questionnaire. " 1) Do you have any accesibility features enabled? Apple’s accessibility features like “VoiceOver” or “Enable access for assistive devices”, which get enabled in “System Preferences > Universal Access”, are known to cause many crashes and freezes in LibreOffice. So please try to disable any accesibility features, then check if the problem is still reproducible. 2) Do you have installed any window management/user interface utilities/apps/control panels/extensions for Mac OS X like * AquaSnap * BetterSnapTool * BetterTouchTool * Breeze * Cinch * Divvy * DoublePane * Flexiglass * HyperDock * iSnap * Moom * RightZoom * ShiftIt * SizeUp * SizeWell * Spectacle * Stay * TileWindows * WindowTidy * Flavours (from flavours.interacto.net) ... or something similar? And/or do you use any mouse cursor/pointer utility, i.e. some little application or control panel etc. which animates or replaces etc. the mouse curser/pointer, like * LazyMouse? And/or do you use any special software which could be related to accessibility stuff, e.g. a screen reader, screen magnifier, speech recognition software, a text-to-speech (dictation) application, or similar? All these and many similar utilities rely heavily on Mac OS accessibility features and therefore can cause LibreOffice to crash or freeze. So please check if you have installed any utility of this kind and try to disable it (or to add LibreOffice to the list of excluded applications for the utility, if there is such a thing). So please check these possibilities, if any of them helps to make the crash go away, and report the results here. " -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
