René's URL Explorer Experiment


Title: Segfault in `node::Environment::KickNextTick` · Issue #2928 · nodejs/node · GitHub

Open Graph Title: Segfault in `node::Environment::KickNextTick` · Issue #2928 · nodejs/node

X Title: Segfault in `node::Environment::KickNextTick` · Issue #2928 · nodejs/node

Description: We're encountering a segfault during load testing of an http-based application, also using express and sockjs. In particular, the load test establishes a whole bunch of long-lived web socket connections, and the application crashes while...

Open Graph Description: We're encountering a segfault during load testing of an http-based application, also using express and sockjs. In particular, the load test establishes a whole bunch of long-lived web socket connec...

X Description: We're encountering a segfault during load testing of an http-based application, also using express and sockjs. In particular, the load test establishes a whole bunch of long-lived web socket co...

Opengraph URL: https://github.com/nodejs/node/issues/2928

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Segfault in `node::Environment::KickNextTick`","articleBody":"We're encountering a segfault during load testing of an http-based application, also using express and sockjs. In particular, the load test establishes a whole bunch of long-lived web socket connections, and the application crashes while we ramp up connections.\n\nThis is with official 64-bit Linux binaries on Ubuntu 15.04 (EC2 ami-df95b5a8). The backtraces and the fact that the crashes don't seem to occur on io.js 3.2.0 make me suspect #2355 is related.\n\nBacktrace from io.js 3.3.0:\n\n\u003cpre\u003e\nProgram received signal SIGSEGV, Segmentation fault.\n0x00000000008f0a03 in v8::Isolate::SuppressMicrotaskExecutionScope::SuppressMicrotaskExecutionScope(v8::Isolate*) ()\n(gdb) bt\n#0  0x00000000008f0a03 in v8::Isolate::SuppressMicrotaskExecutionScope::SuppressMicrotaskExecutionScope(v8::Isolate*) ()\n#1  0x0000000000b84113 in v8::internal::Isolate::RunMicrotasks() ()\n#2  0x0000000000da5ad8 in node::Environment::KickNextTick() ()\n#3  0x0000000000dd860f in node::Parser::OnReadImpl(long, uv_buf_t const*, uv_handle_type, void*) ()\n#4  0x0000000000deda53 in node::StreamWrap::OnRead(uv_stream_s*, long, uv_buf_t const*) ()\n#5  0x0000000000f66d8f in uv__read (stream=stream@entry=0x3b2c510) at ../deps/uv/src/unix/stream.c:1178\n#6  0x0000000000f67400 in uv__stream_io (loop=\u003coptimized out\u003e, w=0x3b2c598, events=1) at ../deps/uv/src/unix/stream.c:1241\n#7  0x0000000000f6cc45 in uv__io_poll (loop=loop@entry=0x180d000 \u003cdefault_loop_struct\u003e, timeout=0) at ../deps/uv/src/unix/linux-core.c:345\n#8  0x0000000000f5dfd6 in uv_run (loop=0x180d000 \u003cdefault_loop_struct\u003e, mode=UV_RUN_ONCE) at ../deps/uv/src/unix/core.c:341\n#9  0x0000000000dbdaa8 in node::Start(int, char**) ()\n#10 0x00007fc5d03c8a40 in __libc_start_main (main=0x71e340 \u003cmain\u003e, argc=5, argv=0x7fff26b15868, init=\u003coptimized out\u003e, fini=\u003coptimized out\u003e,\n    rtld_fini=\u003coptimized out\u003e, stack_end=0x7fff26b15858) at libc-start.c:289\n#11 0x000000000071e53d in _start ()\nWarning: the current language does not match this frame.\n\u003c/pre\u003e\n\n\nBacktrace on node.js 4.1.0:\n\n\u003cpre\u003e\nProgram received signal SIGSEGV, Segmentation fault.\n0x0000000000dd722e in node::Environment::KickNextTick() ()\n(gdb) bt\n#0  0x0000000000dd722e in node::Environment::KickNextTick() ()\n#1  0x0000000000e09c0f in node::Parser::OnReadImpl(long, uv_buf_t const*, uv_handle_type, void*) ()\n#2  0x0000000000e1f0f3 in node::StreamWrap::OnRead(uv_stream_s*, long, uv_buf_t const*) ()\n#3  0x0000000000f9930f in uv__read (stream=stream@entry=0x2855d70) at ../deps/uv/src/unix/stream.c:1178\n#4  0x0000000000f99980 in uv__stream_io (loop=\u003coptimized out\u003e, w=0x2855df8, events=1) at ../deps/uv/src/unix/stream.c:1241\n#5  0x0000000000f9f1c5 in uv__io_poll (loop=loop@entry=0x1859ec0 \u003cdefault_loop_struct\u003e, timeout=0) at ../deps/uv/src/unix/linux-core.c:345\n#6  0x0000000000f90566 in uv_run (loop=0x1859ec0 \u003cdefault_loop_struct\u003e, mode=UV_RUN_ONCE) at ../deps/uv/src/unix/core.c:341\n#7  0x0000000000def3f0 in node::Start(int, char**) ()\n#8  0x00007febbf92aa40 in __libc_start_main (main=0x719210 \u003cmain\u003e, argc=5, argv=0x7ffcef1aca88, init=\u003coptimized out\u003e, fini=\u003coptimized out\u003e,\n    rtld_fini=\u003coptimized out\u003e, stack_end=0x7ffcef1aca78) at libc-start.c:289\n#9  0x000000000071940d in _start ()\nWarning: the current language does not match this frame.\n\u003c/pre\u003e\n","author":{"url":"https://github.com/stephank","@type":"Person","name":"stephank"},"datePublished":"2015-09-17T14:05:28.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":14},"url":"https://github.com/2928/node/issues/2928"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:44a5d056-d132-160c-fd50-20638fb69c54
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idEB76:341673:A0F389:D873B7:6969C403
html-safe-noncec3f4bbc4e20c8fb0ef4aa9cd632d4a09c4ad370b269f364cea973ca3c7a9fd7e
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFQjc2OjM0MTY3MzpBMEYzODk6RDg3M0I3OjY5NjlDNDAzIiwidmlzaXRvcl9pZCI6IjMxNDc5OTE3NjczNjExMTEwNDMiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac61ef5ce1cde95c801e5b1b69e4a0c704546b602ba7d7f553955c9cd9d6f4e55c
hovercard-subject-tagissue:106992461
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/nodejs/node/2928/issue_layout
twitter:imagehttps://opengraph.githubassets.com/b9e283a136f0081cea1e9b2f2b44f7f6e0cdcf7135a543a050adde86bff0a227/nodejs/node/issues/2928
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/b9e283a136f0081cea1e9b2f2b44f7f6e0cdcf7135a543a050adde86bff0a227/nodejs/node/issues/2928
og:image:altWe're encountering a segfault during load testing of an http-based application, also using express and sockjs. In particular, the load test establishes a whole bunch of long-lived web socket connec...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamestephank
hostnamegithub.com
expected-hostnamegithub.com
Noneacedec8b5f975d9e3d494ddd8f949b0b8a0de59d393901e26f73df9dcba80056
turbo-cache-controlno-preview
go-importgithub.com/nodejs/node git https://github.com/nodejs/node.git
octolytics-dimension-user_id9950313
octolytics-dimension-user_loginnodejs
octolytics-dimension-repository_id27193779
octolytics-dimension-repository_nwonodejs/node
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id27193779
octolytics-dimension-repository_network_root_nwonodejs/node
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release83c08c21cdda978090dc44364b71aa5bc6dcea79
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/nodejs/node/issues/2928#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fnodejs%2Fnode%2Fissues%2F2928
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fnodejs%2Fnode%2Fissues%2F2928
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=nodejs%2Fnode
Reloadhttps://github.com/nodejs/node/issues/2928
Reloadhttps://github.com/nodejs/node/issues/2928
Reloadhttps://github.com/nodejs/node/issues/2928
nodejs https://github.com/nodejs
nodehttps://github.com/nodejs/node
Please reload this pagehttps://github.com/nodejs/node/issues/2928
Notifications https://github.com/login?return_to=%2Fnodejs%2Fnode
Fork 34.4k https://github.com/login?return_to=%2Fnodejs%2Fnode
Star 115k https://github.com/login?return_to=%2Fnodejs%2Fnode
Code https://github.com/nodejs/node
Issues 1.7k https://github.com/nodejs/node/issues
Pull requests 697 https://github.com/nodejs/node/pulls
Actions https://github.com/nodejs/node/actions
Projects 3 https://github.com/nodejs/node/projects
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/nodejs/node/security
Please reload this pagehttps://github.com/nodejs/node/issues/2928
Insights https://github.com/nodejs/node/pulse
Code https://github.com/nodejs/node
Issues https://github.com/nodejs/node/issues
Pull requests https://github.com/nodejs/node/pulls
Actions https://github.com/nodejs/node/actions
Projects https://github.com/nodejs/node/projects
Security https://github.com/nodejs/node/security
Insights https://github.com/nodejs/node/pulse
New issuehttps://github.com/login?return_to=https://github.com/nodejs/node/issues/2928
New issuehttps://github.com/login?return_to=https://github.com/nodejs/node/issues/2928
Segfault in node::Environment::KickNextTickhttps://github.com/nodejs/node/issues/2928#top
c++Issues and PRs that require attention from people who are familiar with C++.https://github.com/nodejs/node/issues?q=state%3Aopen%20label%3A%22c%2B%2B%22
httpIssues or PRs related to the http subsystem.https://github.com/nodejs/node/issues?q=state%3Aopen%20label%3A%22http%22
https://github.com/stephank
https://github.com/stephank
stephankhttps://github.com/stephank
on Sep 17, 2015https://github.com/nodejs/node/issues/2928#issue-106992461
#2355https://github.com/nodejs/node/pull/2355
c++Issues and PRs that require attention from people who are familiar with C++.https://github.com/nodejs/node/issues?q=state%3Aopen%20label%3A%22c%2B%2B%22
httpIssues or PRs related to the http subsystem.https://github.com/nodejs/node/issues?q=state%3Aopen%20label%3A%22http%22
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.