question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[BUG] JS stack trace

See original GitHub issue
Overview of the issue

<— JS stacktrace —>

==== JS stack trace =========================================

Security context: 0x2a01cd9cfb51 <JS Object> 1: exec [native regexp.js:~116] [pc=0x30011d0db2a7] (this=0x103702728e79 <JS RegExp>,D=0x28565e8ef5b9 <String[19]: simple menu-toggler>) 2: test [native regexp.js:~260] [pc=0x30011ae8f641] (this=0x103702728e79 <JS RegExp>,D=0x28565e8ef5b9 <String[19]: simple menu-toggler>) 3: element [/Users/krishnachandra/Downloads/retail/ng-ui/node_modules/css-select/lib/attributes.js:73] [pc=0x30…

FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory 1: node::Abort() [/usr/local/bin/node] 2: node::FatalException(v8::Isolate*, v8::Localv8::Value, v8::Localv8::Message) [/usr/local/bin/node] 3: v8::internal::V8::FatalProcessOutOfMemory(char const*, bool) [/usr/local/bin/node] 4: v8::internal::Factory::NewRawOneByteString(int, v8::internal::PretenureFlag) [/usr/local/bin/node] 5: v8::internal::String::SlowFlatten(v8::internal::Handlev8::internal::ConsString, v8::internal::PretenureFlag) [/usr/local/bin/node] 6: v8::internal::RegExpImpl::IrregexpPrepare(v8::internal::Handlev8::internal::JSRegExp, v8::internal::Handlev8::internal::String) [/usr/local/bin/node] 7: v8::internal::RegExpImpl::IrregexpExec(v8::internal::Handlev8::internal::JSRegExp, v8::internal::Handlev8::internal::String, int, v8::internal::Handlev8::internal::JSArray) [/usr/local/bin/node] 8: v8::internal::RegExpImpl::Exec(v8::internal::Handlev8::internal::JSRegExp, v8::internal::Handlev8::internal::String, int, v8::internal::Handlev8::internal::JSArray) [/usr/local/bin/node] 9: v8::internal::Runtime_RegExpExec(int, v8::internal::Object**, v8::internal::Isolate*) [/usr/local/bin/node] 10: 0x3001192092a7

Operating System, Node.js, npm, compodoc version(s)
Angular configuration, a package.json file in the root folder
Compodoc installed globally or locally ?
Motivation for or Use Case
Reproduce the error
Related issues
Suggest a Fix

I think it is okay for small projects. But for realtime projects (huge projects) Its throwing error. I installed increase memory package in my project and its worked fine. But by installing increase memory package it effected my project.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:14 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
Suazodevcommented, Mar 15, 2018

one more

0reactions
lock[bot]commented, Sep 30, 2019

This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem. Why locking ? Having issues with the most up-to-date context.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Error.prototype.stack - JavaScript - MDN Web Docs - Mozilla
The non-standard stack property of an Error instance offers a trace of which functions were called, in what order, from which line and...
Read more >
How can I get a JavaScript stack trace when I throw an ...
one way to get a the real stack trace on Firebug is to create a real error like calling an undefined function ...
Read more >
JavaScript Stack Trace: Understanding It and Using It to ...
The stack trace helps us to know the steps that lead up to our error. And the stack trace isn't only useful for...
Read more >
Get the Stack Trace from an Error in JavaScript
Use the console.trace() method to get the stack trace from an error. The console.trace() method outputs the stack trace and shows the call...
Read more >
How to get JavaScript stack trace when throw an exception
The stack trace is a stable method to identify the error that comes into the program when the function of that program is...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found