llvm / llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
http://llvm.org
Other
29.04k stars 11.98k forks source link

Segmentation fault in lldb::SBValue::GetDescription #28177

Open llvmbot opened 8 years ago

llvmbot commented 8 years ago
Bugzilla Link 27803
Version 3.8
OS Linux
Reporter LLVM Bugzilla Contributor

Extended Description

Steps to reproduce:

  1. git clone from https://github.com/eidheim/Simple-Web-Server
  2. run cmake and make
  3. lldb ./Simple-Web-Server/build/debug/http_examples b http_examples.cpp:72 thread select 2 frame select 4 frame variable

-> Segfault

llvmbot commented 8 years ago

Open http://localhost:8080/info to reach breakpoint

llvmbot commented 8 years ago

doesn't crash if the -O3 compiler flag is removed.