[llvm-bugs] [Bug 25125] New: seg fault on opening the gui twice

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Oct 9 11:22:39 PDT 2015


https://llvm.org/bugs/show_bug.cgi?id=25125

            Bug ID: 25125
           Summary: seg fault on opening the gui twice
           Product: lldb
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: lldb-dev at lists.llvm.org
          Reporter: danlrobertson89 at gmail.com
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

Created attachment 15044
  --> https://llvm.org/bugs/attachment.cgi?id=15044&action=edit
Back trace and steps used to create seg fault

Steps to reproduce
    1: Run lldb
    2: Open the ncurses gui
    3: Close the ncurses gui
    4: Open the ncurses gui again

I recently built llvm and friends from the trunk and was reading the
code/playing around with the tools and I found that upon opening the gui
closing the gui and subsequently re-opening the gui, lldb seg faults. See the
attachment for the backtrace and how I generated the seg fault. I have tested
this multiple times and it is reproduceable on my machine. I haven't had the
chance to dig any deeper yet.

lldb --version
  lldb version 3.8.0 (http://llvm.org/git/lldb.git revision
4d1c5cbe64ed2928f33c6e6b85a796c545b62a48 clang revision
c160cb00f33c2a708d0901fe55820023a8fb7e8c llvm revision
fce2219764f00e1b6de75bca08d9b10a212165b5)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20151009/8b7057ab/attachment.html>


More information about the llvm-bugs mailing list