-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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
[ServerErrors][JavaScript] 5.8.0-dev.20241110 vs 5.6.3 #60470
Comments
Server exited prematurely with code unknown and signal SIGABRT
Affected repostastejs/todomvcRaw error text:RepoResults3/tastejs.todomvc.rawError.txt in the artifact folder Replay commands: RepoResults3/tastejs.todomvc.replay.txt in the artifact folder
Last few requests{"seq":22357,"type":"request","command":"completionInfo","arguments":{"file":"@PROJECT_ROOT@/examples/angular-dart/web/main.dart.js","line":13887,"offset":10,"includeExternalModuleExports":false,"triggerKind":1}}
{"seq":22358,"type":"request","command":"completionEntryDetails","arguments":{"file":"@PROJECT_ROOT@/examples/angular-dart/web/main.dart.js","line":13887,"offset":10,"entryNames":["AI"]}}
{"seq":22359,"type":"request","command":"completionInfo","arguments":{"file":"@PROJECT_ROOT@/examples/angular-dart/web/main.dart.js","line":13895,"offset":25,"includeExternalModuleExports":false,"triggerKind":2,"triggerCharacter":"."}}
{"seq":22360,"type":"request","command":"completionInfo","arguments":{"file":"@PROJECT_ROOT@/examples/angular-dart/web/main.dart.js","line":13903,"offset":22,"includeExternalModuleExports":false,"triggerKind":1}}
Repro steps#!/bin/bash
git clone https://github.com/tastejs/todomvc --recurse-submodules
git -C "./todomvc" reset --hard c8aedce5f512e47991a62b37b9ee3ef38df1a4b6
downloadUrl=$(curl -s "https://typescript.visualstudio.com/TypeScript/_apis/build/builds/164148/artifacts?artifactName=RepoResults3&api-version=7.0" | jq -r ".resource.downloadUrl")
wget -O RepoResults3.zip "$downloadUrl"
unzip -p RepoResults3.zip RepoResults3/tastejs.todomvc.replay.txt > tastejs.todomvc.replay.txt
npm install --no-save @typescript/server-replay To run the repro: # `npx tsreplay --help` to learn about helpful switches for debugging, logging, etc.
npx tsreplay ./todomvc ./tastejs.todomvc.replay.txt <PATH_TO_tsserver.js> |
RangeError: Maximum call stack size exceeded
Affected reposless/less.jsRaw error text:RepoResults8/less.less.js.rawError.txt in the artifact folder Replay commands: RepoResults8/less.less.js.replay.txt in the artifact folder
Last few requests{"seq":1363,"type":"request","command":"completionInfo","arguments":{"file":"@PROJECT_ROOT@/packages/less/dist/less.js","line":3800,"offset":51,"includeExternalModuleExports":false,"triggerKind":1}}
{"seq":1364,"type":"request","command":"completionEntryDetails","arguments":{"file":"@PROJECT_ROOT@/packages/less/dist/less.js","line":3800,"offset":51,"entryNames":["__assign"]}}
{"seq":1365,"type":"request","command":"definitionAndBoundSpan","arguments":{"file":"@PROJECT_ROOT@/packages/less/dist/less.js","line":3802,"offset":60}}
{"seq":1366,"type":"request","command":"references","arguments":{"file":"@PROJECT_ROOT@/packages/less/dist/less.js","line":3802,"offset":60}}
Repro steps#!/bin/bash
git clone https://github.com/less/less.js --recurse-submodules
git -C "./less.js" reset --hard 09b8f5cf4d9218799a70be5179251200296a0560
downloadUrl=$(curl -s "https://typescript.visualstudio.com/TypeScript/_apis/build/builds/164148/artifacts?artifactName=RepoResults8&api-version=7.0" | jq -r ".resource.downloadUrl")
wget -O RepoResults8.zip "$downloadUrl"
unzip -p RepoResults8.zip RepoResults8/less.less.js.replay.txt > less.less.js.replay.txt
npm install --no-save @typescript/server-replay To run the repro: # `npx tsreplay --help` to learn about helpful switches for debugging, logging, etc.
npx tsreplay ./less.js ./less.less.js.replay.txt <PATH_TO_tsserver.js> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following errors were reported by 5.8.0-dev.20241110 vs 5.6.3
Pipeline that generated this bug
Logs for the pipeline run
File that generated the pipeline
This run considered 300 popular TS repos from GH (after skipping the top 0).
Successfully analyzed 290 of 300 visited repos
Investigation Status
The text was updated successfully, but these errors were encountered: