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

Assert on dmd/func.d(2641) #10

Open
ljmf00 opened this issue Apr 19, 2022 · 0 comments
Open

Assert on dmd/func.d(2641) #10

ljmf00 opened this issue Apr 19, 2022 · 0 comments
Labels
bug Something isn't working upstream

Comments

@ljmf00
Copy link
Member

ljmf00 commented Apr 19, 2022

Compiler bug on ./compiler/druntime/src/rt/monitor_.d

Scan with -f..

core.exception.AssertError@../compiler/dmd/src/dmd/func.d(2641): Assertion failure
----------------
??:? _d_assertp [0x7f894d93a528]
../compiler/dmd/src/dmd/func.d:2641 _ZN15FuncDeclaration8genCfuncEP5ArrayIP9ParameterEP4TypeP10Identifierm [0x5577c02358ca]
../compiler/dmd/src/dmd/statementsem.d:3372 _ZN24StatementSemanticVisitor5visitEP21SynchronizedStatement [0x5577c0292d85]
../compiler/dmd/src/dmd/statement.d:1522 _ZN21SynchronizedStatement6acceptEP7Visitor [0x5577c0284d0d]
../compiler/dmd/src/dmd/statementsem.d:147 _Z17statementSemanticP9StatementP5Scope [0x5577c0286561]
../compiler/dmd/src/dmd/statementsem.d:268 _ZN24StatementSemanticVisitor5visitEP17CompoundStatement [0x5577c0286956]
../compiler/dmd/src/dmd/statement.d:628 _ZN17CompoundStatement6acceptEP7Visitor [0x5577c02830d5]
../compiler/dmd/src/dmd/statementsem.d:147 _Z17statementSemanticP9StatementP5Scope [0x5577c0286561]
../compiler/dmd/src/dmd/semantic3.d:602 _ZN16Semantic3Visitor5visitEP15FuncDeclaration [0x5577c027cecf]
../compiler/dmd/src/dmd/func.d:2833 _ZN15FuncDeclaration6acceptEP7Visitor [0x5577c0235fbd]
../compiler/dmd/src/dmd/semantic3.d:82 _Z9semantic3P7DsymbolP5Scope [0x5577c027b90d]
../compiler/dmd/src/dmd/semantic3.d:1508 _ZN16Semantic3Visitor5visitEP17AttribDeclaration [0x5577c0280866]
../compiler/dmd/src/dmd/parsetimevisitor.d:71 _ZN16ParseTimeVisitorI10ASTCodegenE5visitEP15LinkDeclaration [0x5577c02bb89e]
../compiler/dmd/src/dmd/attrib.d:433 _ZN15LinkDeclaration6acceptEP7Visitor [0x5577c0161ae1]
../compiler/dmd/src/dmd/semantic3.d:82 _Z9semantic3P7DsymbolP5Scope [0x5577c027b90d]
../compiler/dmd/src/dmd/semantic3.d:197 _ZN16Semantic3Visitor5visitEP6Module [0x5577c027bd0e]
../compiler/dmd/src/dmd/dmodule.d:1469 _ZN6Module6acceptEP7Visitor [0x5577c01a4781]
../compiler/dmd/src/dmd/semantic3.d:82 _Z9semantic3P7DsymbolP5Scope [0x5577c027b90d]
../compiler/dmd/src/dmd/frontend.d:439 void dmd.frontend.fullSemantic(dmd.dmodule.Module) [0x5577c010130f]
../source/dmdlint/scanner/app.d:37 void dmdlint.scanner.app.processSourceFile(immutable(char)[]) [0x5577c00314f2]
../source/dmdlint/scanner/app.d:161 _Dmain [0x5577c0031ed5]
@ljmf00 ljmf00 added bug Something isn't working upstream labels Apr 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working upstream
Projects
None yet
Development

No branches or pull requests

1 participant