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.

DEBUG_FD warning (from this project?)

See original GitHub issue

I have process.on('warning') logging stuff in a project, I got this today, brand new:


(node:29558) DeprecationWarning: `DEBUG_FD` is deprecated. Override `debug.log` if you want to use a different log function (https://git.io/vMUyr)

  => Live-Mutex warning =>  DeprecationWarning: `DEBUG_FD` is deprecated. Override `debug.log` if you want to use a different log function (https://git.io/vMUyr)
    at Object.<anonymous> (/home/oleg/WebstormProjects/oresoftware/observable-persistent-queue/node_modules/debug/src/node.js:62:148)
    at Module._compile (module.js:571:32)
    at Object.Module._extensions..js (module.js:580:10)
    at Module.load (module.js:488:32)
    at tryModuleLoad (module.js:447:12)
    at Function.Module._load (module.js:439:3)
    at Module.require (module.js:498:17)
    at require (internal/module.js:20:19)
    at Object.<anonymous> (/home/oleg/WebstormProjects/oresoftware/observable-persistent-queue/node_modules/debug/src/index.js:9:20)
    at Module._compile (module.js:571:32) 

the git.io link links to this project, but otherwise I am not sure what to do. Can you help? thanks

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:7
  • Comments:38 (13 by maintainers)

github_iconTop GitHub Comments

14reactions
ORESoftwarecommented, Jan 4, 2017

@TooTallNate @thebigredgeek I think Webstorm sets it, when you use the Webstorm runner to execute a Node.js file

11reactions
thebigredgeekcommented, Feb 10, 2017

2.6.1 is now live. Sorry for the long delay. Been super crushed at work haha

Read more comments on GitHub >

github_iconTop Results From Across the Web

debugfs(8) - Linux manual page - man7.org
WARNING : The undo file cannot be used to recover from a power or system crash. SPECIFYING FILES top. Many debugfs commands take...
Read more >
Using DebugFS in Android 12
GTS compliance tests ensure that the DebugFS filesystem isn't mounted in user builds. Sepolicy neverallow statements ensure that in devices ...
Read more >
[v2] debugfs: Check module state before warning in {full/open ...
If it fails, it warns about the possibility of debugfs file leak. If {full/open}_proxy_open() is called while the module is being removed, ...
Read more >
o2hbmonitor and debugfs; what is it and is there impact?
I setup a clustered filesystem between 2 OEL6u4 VMs. And it seems to be working correctly. My only concern is that I get...
Read more >
SELinux violations for pmdakvm on debugfs and ... - GitHub
This is some packaging bug during image creation: Running scriptlet: pcp-selinux-5.0.3-2.fc32.x86_64 449/539 Re-declaration of type ...
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