clinicjs / node-clinic

Clinic.js diagnoses your Node.js performance issues
https://clinicjs.org
MIT License
5.67k stars 125 forks source link

bulletprof giving error on anylysing the data #459

Open sandhuranjeet opened 1 year ago

sandhuranjeet commented 1 year ago

Expected Behavior

when running I expect to see the report, but it simply stops after doing some processing

clinic bulletprof -- node index.js param1 param2

Current Behavior

it does prints lot of lines e..g as below and stop after some time 353 => AggregateNode { aggregateId: 353, parentAggregateId: 276, children: [], sources: [ SourceNode { asyncId: 126, identifier: 'PROMISE\f:0:0\n' + 'C:\MyData\4x\a\node_modules\kafkajs\src\network\connection.js:299:14\n' + 'C:\MyData\4x\datanotifications\node_modules\kafkajs\src\network\connection.js:318:53\n' + 'C:\MyData\4x\datanotifications\node_modules\kafkajs\src\broker\index.js:947:14\n' + 'C:\MyData\4x\datanotifications\node_modules\kafkajs\src\broker\index.js:188:20\n' + 'C:\MyData\4x\datanotifications\node_modules\kafkajs\src\broker\index.js:139:25\n' + 'C:\MyData\4x\datanotifications\node_modules\kafkajs\src\cluster\brokerPool.js:95:9\n' + 'C:\MyData\4x\datanotifications\node_modules\kafkajs\src\cluster\index.js:109:5\n' + 'C:\MyData\4x\datanotifications\node_modules\kafkajs\src\consumer\index.js:135:5\n' + 'C:\MyData\4x\datanotifications\queueConnectors\kafka\kafkaConsumer.js:44:2', parentAsyncId: 121, triggerAsyncId: 121, executionAsyncId: 121, type: 'PROMISE', frames: [Frames], init: 590697401.519, before: [], after: [], destroy: 590697641.17 } ], isRoot: false, mark: Mark { mark: [ null, null, null ] }, type: 'PROMISE', name: null, frames: Frames { frames: [ [Frame], [Frame], [Frame], [Frame], [Frame], [Frame], [Frame], [Frame], [Frame], [Frame] ] } } },

[Symbol(kCallback)]: null

}

Steps to Reproduce (for bugs)

1. 2. 3. 4.

Sample upload

Environment

clinic = v13.0.0, doctor =v11.0.0

node v16.13.2 nvm 8.1.2

Chrome 116

RafaelGSS commented 1 year ago

what is inside index.js? Without it I can't reproduce the issue.