[lldb-dev] LLDB crash with files to reproduce
Antoine Missout
antoine.missout at metakine.com
Fri Oct 15 05:04:34 PDT 2010
Hi,
https://www.metakine.com/files/lldb_crashtest.zip
Included crash log, and file to use to reproduce. Let me know if you need anything else, I can provide a core dump if needed, but it's a bit big. You should be able to reproduce easily.
- Antoine Missout
07:59:21:~/Desktop/svn_repository/lldb $ svn info
Path: .
URL: http://llvm.org/svn/llvm-project/lldb/trunk
Repository Root: http://llvm.org/svn/llvm-project
Repository UUID: 91177308-0d34-0410-b5e6-96231b3b80d8
Revision: 116515
Node Kind: directory
Schedule: normal
Last Changed Author: johnny
Last Changed Rev: 116490
Last Changed Date: 2010-10-14 13:31:24 -0400 (Thu, 14 Oct 2010)
07:56:39:~/Desktop/svn_repository/lldb/build/Debug $ ./lldb testfile
Current executable set to 'testfile' (x86_64).
(lldb) disas -bn thunk_orphan
testfile[0x18df]: 55 pushq %rbp
testfile[0x18e0]: 48 89 e5 movq %rsp, %rbp
testfile[0x18e3]: 48 c7 47 e8 00 00 00 00 movq $0, -24(%rdi)
testfile[0x18eb]: c9 leave
testfile[0x18ec]: c3 ret
(lldb) ^D07:57:08:~/Desktop/svn_repository/lldb/build/Debug $ ./lldb -a i386 testfile
Current executable set to 'testfile' (i386).
(lldb) disas -bn thunk_orphan
Segmentation fault (core dumped)
07:57:31:~/Desktop/svn_repository/lldb/build/Debug $
More information about the lldb-dev
mailing list