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

Electron 4.0.x: build failures in integration test on macOS #76197

Closed
bpasero opened this issue Jun 26, 2019 · 1 comment · Fixed by #78836 or #81644
Closed

Electron 4.0.x: build failures in integration test on macOS #76197

bpasero opened this issue Jun 26, 2019 · 1 comment · Fixed by #78836 or #81644
Assignees
Labels
electron Issues and items related to Electron upstream Issue identified as 'upstream' component related (exists outside of VS Code)
Projects
Milestone

Comments

@bpasero
Copy link
Member

bpasero commented Jun 26, 2019

There are still some sporadic native crashes on our integration tests on macOS:

After emmet tests:

Electron(2642,0x7fffa44a6380) malloc: *** error for object 0x7fbe60759b90: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
Received signal 6
 [0x000102c2ed2c]
 [0x000102c2ec11]
 [0x7fff6c092f5a]
 [0x000000000000]
 [0x7fff6be301ae]
 [0x7fff6bf2e8a6]
 [0x0001021b0f0c]
 [0x000105c21604]
 [0x000105c208b3]
 [0x000105ca880b]
 [0x000105cb860d]
 [0x000105ca8c63]
 [0x000105b8aca6]
 [0x000105b8b019]
 [0x000105ba57ae]
 [0x000102aca568]
 [0x000102aca63e]
 [0x0001017dd929]
 [0x0001017dda3e]
 [0x0001017e3741]
 [0x0001017dd454]
 [0x000102a35bf8]
 [0x000103e2ad5d]
 [0x000102a34ca4]
 [0x000100dd3654]
 [0x000100dccf10]
 [0x7fff6bd84015]
[end of stack trace]
./scripts/test-integration.sh: line 25:  2642 Abort trap: 6           ./scripts/code.sh $ROOT/extensions/emmet/test-fixtures --extensionDevelopmentPath=$ROOT/extensions/emmet --extensionTestsPath=$ROOT/extensions/emmet/out/test --disable-extensions --skip-getting-started --disable-inspect --user-data-dir=$VSCODEUSERDATADIR
##[error]Bash exited with code '134'.
##[section]Finishing: Run Integration Tests
@bpasero bpasero added upstream Issue identified as 'upstream' component related (exists outside of VS Code) electron Issues and items related to Electron broken-build labels Jun 26, 2019
@bpasero bpasero added this to the June 2019 milestone Jun 26, 2019
@bpasero bpasero modified the milestones: June 2019, July 2019 Jun 28, 2019
@deepak1556 deepak1556 added this to Unsorted Issues in Electron Jul 8, 2019
@deepak1556 deepak1556 moved this from Unsorted Issues to July 2019 Iteration in Electron Jul 8, 2019
@deepak1556 deepak1556 moved this from July 2019 Iteration to In Progress in Electron Jul 10, 2019
@roblourens roblourens modified the milestones: July 2019, August 2019 Aug 1, 2019
@bpasero bpasero removed their assignment Aug 5, 2019
@bpasero bpasero reopened this Aug 12, 2019
@bpasero
Copy link
Member Author

bpasero commented Aug 12, 2019

@deepak1556 it looks like the first build with 4.2.9 was showing this same issue still:https://dev.azure.com/vscode/VSCode/_build/results?buildId=24732

Are we sure the fix made it into that Electron build from Prague?

Electron(27865,0x7fffa6554380) malloc: *** error for object 0x7fb36ff70750: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
Received signal 6
 [0x00010a9bbb0c]
 [0x00010a9bb9f1]
 [0x7fff6e140f5a]
 [0x000000000000]
 [0x7fff6dede1ae]
 [0x7fff6dfdc8a6]
 [0x000109f3d3cc]
 [0x00010d9ae434]
 [0x00010d9ad6e3]
 [0x00010da3563b]
 [0x00010da4543d]
 [0x00010da35a93]
 [0x00010d917ad6]
 [0x00010d917e49]
 [0x00010d9325de]
 [0x00010a856e58]
 [0x00010a856f2e]
 [0x000109569da9]
 [0x000109569ebe]
 [0x00010956fbc1]
 [0x0001095698d4]
 [0x00010a7c20b8]
 [0x00010bbb7b3d]
 [0x00010a7c1164]
 [0x000108b5fad4]
 [0x000108b58f10]
 [0x7fff6de32015]
[end of stack trace]

@alexdima alexdima modified the milestones: September 2019, October 2019 Oct 3, 2019
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 25, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
electron Issues and items related to Electron upstream Issue identified as 'upstream' component related (exists outside of VS Code)
Projects
No open projects
Electron
In Progress
Development

Successfully merging a pull request may close this issue.

4 participants