-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
crash in Connection.js #105
Comments
Hi, Could you please provide a reproduction scenario? |
Not particularly. We saw this once in a timing-dependent scenario. However, it's pretty obvious what the problem is. |
When will a release be created with this fix? |
The latest release is 0.15; it was released about a week ago and it contains the fix. |
Thanks. I did not see a v0.15.0 tag in github, so I was not aware of the new release. |
We see a issue with following stack. We are running a version 0.13.0. Could the following stack might be due to same issue. TypeError: Cannot set property 'messageType' of undefined |
11/1/17 4:08:22.214 PM [APP/266-3] ERR node_modules/hdb/lib/protocol/Connection.js:280
11/1/17 4:08:22.218 PM [APP/266-3] ERR state.messageType = message.type;
11/1/17 4:08:22.218 PM [APP/266-3] ERR ^
11/1/17 4:08:22.218 PM [APP/266-3] ERR
11/1/17 4:08:22.218 PM [APP/266-3] ERR TypeError: Cannot set property 'messageType' of undefined
11/1/17 4:08:22.219 PM [APP/266-3] ERR at Connection.send (/hana/shared/H4C/xs/app_working/mo-a4aa5acbc/executionroot/53342865-82d1-4170-b58a-dc75943d0bea/app/node_modules/hdb/lib/protocol/Connection.js:280:21)
11/1/17 4:08:22.219 PM [APP/266-3] ERR at Connection.fetchDbConnectInfo (/hana/shared/H4C/xs/app_working/mo-a4aa5acbc/executionroot/53342865-82d1-4170-b58a-dc75943d0bea/app/node_modules/hdb/lib/protocol/Connection.js:534:8)
11/1/17 4:08:22.219 PM [APP/266-3] ERR at /hana/shared/H4C/xs/app_working/mo-a4aa5acbc/executionroot/53342865-82d1-4170-b58a-dc75943d0bea/app/node_modules/hdb/lib/protocol/ConnectionManager.js:91:10
11/1/17 4:08:22.219 PM [APP/266-3] ERR at Socket.ondata (/hana/shared/H4C/xs/app_working/mo-a4aa5acbc/executionroot/53342865-82d1-4170-b58a-dc75943d0bea/app/node_modules/hdb/lib/protocol/Connection.js:187:5)
11/1/17 4:08:22.219 PM [APP/266-3] ERR at emitOne (events.js:96:13)
11/1/17 4:08:22.219 PM [APP/266-3] ERR at Socket.emit (events.js:188:7)
11/1/17 4:08:22.219 PM [APP/266-3] ERR at readableAddChunk (_stream_readable.js:176:18)
11/1/17 4:08:22.219 PM [APP/266-3] ERR at Socket.Readable.push (_stream_readable.js:134:10)
11/1/17 4:08:22.219 PM [APP/266-3] ERR at TCP.onread (net.js:547:20)
The text was updated successfully, but these errors were encountered: