-
Notifications
You must be signed in to change notification settings - Fork 160
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
SIGNAL 11 Segmentation fault #579
Comments
In another run I got this stack trace:
|
I made some fixes in EventLoop since 4.2.5, maybe try with these applied ?
…On Thu, Jan 26, 2023 at 2:55 PM Sebastian Thomschke < ***@***.***> wrote:
In another run I got this stack trace:
| SIGNAL 11
| sys.thread.EventLoop.loop(/opt/hostedtoolcache/haxe/4.2.5/x64/std/sys/thread/EventLoop.hx:177)
| sys.thread._Thread.$HaxeThread.~create.0(/opt/hostedtoolcache/haxe/4.2.5/x64/std/hl/_std/sys/thread/Thread.hx:133)
| Segmentation fault (core dumped)
—
Reply to this email directly, view it on GitHub
<#579 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHZXQGKIUNNWM3S4EYXOPLWUJ63NANCNFSM6AAAAAAUHP6TWY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
I tried HL 1.13 with 4.3.0-rc.1+a985681 and still get Segmentation faults. The issue seems to be related to
|
I'm running into the same issues with github action runner on ubuntu running the latest hashlink. Is there a version you are reverting to until it is fixed @sebthom ? |
@PXshadow no, I am marking the test step with Hashlink as "continue-on-error: true" and rely on other targets (neko/cpp/jvm) for the time being. But I feel the issues got worse as of HashLink 1.13 |
I have a reproducible occurrence of this issue. repo haxe build.hxml
hl test.hl |
I've just had the exact same error and stackstrace as sabthom After I run the update function below, a few ms later I receive the stacktrace above.
|
Now that we have recent binaries of HashLink for linux at https://github.com/HaxeFoundation/hashlink/releases/download/latest/hashlink-a505e25-linux-amd64.tar.gz I enabled unit testing for some libraries against HashLink via GitHub Actions.
Unfortunately HashLink crashes repeatedly somewhere in the middle of the tests (involving threading I guess).
See https://github.com/vegardit/haxe-concurrent/actions/runs/4015485217/jobs/6897266435#step:15:439
Unfortunately I cannot reproduce this locally. I also tried to run the GitHub workflow locally using https://github.com/nektos/act but HashLink doesn't crash there either.
Any ideas how to get closer to the root of this?
The text was updated successfully, but these errors were encountered: