Open johnchourajr opened 8 years ago
Hi @johnchourajr, what were you doing when this exception occurred?
Typing in the editor. On Sat, Aug 27, 2016 at 10:23 AM Wliu notifications@github.com wrote:
Hi @johnchourajr https://github.com/johnchourajr, what were you doing when this exception occurred?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/atom/bracket-matcher/issues/243#issuecomment-242929616, or mute the thread https://github.com/notifications/unsubscribe-auth/AGIksFogiXIZdn9zPVbdv3XFk_8u8cKcks5qkHKugaJpZM4Jrpnk .
—John
@johnchourajr Sorry for the delay, but have you experienced this exception again since you first reported it?
I just started having the same issue since last night, for now it only seems to be happening in a single file (php
). If I close the file's tab and reopen, it works for a few keystrokes but then starts to throw the error on every keystroke in the editor.
Atom Version: 1.12.2 Electron Version: 1.3.6 System: Mac OS X 10.12.1
Uncaught Error: Cannot decorate a destroyed marker
At /Applications/Atom.app/Contents/Resources/app.asar/src/decoration-manager.js:192
Error: Cannot decorate a destroyed marker
at DecorationManager.module.exports.DecorationManager.decorateMarker (/Applications/Atom.app/Contents/Resources/app.asar/src/decoration-manager.js:192:15)
at TextEditor.module.exports.TextEditor.decorateMarker (/Applications/Atom.app/Contents/Resources/app.asar/src/text-editor.js:1662:37)
at BracketMatcherView.module.exports.BracketMatcherView.createMarker (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/bracket-matcher/lib/bracket-matcher-view.js:263:19)
at BracketMatcherView.module.exports.BracketMatcherView.updateMatch (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/bracket-matcher/lib/bracket-matcher-view.js:148:35)
at /Applications/Atom.app/Contents/Resources/app.asar/node_modules/bracket-matcher/lib/bracket-matcher-view.js:43:26
at Function.module.exports.Emitter.simpleDispatch (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/event-kit/lib/emitter.js:25:14)
at Emitter.module.exports.Emitter.emit (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/event-kit/lib/emitter.js:129:28)
at TextBuffer.module.exports.TextBuffer.emitDidChangeTextEvent (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/text-buffer/lib/text-buffer.js:1402:20)
at TextBuffer.module.exports.TextBuffer.transact (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/text-buffer/lib/text-buffer.js:892:14)
at TextEditor.module.exports.TextEditor.transact (/Applications/Atom.app/Contents/Resources/app.asar/src/text-editor.js:1524:26)
at /Applications/Atom.app/Contents/Resources/app.asar/src/text-editor.js:1101:24
at TextEditor.module.exports.TextEditor.mergeSelections (/Applications/Atom.app/Contents/Resources/app.asar/src/text-editor.js:2498:43)
at TextEditor.module.exports.TextEditor.mergeIntersectingSelections (/Applications/Atom.app/Contents/Resources/app.asar/src/text-editor.js:2464:35)
at TextEditor.module.exports.TextEditor.mutateSelectedText (/Applications/Atom.app/Contents/Resources/app.asar/src/text-editor.js:1099:19)
at TextEditor.module.exports.TextEditor.insertText (/Applications/Atom.app/Contents/Resources/app.asar/src/text-editor.js:1065:19)
at TextEditor.object.(anonymous function) [as insertText] (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/underscore-plus/lib/underscore-plus.js:77:27)
at TextEditorComponent.module.exports.TextEditorComponent.onTextInput (/Applications/Atom.app/Contents/Resources/app.asar/src/text-editor-component.js:479:26)
at HTMLDivElement.<anonymous> (/Applications/Atom.app/Contents/Resources/app.asar/src/text-editor-component.js:3:59)
-0:56.3.0 editor:select-to-beginning-of-word (atom-text-editor.editor.is-focused)
-0:55.7.0 core:backspace (atom-text-editor.editor.is-focused)
-0:54 core:save (atom-text-editor.editor.is-focused.autocomplete-active)
3x -0:31.5.0 core:move-up (atom-text-editor.editor.is-focused)
3x -0:29.6.0 core:move-left (atom-text-editor.editor.is-focused)
3x -0:28.8.0 editor:select-to-beginning-of-word (atom-text-editor.editor.is-focused)
2x -0:27.3.0 core:backspace (atom-text-editor.editor.is-focused)
-0:21.2.0 core:save (atom-text-editor.editor.is-focused)
-0:18.2.0 core:close (atom-text-editor.editor.is-focused)
-0:17.5.0 fuzzy-finder:toggle-file-finder (atom-text-editor.editor.is-focused)
-0:16.2.0 core:confirm (atom-text-editor.editor.mini.is-focused)
3x -0:12.1.0 core:move-up (atom-text-editor.editor.is-focused)
-0:09.9.0 editor:move-to-beginning-of-word (atom-text-editor.editor.is-focused)
-0:09.3.0 core:move-left (atom-text-editor.editor.is-focused)
-0:09.0 core:move-down (atom-text-editor.editor.is-focused)
-0:08.6.0 editor:move-to-beginning-of-word (atom-text-editor.editor.is-focused)
{
"core": {
"customFileTypes": {
"source.sass": [
"scss",
"pcss"
]
},
"disabledPackages": [
"atom-terminal",
"wrap-guide",
"language-sass",
"emmet-snippets-compatibility",
"emmet"
],
"ignoredNames": [
".git",
".hg",
".svn",
".DS_Store",
"._*",
"Thumbs.db",
"*.sublime-workspace",
"node_modules",
"cgi-bin",
".imdone"
],
"packagesWithKeymapsDisabled": [
"markdown-pdf",
"markdown-themeable-pdf"
],
"projectHome": "/Users/udyux/Dev",
"telemetryConsent": "limited",
"themes": [
"atom-material-ui",
"spacegray-dark-neue-syntax"
]
}
}
# User
activate-power-mode, v1.1.0 (active)
advanced-open-file, v0.16.4 (active)
atom-beautify, v0.29.13 (active)
atom-bracket-highlight, v0.3.1 (active)
atom-material-ui, v1.3.6 (active)
atom-ternjs, v0.16.0 (active)
auto-detect-indentation, v1.3.0 (active)
autocomplete-php, v0.3.7 (active)
autocomplete-sass, v0.1.0 (active)
emmet-simplified, v2.5.0 (active)
file-icons, v1.7.24 (active)
git-time-machine, v1.5.3 (inactive)
hyperclick, v0.0.39 (active)
imdone-atom, v2.0.16 (active)
language-cshtml, v0.2.1 (active)
linter, v1.11.18 (active)
markdown-themeable-pdf, v1.2.0 (active)
minimap, v4.25.6 (active)
pigments, v0.37.0 (active)
project-plus, v0.9.0 (active)
Sass-Syntax-Highlight, v0.1.1 (active)
spacegray-dark-neue-syntax, v1.3.0 (active)
terminal-plus, v0.14.5 (active)
toggle-quotes, v1.0.0 (inactive)
atom-dark-syntax, v0.27.0 (inactive)
atom-dark-ui, v0.52.0 (inactive)
atom-light-syntax, v0.28.0 (inactive)
atom-light-ui, v0.45.0 (inactive)
base16-tomorrow-dark-theme, v1.3.0 (inactive)
base16-tomorrow-light-theme, v1.3.0 (inactive)
one-dark-ui, v1.6.2 (inactive)
one-light-ui, v1.6.2 (inactive)
one-dark-syntax, v1.5.0 (inactive)
one-light-syntax, v1.5.0 (inactive)
solarized-dark-syntax, v1.0.5 (inactive)
solarized-light-syntax, v1.0.5 (inactive)
about, v1.7.0 (active)
archive-view, v0.62.0 (active)
autocomplete-atom-api, v0.10.0 (active)
autocomplete-css, v0.13.1 (active)
autocomplete-html, v0.7.2 (active)
autocomplete-plus, v2.31.4 (active)
autocomplete-snippets, v1.11.0 (active)
autoflow, v0.27.0 (inactive)
autosave, v0.23.1 (active)
background-tips, v0.26.1 (active)
bookmarks, v0.42.0 (active)
bracket-matcher, v0.82.2 (active)
command-palette, v0.39.0 (inactive)
deprecation-cop, v0.54.1 (active)
dev-live-reload, v0.47.0 (active)
encoding-selector, v0.22.0 (active)
exception-reporting, v0.40.0 (active)
find-and-replace, v0.202.2 (inactive)
fuzzy-finder, v1.4.0 (active)
git-diff, v1.1.0 (active)
go-to-line, v0.31.0 (inactive)
grammar-selector, v0.48.2 (active)
image-view, v0.60.0 (active)
incompatible-packages, v0.26.1 (active)
keybinding-resolver, v0.35.0 (active)
line-ending-selector, v0.5.0 (active)
link, v0.31.2 (inactive)
markdown-preview, v0.158.8 (active)
metrics, v1.1.1 (active)
notifications, v0.65.1 (active)
open-on-github, v1.2.1 (inactive)
package-generator, v1.0.1 (inactive)
settings-view, v0.243.1 (active)
snippets, v1.0.4 (active)
spell-check, v0.68.4 (active)
status-bar, v1.4.1 (active)
styleguide, v0.47.2 (active)
symbols-view, v0.113.1 (inactive)
tabs, v0.103.0 (active)
timecop, v0.33.2 (active)
tree-view, v0.210.0 (active)
update-package-dependencies, v0.10.0 (active)
welcome, v0.35.1 (active)
whitespace, v0.35.0 (active)
wrap-guide, v0.38.2 (inactive)
language-c, v0.54.0 (active)
language-clojure, v0.22.1 (active)
language-coffee-script, v0.48.0 (active)
language-csharp, v0.12.1 (active)
language-css, v0.40.1 (active)
language-gfm, v0.88.0 (active)
language-git, v0.15.0 (active)
language-go, v0.43.0 (active)
language-html, v0.46.1 (active)
language-hyperlink, v0.16.1 (active)
language-java, v0.24.0 (active)
language-javascript, v0.122.0 (active)
language-json, v0.18.3 (active)
language-less, v0.29.6 (active)
language-make, v0.22.2 (active)
language-mustache, v0.13.0 (active)
language-objective-c, v0.15.1 (active)
language-perl, v0.37.0 (active)
language-php, v0.37.3 (active)
language-property-list, v0.8.0 (active)
language-python, v0.45.1 (active)
language-ruby, v0.70.2 (active)
language-ruby-on-rails, v0.25.1 (active)
language-sass, v0.57.0 (inactive)
language-shellscript, v0.23.0 (active)
language-source, v0.9.0 (active)
language-sql, v0.25.0 (active)
language-text, v0.7.1 (active)
language-todo, v0.29.1 (active)
language-toml, v0.18.1 (active)
language-xml, v0.34.12 (active)
language-yaml, v0.27.1 (active)
# Dev
No dev packages
@udyux Can you reproduce your issue in safe mode (atom --safe
)?
I am having the same issue. It is not reproduced in safe mode however and a restart of Atom seems to remove it as well.
To me this started happening when I updated linter-rubocop
without updating the linter
base package. Problem disappeared after I also udpated the linter
base package.
[Enter steps to reproduce:]
Atom: 1.17.2 ia32 Electron: 1.3.15 OS: Unknown Windows version Thrown From: bracket-matcher package 0.85.5
Uncaught Error: Cannot decorate a destroyed marker
At C:\Users\guf1\AppData\Local\atom\app-1.17.2\resources\app\src\decoration-manager.js:204
Error: Cannot decorate a destroyed marker
at DecorationManager.module.exports.DecorationManager.decorateMarker (~/AppData/Local/atom/app-1.17.2/resources/app/src/decoration-manager.js:194:1)
at TextEditor.module.exports.TextEditor.decorateMarker (~/AppData/Local/atom/app-1.17.2/resources/app/src/text-editor.js:1737:1)
at TextEditor.module.exports.TextEditor.addCursor (~/AppData/Local/atom/app-1.17.2/resources/app/src/text-editor.js:2107:1)
at TextEditor.module.exports.TextEditor.addSelection (~/AppData/Local/atom/app-1.17.2/resources/app/src/text-editor.js:2602:1)
at ~/AppData/Local/atom/app-1.17.2/resources/app/node_modules/text-buffer/lib/display-marker-layer.js:79:1
at Function.module.exports.Emitter.simpleDispatch (~/AppData/Local/atom/app-1.17.2/resources/app/node_modules/event-kit/lib/emitter.js:25:1)
at Emitter.module.exports.Emitter.emit (~/AppData/Local/atom/app-1.17.2/resources/app/node_modules/event-kit/lib/emitter.js:141:1)
at MarkerLayer.module.exports.MarkerLayer.createMarker (~/AppData/Local/atom/app-1.17.2/resources/app/node_modules/text-buffer/lib/marker-layer.js:417:1)
at MarkerLayer.module.exports.MarkerLayer.markRange (~/AppData/Local/atom/app-1.17.2/resources/app/node_modules/text-buffer/lib/marker-layer.js:217:1)
at DisplayMarkerLayer.module.exports.DisplayMarkerLayer.markBufferRange (~/AppData/Local/atom/app-1.17.2/resources/app/node_modules/text-buffer/lib/display-marker-layer.js:105:1)
at TextEditor.module.exports.TextEditor.addSelectionForBufferRange (~/AppData/Local/atom/app-1.17.2/resources/app/src/text-editor.js:2287:1)
at TextEditor.module.exports.TextEditor.createLastSelectionIfNeeded (~/AppData/Local/atom/app-1.17.2/resources/app/src/text-editor.js:2665:1)
at TextEditor.module.exports.TextEditor.getLastSelection (~/AppData/Local/atom/app-1.17.2/resources/app/src/text-editor.js:2460:1)
at BracketMatcherView.module.exports.BracketMatcherView.updateMatch (~/AppData/Local/atom/app-1.17.2/resources/app/node_modules/bracket-matcher/lib/bracket-matcher-view.js:87:1)
at ~/AppData/Local/atom/app-1.17.2/resources/app/node_modules/bracket-matcher/lib/bracket-matcher-view.js:3:1
at Function.module.exports.Emitter.simpleDispatch (~/AppData/Local/atom/app-1.17.2/resources/app/node_modules/event-kit/lib/emitter.js:25:1)
at Emitter.module.exports.Emitter.emit (~/AppData/Local/atom/app-1.17.2/resources/app/node_modules/event-kit/lib/emitter.js:141:1)
at TextEditor.module.exports.TextEditor.removeSelection (~/AppData/Local/atom/app-1.17.2/resources/app/src/text-editor.js:2632:1)
at Selection.module.exports.Selection.markerDidDestroy (~/AppData/Local/atom/app-1.17.2/resources/app/src/selection.js:939:1)
at ~/AppData/Local/atom/app-1.17.2/resources/app/src/selection.js:46:1
at Function.module.exports.Emitter.simpleDispatch (~/AppData/Local/atom/app-1.17.2/resources/app/node_modules/event-kit/lib/emitter.js:25:1)
at Emitter.module.exports.Emitter.emit (~/AppData/Local/atom/app-1.17.2/resources/app/node_modules/event-kit/lib/emitter.js:141:1)
at DisplayMarker.module.exports.DisplayMarker.didDestroyBufferMarker (~/AppData/Local/atom/app-1.17.2/resources/app/node_modules/text-buffer/lib/display-marker.js:28:1)
at ~/AppData/Local/atom/app-1.17.2/resources/app/node_modules/text-buffer/lib/display-marker-layer.js:54:1
at Set.forEach (native)
at DisplayMarkerLayer.module.exports.DisplayMarkerLayer.didClearBufferMarkerLayer (~/AppData/Local/atom/app-1.17.2/resources/app/node_modules/text-buffer/lib/display-marker-layer.js:53:1)
at ~/AppData/Local/atom/app-1.17.2/resources/app/node_modules/text-buffer/lib/marker-layer.js:104:1
at Set.forEach (native)
at MarkerLayer.module.exports.MarkerLayer.clear (~/AppData/Local/atom/app-1.17.2/resources/app/node_modules/text-buffer/lib/marker-layer.js:103:1)
at DisplayMarkerLayer.module.exports.DisplayMarkerLayer.clear (~/AppData/Local/atom/app-1.17.2/resources/app/node_modules/text-buffer/lib/display-marker-layer.js:49:1)
activate-power-mode 1.3.0
autocomplete-go 1.3.0
autocomplete-python 1.8.60
builder-go 1.0.1
git-plus 7.3.3
go-config 1.2.4
go-debug 1.1.0
go-get 2.1.1
go-plus 5.3.2
godoc 1.1.1
gofmt 1.2.0
gometalinter-linter 1.2.2
gorename 1.1.0
highlight-selected 0.12.0
language-restructuredtext 1.0.2
last-cursor-position 0.9.0
linter 1.11.23
linter-flake8 2.1.4
navigator-go 1.1.3
pandoc 0.2.2
python-tools 0.6.9
rst-preview-pandoc 0.1.12
tabs-to-spaces 1.0.3
tester-go 2.0.2
vim-mode-plus 0.83.0
vim-mode-plus-ex-mode 0.9.0
Encounter this issue, when I'm editing project mounted by SAMBA, in windows 7
[Enter steps to reproduce below:]
Atom Version: 1.9.9 System: Mac OS X 10.11.6 Thrown From: bracket-matcher package, v0.82.1
Stack Trace
Uncaught Error: Cannot decorate a destroyed marker
Commands
Config
Installed Packages