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

[Bug]: Frontend failed with exit code 139 #1861

Closed
A248 opened this issue Apr 7, 2023 · 1 comment
Closed

[Bug]: Frontend failed with exit code 139 #1861

A248 opened this issue Apr 7, 2023 · 1 comment
Labels
Projects

Comments

@A248
Copy link

A248 commented Apr 7, 2023

Description

Please clone this gitlab repository
https://gitlab.com/blackberry-savior/sipdroid/-/tree/d2044a74f5e92429649c9157adc1cdee21b3a9ab

Run ./gradlew clean build. The result is that clang frontend failed with exit code 139 and this stacktrace:
https://pastebin.com/ZxAZ7irg

Here are the relevant files mentioned in the stacktrace:
/tmp/gsm0610_lpc-93e495.c (attached because it is very large)
/tmp/gsm0610_lpc-93e495.sh (pastebin)

Upstream bug

No response

Commit to cherry-pick

No response

Affected versions

r23, r25

Canary version

No response

Host OS

Linux

Host OS version

PureOS 10 (Byzantium)

Affected ABIs

armeabi-v7a

@A248 A248 added the bug label Apr 7, 2023
@DanAlbert DanAlbert added this to Awaiting triage in LLVM via automation Apr 10, 2023
@pirama-arumuga-nainar
Copy link
Collaborator

This is broken in the r25 compiler but is fixed in the r26 compiler. The fix is below. We can respin the toolchain with this fix for the next point release of r25, if any.

commit 447c411fef6ed97a404087cc8289aeeb02a8ae5c
Author: Sam Parker <sam.parker@arm.com>
Date:   Thu Jun 9 08:41:44 2022 +0000

    [ARM][ParallelDSP] Fix self reference bug
    
    Ensure we don't generate a smlad intrinsic that takes itself as an
    argument.
    
    Differential Revision: https://reviews.llvm.org/D127213

@DanAlbert DanAlbert moved this from Awaiting triage to Prebuilts submitted in LLVM May 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 participants