Giter Site home page Giter Site logo

libtoolingsegmentationfault's Introduction

Problem Reproduction of libTooling

This is problem reproduction repository for a question posted stackoverflow.

The problem is segmentation fault is occured inside of libTooling binary, clang::dif::SyntaxTree::Impl::getDeclValue, and it may be from object calling virtual method has NULL vtable pointer.

Problem program is src/DiffBinOpsExtractor/main.cpp and libraries main.cpp depend on

How to build and run

Prerequisite

build LLVM and Clang from source tagged llvmorg-16.0.6 and install it. Please follow this instruction.

Build and Run this repo

First, run cmake. <cmake dir path> is /usr/local/lib/cmake, for example. its directory has clang/ClangConfig.cmake and llvm/LLVMConfig.cmake.

CXX=<installed clang path> cmake -B build -DCMAKE_BUILD_TYPE=Debug -DCMAKE_PREFIX_PATH=<cmake dir path>

And, build by make in build dir.

cd build
make

run gdb.

cd <repository root>
gdb build/src/DiffBinOpsExtractor/diff-binops

(gdb) run ./example/a.c ./example/b.c

This will make same segmentation fault I said above.

libtoolingsegmentationfault's People

Contributors

soya-onishi avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.