Created
July 27, 2015 18:14
-
-
Save retorquere/f171f5773740cea64b6d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(process:14150): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0' failed | |
Failed to load the Python module: '/usr/lib/komodo-edit/mozilla/components/koFinder.py' | |
Traceback (most recent call last): | |
File "/usr/lib/komodo-edit/mozilla/python/xpcom/server/loader.py", line 134, in loadModule | |
return self._getCOMModuleForLocation(aLocalFile) | |
File "/usr/lib/komodo-edit/mozilla/python/xpcom/server/loader.py", line 158, in _getCOMModuleForLocation | |
py_mod = loader.load_module( module_name_in_sys, stuff ) | |
File "/usr/lib/komodo-edit/python/lib/python2.7/ihooks.py", line 272, in load_module | |
m = self.hooks.load_source(name, filename, file) | |
File "/usr/lib/komodo-edit/python/lib/python2.7/ihooks.py", line 170, in load_source | |
return imp.load_source(name, filename, file) | |
File "/usr/lib/komodo-edit/mozilla/components/koFinder.py", line 57, in <module> | |
import findlib2 | |
File "/usr/lib/komodo-edit/mozilla/python/komodo/findlib2.py", line 54, in <module> | |
from scandir import walk as os_walk | |
File "/usr/lib/komodo-edit/mozilla/python/komodo/scandir.py", line 448, in <module> | |
libc = ctypes.CDLL(ctypes.util.find_library('c'), use_errno=True) | |
File "/usr/lib/komodo-edit/python/lib/python2.7/ctypes/util.py", line 242, in find_library | |
return _findSoname_ldconfig(name) or _get_soname(_findLib_gcc(name)) | |
File "/usr/lib/komodo-edit/python/lib/python2.7/ctypes/util.py", line 235, in _findSoname_ldconfig | |
f.close() | |
<type 'exceptions.IOError'>: [Errno 10] No child processes | |
*** Error in logger.exception: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [koILogger.isEnabledFor]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: chrome://komodo/content/sdk/logging.js :: Logger.prototype.isEnabledFor :: line 139" data: no] | |
@chrome://komodo/content/globals.js:79:8 | |
XPCU_defineLazyGetter/<.get@resource://gre/modules/XPCOMUtils.jsm:193:32 | |
VimController@chrome://komodo/content/keybindings/viKeyBinder.js:137:8 | |
VimController_onload@chrome://komodo/content/keybindings/viKeyBinder.js:103:25 | |
keybindingManagerOnLoad@chrome://komodo/content/keybindings/keybindings.js:2599:8 | |
window.onload@chrome://komodo/content/komodo.js:432:8 | |
Failed to load the Python module: '/usr/lib/komodo-edit/mozilla/extensions/[email protected]/components/koScopeFiles.py' | |
Traceback (most recent call last): | |
File "/usr/lib/komodo-edit/mozilla/python/xpcom/server/loader.py", line 134, in loadModule | |
return self._getCOMModuleForLocation(aLocalFile) | |
File "/usr/lib/komodo-edit/mozilla/python/xpcom/server/loader.py", line 158, in _getCOMModuleForLocation | |
py_mod = loader.load_module( module_name_in_sys, stuff ) | |
File "/usr/lib/komodo-edit/python/lib/python2.7/ihooks.py", line 272, in load_module | |
m = self.hooks.load_source(name, filename, file) | |
File "/usr/lib/komodo-edit/python/lib/python2.7/ihooks.py", line 170, in load_source | |
return imp.load_source(name, filename, file) | |
File "/usr/lib/komodo-edit/mozilla/extensions/[email protected]/components/koScopeFiles.py", line 15, in <module> | |
from findlib2 import paths_from_path_patterns | |
File "/usr/lib/komodo-edit/mozilla/python/komodo/findlib2.py", line 54, in <module> | |
from scandir import walk as os_walk | |
File "/usr/lib/komodo-edit/mozilla/python/komodo/scandir.py", line 448, in <module> | |
libc = ctypes.CDLL(ctypes.util.find_library('c'), use_errno=True) | |
File "/usr/lib/komodo-edit/python/lib/python2.7/ctypes/util.py", line 242, in find_library | |
return _findSoname_ldconfig(name) or _get_soname(_findLib_gcc(name)) | |
File "/usr/lib/komodo-edit/python/lib/python2.7/ctypes/util.py", line 235, in _findSoname_ldconfig | |
f.close() | |
<type 'exceptions.IOError'>: [Errno 10] No child processes | |
*** Error in logger.debug: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [koILogger.isEnabledFor]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: chrome://komodo/content/sdk/logging.js :: Logger.prototype.isEnabledFor :: line 139" data: no] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment