Skip to content

Package_friendly loads the java_languaget twice which creates problems when there are models. #1807

Open
@dcattaruzza

Description

@dcattaruzza

Dual loading of java_bytecode_language causes duplicate attempt to create the clinit of model classes, which violates an invaraint. The loading should be done on a single instance.

See regression/cbmc-java/package_friendly1/test.desc for a failing test.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @tautschnig@dcattaruzza

        Issue actions

          Package_friendly loads the java_languaget twice which creates problems when there are models. · Issue #1807 · diffblue/cbmc