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

[SR-6812] glibc assertion in swift-build-stage1 for SwiftPM on ARMv7 #4841

Open
hpux735 opened this issue Jan 23, 2018 · 1 comment
Open
Labels

Comments

@hpux735
Copy link
Contributor

hpux735 commented Jan 23, 2018

Previous ID SR-6812
Radar None
Original Reporter @hpux735
Type Bug
Additional Detail from JIRA
Votes 0
Component/s Package Manager
Labels Bug, armv7
Assignee None
Priority Medium

md5: f8d1f4c8bb096226e7e43edf38fec78e

Issue Description:

There is an assertion that appears to be thrown from from glibc in swift-build-stage1.

swift-build-stage1: malloc.c:2394: sysmalloc: Assertion `(old_top == initial_top (av) && old_size == 0) || ((unsigned long) (old_size) >= MINSIZE && prev_inuse (old_top) && ((unsigned long) old_end & (pagesize - 1)) == 0)' failed.
— bootstrap: error: build failed with exit status -6

The assertion is here, specifically: https://code.woboq.org/userspace/glibc/malloc/malloc.c.html#23912

@swift-ci
Copy link
Contributor

swift-ci commented May 6, 2018

Comment by Marco Chini (JIRA)

https://github.com/chnmrc/swift4arm

@swift-ci swift-ci transferred this issue from apple/swift-issues Apr 25, 2022
@shahmishal shahmishal transferred this issue from apple/swift May 4, 2022
@tomerd tomerd removed armv7 labels May 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants