vscode-cfml icon indicating copy to clipboard operation
vscode-cfml copied to clipboard

Doesn't work for 1.36 or higher version vs code

Open toysoldier2012 opened this issue 6 years ago • 4 comments

My environnement: windows 10/vs code 1.37.1

This plugin only work on vs code 1.35.1 for me

toysoldier2012 avatar Aug 23 '19 14:08 toysoldier2012

I need more information about what exactly doesn't work. Are there errors on the console? Can you be sure that this extension is causing your issue?

It works fine for me, and I suspect I would have heard if it stopped working for many others over a month and a half ago.

KamasamaK avatar Aug 23 '19 15:08 KamasamaK

My environment: Win 10 / vs code 1.39.1 The extension starts caching components - gets to 14479 / 1511 - get the following message "Extension Host Terminated" When I open developer tools I see the following: "FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory"

stevensharpe avatar Oct 11 '19 13:10 stevensharpe

14479 / 1511 looks rather suspicious?

I have also seen the extension host error recently myself

zspitzer avatar Oct 11 '19 14:10 zspitzer

Odd thing is I just started using VSCode on 2019-09-19, version x64-1.38.1. It worked beautifully up until a recent VSCode update.

This is now occurring with:

Version: 1.41.0 (system setup) Commit: 9579eda04fdb3a9bba2750f15193e5fafe16b959 Date: 2019-12-11T18:37:42.077Z Electron: 6.1.5 Chrome: 76.0.3809.146 Node.js: 12.4.0 V8: 7.6.303.31-electron.0 OS: Windows_NT x64 10.0.17763

After reverting to 1.38.1, same issue (though I did not have it happen prior with 1.38.1).

Am currently trying 1.35.1 and is working so far...

More info:

If I turn off CFML extension, then Extension Host does not crash. If I turn off other Extensions and leave CFML, it crashes.

Only other Extensions enabled are: Auto Close Tag, Git Graph, Git History, GitLens, Local History, and Theme - Oceanic Next.

Last stack trace in debugger:

extensionHost.ts:204 FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory 1: 00007FF732C4CA62 node::EmitAsyncDestroy+11839202 2: 00007FF7320D9B16 node::Abort+22 3: 00007FF7320DA0F3 node::Abort+1523 4: 00007FF72FC4CCD8 v8::V8::GetVersion+792 5: 00007FF72FC4CC7A v8::V8::GetVersion+698 6: 00007FF72FC95F93 std::_Vector_alloc<std::_Vec_base_types<v8::CpuProfileDeoptInfo,std::allocatorv8::CpuProfileDeoptInfo > >::_Make_iterator+61731 7: 00007FF72FC97663 std::_Vector_alloc<std::_Vec_base_types<v8::CpuProfileDeoptInfo,std::allocatorv8::CpuProfileDeoptInfo > >::_Make_iterator+67571 8: 00007FF72FC94387 std::_Vector_alloc<std::_Vec_base_types<v8::CpuProfileDeoptInfo,std::allocatorv8::CpuProfileDeoptInfo > >::_Make_iterator+54551 9: 00007FF72FC9227A std::_Vector_alloc<std::_Vec_base_types<v8::CpuProfileDeoptInfo,std::allocatorv8::CpuProfileDeoptInfo > >::_Make_iterator+46090 10: 00007FF72FC9CAE9 std::_Vector_alloc<std::_Vec_base_types<v8::CpuProfileDeoptInfo,std::allocatorv8::CpuProfileDeoptInfo > >::_Make_iterator+89209 11: 00007FF72FC9D04E std::_Vector_alloc<std::_Vec_base_types<v8::CpuProfileDeoptInfo,std::allocatorv8::CpuProfileDeoptInfo > >::_Make_iterator+90590 12: 00007FF72FE76130 v8::Unlocker::~Unlocker+61488 13: 00007FF730002CCA v8::Platform::SystemClockTimeMillis+1021946 14: 00007FF72FC5A129 v8::JSON::Parse+1081 15: 00007FF72FE779AD v8::Unlocker::~Unlocker+67757 16: 00007FF7300ED29F v8::TickSample::GetStackSample+734543 17: 00007FF73061917D v8_inspector::V8ContextInfo::executionContextId+3107101 18: 00007FF730596A15 v8_inspector::V8ContextInfo::executionContextId+2572725 19: 000001E0268C64E9

taivoe avatar Dec 12 '19 22:12 taivoe