Skip to content
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

"The header content contains invalid characters" error is being thrown #1

Closed
hhrayr opened this issue Jul 8, 2016 · 2 comments
Closed

Comments

@hhrayr
Copy link

hhrayr commented Jul 8, 2016

Hi,
In my start.js I have:
require('babel-core/register');
require('instana-nodejs-sensor')({
level: 'warn',
});
module.exports = require('./server');

and the following error is being thrown when I run the server:

screenshot from 2016-07-08 15-34-46

@bripkens
Copy link
Contributor

Hi @hhrayr,

I invited you to our Slack channel in order to analyze this issue. Did you get the invitation?

@bripkens bripkens closed this as completed Apr 7, 2017
@bripkens
Copy link
Contributor

bripkens commented Apr 7, 2017

Closing due to inactivity. A change was applied in order to make sure that this does not kill the application. Further investigation would be necessary in order to find out why this invalid url was used.

basti1302 added a commit that referenced this issue Nov 30, 2020
Here are two coredumps that were were created on CircleCI under Node.js 8:

(lldb) bt
* thread #1: tid = 0, 0x0000000000915192 node`node::http2::Http2Session::ClearOutgoing(int) + 178, name = 'node', stop reason = signal SIGSEGV
  * frame #0: 0x0000000000915192 node`node::http2::Http2Session::ClearOutgoing(int) + 178
    frame #1: 0x0000000000916047 node`node::http2::Http2Session::OnStreamAfterWriteImpl(node::WriteWrap*, int, void*) + 39
    frame #2: 0x0000000000950ee0 node`node::StreamBase::AfterWrite(node::WriteWrap*, int) + 160
    frame #3: 0x000000000099f161 node`node::TLSWrap::InvokeQueued(int, char const*) + 193
    frame #4: 0x00000000009a01a8 node`node::TLSWrap::EncOut() + 232
    frame #5: 0x00000000009a0bfd node`node::TLSWrap::OnAfterWriteImpl(node::WriteWrap*, int, void*) + 125
    frame #6: 0x0000000000950ee0 node`node::StreamBase::AfterWrite(node::WriteWrap*, int) + 160
    frame #7: 0x000000000095517b node`node::LibuvStreamWrap::AfterWrite(node::WriteWrap*, int) + 27
    frame #8: 0x0000000000955dc4 node`node::LibuvStreamWrap::AfterUvWrite(uv_write_s*, int) + 84
    frame #9: 0x00000000009c5129 node`uv__write_callbacks(stream=0x00000000041b05b8) + 265 at stream.c:976
    frame #10: 0x00000000009c6358 node`uv__stream_destroy(stream=0x00000000041b05b8) + 200 at stream.c:461
    frame #11: 0x00000000009bb34a node`uv_run + 8 at core.c:272
    frame #12: 0x00000000009bb342 node`uv_run + 277 at core.c:302
    frame #13: 0x00000000009bb22d node`uv_run(loop=0x000000000218cda0, mode=UV_RUN_DEFAULT) + 413 at core.c:372
    frame #14: 0x00000000008d6b65 node`node::Start(uv_loop_s*, int, char const* const*, int, char const* const*) + 1205
    frame #15: 0x00000000008d5da0 node`node::Start(int, char**) + 352
    frame #16: 0x00007fd77d7ed2e1 libc.so.6`__libc_start_main + 241
    frame #17: 0x000000000089f601 node`_start + 41

(lldb) bt
* thread #1: tid = 0, 0x0000000002c198e0, name = 'node', stop reason = signal SIGSEGV
  * frame #0: 0x0000000002c198e0
    frame #1: 0x0000000000916047 node`node::http2::Http2Session::OnStreamAfterWriteImpl(node::WriteWrap*, int, void*) + 39
    frame #2: 0x0000000000950ee0 node`node::StreamBase::AfterWrite(node::WriteWrap*, int) + 160
    frame #3: 0x000000000099f161 node`node::TLSWrap::InvokeQueued(int, char const*) + 193
    frame #4: 0x00000000009a01a8 node`node::TLSWrap::EncOut() + 232
    frame #5: 0x00000000009a0bfd node`node::TLSWrap::OnAfterWriteImpl(node::WriteWrap*, int, void*) + 125
    frame #6: 0x0000000000950ee0 node`node::StreamBase::AfterWrite(node::WriteWrap*, int) + 160
    frame #7: 0x000000000095517b node`node::LibuvStreamWrap::AfterWrite(node::WriteWrap*, int) + 27
    frame #8: 0x0000000000955dc4 node`node::LibuvStreamWrap::AfterUvWrite(uv_write_s*, int) + 84
    frame #9: 0x00000000009c5129 node`uv__write_callbacks(stream=0x0000000002d70078) + 265 at stream.c:976
    frame #10: 0x00000000009c6358 node`uv__stream_destroy(stream=0x0000000002d70078) + 200 at stream.c:461
    frame #11: 0x00000000009bb34a node`uv_run + 8 at core.c:272
    frame #12: 0x00000000009bb342 node`uv_run + 277 at core.c:302
    frame #13: 0x00000000009bb22d node`uv_run(loop=0x000000000218cda0, mode=UV_RUN_DEFAULT) + 413 at core.c:372
    frame #14: 0x00000000008d6b65 node`node::Start(uv_loop_s*, int, char const* const*, int, char const* const*) + 1205
    frame #15: 0x00000000008d5da0 node`node::Start(int, char**) + 352
    frame #16: 0x00007fde4be1a2e1 libc.so.6`__libc_start_main + 241
    frame #17: 0x000000000089f601 node`_start + 41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants