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

DMD 2.102 bug on CI #123

Open
p0nce opened this issue Feb 5, 2023 · 5 comments
Open

DMD 2.102 bug on CI #123

p0nce opened this issue Feb 5, 2023 · 5 comments
Labels

Comments

@p0nce
Copy link
Collaborator

p0nce commented Feb 5, 2023

no repro locally on Windows

@p0nce p0nce added the bug label Feb 5, 2023
@p0nce p0nce changed the title DMD 1.102 bug on CI DMD 2.102 bug on CI Feb 5, 2023
@p0nce
Copy link
Collaborator Author

p0nce commented Feb 26, 2023

Solution remove dmd-latest from CI? Doesn't sound that great

@p0nce
Copy link
Collaborator Author

p0nce commented Apr 7, 2023

Now also fails with LDC 1.32.0 in , but no repro locally...
dub -b unittest-release-inst -a x86

@p0nce
Copy link
Collaborator Author

p0nce commented Aug 6, 2023

Can repro locally with either:

# WithDMD64 D Compiler v2.104.0-dirty + DUB version 1.32.1
dub test --compiler dmd -a x86 -b unittest-release-inst -f  on Jul 23 2023
dub test --compiler dmd -a x86 -b unittest-inst -f

But not systematic, need to do it in parallel.

@p0nce
Copy link
Collaborator Author

p0nce commented Aug 6, 2023

Crashes as earlier as DMD 2.095, 2.095 to 2.098 have an optlink crash instead.
DMD 2.100 to DMD 2.104 have same issue #123
Related to -m32
Unrelated to AVX codegen (-mcpu)
Unrelated to D_SIMD usage.
Unrelated to using the wrong DUB tool.
Disappear with "dub build" instead of "dub test"
Disappear if only one dub build going on at once.

@p0nce
Copy link
Collaborator Author

p0nce commented Aug 6, 2023

Reported in dlang/dub#2682

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

1 participant