Fix crashes on 2k3000#3897
Merged
Merged
Conversation
Contributor
Author
|
@BenzhengZhang ping. |
Contributor
Author
|
hello, is there any information that should be updated ? |
Collaborator
|
Hello @jinboson , please merge master to your branch in order to include the new CI config. |
Contributor
Author
|
Ok, I will merge it and then repush it. df87250 can be ignored. |
added 2 commits
October 20, 2025 10:31
Forgot to add runtime check here, resulting in crash happend on 2k3000.
This can fix crashes caused by automatic vectorization.
df87250 to
aaa97f4
Compare
Contributor
Author
|
Done, @BenzhengZhang |
MingcongBai
pushed a commit
to AOSC-Tracking/openh264
that referenced
this pull request
Mar 5, 2026
* Fix tests crash on 2k3000 Forgot to add runtime check here, resulting in crash happend on 2k3000. * Not apply -mflags globaly on loongarch This can fix crashes caused by automatic vectorization. --------- Co-authored-by: jinboson <jinboson@loongson.cn> Signed-off-by: Mingcong Bai <jeffbai@aosc.io>
MingcongBai
added a commit
to AOSC-Dev/aosc-os-abbs
that referenced
this pull request
Mar 5, 2026
Track patches at AOSC-Tracking/openh264 @ aosc/v2.6.0 (HEAD: a3dba89ec4083c5fadf4501a500d3b4799249000). Link: cisco/openh264#3897
MingcongBai
added a commit
to AOSC-Dev/aosc-os-abbs
that referenced
this pull request
Mar 5, 2026
This should fix SIGILL on non-LASX LoongArch devices, i.e., Loongson 2K3000/3B6000M. Track patches at AOSC-Tracking/openh264 @ aosc/v2.6.0 (HEAD: a3dba89ec4083c5fadf4501a500d3b4799249000). Link: cisco/openh264#3897
7 tasks
MingcongBai
added a commit
to AOSC-Dev/aosc-os-abbs
that referenced
this pull request
Mar 5, 2026
This should fix SIGILL on non-LASX LoongArch devices, i.e., Loongson 2K3000/3B6000M. Track patches at AOSC-Tracking/openh264 @ aosc/v2.6.0 (HEAD: a3dba89ec4083c5fadf4501a500d3b4799249000). Link: cisco/openh264#3897
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Forgot to add runtime check here, resulting in crash happend on 2k3000.