Skip to content

Improper cleanup in llvm-dis resulting in a memory blowup? #1184

Closed
@llvmbot

Description

@llvmbot
Bugzilla Link 812
Resolution WONTFIX
Resolved on Nov 07, 2018 00:22
Version 1.7
OS Linux
Reporter LLVM Bugzilla Contributor

Extended Description

Hi,

llvm-dis runs out of 1Gb of memory on a 5Mb .bc file. Checking
it with massif and memcheck didn't produce anything interesting,
no obvious memory leaks, and the allocation is quite ballanced.

It seems like some cleanup is missing after each function is
disassembled.

Unfortunatelly, I can't upload the .bc file due to intellectual
property issues.

Domagoj

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugzillaIssues migrated from bugzillallvm-toolsAll llvm tools that do not have corresponding tagwontfixIssue is real, but we can't or won't fix it. Not invalid

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions