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-11349] Crash while running swift build #53750

Open
swift-ci opened this issue Aug 22, 2019 · 2 comments
Open

[SR-11349] Crash while running swift build #53750

swift-ci opened this issue Aug 22, 2019 · 2 comments
Labels
bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself crash Bug: A crash, i.e., an abnormal termination of software

Comments

@swift-ci
Copy link
Collaborator

Previous ID SR-11349
Radar rdar://problem/54601070
Original Reporter kristof (JIRA User)
Type Bug

Attachment: Download

Environment

Ubuntu 18.04 LTS

Additional Detail from JIRA
Votes 0
Component/s Compiler
Labels Bug, CompilerCrash
Assignee None
Priority Medium

md5: 8745eff03d69944d0b511abb2574d93b

Issue Description:

Building downloaded project https://github.com/rhx/SwiftHelloGtk

Swift 5.1

Error reported:

Failed to reconstruct type for $sSo13__va_list_tagVmD
Original type:
(metatype_type
(struct_type decl=__ObjC.(file).__va_list_tag))

Swift command with options to compiler and linker:

swift build -Xcc -I/usr/include/gtk-3.0 -Xcc -I/usr/include/at-spi2-atk/2.0 -Xcc -I/usr/include/at-spi-2.0 -Xcc -I/usr/include/dbus-1.0 -Xcc -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -Xcc -I/usr/include/gtk-3.0 -Xcc -I/usr/include/cairo -Xcc -I/usr/include/atk-1.0 -Xcc -I/usr/include/cairo -Xcc -I/usr/include/gdk-pixbuf-2.0 -Xcc -I/usr/include/libpng16 -Xcc -I/usr/include/pango-1.0 -Xcc -I/usr/include/cairo -Xcc -I/usr/include/pixman-1 -Xcc -I/usr/include/pango-1.0 -Xcc -I/usr/include/harfbuzz -Xcc -I/usr/include/freetype2 -Xcc -I/usr/include/libpng16 -Xcc -I/usr/include/freetype2 -Xcc -I/usr/include/libpng16 -Xcc -I/usr/include/pango-1.0 -Xcc -I/usr/include/gio-unix-2.0/ -Xcc -I/usr/include/glib-2.0 -Xcc -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -Xlinker -lgtk-3 -Xlinker -lgdk-3 -Xlinker -latk-1.0 -Xlinker -lcairo-gobject -Xlinker -lgdk_pixbuf-2.0 -Xlinker -lpangocairo-1.0 -Xlinker -lcairo -Xlinker -lpangoft2-1.0 -Xlinker -lfontconfig -Xlinker -lfreetype -Xlinker -lpango-1.0 -Xlinker -lgio-2.0 -Xlinker -lgobject-2.0 -Xlinker -lglib-2.0

Note: Warnings about libs not being present are not correct as all are present.

@belkadan
Copy link
Contributor

@swift-ci create

@swift-ci
Copy link
Collaborator Author

Comment by Kristof Subryan (JIRA)

Installed Swift version is 5.1.

@swift-ci swift-ci transferred this issue from apple/swift-issues Apr 25, 2022
@AnthonyLatsis AnthonyLatsis added the crash Bug: A crash, i.e., an abnormal termination of software label Dec 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself crash Bug: A crash, i.e., an abnormal termination of software
Projects
None yet
Development

No branches or pull requests

3 participants