Skip to content

dnwe/mqlight-node-crash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mqlight-node-crash

Code required to recreate a node crash using mqlight

Steps to reproduce

  1. Either download and run MQ Light standalone https://developer.ibm.com/messaging/mq-light/ or start up a container docker run --rm -it -e LICENSE=accept -p 5672:5672 ibmcom/mqlight
  2. Clone this repo then run npm install
  3. In one terminal run node app.js
  4. In another terminal run ./upload.sh
  5. Wait

The crash should occur with a minute or 2. The console output is as follows:

node.js:342
          callback = tock.callback;
                         ^

TypeError: Cannot read property 'callback' of undefined
    at process._tickCallback (node.js:342:26)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published