Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

On x86_64-FreeBSD Platform, LLDB hangs while debugging an inferior with 'int3' assembly instruction. #25431

Closed
llvmbot opened this issue Oct 5, 2015 · 1 comment
Labels
bugzilla Issues migrated from bugzilla lldb

Comments

@llvmbot
Copy link
Collaborator

llvmbot commented Oct 5, 2015

Bugzilla Link 25057
Resolution FIXED
Resolved on Dec 07, 2020 01:35
Version unspecified
OS FreeBSD
Attachments Source file (compiled to produce the failure): The compiled inferior has assembly instruction "int3". On debugging with LLDB, it should throw back SIGTRAP signal on LLDB command line terminal.
Reporter LLVM Bugzilla Contributor
CC @emaste

Extended Description

Environment: FreeBSD 10.2-RELEASE on x86_64, Compiler: clang-3.7.0
LLDB : Built from source (Checked out from public repo; revision 249256)

Commands to compile inferior:
clang++ -g -O0 -std=c++11 -fno-builtin -m64 source.cpp -o a.out

Commands executed to expose the bug:

$ lldb a.out
(lldb) run

lldb hangs and never returns control to the user.

@emaste
Copy link
Member

emaste commented Nov 4, 2020

reported fixed on FreeBSD in https://reviews.llvm.org/D90757

@llvmbot llvmbot transferred this issue from llvm/llvm-bugzilla-archive Dec 10, 2021
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugzilla Issues migrated from bugzilla lldb
Projects
None yet
Development

No branches or pull requests

2 participants