Ultimaker / Cura

3D printer / slicing GUI built on top of the Uranium framework
GNU Lesser General Public License v3.0
6.07k stars 2.06k forks source link

[3.2.1] Segfault at boot, crashes immediately #3438

Closed JPFrancoia closed 6 years ago

JPFrancoia commented 6 years ago

Application Version 3.2.1-1, installed from package manager (pacman).

Platform Archlinux

Qt 5.10.1-3

PyQt 5.10.1-1

Steps to Reproduce Try to start Cura, however you want

Actual Results Doesn't start

Expected results Should start

Additional Information

I remove all the following files to start from scratch:

.config/cura
.local/share/cura
.cache/cura

Here is what I get in the terminal.

[(140263965377856)-MainThread] UM.Resources.__initializeStoragePaths [351]: Initializing storage paths
[(140263965377856)-MainThread] UM.Resources.__initializeStoragePaths [362]: Config storage path is /home/djipey/.config/cura/3.2
[(140263965377856)-MainThread] UM.Resources.__initializeStoragePaths [370]: Data storage path is /home/djipey/.local/share/cura/3.2
[(140263965377856)-MainThread] UM.Resources.__initializeStoragePaths [382]: Cache storage path is /home/djipey/.cache/cura/3.2
[(140263965377856)-MainThread] UM.View.GL.OpenGLContext.detectBestOpenGLVersion [103]: Trying OpenGL context 4.1...
[(140263965377856)-MainThread] UM.View.GL.OpenGLContext.detectBestOpenGLVersion [113]: Yay, we got at least OpenGL 4.1 core: 4.5 Core profile
[(140263965377856)-MainThread] UM.Qt.QtApplication.__init__ [88]: Detected most suitable OpenGL context version: 4.1 Core profile
[(140263965377856)-MainThread] UM.Qt.QtApplication.__init__ [104]: Command line arguments: {'debug': False, 'trigger_early_crash': False, 'external-backend': False, 'headless': False, 'disable-textures': False, 'qmljsdebugger': None, 'file': [], 'single_instance': False}
2018-03-05 14:42:07,673 - INFO - [(140263965377856)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin ConsoleLogger
2018-03-05 14:42:07,691 - INFO - [(140263965377856)-MainThread] CuraEngineBackend.CuraEngineBackend.__init__ [65]: Found CuraEngine at: /usr/bin/CuraEngine
2018-03-05 14:42:07,695 - INFO - [(140263965377856)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin CuraEngineBackend
2018-03-05 14:42:07,707 - INFO - [(140263965377856)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin LocalFileOutputDevice
2018-03-05 14:42:07,757 - INFO - [(140263965377856)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin UpdateChecker
2018-03-05 14:42:07,761 - INFO - [(140263202952960)-Thread-1] UpdateChecker.UpdateCheckerJob.run [34]: Checking for new version of cura
2018-03-05 14:42:07,769 - INFO - [(140263965377856)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin STLWriter
2018-03-05 14:42:07,771 - INFO - [(140263965377856)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin OBJWriter
2018-03-05 14:42:07,774 - INFO - [(140263965377856)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin OBJReader
2018-03-05 14:42:07,778 - WARNING - [(140263965377856)-MainThread] STLReader.STLReader.<module> [25]: Could not find numpy-stl, falling back to slower code.
2018-03-05 14:42:07,780 - INFO - [(140263965377856)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin STLReader
2018-03-05 14:42:07,789 - INFO - [(140263965377856)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin RotateTool
2018-03-05 14:42:07,794 - INFO - [(140263965377856)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin TranslateTool
2018-03-05 14:42:07,801 - INFO - [(140263965377856)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin SelectionTool
2018-03-05 14:42:07,805 - INFO - [(140263965377856)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin MirrorTool
2018-03-05 14:42:07,815 - INFO - [(140263965377856)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin ScaleTool
2018-03-05 14:42:07,818 - INFO - [(140263965377856)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin CameraTool
2018-03-05 14:42:07,820 - INFO - [(140263965377856)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin SimpleView
2018-03-05 14:42:07,824 - INFO - [(140263965377856)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin LocalContainerProvider
2018-03-05 14:42:07,824 - WARNING - [(140263965377856)-MainThread] UM.PluginRegistry.loadPlugin [200]: Plugin ConsoleLogger was already loaded
2018-03-05 14:42:07,828 - INFO - [(140263965377856)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin FileLogger
2018-03-05 14:42:07,887 - INFO - [(140263965377856)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin UM3NetworkPrinting
2018-03-05 14:42:07,889 - INFO - [(140263965377856)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin UserAgreementPlugin
2018-03-05 14:42:07,895 - INFO - [(140263965377856)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin UltimakerMachineActions
2018-03-05 14:42:07,898 - INFO - [(140263965377856)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin MonitorStage
2018-03-05 14:42:07,907 - WARNING - [(140263965377856)-MainThread] 3MFWriter.<module> [9]: Could not import ThreeMFWriter; libSavitar may be missing
2018-03-05 14:42:07,913 - WARNING - [(140263965377856)-MainThread] 3MFWriter.<module> [9]: Could not import ThreeMFWriter; libSavitar may be missing
2018-03-05 14:42:07,913 - ERROR - [(140263965377856)-MainThread] UM.PluginRegistry.loadPlugin [227]: Plugin 3MFWriter did not return any objects to register
2018-03-05 14:42:07,934 - INFO - [(140263965377856)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin USBPrinting
2018-03-05 14:42:07,934 - WARNING - [(140263965377856)-MainThread] UM.PluginRegistry.loadPlugin [200]: Plugin LocalFileOutputDevice was already loaded
2018-03-05 14:42:07,938 - INFO - [(140263965377856)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin CuraProfileReader
2018-03-05 14:42:07,938 - WARNING - [(140263965377856)-MainThread] UM.PluginRegistry.loadPlugin [200]: Plugin UpdateChecker was already loaded
2018-03-05 14:42:07,943 - INFO - [(140263965377856)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin VersionUpgrade22to24
2018-03-05 14:42:07,946 - INFO - [(140263965377856)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin VersionUpgrade27to30
2018-03-05 14:42:07,954 - INFO - [(140263965377856)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin VersionUpgrade25to26
2018-03-05 14:42:07,958 - INFO - [(140263965377856)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin VersionUpgrade26to27
2018-03-05 14:42:07,963 - INFO - [(140263965377856)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin VersionUpgrade30to31
2018-03-05 14:42:07,969 - INFO - [(140263965377856)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin VersionUpgrade21to22
2018-03-05 14:42:07,972 - INFO - [(140263965377856)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin CuraProfileWriter
2018-03-05 14:42:07,972 - WARNING - [(140263965377856)-MainThread] UM.PluginRegistry.loadPlugin [200]: Plugin CuraEngineBackend was already loaded
2018-03-05 14:42:07,972 - WARNING - [(140263965377856)-MainThread] UM.PluginRegistry.loadPlugin [200]: Plugin STLWriter was already loaded
2018-03-05 14:42:07,972 - WARNING - [(140263965377856)-MainThread] UM.PluginRegistry.loadPlugin [200]: Plugin OBJWriter was already loaded
2018-03-05 14:42:07,972 - WARNING - [(140263965377856)-MainThread] UM.PluginRegistry.loadPlugin [200]: Plugin OBJReader was already loaded
2018-03-05 14:42:07,972 - WARNING - [(140263965377856)-MainThread] UM.PluginRegistry.loadPlugin [200]: Plugin STLReader was already loaded
2018-03-05 14:42:07,985 - INFO - [(140263965377856)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin SimulationView
2018-03-05 14:42:07,988 - INFO - [(140263965377856)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin MachineSettingsAction
2018-03-05 14:42:07,994 - INFO - [(140263965377856)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin RemovableDriveOutputDevice
2018-03-05 14:42:07,999 - INFO - [(140263965377856)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin XRayView
2018-03-05 14:42:07,999 - WARNING - [(140263965377856)-MainThread] UM.PluginRegistry.loadPlugin [200]: Plugin RotateTool was already loaded
2018-03-05 14:42:07,999 - WARNING - [(140263965377856)-MainThread] UM.PluginRegistry.loadPlugin [200]: Plugin TranslateTool was already loaded
2018-03-05 14:42:07,999 - WARNING - [(140263965377856)-MainThread] UM.PluginRegistry.loadPlugin [200]: Plugin SelectionTool was already loaded
2018-03-05 14:42:08,000 - WARNING - [(140263965377856)-MainThread] UM.PluginRegistry.loadPlugin [200]: Plugin MirrorTool was already loaded
2018-03-05 14:42:08,000 - WARNING - [(140263965377856)-MainThread] UM.PluginRegistry.loadPlugin [200]: Plugin ScaleTool was already loaded
2018-03-05 14:42:08,000 - WARNING - [(140263965377856)-MainThread] UM.PluginRegistry.loadPlugin [200]: Plugin CameraTool was already loaded
2018-03-05 14:42:08,002 - INFO - [(140263965377856)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin AutoSave
2018-03-05 14:42:08,003 - WARNING - [(140263965377856)-MainThread] UM.PluginRegistry.loadPlugin [200]: Plugin SimpleView was already loaded
2018-03-05 14:42:08,006 - INFO - [(140263965377856)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin PluginBrowser
2018-03-05 14:42:08,009 - INFO - [(140263965377856)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin ChangeLogPlugin
2018-03-05 14:42:08,009 - WARNING - [(140263965377856)-MainThread] UM.PluginRegistry.loadPlugin [200]: Plugin LocalContainerProvider was already loaded
2018-03-05 14:42:08,013 - INFO - [(140263965377856)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin GCodeProfileReader
2018-03-05 14:42:08,022 - INFO - [(140263965377856)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin ImageReader
2018-03-05 14:42:08,026 - INFO - [(140263965377856)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin PostProcessingPlugin
2018-03-05 14:42:08,027 - WARNING - [(140263965377856)-MainThread] UM.PluginRegistry.loadPlugin [200]: Plugin ConsoleLogger was already loaded
2018-03-05 14:42:08,034 - INFO - [(140263965377856)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin GCodeReader
2018-03-05 14:42:08,041 - WARNING - [(140263965377856)-MainThread] UM.Preferences.getValue [81]: Tried to get the value of non-existing setting cura/active_mode.
2018-03-05 14:42:08,041 - INFO - [(140263965377856)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin PerObjectSettingsTool
2018-03-05 14:42:08,055 - INFO - [(140263965377856)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin XmlMaterialProfile
2018-03-05 14:42:08,058 - INFO - [(140263965377856)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin PrepareStage
2018-03-05 14:42:08,063 - INFO - [(140263965377856)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin LegacyProfileReader
2018-03-05 14:42:08,066 - INFO - [(140263965377856)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin GCodeWriter
2018-03-05 14:42:08,073 - WARNING - [(140263965377856)-MainThread] 3MFReader.<module> [10]: Could not import ThreeMFReader; libSavitar may be missing
2018-03-05 14:42:08,087 - WARNING - [(140263965377856)-MainThread] 3MFReader.<module> [10]: Could not import ThreeMFReader; libSavitar may be missing
2018-03-05 14:42:08,087 - ERROR - [(140263965377856)-MainThread] UM.PluginRegistry.loadPlugin [227]: Plugin 3MFReader did not return any objects to register
2018-03-05 14:42:08,087 - WARNING - [(140263965377856)-MainThread] UM.PluginRegistry.loadPlugin [200]: Plugin FileLogger was already loaded
2018-03-05 14:42:08,091 - INFO - [(140263965377856)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin FirmwareUpdateChecker
2018-03-05 14:42:08,101 - INFO - [(140263965377856)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin X3DReader
2018-03-05 14:42:08,105 - INFO - [(140263965377856)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin SolidView
2018-03-05 14:42:08,112 - INFO - [(140263965377856)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin SliceInfoPlugin
2018-03-05 14:42:08,114 - ERROR - [(140263965377856)-MainThread] UM.Qt.QtApplication.getTheme [325]: The theme cannot be accessed before the engine is initialised
2018-03-05 14:42:08,115 - ERROR - [(140263965377856)-MainThread] UM.Qt.QtApplication.getTheme [325]: The theme cannot be accessed before the engine is initialised
2018-03-05 14:42:08,133 - INFO - [(140263965377856)-MainThread] UM.VersionUpgradeManager.upgrade [113]: Looking for old configuration files to upgrade.
2018-03-05 14:42:08,134 - DEBUG - [(140263965377856)-MainThread] UM.Backend.Backend._logSocketState [173]: Socket state changed to Listening
2018-03-05 14:42:08,140 - INFO - [(140263965377856)-MainThread] UM.Backend.Backend.startEngine [74]: Started engine process: /usr/bin/CuraEngine
2018-03-05 14:42:08,141 - DEBUG - [(140263965377856)-MainThread] UM.Backend.Backend._backendLog [90]: [Backend] Calling engine with: ['/usr/bin/CuraEngine', 'connect', '127.0.0.1:49674', '-j', '/usr/share/cura/resources/definitions/fdmprinter.def.json', '']
2018-03-05 14:42:08,149 - DEBUG - [(140261753616128)-Thread-14] UM.Backend.Backend._backendLog [90]: [Backend] 
2018-03-05 14:42:08,153 - DEBUG - [(140261753616128)-Thread-14] UM.Backend.Backend._backendLog [90]: [Backend] Cura_SteamEngine version DEV
2018-03-05 14:42:08,153 - DEBUG - [(140261753616128)-Thread-14] UM.Backend.Backend._backendLog [90]: [Backend] Copyright (C) 2017 Ultimaker
2018-03-05 14:42:08,154 - DEBUG - [(140261753616128)-Thread-14] UM.Backend.Backend._backendLog [90]: [Backend] 
2018-03-05 14:42:08,154 - DEBUG - [(140261753616128)-Thread-14] UM.Backend.Backend._backendLog [90]: [Backend] This program is free software: you can redistribute it and/or modify
2018-03-05 14:42:08,155 - DEBUG - [(140261753616128)-Thread-14] UM.Backend.Backend._backendLog [90]: [Backend] it under the terms of the GNU Affero General Public License as published by
2018-03-05 14:42:08,155 - DEBUG - [(140261753616128)-Thread-14] UM.Backend.Backend._backendLog [90]: [Backend] the Free Software Foundation, either version 3 of the License, or
2018-03-05 14:42:08,155 - DEBUG - [(140261753616128)-Thread-14] UM.Backend.Backend._backendLog [90]: [Backend] (at your option) any later version.
2018-03-05 14:42:08,156 - DEBUG - [(140261753616128)-Thread-14] UM.Backend.Backend._backendLog [90]: [Backend] 
2018-03-05 14:42:08,156 - DEBUG - [(140261753616128)-Thread-14] UM.Backend.Backend._backendLog [90]: [Backend] This program is distributed in the hope that it will be useful,
2018-03-05 14:42:08,156 - DEBUG - [(140261753616128)-Thread-14] UM.Backend.Backend._backendLog [90]: [Backend] but WITHOUT ANY WARRANTY; without even the implied warranty of
2018-03-05 14:42:08,156 - DEBUG - [(140261753616128)-Thread-14] UM.Backend.Backend._backendLog [90]: [Backend] MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2018-03-05 14:42:08,156 - DEBUG - [(140261753616128)-Thread-14] UM.Backend.Backend._backendLog [90]: [Backend] GNU Affero General Public License for more details.
2018-03-05 14:42:08,157 - DEBUG - [(140261753616128)-Thread-14] UM.Backend.Backend._backendLog [90]: [Backend] 
2018-03-05 14:42:08,157 - DEBUG - [(140261753616128)-Thread-14] UM.Backend.Backend._backendLog [90]: [Backend] You should have received a copy of the GNU Affero General Public License
2018-03-05 14:42:08,157 - DEBUG - [(140261753616128)-Thread-14] UM.Backend.Backend._backendLog [90]: [Backend] along with this program.  If not, see <http://www.gnu.org/licenses/>.
2018-03-05 14:42:08,238 - DEBUG - [(140263965377856)-MainThread] UM.Backend.Backend._logSocketState [177]: Socket state changed to Connected
2018-03-05 14:42:08,239 - DEBUG - [(140263965377856)-MainThread] UM.Backend.Backend._onSocketStateChanged [167]: Backend connected on port 49674
2018-03-05 14:42:08,713 - WARNING - [(140263965377856)-MainThread] UM.Preferences.getValue [81]: Tried to get the value of non-existing setting view/filter_current_build_plate.
2018-03-05 14:42:08,713 - DEBUG - [(140263965377856)-MainThread] cura.Scene.CuraSceneController.setActiveBuildPlate [101]: Select build plate: 0
2018-03-05 14:42:08,715 - DEBUG - [(140263965377856)-MainThread] UM.Controller.setActiveStage [155]: Setting active stage to PrepareStage
2018-03-05 14:42:08,715 - DEBUG - [(140263965377856)-MainThread] UM.Controller.setActiveView [92]: Setting active view to SolidView
2018-03-05 14:42:09,087 - DEBUG - [(140263965377856)-MainThread] UM.Qt.Bindings.Theme.load [172]: Loading theme file: /usr/share/cura/resources/themes/cura-light/theme.json
2018-03-05 14:42:09,137 - DEBUG - [(140263965377856)-MainThread] UM.Qt.Bindings.Theme.load [240]: Loaded theme /usr/share/cura/resources/themes/cura-light
2018-03-05 14:42:09,207 - DEBUG - [(140263965377856)-MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container fdmprinter
Fatal Python error: Segmentation fault

Thread 0x00007f913bfff700 (most recent call first):
  File "/usr/lib/python3.6/site-packages/UM/Backend/Backend.py", line 155 in _storeStderrToLogThread
  File "/usr/lib/python3.6/threading.py", line 864 in run
  File "/usr/lib/python3.6/threading.py", line 916 in _bootstrap_inner
  File "/usr/lib/python3.6/threading.py", line 884 in _bootstrap

Thread 0x00007f915ca61700 (most recent call first):
  File "/usr/lib/python3.6/site-packages/UM/Backend/Backend.py", line 147 in _storeOutputToLogThread
  File "/usr/lib/python3.6/threading.py", line 864 in run
  File "/usr/lib/python3.6/threading.py", line 916 in _bootstrap_inner
  File "/usr/lib/python3.6/threading.py", line 884 in _bootstrap

Thread 0x00007f915dffb700 (most recent call first):
  File "/usr/lib/cura/plugins/RemovableDriveOutputDevice/RemovableDrivePlugin.py", line 61 in _updateThread
  File "/usr/lib/python3.6/threading.py", line 864 in run
  File "/usr/lib/python3.6/threading.py", line 916 in _bootstrap_inner
  File "/usr/lib/python3.6/threading.py", line 884 in _bootstrap

Thread 0x00007f915e7fc700 (most recent call first):
  File "/usr/lib/cura/plugins/USBPrinting/USBPrinterOutputDeviceManager.py", line 86 in _updateThread
  File "/usr/lib/python3.6/threading.py", line 864 in run
  File "/usr/lib/python3.6/threading.py", line 916 in _bootstrap_inner
  File "/usr/lib/python3.6/threading.py", line 884 in _bootstrap

Thread 0x00007f915effd700 (most recent call first):
  File "/usr/lib/python3.6/threading.py", line 299 in wait
  File "/usr/lib/python3.6/site-packages/zeroconf.py", line 1716 in wait
  File "/usr/lib/python3.6/site-packages/zeroconf.py", line 1317 in run
  File "/usr/lib/python3.6/threading.py", line 916 in _bootstrap_inner
  File "/usr/lib/python3.6/threading.py", line 884 in _bootstrap

Thread 0x00007f915f7fe700 (most recent call first):
  File "/usr/lib/python3.6/threading.py", line 299 in wait
  File "/usr/lib/python3.6/site-packages/zeroconf.py", line 1716 in wait
  File "/usr/lib/python3.6/site-packages/zeroconf.py", line 1181 in run
  File "/usr/lib/python3.6/threading.py", line 916 in _bootstrap_inner
  File "/usr/lib/python3.6/threading.py", line 884 in _bootstrap

Thread 0x00007f915ffff700 (most recent call first):
  File "/usr/lib/python3.6/site-packages/zeroconf.py", line 1102 in run
  File "/usr/lib/python3.6/threading.py", line 916 in _bootstrap_inner
  File "/usr/lib/python3.6/threading.py", line 884 in _bootstrap

Thread 0x00007f91749c9700 (most recent call first):
  File "/usr/lib/python3.6/threading.py", line 299 in wait
  File "/usr/lib/python3.6/threading.py", line 551 in wait
  File "/usr/lib/cura/plugins/UM3NetworkPrinting/NetworkPrinterOutputDevicePlugin.py", line 330 in _handleOnServiceChangedRequests
  File "/usr/lib/python3.6/threading.py", line 864 in run
  File "/usr/lib/python3.6/threading.py", line 916 in _bootstrap_inner
  File "/usr/lib/python3.6/threading.py", line 884 in _bootstrap

Thread 0x00007f91767fc700 (most recent call first):
  File "/usr/lib/python3.6/threading.py", line 295 in wait
  File "/usr/lib/python3.6/threading.py", line 426 in acquire
  File "/usr/lib/python3.6/site-packages/UM/JobQueue.py", line 86 in _nextJob
  File "/usr/lib/python3.6/site-packages/UM/JobQueue.py", line 116 in run
  File "/usr/lib/python3.6/threading.py", line 916 in _bootstrap_inner
  File "/usr/lib/python3.6/threading.py", line 884 in _bootstrap

Thread 0x00007f9176ffd700 (most recent call first):
  File "/usr/lib/python3.6/threading.py", line 295 in wait
  File "/usr/lib/python3.6/threading.py", line 426 in acquire
  File "/usr/lib/python3.6/site-packages/UM/JobQueue.py", line 86 in _nextJob
  File "/usr/lib/python3.6/site-packages/UM/JobQueue.py", line 116 in run
  File "/usr/lib/python3.6/threading.py", line 916 in _bootstrap_inner
  File "/usr/lib/python3.6/threading.py", line 884 in _bootstrap

Thread 0x00007f91777fe700 (most recent call first):
  File "/usr/lib/python3.6/threading.py", line 295 in wait
  File "/usr/lib/python3.6/threading.py", line 426 in acquire
  File "/usr/lib/python3.6/site-packages/UM/JobQueue.py", line 86 in _nextJob
  File "/usr/lib/python3.6/site-packages/UM/JobQueue.py", line 116 in run
  File "/usr/lib/python3.6/threading.py", line 916 in _bootstrap_inner
  File "/usr/lib/python3.6/threading.py", line 884 in _bootstrap

Thread 0x00007f9177fff700 (most recent call first):
  File "/usr/lib/python3.6/threading.py", line 295 in wait
  File "/usr/lib/python3.6/threading.py", line 426 in acquire
  File "/usr/lib/python3.6/site-packages/UM/JobQueue.py", line 86 in _nextJob
  File "/usr/lib/python3.6/site-packages/UM/JobQueue.py", line 116 in run
  File "/usr/lib/python3.6/threading.py", line 916 in _bootstrap_inner
  File "/usr/lib/python3.6/threading.py", line 884 in _bootstrap

Thread 0x00007f9190e2e700 (most recent call first):
  File "/usr/lib/python3.6/threading.py", line 295 in wait
  File "/usr/lib/python3.6/threading.py", line 426 in acquire
  File "/usr/lib/python3.6/site-packages/UM/JobQueue.py", line 86 in _nextJob
  File "/usr/lib/python3.6/site-packages/UM/JobQueue.py", line 116 in run
  File "/usr/lib/python3.6/threading.py", line 916 in _bootstrap_inner
  File "/usr/lib/python3.6/threading.py", line 884 in _bootstrap

Thread 0x00007f919162f700 (most recent call first):
  File "/usr/lib/python3.6/threading.py", line 295 in wait
  File "/usr/lib/python3.6/threading.py", line 426 in acquire
  File "/usr/lib/python3.6/site-packages/UM/JobQueue.py", line 86 in _nextJob
  File "/usr/lib/python3.6/site-packages/UM/JobQueue.py", line 116 in run
  File "/usr/lib/python3.6/threading.py", line 916 in _bootstrap_inner
  File "/usr/lib/python3.6/threading.py", line 884 in _bootstrap

Thread 0x00007f9191e30700 (most recent call first):
  File "/usr/lib/python3.6/threading.py", line 295 in wait
  File "/usr/lib/python3.6/threading.py", line 426 in acquire
  File "/usr/lib/python3.6/site-packages/UM/JobQueue.py", line 86 in _nextJob
  File "/usr/lib/python3.6/site-packages/UM/JobQueue.py", line 116 in run
  File "/usr/lib/python3.6/threading.py", line 916 in _bootstrap_inner
  File "/usr/lib/python3.6/threading.py", line 884 in _bootstrap

Thread 0x00007f9192631700 (most recent call first):
  File "/usr/lib/python3.6/threading.py", line 295 in wait
  File "/usr/lib/python3.6/threading.py", line 426 in acquire
  File "/usr/lib/python3.6/site-packages/UM/JobQueue.py", line 86 in _nextJob
  File "/usr/lib/python3.6/site-packages/UM/JobQueue.py", line 116 in run
  File "/usr/lib/python3.6/threading.py", line 916 in _bootstrap_inner
  File "/usr/lib/python3.6/threading.py", line 884 in _bootstrap

Current thread 0x00007f91bfd4c540 (most recent call first):
  File "/usr/lib/python3.6/site-packages/UM/Qt/QtApplication.py", line 236 in initializeEngine
  File "/usr/lib/python3.6/site-packages/cura/CuraApplication.py", line 730 in run
  File "/usr/bin/cura", line 141 in <module>
[1]    18653 segmentation fault (core dumped)  cura
appatalks commented 6 years ago

I am able to confirm the crashing at start with this latest Cura update to 3.2.1-1. Quick fix: Downgrading the "python-pyqt5 5.10.1-1" to "python-pyqt5-5.10-3" seems to correct the issue. In my case, I used the cache: pacman -U /var/cache/pacman/pkg/python-pyqt5-5.10-3-x86_64.pkg.tar.xz

Simon-Swenson-8351 commented 6 years ago

I am having the same issue. I would post my console output, but it is basically the same as what was already posted.

As a side note, I installed and ran anki, another program which depends on pyqt5, to see if this was a pyqt5 issue. Anki ran fine, so it seems to be cura-specific.

Edit: Downgrading python-pyqt5 seems to be a good stop-gap for now.

compost-mantis commented 6 years ago

Just confirming servingbaby's solution; downgrading python-pyqt5 5.10.1-1 to 5.10-3 corrected this issue for me.

aggiebill commented 6 years ago

Also confirming this issue on Ubuntu 17.10 and that appears to be using: pyqt5 (5.7+dfsg-6).

[(139752579278656)-MainThread] UM.Resources.__initializeStoragePaths [351]: Initializing storage paths
[(139752579278656)-MainThread] UM.Resources.__initializeStoragePaths [362]: Config storage path is /home/bill/.config/cura/3.2
[(139752579278656)-MainThread] UM.Resources.__initializeStoragePaths [370]: Data storage path is /home/bill/.local/share/cura/3.2
[(139752579278656)-MainThread] UM.Resources.__initializeStoragePaths [382]: Cache storage path is /home/bill/.cache/cura/3.2
[(139752579278656)-MainThread] UM.View.GL.OpenGLContext.detectBestOpenGLVersion [103]: Trying OpenGL context 4.1...
[(139752579278656)-MainThread] UM.View.GL.OpenGLContext.detectBestOpenGLVersion [113]: Yay, we got at least OpenGL 4.1 core: 4.5 Core profile
[(139752579278656)-MainThread] UM.Qt.QtApplication.__init__ [88]: Detected most suitable OpenGL context version: 4.1 Core profile
[(139752579278656)-MainThread] UM.Qt.QtApplication.__init__ [104]: Command line arguments: {'debug': False, 'trigger_early_crash': False, 'external-backend': False, 'headless': False, 'disable-textures': False, 'qmljsdebugger': None, 'file': [], 'single_instance': False}
2018-03-05 22:20:39,163 - INFO - [(139752579278656)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin ConsoleLogger
2018-03-05 22:20:39,174 - INFO - [(139752579278656)-MainThread] CuraEngineBackend.CuraEngineBackend.__init__ [65]: Found CuraEngine at: /usr/bin/CuraEngine
2018-03-05 22:20:39,174 - INFO - [(139752579278656)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin CuraEngineBackend
2018-03-05 22:20:39,178 - INFO - [(139752579278656)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin SelectionTool
2018-03-05 22:20:39,182 - INFO - [(139752579278656)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin TranslateTool
2018-03-05 22:20:39,188 - INFO - [(139752579278656)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin CameraTool
2018-03-05 22:20:39,191 - INFO - [(139752579278656)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin MirrorTool
2018-03-05 22:20:39,196 - INFO - [(139752579278656)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin RotateTool
2018-03-05 22:20:39,202 - INFO - [(139752579278656)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin ScaleTool
2018-03-05 22:20:39,204 - INFO - [(139752579278656)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin STLWriter
2018-03-05 22:20:39,206 - INFO - [(139752579278656)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin OBJWriter
2018-03-05 22:20:39,208 - WARNING - [(139752579278656)-MainThread] STLReader.STLReader.<module> [25]: Could not find numpy-stl, falling back to slower code.
2018-03-05 22:20:39,209 - INFO - [(139752579278656)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin STLReader
2018-03-05 22:20:39,211 - INFO - [(139752579278656)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin OBJReader
2018-03-05 22:20:39,211 - WARNING - [(139752579278656)-MainThread] UM.PluginRegistry.loadPlugin [200]: Plugin ConsoleLogger was already loaded
2018-03-05 22:20:39,212 - INFO - [(139752579278656)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin SimpleView
2018-03-05 22:20:39,215 - INFO - [(139752579278656)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin LocalContainerProvider
2018-03-05 22:20:39,218 - INFO - [(139752579278656)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin LocalFileOutputDevice
2018-03-05 22:20:39,220 - INFO - [(139752579278656)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin FileLogger
2018-03-05 22:20:39,222 - INFO - [(139752579278656)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin BarbarianPlugin
2018-03-05 22:20:39,263 - INFO - [(139752579278656)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin OctoPrintPlugin
2018-03-05 22:20:39,269 - INFO - [(139752579278656)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin OrientationPlugin
2018-03-05 22:20:39,270 - INFO - [(139752579278656)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin UserAgreementPlugin
2018-03-05 22:20:39,272 - INFO - [(139752579278656)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin CuraProfileWriter
2018-03-05 22:20:39,273 - INFO - [(139752579278656)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin GCodeWriter
2018-03-05 22:20:39,295 - INFO - [(139752579278656)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin FirmwareUpdateChecker
2018-03-05 22:20:39,299 - INFO - [(139752579278656)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin SliceInfoPlugin
2018-03-05 22:20:39,304 - INFO - [(139752579278656)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin UltimakerMachineActions
2018-03-05 22:20:39,306 - INFO - [(139752579278656)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin MachineSettingsAction
2018-03-05 22:20:39,308 - INFO - [(139752579278656)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin PerObjectSettingsTool
2018-03-05 22:20:39,320 - INFO - [(139752579278656)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin USBPrinting
2018-03-05 22:20:39,325 - INFO - [(139752579278656)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin VersionUpgrade21to22
2018-03-05 22:20:39,329 - INFO - [(139752579278656)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin VersionUpgrade26to27
2018-03-05 22:20:39,332 - INFO - [(139752579278656)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin VersionUpgrade27to30
2018-03-05 22:20:39,336 - INFO - [(139752579278656)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin VersionUpgrade30to31
2018-03-05 22:20:39,339 - INFO - [(139752579278656)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin VersionUpgrade22to24
2018-03-05 22:20:39,342 - INFO - [(139752579278656)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin VersionUpgrade25to26
2018-03-05 22:20:39,344 - INFO - [(139752579278656)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin PrepareStage
2018-03-05 22:20:39,353 - INFO - [(139752579278656)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin X3DReader
2018-03-05 22:20:39,354 - WARNING - [(139752579278656)-MainThread] UM.PluginRegistry.loadPlugin [200]: Plugin CuraEngineBackend was already loaded
2018-03-05 22:20:39,356 - INFO - [(139752579278656)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin LegacyProfileReader
2018-03-05 22:20:39,362 - INFO - [(139752579278656)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin PluginBrowser
2018-03-05 22:20:39,365 - INFO - [(139752579278656)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin ImageReader
2018-03-05 22:20:39,367 - INFO - [(139752579278656)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin CuraProfileReader
2018-03-05 22:20:39,369 - INFO - [(139752579278656)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin AutoSave
2018-03-05 22:20:39,373 - INFO - [(139752579278656)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin 3MFReader
2018-03-05 22:20:39,376 - INFO - [(139752579278656)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin XmlMaterialProfile
2018-03-05 22:20:39,396 - INFO - [(139752579278656)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin UM3NetworkPrinting
2018-03-05 22:20:39,400 - INFO - [(139752579278656)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin RemovableDriveOutputDevice
2018-03-05 22:20:39,404 - INFO - [(139752579278656)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin GCodeProfileReader
2018-03-05 22:20:39,411 - INFO - [(139752579278656)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin SimulationView
2018-03-05 22:20:39,414 - INFO - [(139752579278656)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin SolidView
2018-03-05 22:20:39,422 - INFO - [(139752579278656)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin GCodeReader
2018-03-05 22:20:39,425 - INFO - [(139752579278656)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin ChangeLogPlugin
2018-03-05 22:20:39,427 - INFO - [(139752579278656)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin MonitorStage
2018-03-05 22:20:39,429 - INFO - [(139752579278656)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin XRayView
2018-03-05 22:20:39,432 - INFO - [(139752579278656)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin 3MFWriter
2018-03-05 22:20:39,453 - INFO - [(139752579278656)-MainThread] UM.VersionUpgradeManager.upgrade [113]: Looking for old configuration files to upgrade.
2018-03-05 22:20:39,470 - DEBUG - [(139752579278656)-MainThread] UM.Backend.Backend._logSocketState [173]: Socket state changed to Listening
2018-03-05 22:20:39,473 - INFO - [(139752579278656)-MainThread] UM.Backend.Backend.startEngine [74]: Started engine process: /usr/bin/CuraEngine
2018-03-05 22:20:39,474 - DEBUG - [(139752579278656)-MainThread] UM.Backend.Backend._backendLog [90]: [Backend] Calling engine with: ['/usr/bin/CuraEngine', 'connect', '127.0.0.1:49674', '-j', '/usr/share/cura/resources/definitions/fdmprinter.def.json', '']
2018-03-05 22:20:39,478 - DEBUG - [(139750811870976)-Thread-6] UM.Backend.Backend._backendLog [90]: [Backend] 
2018-03-05 22:20:39,478 - DEBUG - [(139750811870976)-Thread-6] UM.Backend.Backend._backendLog [90]: [Backend] Cura_SteamEngine version DEV
2018-03-05 22:20:39,478 - DEBUG - [(139750811870976)-Thread-6] UM.Backend.Backend._backendLog [90]: [Backend] Copyright (C) 2017 Ultimaker
2018-03-05 22:20:39,478 - DEBUG - [(139750811870976)-Thread-6] UM.Backend.Backend._backendLog [90]: [Backend] 
2018-03-05 22:20:39,479 - DEBUG - [(139750811870976)-Thread-6] UM.Backend.Backend._backendLog [90]: [Backend] This program is free software: you can redistribute it and/or modify
2018-03-05 22:20:39,479 - DEBUG - [(139750811870976)-Thread-6] UM.Backend.Backend._backendLog [90]: [Backend] it under the terms of the GNU Affero General Public License as published by
2018-03-05 22:20:39,479 - DEBUG - [(139750811870976)-Thread-6] UM.Backend.Backend._backendLog [90]: [Backend] the Free Software Foundation, either version 3 of the License, or
2018-03-05 22:20:39,479 - DEBUG - [(139750811870976)-Thread-6] UM.Backend.Backend._backendLog [90]: [Backend] (at your option) any later version.
2018-03-05 22:20:39,479 - DEBUG - [(139750811870976)-Thread-6] UM.Backend.Backend._backendLog [90]: [Backend] 
2018-03-05 22:20:39,480 - DEBUG - [(139750811870976)-Thread-6] UM.Backend.Backend._backendLog [90]: [Backend] This program is distributed in the hope that it will be useful,
2018-03-05 22:20:39,480 - DEBUG - [(139750811870976)-Thread-6] UM.Backend.Backend._backendLog [90]: [Backend] but WITHOUT ANY WARRANTY; without even the implied warranty of
2018-03-05 22:20:39,480 - DEBUG - [(139750811870976)-Thread-6] UM.Backend.Backend._backendLog [90]: [Backend] MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2018-03-05 22:20:39,480 - DEBUG - [(139750811870976)-Thread-6] UM.Backend.Backend._backendLog [90]: [Backend] GNU Affero General Public License for more details.
2018-03-05 22:20:39,480 - DEBUG - [(139750811870976)-Thread-6] UM.Backend.Backend._backendLog [90]: [Backend] 
2018-03-05 22:20:39,481 - DEBUG - [(139750811870976)-Thread-6] UM.Backend.Backend._backendLog [90]: [Backend] You should have received a copy of the GNU Affero General Public License
2018-03-05 22:20:39,481 - DEBUG - [(139750811870976)-Thread-6] UM.Backend.Backend._backendLog [90]: [Backend] along with this program.  If not, see <http://www.gnu.org/licenses/>.
2018-03-05 22:20:39,500 - DEBUG - [(139752579278656)-MainThread] UM.Backend.Backend._logSocketState [177]: Socket state changed to Connected
2018-03-05 22:20:39,500 - DEBUG - [(139752579278656)-MainThread] UM.Backend.Backend._onSocketStateChanged [167]: Backend connected on port 49674
2018-03-05 22:20:40,072 - WARNING - [(139752579278656)-MainThread] UM.Preferences.getValue [81]: Tried to get the value of non-existing setting view/filter_current_build_plate.
2018-03-05 22:20:40,073 - DEBUG - [(139752579278656)-MainThread] cura.Scene.CuraSceneController.setActiveBuildPlate [101]: Select build plate: 0
2018-03-05 22:20:40,074 - DEBUG - [(139752579278656)-MainThread] UM.Controller.setActiveStage [155]: Setting active stage to PrepareStage
2018-03-05 22:20:40,075 - DEBUG - [(139752579278656)-MainThread] UM.Controller.setActiveView [92]: Setting active view to SolidView
2018-03-05 22:20:40,086 - DEBUG - [(139752579278656)-MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container Prusa i3
2018-03-05 22:20:40,087 - DEBUG - [(139752579278656)-MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container Prusa i3_user
2018-03-05 22:20:40,089 - DEBUG - [(139752579278656)-MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container high
2018-03-05 22:20:40,090 - DEBUG - [(139752579278656)-MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container Prusa i3_settings
2018-03-05 22:20:40,091 - DEBUG - [(139752579278656)-MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container prusa_i3
2018-03-05 22:20:40,128 - DEBUG - [(139752579278656)-MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container Prusa i3 fdmextruder
2018-03-05 22:20:40,129 - DEBUG - [(139752579278656)-MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container Prusa i3 fdmextruder_user
2018-03-05 22:20:40,130 - DEBUG - [(139752579278656)-MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container octofiber_pla
2018-03-05 22:20:40,131 - DEBUG - [(139752579278656)-MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container Prusa i3 fdmextruder_settings
2018-03-05 22:20:40,133 - DEBUG - [(139752579278656)-MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container fdmextruder
2018-03-05 22:20:40,134 - INFO - [(139752579278656)-MainThread] cura.Settings.GlobalStack.addExtruder [73]: Extruder[Prusa i3 fdmextruder] added to [Prusa i3] at position [0]
2018-03-05 22:20:40,134 - WARNING - [(139752579278656)-MainThread] UM.Settings.ContainerStack.addMetaDataEntry [166]: Meta data with key machine was already added.
2018-03-05 22:20:40,138 - WARNING - [(139752579278656)-MainThread] cura.Settings.GlobalStack.addExtruder [69]: Extruder [Prusa i3 fdmextruder] has already been added to this stack [Prusa i3]
2018-03-05 22:20:40,139 - WARNING - [(139752579278656)-MainThread] UM.Settings.ContainerStack.addMetaDataEntry [166]: Meta data with key machine was already added.
2018-03-05 22:20:40,140 - WARNING - [(139752579278656)-MainThread] cura.Settings.ExtruderManager.registerExtruder [223]: Extruder [Prusa i3 fdmextruder] has already been registered on machine [Prusa i3], not doing anything
2018-03-05 22:20:40,141 - DEBUG - [(139752579278656)-MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container fdmprinter
2018-03-05 22:20:40,467 - DEBUG - [(139752579278656)-MainThread] cura.Settings.MachineManager._checkStacksHaveErrors [423]: Checking 2 stacks for errors took 0.29 s
2018-03-05 22:20:40,468 - DEBUG - [(139750249854720)-Thread-8] UM.Mesh.MeshData.calculateNormalsFromVertices [421]: Calculating normals took 0.08192682266235352 seconds
2018-03-05 22:20:40,469 - DEBUG - [(139750249854720)-Thread-8] STLReader.STLReader.read [79]: Loaded a mesh with 8052 vertices
2018-03-05 22:20:40,477 - DEBUG - [(139752579278656)-MainThread] UM.Mesh.MeshData.approximateConvexHull [388]: approximateConvexHull(target_count=1024) Calculating 3D convex hull took 0.002305746078491211 seconds. 36 input vertices. 36 output vertices.
2018-03-05 22:20:40,752 - DEBUG - [(139752579278656)-MainThread] cura.Settings.MachineManager._checkStacksHaveErrors [423]: Checking 2 stacks for errors took 0.26 s
2018-03-05 22:20:40,799 - DEBUG - [(139752579278656)-MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container custom_extruder_3 #2
2018-03-05 22:20:40,800 - DEBUG - [(139752579278656)-MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container custom_extruder_3 #2_user
2018-03-05 22:20:40,802 - DEBUG - [(139752579278656)-MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container normal
2018-03-05 22:20:40,803 - DEBUG - [(139752579278656)-MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container generic_pla
2018-03-05 22:20:40,804 - DEBUG - [(139752579278656)-MainThread] XmlMaterialProfile.XmlMaterialProfile.deserialize [544]: Found definition for machine ID ultimaker2_plus
2018-03-05 22:20:40,815 - DEBUG - [(139752579278656)-MainThread] XmlMaterialProfile.XmlMaterialProfile.deserialize [544]: Found definition for machine ID ultimaker2_extended_plus
2018-03-05 22:20:40,825 - DEBUG - [(139752579278656)-MainThread] XmlMaterialProfile.XmlMaterialProfile.deserialize [544]: Found definition for machine ID ultimaker2
2018-03-05 22:20:40,826 - DEBUG - [(139752579278656)-MainThread] XmlMaterialProfile.XmlMaterialProfile.deserialize [544]: Found definition for machine ID ultimaker2_go
2018-03-05 22:20:40,826 - DEBUG - [(139752579278656)-MainThread] XmlMaterialProfile.XmlMaterialProfile.deserialize [544]: Found definition for machine ID ultimaker2_extended
2018-03-05 22:20:40,826 - DEBUG - [(139752579278656)-MainThread] XmlMaterialProfile.XmlMaterialProfile.deserialize [544]: Found definition for machine ID ultimaker_original
2018-03-05 22:20:40,827 - DEBUG - [(139752579278656)-MainThread] XmlMaterialProfile.XmlMaterialProfile.deserialize [544]: Found definition for machine ID ultimaker3
2018-03-05 22:20:40,840 - DEBUG - [(139752579278656)-MainThread] XmlMaterialProfile.XmlMaterialProfile.deserialize [544]: Found definition for machine ID ultimaker3_extended
2018-03-05 22:20:40,855 - DEBUG - [(139752579278656)-MainThread] XmlMaterialProfile.XmlMaterialProfile.deserialize [544]: Found definition for machine ID imade3d_jellybox
2018-03-05 22:20:40,864 - DEBUG - [(139752579278656)-MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container custom_extruder_3 #2_settings
2018-03-05 22:20:40,865 - DEBUG - [(139752579278656)-MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container custom_extruder_3
2018-03-05 22:20:40,868 - DEBUG - [(139752579278656)-MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container Custom FDM printer
2018-03-05 22:20:40,870 - DEBUG - [(139752579278656)-MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container Custom FDM printer_user
2018-03-05 22:20:40,871 - DEBUG - [(139752579278656)-MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container Custom FDM printer_settings
2018-03-05 22:20:40,873 - DEBUG - [(139752579278656)-MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container custom
2018-03-05 22:20:40,972 - DEBUG - [(139752579278656)-MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container custom_extruder_3 #2
2018-03-05 22:20:40,974 - INFO - [(139752579278656)-MainThread] cura.Settings.GlobalStack.addExtruder [73]: Extruder[custom_extruder_3 #2] added to [Custom FDM printer] at position [2]
2018-03-05 22:20:40,974 - WARNING - [(139752579278656)-MainThread] UM.Settings.ContainerStack.addMetaDataEntry [166]: Meta data with key machine was already added.
2018-03-05 22:20:40,984 - DEBUG - [(139752579278656)-MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container custom_extruder_2 #2
2018-03-05 22:20:40,986 - DEBUG - [(139752579278656)-MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container custom_extruder_2 #2_user
2018-03-05 22:20:40,988 - DEBUG - [(139752579278656)-MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container custom_extruder_2 #2_settings
2018-03-05 22:20:40,989 - DEBUG - [(139752579278656)-MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container custom_extruder_2
2018-03-05 22:20:40,992 - INFO - [(139752579278656)-MainThread] cura.Settings.GlobalStack.addExtruder [73]: Extruder[custom_extruder_2 #2] added to [Custom FDM printer] at position [1]
2018-03-05 22:20:40,992 - WARNING - [(139752579278656)-MainThread] UM.Settings.ContainerStack.addMetaDataEntry [166]: Meta data with key machine was already added.
2018-03-05 22:20:40,993 - DEBUG - [(139752579278656)-MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container custom_extruder_5 #2
2018-03-05 22:20:40,995 - DEBUG - [(139752579278656)-MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container custom_extruder_5 #2_user
2018-03-05 22:20:40,996 - DEBUG - [(139752579278656)-MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container custom_extruder_5 #2_settings
2018-03-05 22:20:40,997 - DEBUG - [(139752579278656)-MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container custom_extruder_5
2018-03-05 22:20:41,000 - INFO - [(139752579278656)-MainThread] cura.Settings.GlobalStack.addExtruder [73]: Extruder[custom_extruder_5 #2] added to [Custom FDM printer] at position [4]
2018-03-05 22:20:41,000 - WARNING - [(139752579278656)-MainThread] UM.Settings.ContainerStack.addMetaDataEntry [166]: Meta data with key machine was already added.
2018-03-05 22:20:41,002 - DEBUG - [(139752579278656)-MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container custom_extruder_7 #2
2018-03-05 22:20:41,004 - DEBUG - [(139752579278656)-MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container custom_extruder_7 #2_user
2018-03-05 22:20:41,006 - DEBUG - [(139752579278656)-MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container custom_extruder_7 #2_settings
2018-03-05 22:20:41,008 - DEBUG - [(139752579278656)-MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container custom_extruder_7
2018-03-05 22:20:41,011 - INFO - [(139752579278656)-MainThread] cura.Settings.GlobalStack.addExtruder [73]: Extruder[custom_extruder_7 #2] added to [Custom FDM printer] at position [6]
2018-03-05 22:20:41,011 - WARNING - [(139752579278656)-MainThread] UM.Settings.ContainerStack.addMetaDataEntry [166]: Meta data with key machine was already added.
2018-03-05 22:20:41,013 - DEBUG - [(139752579278656)-MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container custom_extruder_6 #2
2018-03-05 22:20:41,014 - DEBUG - [(139752579278656)-MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container custom_extruder_6 #2_user
2018-03-05 22:20:41,015 - DEBUG - [(139752579278656)-MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container custom_extruder_6 #2_settings
2018-03-05 22:20:41,017 - DEBUG - [(139752579278656)-MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container custom_extruder_6
2018-03-05 22:20:41,019 - INFO - [(139752579278656)-MainThread] cura.Settings.GlobalStack.addExtruder [73]: Extruder[custom_extruder_6 #2] added to [Custom FDM printer] at position [5]
2018-03-05 22:20:41,020 - WARNING - [(139752579278656)-MainThread] UM.Settings.ContainerStack.addMetaDataEntry [166]: Meta data with key machine was already added.
2018-03-05 22:20:41,022 - DEBUG - [(139752579278656)-MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container custom_extruder_4 #2
2018-03-05 22:20:41,023 - DEBUG - [(139752579278656)-MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container custom_extruder_4 #2_user
2018-03-05 22:20:41,025 - DEBUG - [(139752579278656)-MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container custom_extruder_4 #2_settings
2018-03-05 22:20:41,026 - DEBUG - [(139752579278656)-MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container custom_extruder_4
2018-03-05 22:20:41,028 - INFO - [(139752579278656)-MainThread] cura.Settings.GlobalStack.addExtruder [73]: Extruder[custom_extruder_4 #2] added to [Custom FDM printer] at position [3]
2018-03-05 22:20:41,028 - WARNING - [(139752579278656)-MainThread] UM.Settings.ContainerStack.addMetaDataEntry [166]: Meta data with key machine was already added.
2018-03-05 22:20:41,030 - DEBUG - [(139752579278656)-MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container custom_extruder_8 #2
2018-03-05 22:20:41,031 - DEBUG - [(139752579278656)-MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container custom_extruder_8 #2_user
2018-03-05 22:20:41,033 - DEBUG - [(139752579278656)-MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container custom_extruder_8 #2_settings
2018-03-05 22:20:41,034 - DEBUG - [(139752579278656)-MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container custom_extruder_8
2018-03-05 22:20:41,037 - INFO - [(139752579278656)-MainThread] cura.Settings.GlobalStack.addExtruder [73]: Extruder[custom_extruder_8 #2] added to [Custom FDM printer] at position [7]
2018-03-05 22:20:41,038 - WARNING - [(139752579278656)-MainThread] UM.Settings.ContainerStack.addMetaDataEntry [166]: Meta data with key machine was already added.
2018-03-05 22:20:41,039 - DEBUG - [(139752579278656)-MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container custom_extruder_1 #2
2018-03-05 22:20:41,041 - DEBUG - [(139752579278656)-MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container custom_extruder_1 #2_user
2018-03-05 22:20:41,042 - DEBUG - [(139752579278656)-MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container polywood_pla
2018-03-05 22:20:41,043 - DEBUG - [(139752579278656)-MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container custom_extruder_1 #2_settings
2018-03-05 22:20:41,044 - DEBUG - [(139752579278656)-MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container custom_extruder_1
2018-03-05 22:20:41,047 - INFO - [(139752579278656)-MainThread] cura.Settings.GlobalStack.addExtruder [73]: Extruder[custom_extruder_1 #2] added to [Custom FDM printer] at position [0]
2018-03-05 22:20:41,047 - WARNING - [(139752579278656)-MainThread] UM.Settings.ContainerStack.addMetaDataEntry [166]: Meta data with key machine was already added.
2018-03-05 22:20:41,050 - WARNING - [(139752579278656)-MainThread] cura.Settings.GlobalStack.addExtruder [69]: Extruder [custom_extruder_3 #2] has already been added to this stack [Custom FDM printer]
2018-03-05 22:20:41,050 - WARNING - [(139752579278656)-MainThread] UM.Settings.ContainerStack.addMetaDataEntry [166]: Meta data with key machine was already added.
2018-03-05 22:20:41,050 - WARNING - [(139752579278656)-MainThread] cura.Settings.ExtruderManager.registerExtruder [223]: Extruder [custom_extruder_3 #2] has already been registered on machine [Custom FDM printer], not doing anything
2018-03-05 22:20:41,050 - WARNING - [(139752579278656)-MainThread] UM.Settings.ContainerRegistry.addContainer [342]: Container with ID custom_extruder_3 #2 was already added.
2018-03-05 22:20:41,091 - DEBUG - [(139752579278656)-MainThread] UM.Qt.Bindings.Theme.load [172]: Loading theme file: /usr/share/cura/resources/themes/cura-light/theme.json
2018-03-05 22:20:41,096 - DEBUG - [(139752579278656)-MainThread] UM.Qt.Bindings.Theme.load [240]: Loaded theme /usr/share/cura/resources/themes/cura-light
2018-03-05 22:20:41,113 - WARNING - [(139752579278656)-MainThread] UM.Qt.QtApplication.__onQmlWarning [267]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Dialogs/DefaultFileDialog.qml:210:25: QML ListView: Binding loop detected for property "model"
Fatal Python error: Segmentation fault

Thread 0x00007f1a20ff9700 (most recent call first):
  File "/usr/lib/python3.6/threading.py", line 295 in wait
  File "/usr/lib/python3.6/threading.py", line 426 in acquire
  File "/usr/lib/python3/dist-packages/UM/JobQueue.py", line 86 in _nextJob
  File "/usr/lib/python3/dist-packages/UM/JobQueue.py", line 116 in run
  File "/usr/lib/python3.6/threading.py", line 916 in _bootstrap_inner
  File "/usr/lib/python3.6/threading.py", line 884 in _bootstrap

Thread 0x00007f1a217fa700 (most recent call first):
  File "/usr/lib/python3.6/threading.py", line 295 in wait
  File "/usr/lib/python3.6/threading.py", line 426 in acquire
  File "/usr/lib/python3/dist-packages/UM/JobQueue.py", line 86 in _nextJob
  File "/usr/lib/python3/dist-packages/UM/JobQueue.py", line 116 in run
  File "/usr/lib/python3.6/threading.py", line 916 in _bootstrap_inner
  File "/usr/lib/python3.6/threading.py", line 884 in _bootstrap

Thread 0x00007f1a21ffb700 (most recent call first):
  File "/usr/lib/python3.6/threading.py", line 295 in wait
  File "/usr/lib/python3.6/threading.py", line 426 in acquire
  File "/usr/lib/python3/dist-packages/UM/JobQueue.py", line 86 in _nextJob
  File "/usr/lib/python3/dist-packages/UM/JobQueue.py", line 116 in run
  File "/usr/lib/python3.6/threading.py", line 916 in _bootstrap_inner
  File "/usr/lib/python3.6/threading.py", line 884 in _bootstrap

Thread 0x00007f1a227fc700 (most recent call first):
  File "/usr/lib/python3.6/threading.py", line 295 in wait
  File "/usr/lib/python3.6/threading.py", line 426 in acquire
  File "/usr/lib/python3/dist-packages/UM/JobQueue.py", line 86 in _nextJob
  File "/usr/lib/python3/dist-packages/UM/JobQueue.py", line 116 in run
  File "/usr/lib/python3.6/threading.py", line 916 in _bootstrap_inner
  File "/usr/lib/python3.6/threading.py", line 884 in _bootstrap

Thread 0x00007f1a22ffd700 (most recent call first):
  File "/usr/lib/python3.6/threading.py", line 295 in wait
  File "/usr/lib/python3.6/threading.py", line 426 in acquire
  File "/usr/lib/python3/dist-packages/UM/JobQueue.py", line 86 in _nextJob
  File "/usr/lib/python3/dist-packages/UM/JobQueue.py", line 116 in run
  File "/usr/lib/python3.6/threading.py", line 916 in _bootstrap_inner
  File "/usr/lib/python3.6/threading.py", line 884 in _bootstrap

Thread 0x00007f1a237fe700 (most recent call first):
  File "/usr/lib/python3.6/socket.py", line 586 in readinto
  File "/usr/lib/python3.6/http/client.py", line 258 in _read_status
  File "/usr/lib/python3.6/http/client.py", line 297 in begin
  File "/usr/lib/python3.6/http/client.py", line 1331 in getresponse
  File "/usr/lib/python3.6/urllib/request.py", line 1321 in do_open
  File "/usr/lib/python3.6/urllib/request.py", line 1346 in http_open
  File "/usr/lib/python3.6/urllib/request.py", line 504 in _call_chain
  File "/usr/lib/python3.6/urllib/request.py", line 544 in _open
  File "/usr/lib/python3.6/urllib/request.py", line 526 in open
  File "/usr/lib/python3.6/urllib/request.py", line 223 in urlopen
  File "/usr/lib/cura/plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerJob.py", line 36 in run
  File "/usr/lib/python3/dist-packages/UM/JobQueue.py", line 125 in run
  File "/usr/lib/python3.6/threading.py", line 916 in _bootstrap_inner
  File "/usr/lib/python3.6/threading.py", line 884 in _bootstrap

Thread 0x00007f1a23fff700 (most recent call first):
  File "/usr/lib/python3.6/threading.py", line 295 in wait
  File "/usr/lib/python3.6/threading.py", line 426 in acquire
  File "/usr/lib/python3/dist-packages/UM/JobQueue.py", line 86 in _nextJob
  File "/usr/lib/python3/dist-packages/UM/JobQueue.py", line 116 in run
  File "/usr/lib/python3.6/threading.py", line 916 in _bootstrap_inner
  File "/usr/lib/python3.6/threading.py", line 884 in _bootstrap

Thread 0x00007f1a44ff9700 (most recent call first):
  File "/usr/lib/python3.6/threading.py", line 295 in wait
  File "/usr/lib/python3.6/threading.py", line 426 in acquire
  File "/usr/lib/python3/dist-packages/UM/JobQueue.py", line 86 in _nextJob
  File "/usr/lib/python3/dist-packages/UM/JobQueue.py", line 116 in run
  File "/usr/lib/python3.6/threading.py", line 916 in _bootstrap_inner
  File "/usr/lib/python3.6/threading.py", line 884 in _bootstrap

Thread 0x00007f1a457fa700 (most recent call first):
  File "/usr/lib/python3/dist-packages/UM/Backend/Backend.py", line 155 in _storeStderrToLogThread
  File "/usr/lib/python3.6/threading.py", line 864 in run
  File "/usr/lib/python3.6/threading.py", line 916 in _bootstrap_inner
  File "/usr/lib/python3.6/threading.py", line 884 in _bootstrap

Thread 0x00007f1a45ffb700 (most recent call first):
  File "/usr/lib/python3/dist-packages/UM/Backend/Backend.py", line 147 in _storeOutputToLogThread
  File "/usr/lib/python3.6/threading.py", line 864 in run
  File "/usr/lib/python3.6/threading.py", line 916 in _bootstrap_inner
  File "/usr/lib/python3.6/threading.py", line 884 in _bootstrap

Thread 0x00007f1a46ffd700 (most recent call first):
  File "/usr/lib/cura/plugins/RemovableDriveOutputDevice/RemovableDrivePlugin.py", line 61 in _updateThread
  File "/usr/lib/python3.6/threading.py", line 864 in run
  File "/usr/lib/python3.6/threading.py", line 916 in _bootstrap_inner
  File "/usr/lib/python3.6/threading.py", line 884 in _bootstrap

Thread 0x00007f1a477fe700 (most recent call first):
  File "/usr/lib/python3.6/threading.py", line 299 in wait
  File "/usr/lib/python3/dist-packages/zeroconf.py", line 1716 in wait
  File "/usr/lib/python3/dist-packages/zeroconf.py", line 1317 in run
  File "/usr/lib/python3.6/threading.py", line 916 in _bootstrap_inner
  File "/usr/lib/python3.6/threading.py", line 884 in _bootstrap

Thread 0x00007f1a47fff700 (most recent call first):
  File "/usr/lib/python3.6/threading.py", line 299 in wait
  File "/usr/lib/python3/dist-packages/zeroconf.py", line 1716 in wait
  File "/usr/lib/python3/dist-packages/zeroconf.py", line 1181 in run
  File "/usr/lib/python3.6/threading.py", line 916 in _bootstrap_inner
  File "/usr/lib/python3.6/threading.py", line 884 in _bootstrap

Thread 0x00007f1a5caa3700 (most recent call first):
  File "/usr/lib/python3/dist-packages/zeroconf.py", line 1102 in run
  File "/usr/lib/python3.6/threading.py", line 916 in _bootstrap_inner
  File "/usr/lib/python3.6/threading.py", line 884 in _bootstrap

Thread 0x00007f1a5d2a4700 (most recent call first):
  File "/usr/lib/python3.6/threading.py", line 299 in wait
  File "/usr/lib/python3.6/threading.py", line 551 in wait
  File "/usr/lib/cura/plugins/UM3NetworkPrinting/NetworkPrinterOutputDevicePlugin.py", line 330 in _handleOnServiceChangedRequests
  File "/usr/lib/python3.6/threading.py", line 864 in run
  File "/usr/lib/python3.6/threading.py", line 916 in _bootstrap_inner
  File "/usr/lib/python3.6/threading.py", line 884 in _bootstrap

Thread 0x00007f1a5e0f1700 (most recent call first):
  File "/usr/lib/cura/plugins/USBPrinting/USBPrinterOutputDeviceManager.py", line 86 in _updateThread
  File "/usr/lib/python3.6/threading.py", line 864 in run
  File "/usr/lib/python3.6/threading.py", line 916 in _bootstrap_inner
  File "/usr/lib/python3.6/threading.py", line 884 in _bootstrap

Thread 0x00007f1a5effd700 (most recent call first):
  File "/usr/lib/python3.6/threading.py", line 299 in wait
  File "/usr/lib/python3/dist-packages/zeroconf.py", line 1716 in wait
  File "/usr/lib/python3/dist-packages/zeroconf.py", line 1317 in run
  File "/usr/lib/python3.6/threading.py", line 916 in _bootstrap_inner
  File "/usr/lib/python3.6/threading.py", line 884 in _bootstrap

Thread 0x00007f1a5f7fe700 (most recent call first):
  File "/usr/lib/python3.6/threading.py", line 299 in wait
  File "/usr/lib/python3/dist-packages/zeroconf.py", line 1716 in wait
  File "/usr/lib/python3/dist-packages/zeroconf.py", line 1181 in run
  File "/usr/lib/python3.6/threading.py", line 916 in _bootstrap_inner
  File "/usr/lib/python3.6/threading.py", line 884 in _bootstrap

Thread 0x00007f1a5ffff700 (most recent call first):
  File "/usr/lib/python3/dist-packages/zeroconf.py", line 1102 in run
  File "/usr/lib/python3.6/threading.py", line 916 in _bootstrap_inner
  File "/usr/lib/python3.6/threading.py", line 884 in _bootstrap

Current thread 0x00007f1aaed82740 (most recent call first):
  File "/usr/lib/python3/dist-packages/UM/Qt/QtApplication.py", line 236 in initializeEngine
  File "/usr/lib/python3/dist-packages/cura/CuraApplication.py", line 730 in run
  File "/usr/bin/cura", line 141 in <module>
Segmentation fault
xtendo-org commented 6 years ago

I'm also having this issue. The console output is basically same as the OP. I built the current master version 9901780dbc33e2418c7a96ac3e8bdf8d786d0049 using the cura-git Arch package.

My platform:

$ uname --all
Linux system 4.15.6-1-ARCH #1 SMP PREEMPT Sun Feb 25 12:53:23 UTC 2018 x86_64 GNU/Linux

I can also confirm that @servingbaby's solution of downgrading python-pyqt5 works for me as well.

alekseisasin commented 6 years ago

Seems like it is a bug related to QT version. DEVS: CURA-5055

slimjim2234 commented 6 years ago

Same issue here

archesys commented 6 years ago

Same problem for me..

LipuFei commented 6 years ago

@JPFrancoia Are you running from source code? I'm using ubuntu and have 2 environments, one with Qt 5.10 and the other with 5.10.1. 5.10.1 fails on me as well (segfault); 5.10 works. The Qts I'm using were compiled from source. I think there could be a bug in 5.10.1. I guess the solution for now is as @servingbaby described: downgrade to 5.10

JPFrancoia commented 6 years ago

Nope, Cura was installed from the package manager. I updated my issue.

engineeror commented 6 years ago

Still happening to me and these people here https://www.reddit.com/r/archlinux/comments/84fzku/cura_segmentation_fault/

autumn-birds commented 6 years ago

This also happens to me with the most recent cura and QT packages from the official Arch repositories.

thopiekar commented 6 years ago

There is something fcuk'ed up in your packages either in Qt or something around it. The same crash happens when using Ubuntu Artful together with the PPA I maintain. I was looking for a time and couldn't find the reason, so I gave up and recommend users to upgrade to Ubuntu Bionic, which is going into beta in the following weeks. There cura works just fine. So if it is really because of PyQt5, then take a look into Debian's patches. The PyQt5 package (5.9.2+dfsg-1build2) does the job here.

jelly commented 6 years ago

@curiousbirds Usually commenting happens to me doesn't help, as you can see multiple people already reported @thopiekar The issue seems to be created by PyQt5, sadly PyQt5 doesn't have a git repository so it's not very trivial to bisect their changes and figure out what causes the segfault.

djpalumbo commented 6 years ago

Out of curiosity, has anyone reported this to Riverbank Computing (creator of PyQt5)?

thopiekar commented 6 years ago

@jelly: I still strongly believe (as long as nobody convinces me from something different) that the issues come from patches made by the Linux distributions. For example in Ubuntu there are the following patches applied:

thopiekar@home:~/Desktop/debian/patches$ LANG=C ls -la
total 32
drwxr-xr-x 2 thopiekar thopiekar 4096 Aug  22  2017 .
drwxr-xr-x 6 thopiekar thopiekar 4096 Aug  22  2017 ..
-rw-r--r-- 1 thopiekar thopiekar  936 Aug  22  2017 bytes_conversion.diff
-rw-r--r-- 1 thopiekar thopiekar 3872 Aug  22  2017 no_license_check.diff
-rw-r--r-- 1 thopiekar thopiekar 1041 Aug  22  2017 no_qml_debug.diff
-rw-r--r-- 1 thopiekar thopiekar 1355 Aug  22  2017 opengl_detection.diff
-rw-r--r-- 1 thopiekar thopiekar 3699 Aug  22  2017 qt59_support.diff
-rw-r--r-- 1 thopiekar thopiekar  102 Aug  22  2017 series

So what someone could do is disabling each patch one by one and see what causes the issue. The unpatched version Ultimaker uses in cura-build-environment just works fine. But I agree it is a shame that Riverbank does not host any VCS server at all. Debian manages the code separately at https://salsa.debian.org/python-team/modules/pyqt5/commits/debian/master However, I can also imagine the error comes from Qt5, too. @djpalumbo: Nope, just because I'm not 100%ly convinced it is caused by their software.

LipuFei commented 6 years ago

I'm using ubuntu, and this is the stack trace I get when I use PyQt 5.10.1 + Qt 5.10.1:

Thread 1 "python" received signal SIGSEGV, Segmentation fault.
0x00007fffecd55d8d in QWindow::geometry (this=0x1ccb6e0) at /home/lfei/workspace/projects/cura/packages/qt-everywhere-src-5.10.1/qtbase/src/gui/kernel/qwindow.cpp:1694
1694            return QHighDpi::fromNativePixels(d->platformWindow->geometry(), this);
(gdb) py-bt
Unable to locate python frame
(gdb) bt
#0  0x00007fffecd55d8d in QWindow::geometry (this=0x1ccb6e0) at /home/lfei/workspace/projects/cura/packages/qt-everywhere-src-5.10.1/qtbase/src/gui/kernel/qwindow.cpp:1694
#1  0x00007fffecd5a5d5 in QWindow::width (this=<optimized out>) at /home/lfei/workspace/projects/cura/packages/qt-everywhere-src-5.10.1/qtbase/src/gui/kernel/qwindow.h:229
#2  QWindow::qt_static_metacall (_o=<optimized out>, _c=<optimized out>, _id=<optimized out>, _a=<optimized out>) at .moc/moc_qwindow.cpp:572
#3  0x00007fffee32b038 in QQmlPropertyData::readPropertyWithArgs (this=this@entry=0x7fff841eeb68, target=target@entry=0x1ccb6e0, args=args@entry=0x7fffffffbf90)
    at /home/lfei/workspace/projects/cura/packages/qt-everywhere-src-5.10.1/qtdeclarative/include/QtQml/5.10.1/QtQml/private/../../../../../src/qml/qml/qqmlpropertycache_p.h:308
#4  0x00007fffee32495d in QQmlPropertyData::readProperty (property=0x7fffffffbf70, target=0x1ccb6e0, this=0x7fff841eeb68)
    at /home/lfei/workspace/projects/cura/packages/qt-everywhere-src-5.10.1/qtdeclarative/include/QtQml/5.10.1/QtQml/private/../../../../../src/qml/qml/qqmlpropertycache_p.h:302
#5  loadProperty (v4=v4@entry=0x1c0ebf0, object=object@entry=0x1ccb6e0, property=...) at /home/lfei/workspace/projects/cura/packages/qt-everywhere-src-5.10.1/qtdeclarative/src/qml/jsruntime/qv4qobjectwrapper.cpp:139
#6  0x00007fffee325431 in QV4::QObjectWrapper::getProperty (engine=engine@entry=0x1c0ebf0, object=object@entry=0x1ccb6e0, property=0x7fff841eeb68, captureRequired=captureRequired@entry=true)
    at /home/lfei/workspace/projects/cura/packages/qt-everywhere-src-5.10.1/qtdeclarative/src/qml/jsruntime/qv4qobjectwrapper.cpp:261
#7  0x00007fffee325544 in QV4::QObjectWrapper::getProperty (engine=engine@entry=0x1c0ebf0, object=0x1ccb6e0, propertyIndex=6, captureRequired=<optimized out>)
    at /home/lfei/workspace/projects/cura/packages/qt-everywhere-src-5.10.1/qtdeclarative/src/qml/jsruntime/qv4qobjectwrapper.cpp:341
#8  0x00007fffee345fe5 in QV4::Runtime::method_getQmlQObjectProperty (engine=0x1c0ebf0, object=..., propertyIndex=<optimized out>, captureRequired=<optimized out>)
    at /home/lfei/workspace/projects/cura/packages/qt-everywhere-src-5.10.1/qtdeclarative/src/qml/jsruntime/qv4runtime.cpp:1496
#9  0x00007fff89e63312 in ?? ()
#10 0x0000000000000000 in ?? ()
(gdb) 

I checked the changes between PyQt 5.10 and PyQt 5.10.1 and I couldn't find anything that seems to cause this. I guess it's Qt 5.10.1.

f0lie commented 6 years ago

I have the same issue too. I am running Manjaro 17.1.6 with the most recent packages.

qt5ct: using qt5ct plugin
2018-03-28 11:34:57,785 - INFO - [(140591931409728)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin ConsoleLogger
2018-03-28 11:34:57,815 - INFO - [(140591931409728)-MainThread] CuraEngineBackend.CuraEngineBackend.__init__ [65]: Found CuraEngine at: /usr/bin/CuraEngine
2018-03-28 11:34:57,816 - INFO - [(140591931409728)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin CuraEngineBackend
2018-03-28 11:34:57,840 - INFO - [(140591931409728)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin LocalContainerProvider
2018-03-28 11:34:57,848 - INFO - [(140591931409728)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin MirrorTool
2018-03-28 11:34:57,854 - INFO - [(140591931409728)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin CameraTool
2018-03-28 11:34:57,862 - INFO - [(140591931409728)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin TranslateTool
2018-03-28 11:34:57,871 - INFO - [(140591931409728)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin RotateTool
2018-03-28 11:34:57,875 - INFO - [(140591931409728)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin SelectionTool
2018-03-28 11:34:57,886 - INFO - [(140591931409728)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin ScaleTool
2018-03-28 11:34:57,889 - INFO - [(140591931409728)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin FileLogger
2018-03-28 11:34:57,893 - INFO - [(140591931409728)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin OBJReader
2018-03-28 11:34:57,896 - INFO - [(140591931409728)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin OBJWriter
2018-03-28 11:34:57,902 - WARNING - [(140591931409728)-MainThread] STLReader.STLReader.<module> [25]: Could not find numpy-stl, falling back to slower code.
2018-03-28 11:34:57,904 - INFO - [(140591931409728)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin STLReader
2018-03-28 11:34:57,908 - INFO - [(140591931409728)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin STLWriter
2018-03-28 11:34:57,911 - INFO - [(140591931409728)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin SimpleView
2018-03-28 11:34:57,911 - WARNING - [(140591931409728)-MainThread] UM.PluginRegistry.loadPlugin [200]: Plugin ConsoleLogger was already loaded
2018-03-28 11:34:57,943 - INFO - [(140591931409728)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin UpdateChecker
2018-03-28 11:34:57,949 - INFO - [(140591342118656)-Thread-1] UpdateChecker.UpdateCheckerJob.run [34]: Checking for new version of cura
2018-03-28 11:34:57,959 - INFO - [(140591931409728)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin LocalFileOutputDevice
2018-03-28 11:34:57,975 - INFO - [(140591931409728)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin XmlMaterialProfile
2018-03-28 11:34:57,975 - WARNING - [(140591931409728)-MainThread] UM.PluginRegistry.loadPlugin [200]: Plugin LocalContainerProvider was already loaded
2018-03-28 11:34:57,979 - INFO - [(140591931409728)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin LegacyProfileReader
2018-03-28 11:34:57,980 - WARNING - [(140591931409728)-MainThread] UM.PluginRegistry.loadPlugin [200]: Plugin MirrorTool was already loaded
2018-03-28 11:34:57,980 - WARNING - [(140591931409728)-MainThread] UM.PluginRegistry.loadPlugin [200]: Plugin CameraTool was already loaded
2018-03-28 11:34:57,980 - WARNING - [(140591931409728)-MainThread] UM.PluginRegistry.loadPlugin [200]: Plugin TranslateTool was already loaded
2018-03-28 11:34:57,980 - WARNING - [(140591931409728)-MainThread] UM.PluginRegistry.loadPlugin [200]: Plugin RotateTool was already loaded
2018-03-28 11:34:57,980 - WARNING - [(140591931409728)-MainThread] UM.PluginRegistry.loadPlugin [200]: Plugin SelectionTool was already loaded
2018-03-28 11:34:57,980 - WARNING - [(140591931409728)-MainThread] UM.PluginRegistry.loadPlugin [200]: Plugin ScaleTool was already loaded
2018-03-28 11:34:57,981 - WARNING - [(140591931409728)-MainThread] UM.PluginRegistry.loadPlugin [200]: Plugin FileLogger was already loaded
2018-03-28 11:34:57,985 - INFO - [(140591931409728)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin VersionUpgrade30to31
2018-03-28 11:34:57,993 - INFO - [(140591931409728)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin VersionUpgrade21to22
2018-03-28 11:34:57,998 - INFO - [(140591931409728)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin VersionUpgrade22to24
2018-03-28 11:34:58,003 - INFO - [(140591931409728)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin VersionUpgrade25to26
2018-03-28 11:34:58,008 - INFO - [(140591931409728)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin VersionUpgrade26to27
2018-03-28 11:34:58,012 - INFO - [(140591931409728)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin VersionUpgrade27to30
2018-03-28 11:34:58,033 - INFO - [(140591931409728)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin USBPrinting
2018-03-28 11:34:58,033 - WARNING - [(140591931409728)-MainThread] UM.PluginRegistry.loadPlugin [200]: Plugin OBJReader was already loaded
2018-03-28 11:34:58,034 - WARNING - [(140591931409728)-MainThread] UM.PluginRegistry.loadPlugin [200]: Plugin OBJWriter was already loaded
2018-03-28 11:34:58,034 - WARNING - [(140591931409728)-MainThread] UM.PluginRegistry.loadPlugin [200]: Plugin STLReader was already loaded
2018-03-28 11:34:58,034 - WARNING - [(140591931409728)-MainThread] UM.PluginRegistry.loadPlugin [200]: Plugin STLWriter was already loaded
2018-03-28 11:34:58,041 - INFO - [(140591931409728)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin XRayView
2018-03-28 11:34:58,046 - INFO - [(140591931409728)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin UserAgreementPlugin
2018-03-28 11:34:58,063 - INFO - [(140591931409728)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin X3DReader
2018-03-28 11:34:58,067 - INFO - [(140591931409728)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin PrepareStage
2018-03-28 11:34:58,081 - INFO - [(140591931409728)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin PluginBrowser
2018-03-28 11:34:58,086 - INFO - [(140591931409728)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin CuraProfileWriter
2018-03-28 11:34:58,090 - INFO - [(140591931409728)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin AutoSave
2018-03-28 11:34:58,095 - INFO - [(140591931409728)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin FirmwareUpdateChecker
2018-03-28 11:34:58,100 - ERROR - [(140591931409728)-MainThread] UM.Logger.logException [82]: Exception: Import error loading module UM3NetworkPrinting
2018-03-28 11:34:58,101 - ERROR - [(140591931409728)-MainThread] UM.Logger.logException [86]: Traceback (most recent call last):
2018-03-28 11:34:58,101 - ERROR - [(140591931409728)-MainThread] UM.Logger.logException [86]:   File "/usr/lib/python3.6/site-packages/UM/PluginRegistry.py", line 472, in _findPlugin
2018-03-28 11:34:58,101 - ERROR - [(140591931409728)-MainThread] UM.Logger.logException [86]:     module = imp.load_module(plugin_id, file, path, desc)
2018-03-28 11:34:58,101 - ERROR - [(140591931409728)-MainThread] UM.Logger.logException [86]:   File "/usr/lib/python3.6/imp.py", line 245, in load_module
2018-03-28 11:34:58,101 - ERROR - [(140591931409728)-MainThread] UM.Logger.logException [86]:     return load_package(name, filename)
2018-03-28 11:34:58,102 - ERROR - [(140591931409728)-MainThread] UM.Logger.logException [86]:   File "/usr/lib/python3.6/imp.py", line 217, in load_package
2018-03-28 11:34:58,102 - ERROR - [(140591931409728)-MainThread] UM.Logger.logException [86]:     return _load(spec)
2018-03-28 11:34:58,102 - ERROR - [(140591931409728)-MainThread] UM.Logger.logException [86]:   File "<frozen importlib._bootstrap>", line 684, in _load
2018-03-28 11:34:58,102 - ERROR - [(140591931409728)-MainThread] UM.Logger.logException [86]:   File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
2018-03-28 11:34:58,102 - ERROR - [(140591931409728)-MainThread] UM.Logger.logException [86]:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
2018-03-28 11:34:58,102 - ERROR - [(140591931409728)-MainThread] UM.Logger.logException [86]:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
2018-03-28 11:34:58,103 - ERROR - [(140591931409728)-MainThread] UM.Logger.logException [86]:   File "/usr/lib/cura/plugins/UM3NetworkPrinting/__init__.py", line 3, in <module>
2018-03-28 11:34:58,103 - ERROR - [(140591931409728)-MainThread] UM.Logger.logException [86]:     from . import NetworkPrinterOutputDevicePlugin
2018-03-28 11:34:58,103 - ERROR - [(140591931409728)-MainThread] UM.Logger.logException [86]:   File "/usr/lib/cura/plugins/UM3NetworkPrinting/NetworkPrinterOutputDevicePlugin.py", line 18, in <module>
2018-03-28 11:34:58,103 - ERROR - [(140591931409728)-MainThread] UM.Logger.logException [86]:     from zeroconf import Zeroconf, ServiceBrowser, ServiceStateChange, ServiceInfo  # type: ignore
2018-03-28 11:34:58,103 - ERROR - [(140591931409728)-MainThread] UM.Logger.logException [86]: ModuleNotFoundError: No module named 'zeroconf'
2018-03-28 11:34:58,103 - WARNING - [(140591931409728)-MainThread] UM.PluginRegistry._populateMetaData [388]: Could not find plugin UM3NetworkPrinting
2018-03-28 11:34:58,108 - ERROR - [(140591931409728)-MainThread] UM.Logger.logException [82]: Exception: Import error loading module UM3NetworkPrinting
2018-03-28 11:34:58,109 - ERROR - [(140591931409728)-MainThread] UM.Logger.logException [86]: Traceback (most recent call last):
2018-03-28 11:34:58,109 - ERROR - [(140591931409728)-MainThread] UM.Logger.logException [86]:   File "/usr/lib/python3.6/site-packages/UM/PluginRegistry.py", line 472, in _findPlugin
2018-03-28 11:34:58,109 - ERROR - [(140591931409728)-MainThread] UM.Logger.logException [86]:     module = imp.load_module(plugin_id, file, path, desc)
2018-03-28 11:34:58,109 - ERROR - [(140591931409728)-MainThread] UM.Logger.logException [86]:   File "/usr/lib/python3.6/imp.py", line 245, in load_module
2018-03-28 11:34:58,109 - ERROR - [(140591931409728)-MainThread] UM.Logger.logException [86]:     return load_package(name, filename)
2018-03-28 11:34:58,109 - ERROR - [(140591931409728)-MainThread] UM.Logger.logException [86]:   File "/usr/lib/python3.6/imp.py", line 217, in load_package
2018-03-28 11:34:58,110 - ERROR - [(140591931409728)-MainThread] UM.Logger.logException [86]:     return _load(spec)
2018-03-28 11:34:58,110 - ERROR - [(140591931409728)-MainThread] UM.Logger.logException [86]:   File "<frozen importlib._bootstrap>", line 684, in _load
2018-03-28 11:34:58,110 - ERROR - [(140591931409728)-MainThread] UM.Logger.logException [86]:   File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
2018-03-28 11:34:58,110 - ERROR - [(140591931409728)-MainThread] UM.Logger.logException [86]:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
2018-03-28 11:34:58,110 - ERROR - [(140591931409728)-MainThread] UM.Logger.logException [86]:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
2018-03-28 11:34:58,110 - ERROR - [(140591931409728)-MainThread] UM.Logger.logException [86]:   File "/usr/lib/cura/plugins/UM3NetworkPrinting/__init__.py", line 3, in <module>
2018-03-28 11:34:58,111 - ERROR - [(140591931409728)-MainThread] UM.Logger.logException [86]:     from . import NetworkPrinterOutputDevicePlugin
2018-03-28 11:34:58,111 - ERROR - [(140591931409728)-MainThread] UM.Logger.logException [86]:   File "/usr/lib/cura/plugins/UM3NetworkPrinting/NetworkPrinterOutputDevicePlugin.py", line 18, in <module>
2018-03-28 11:34:58,111 - ERROR - [(140591931409728)-MainThread] UM.Logger.logException [86]:     from zeroconf import Zeroconf, ServiceBrowser, ServiceStateChange, ServiceInfo  # type: ignore
2018-03-28 11:34:58,111 - ERROR - [(140591931409728)-MainThread] UM.Logger.logException [86]: ModuleNotFoundError: No module named 'zeroconf'
2018-03-28 11:34:58,117 - INFO - [(140591931409728)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin MachineSettingsAction
2018-03-28 11:34:58,117 - WARNING - [(140591931409728)-MainThread] UM.PluginRegistry.loadPlugin [200]: Plugin SimpleView was already loaded
2018-03-28 11:34:58,125 - INFO - [(140591931409728)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin ImageReader
2018-03-28 11:34:58,140 - INFO - [(140591931409728)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin SimulationView
2018-03-28 11:34:58,145 - INFO - [(140591931409728)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin GCodeWriter
2018-03-28 11:34:58,151 - WARNING - [(140591931409728)-MainThread] UM.Preferences.getValue [81]: Tried to get the value of non-existing setting cura/active_mode.
2018-03-28 11:34:58,152 - INFO - [(140591931409728)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin PerObjectSettingsTool
2018-03-28 11:34:58,156 - INFO - [(140591931409728)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin GCodeProfileReader
2018-03-28 11:34:58,159 - INFO - [(140591931409728)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin CuraProfileReader
2018-03-28 11:34:58,160 - WARNING - [(140591931409728)-MainThread] UM.PluginRegistry.loadPlugin [200]: Plugin ConsoleLogger was already loaded
2018-03-28 11:34:58,171 - INFO - [(140591931409728)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin UltimakerMachineActions
2018-03-28 11:34:58,191 - INFO - [(140591931409728)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin 3MFReader
2018-03-28 11:34:58,195 - INFO - [(140591931409728)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin MonitorStage
2018-03-28 11:34:58,199 - INFO - [(140591931409728)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin ChangeLogPlugin
2018-03-28 11:34:58,211 - INFO - [(140591931409728)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin GCodeReader
2018-03-28 11:34:58,218 - INFO - [(140591931409728)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin RemovableDriveOutputDevice
2018-03-28 11:34:58,225 - INFO - [(140591931409728)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin PostProcessingPlugin
2018-03-28 11:34:58,225 - WARNING - [(140591931409728)-MainThread] UM.PluginRegistry.loadPlugin [200]: Plugin CuraEngineBackend was already loaded
2018-03-28 11:34:58,226 - WARNING - [(140591931409728)-MainThread] UM.PluginRegistry.loadPlugin [200]: Plugin UpdateChecker was already loaded
2018-03-28 11:34:58,233 - INFO - [(140591931409728)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin 3MFWriter
2018-03-28 11:34:58,238 - INFO - [(140591931409728)-MainThread] UM.PluginRegistry.loadPlugin [238]: Loaded plugin SolidView
2018-03-28 11:34:58,238 - WARNING - [(140591931409728)-MainThread] UM.PluginRegistry.loadPlugin [200]: Plugin LocalFileOutputDevice was already loaded
2018-03-28 11:34:58,244 - INFO - [(140591931409728)-MainThread] UM.VersionUpgradeManager.upgrade [113]: Looking for old configuration files to upgrade.
2018-03-28 11:34:58,247 - DEBUG - [(140591931409728)-MainThread] UM.Backend.Backend._logSocketState [173]: Socket state changed to Listening
2018-03-28 11:34:58,253 - INFO - [(140591931409728)-MainThread] UM.Backend.Backend.startEngine [74]: Started engine process: /usr/bin/CuraEngine
2018-03-28 11:34:58,254 - DEBUG - [(140591931409728)-MainThread] UM.Backend.Backend._backendLog [90]: [Backend] Calling engine with: ['/usr/bin/CuraEngine', 'connect', '127.0.0.1:49674', '-j', '/usr/share/cura/resources/definitions/fdmprinter.def.json', '']
qt5ct: D-Bus system tray: no
2018-03-28 11:34:58,265 - DEBUG - [(140590838699776)-Thread-9] UM.Backend.Backend._backendLog [90]: [Backend] 
2018-03-28 11:34:58,266 - DEBUG - [(140590838699776)-Thread-9] UM.Backend.Backend._backendLog [90]: [Backend] Cura_SteamEngine version DEV
2018-03-28 11:34:58,267 - DEBUG - [(140590838699776)-Thread-9] UM.Backend.Backend._backendLog [90]: [Backend] Copyright (C) 2017 Ultimaker
2018-03-28 11:34:58,268 - DEBUG - [(140590838699776)-Thread-9] UM.Backend.Backend._backendLog [90]: [Backend] 
2018-03-28 11:34:58,268 - DEBUG - [(140590838699776)-Thread-9] UM.Backend.Backend._backendLog [90]: [Backend] This program is free software: you can redistribute it and/or modify
2018-03-28 11:34:58,269 - DEBUG - [(140590838699776)-Thread-9] UM.Backend.Backend._backendLog [90]: [Backend] it under the terms of the GNU Affero General Public License as published by
2018-03-28 11:34:58,269 - DEBUG - [(140590838699776)-Thread-9] UM.Backend.Backend._backendLog [90]: [Backend] the Free Software Foundation, either version 3 of the License, or
2018-03-28 11:34:58,270 - DEBUG - [(140590838699776)-Thread-9] UM.Backend.Backend._backendLog [90]: [Backend] (at your option) any later version.
2018-03-28 11:34:58,270 - DEBUG - [(140590838699776)-Thread-9] UM.Backend.Backend._backendLog [90]: [Backend] 
2018-03-28 11:34:58,271 - DEBUG - [(140590838699776)-Thread-9] UM.Backend.Backend._backendLog [90]: [Backend] This program is distributed in the hope that it will be useful,
2018-03-28 11:34:58,272 - DEBUG - [(140590838699776)-Thread-9] UM.Backend.Backend._backendLog [90]: [Backend] but WITHOUT ANY WARRANTY; without even the implied warranty of
2018-03-28 11:34:58,272 - DEBUG - [(140590838699776)-Thread-9] UM.Backend.Backend._backendLog [90]: [Backend] MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2018-03-28 11:34:58,272 - DEBUG - [(140590838699776)-Thread-9] UM.Backend.Backend._backendLog [90]: [Backend] GNU Affero General Public License for more details.
2018-03-28 11:34:58,273 - DEBUG - [(140590838699776)-Thread-9] UM.Backend.Backend._backendLog [90]: [Backend] 
2018-03-28 11:34:58,273 - DEBUG - [(140590838699776)-Thread-9] UM.Backend.Backend._backendLog [90]: [Backend] You should have received a copy of the GNU Affero General Public License
2018-03-28 11:34:58,273 - DEBUG - [(140590838699776)-Thread-9] UM.Backend.Backend._backendLog [90]: [Backend] along with this program.  If not, see <http://www.gnu.org/licenses/>.
2018-03-28 11:34:58,396 - DEBUG - [(140591931409728)-MainThread] UM.Backend.Backend._logSocketState [177]: Socket state changed to Connected
2018-03-28 11:34:58,396 - DEBUG - [(140591931409728)-MainThread] UM.Backend.Backend._onSocketStateChanged [167]: Backend connected on port 49674
2018-03-28 11:34:59,215 - WARNING - [(140591931409728)-MainThread] UM.Preferences.getValue [81]: Tried to get the value of non-existing setting view/filter_current_build_plate.
2018-03-28 11:34:59,216 - DEBUG - [(140591931409728)-MainThread] cura.Scene.CuraSceneController.setActiveBuildPlate [101]: Select build plate: 0
2018-03-28 11:34:59,218 - DEBUG - [(140591931409728)-MainThread] UM.Controller.setActiveStage [155]: Setting active stage to PrepareStage
2018-03-28 11:34:59,219 - DEBUG - [(140591931409728)-MainThread] UM.Controller.setActiveView [92]: Setting active view to SolidView
2018-03-28 11:34:59,380 - DEBUG - [(140591931409728)-MainThread] UM.Qt.Bindings.Theme.load [172]: Loading theme file: /usr/share/cura/resources/themes/cura-light/theme.json
2018-03-28 11:34:59,403 - DEBUG - [(140591931409728)-MainThread] UM.Qt.Bindings.Theme.load [240]: Loaded theme /usr/share/cura/resources/themes/cura-light
2018-03-28 11:34:59,459 - DEBUG - [(140591931409728)-MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [50]: Loading container fdmprinter
Fatal Python error: Segmentation fault

Thread 0x00007fdddaffd700 (most recent call first):
  File "/usr/lib/python3.6/site-packages/UM/Backend/Backend.py", line 155 in _storeStderrToLogThread
  File "/usr/lib/python3.6/threading.py", line 864 in run
  File "/usr/lib/python3.6/threading.py", line 916 in _bootstrap_inner
  File "/usr/lib/python3.6/threading.py", line 884 in _bootstrap

Thread 0x00007fdddb7fe700 (most recent call first):
  File "/usr/lib/python3.6/site-packages/UM/Backend/Backend.py", line 147 in _storeOutputToLogThread
  File "/usr/lib/python3.6/threading.py", line 864 in run
  File "/usr/lib/python3.6/threading.py", line 916 in _bootstrap_inner
  File "/usr/lib/python3.6/threading.py", line 884 in _bootstrap

Thread 0x00007fdde8d86700 (most recent call first):
  File "/usr/lib/cura/plugins/RemovableDriveOutputDevice/RemovableDrivePlugin.py", line 61 in _updateThread
  File "/usr/lib/python3.6/threading.py", line 864 in run
  File "/usr/lib/python3.6/threading.py", line 916 in _bootstrap_inner
  File "/usr/lib/python3.6/threading.py", line 884 in _bootstrap

Thread 0x00007fdde9b5a700 (most recent call first):
  File "/usr/lib/cura/plugins/USBPrinting/USBPrinterOutputDeviceManager.py", line 86 in _updateThread
  File "/usr/lib/python3.6/threading.py", line 864 in run
  File "/usr/lib/python3.6/threading.py", line 916 in _bootstrap_inner
  File "/usr/lib/python3.6/threading.py", line 884 in _bootstrap

Thread 0x00007fddeb7fe700 (most recent call first):
  File "/usr/lib/python3.6/threading.py", line 295 in wait
  File "/usr/lib/python3.6/threading.py", line 426 in acquire
  File "/usr/lib/python3.6/site-packages/UM/JobQueue.py", line 86 in _nextJob
  File "/usr/lib/python3.6/site-packages/UM/JobQueue.py", line 116 in run
  File "/usr/lib/python3.6/threading.py", line 916 in _bootstrap_inner
  File "/usr/lib/python3.6/threading.py", line 884 in _bootstrap

Thread 0x00007fddebfff700 (most recent call first):
  File "/usr/lib/python3.6/threading.py", line 295 in wait
  File "/usr/lib/python3.6/threading.py", line 426 in acquire
  File "/usr/lib/python3.6/site-packages/UM/JobQueue.py", line 86 in _nextJob
  File "/usr/lib/python3.6/site-packages/UM/JobQueue.py", line 116 in run
  File "/usr/lib/python3.6/threading.py", line 916 in _bootstrap_inner
  File "/usr/lib/python3.6/threading.py", line 884 in _bootstrap

Thread 0x00007fddf8815700 (most recent call first):
  File "/usr/lib/python3.6/threading.py", line 295 in wait
  File "/usr/lib/python3.6/threading.py", line 426 in acquire
  File "/usr/lib/python3.6/site-packages/UM/JobQueue.py", line 86 in _nextJob
  File "/usr/lib/python3.6/site-packages/UM/JobQueue.py", line 116 in run
  File "/usr/lib/python3.6/threading.py", line 916 in _bootstrap_inner
  File "/usr/lib/python3.6/threading.py", line 884 in _bootstrap

Thread 0x00007fddf9016700 (most recent call first):
  File "/usr/lib/python3.6/threading.py", line 295 in wait
  File "/usr/lib/python3.6/threading.py", line 426 in acquire
  File "/usr/lib/python3.6/site-packages/UM/JobQueue.py", line 86 in _nextJob
  File "/usr/lib/python3.6/site-packages/UM/JobQueue.py", line 116 in run
  File "/usr/lib/python3.6/threading.py", line 916 in _bootstrap_inner
  File "/usr/lib/python3.6/threading.py", line 884 in _bootstrap

Current thread 0x00007fde1c214540 (most recent call first):
  File "/usr/lib/python3.6/site-packages/UM/Qt/QtApplication.py", line 236 in initializeEngine
  File "/usr/lib/python3.6/site-packages/cura/CuraApplication.py", line 730 in run
  File "/usr/bin/cura", line 141 in <module>
f0lie commented 6 years ago

For people who didn't cache the previous version of python-pyqt5 do this:

sudo pacman -U https://archive.archlinux.org/packages/p/python-pyqt5/python-pyqt5-5.10-3-x86_64.pkg.tar.xz

It does the same thing but downloads the previous version from the arch linux archives. I can confirm that Cura works by doing this.

jelly commented 6 years ago

The issue is caused by a change in PyQt 5, reverting the following change makes Cura start without a segfault. I've informed upstream by sending an e-mail to the mailing list.

archesys commented 6 years ago

I fond a solution to bypass thé problèmes ans wait for another solution. I run the .appimage ans it works.

jelly commented 6 years ago

The latest development snapshot of PyQt seems to resolve the segfault, sadly since it doesn't use a VCS system I can't determine which change.

https://riverbankcomputing.com/software/pyqt/download5

MHaendel commented 6 years ago

Same issue, Ubuntu 17.10

larsemil commented 6 years ago

I had the same problem in Archlinux. But an upgrade of the system solved it. I guess the pyqt fix was in there.

thopiekar commented 6 years ago

The segmentation fault on Ubuntu Bionic is going to be fixed: https://bugs.launchpad.net/ubuntu/+source/pyqt5/+bug/1766092

Just appeared after an upgrade from a 5.9.x to 5.10.x package.

@LipuFei Might be also an interesting patch for you.

jelly commented 6 years ago

This ticket can be closed, it's a PyQt bug.

thopiekar commented 6 years ago

True, but this bug tracker is still a good place to collect these bugs, because the community is widely located at different distribution and operation systems.

Additionally, it seems that the same patch needs to be applied at cura-vuild-environment. ( I think)

Ghostkeeper commented 6 years ago

I'd still like to close this, because: