场景描述
Linux 银河麒麟 操作系统环境下 electron应用程序异常崩溃,闪退。
解决思路
尝试使用Electron Crash Reporter去分析崩溃问题.
参考教程如下:
使用 google_breakpad 分析 Electron 崩溃日志文件
实际解决过程中,发现dmp文件分析过程比较复杂。故放弃。
最后的解决方案是,设置linux 环境配置,本身与electron关系不大。
https://unix.stackexchange.com/questions/151650/how-set-glib-environment-variable-g-slice
本文仅作记录。