We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
(lldb) memory re Available completions: read -- Read from the memory of the current target process. region -- Get information on the memory region containing an address in the current target process. (lldb) memory r --forlibc++abi.dylib: terminating with uncaught exception of type std::out_of_range: basic_string PLEASE submit a bug report to https://github.com/ProcursusTeam/Procursus/issues and include the crash backtrace. Stack dump: 0. Program arguments: lldb -p 16667 Stack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var LLVM_SYMBOLIZER_PATH to point to it): 0 libLLVM.dylib 0x000000010afb7314 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) + 56 1 libLLVM.dylib 0x000000010afb5e84 llvm::sys::RunSignalHandlers() + 128 2 libLLVM.dylib 0x000000010afb7acc llvm::sys::PrintStackTraceOnErrorSignal(llvm::StringRef, bool) + 1060 3 libsystem_platform.dylib 0x00000001c6abdd90 + 52 4 libsystem_pthread.dylib 0x00000001c6acd9e8 pthread_kill + 212 5 libsystem_c.dylib 0x00000001891198f4 abort + 100 6 libc++abi.dylib 0x0000000193f1acc8 + 0 7 libc++abi.dylib 0x0000000193f0cc88 + 272 8 libobjc.A.dylib 0x0000000193e1ee14 + 140 9 libc++abi.dylib 0x0000000193f1a154 + 16 10 libc++abi.dylib 0x0000000193f1cbec __cxa_get_exception_ptr + 0 11 libc++abi.dylib 0x0000000193f1cbac + 0 12 libc++.1.dylib 0x0000000193eeb000 + 60 13 libc++.1.dylib 0x0000000193eeafc4 + 0 14 libc++.1.dylib 0x0000000193eec1bc std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator >::basic_string(std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator > const&, unsigned long, unsigned long, std::__1::allocator const&) + 192 15 liblldb.14.0.0.dylib 0x0000000100757e98 lldb::SBUnixSignals::GetSignalAtIndex(int) const + 1447528 16 libedit.0.dylib 0x000000010ef4917c el_wgets + 476 17 liblldb.14.0.0.dylib 0x0000000100754624 lldb::SBUnixSignals::GetSignalAtIndex(int) const + 1433076 18 liblldb.14.0.0.dylib 0x000000010065ba24 lldb::SBUnixSignals::GetSignalAtIndex(int) const + 414196 19 liblldb.14.0.0.dylib 0x000000010065c5bc lldb::SBUnixSignals::GetSignalAtIndex(int) const + 417164 20 liblldb.14.0.0.dylib 0x0000000100634230 lldb::SBUnixSignals::GetSignalAtIndex(int) const + 252416 21 liblldb.14.0.0.dylib 0x000000010077ee84 lldb::SBUnixSignals::GetSignalAtIndex(int) const + 1607252 22 liblldb.14.0.0.dylib 0x00000001004dbfe8 lldb::SBDebugger::RunCommandInterpreter(bool, bool) + 636 23 lldb 0x0000000100008bdc main + 9940 24 libdyld.dylib 0x00000001800c5588 + 4 fish: Job 1, 'lldb -p 16667' terminated by signal SIGABRT (Abort)
LLVM_SYMBOLIZER_PATH
(lldb) memory r --for .
this crash is not very very important but there is
The text was updated successfully, but these errors were encountered:
No branches or pull requests
(lldb) memory re
Available completions:
read -- Read from the memory of the current target process.
region -- Get information on the memory region containing an address in the current target process.
(lldb) memory r --forlibc++abi.dylib: terminating with uncaught exception of type std::out_of_range: basic_string
PLEASE submit a bug report to https://github.com/ProcursusTeam/Procursus/issues and include the crash backtrace.
Stack dump:
0. Program arguments: lldb -p 16667
Stack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var
LLVM_SYMBOLIZER_PATH
to point to it):0 libLLVM.dylib 0x000000010afb7314 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) + 56
1 libLLVM.dylib 0x000000010afb5e84 llvm::sys::RunSignalHandlers() + 128
2 libLLVM.dylib 0x000000010afb7acc llvm::sys::PrintStackTraceOnErrorSignal(llvm::StringRef, bool) + 1060
3 libsystem_platform.dylib 0x00000001c6abdd90 + 52
4 libsystem_pthread.dylib 0x00000001c6acd9e8 pthread_kill + 212
5 libsystem_c.dylib 0x00000001891198f4 abort + 100
6 libc++abi.dylib 0x0000000193f1acc8 + 0
7 libc++abi.dylib 0x0000000193f0cc88 + 272
8 libobjc.A.dylib 0x0000000193e1ee14 + 140
9 libc++abi.dylib 0x0000000193f1a154 + 16
10 libc++abi.dylib 0x0000000193f1cbec __cxa_get_exception_ptr + 0
11 libc++abi.dylib 0x0000000193f1cbac + 0
12 libc++.1.dylib 0x0000000193eeb000 + 60
13 libc++.1.dylib 0x0000000193eeafc4 + 0
14 libc++.1.dylib 0x0000000193eec1bc std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator >::basic_string(std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator > const&, unsigned long, unsigned long, std::__1::allocator const&) + 192
15 liblldb.14.0.0.dylib 0x0000000100757e98 lldb::SBUnixSignals::GetSignalAtIndex(int) const + 1447528
16 libedit.0.dylib 0x000000010ef4917c el_wgets + 476
17 liblldb.14.0.0.dylib 0x0000000100754624 lldb::SBUnixSignals::GetSignalAtIndex(int) const + 1433076
18 liblldb.14.0.0.dylib 0x000000010065ba24 lldb::SBUnixSignals::GetSignalAtIndex(int) const + 414196
19 liblldb.14.0.0.dylib 0x000000010065c5bc lldb::SBUnixSignals::GetSignalAtIndex(int) const + 417164
20 liblldb.14.0.0.dylib 0x0000000100634230 lldb::SBUnixSignals::GetSignalAtIndex(int) const + 252416
21 liblldb.14.0.0.dylib 0x000000010077ee84 lldb::SBUnixSignals::GetSignalAtIndex(int) const + 1607252
22 liblldb.14.0.0.dylib 0x00000001004dbfe8 lldb::SBDebugger::RunCommandInterpreter(bool, bool) + 636
23 lldb 0x0000000100008bdc main + 9940
24 libdyld.dylib 0x00000001800c5588 + 4
fish: Job 1, 'lldb -p 16667' terminated by signal SIGABRT (Abort)
(lldb) memory r --for .
this crash is not very very important but there is
The text was updated successfully, but these errors were encountered: