-
Notifications
You must be signed in to change notification settings - Fork 2
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
lldb 14.0.5 can't find libcoreclr.so #10
Comments
the issue seems fixed in lldb 15.0.0.rc2 lldb --versionlldb version 15.0.0 (https://github.com/oldzhu/buildroot revision 7dac93f5974e6d63742af2a00310c31fdcb86a05) |
it was fixed after lldb 15.0.0, but still leave it open for debugging investigation |
(lldb) image list
[ 0] 7E3F0A21-FA16-3DE2-AF8F-6195F9E59B73-2301CAB1 0x00400000 /root/dotnethello/dotnethello
[ 1] 2C1F9C37 0xb6fc9000 /lib/ld-linux-armhf.so.3
[ 2] 38065721-831C-A131-D866-0B8FB0B61853-AD523AAD 0xb6fb0000 /lib/libpthread.so.0
[ 3] 868562E3-929A-794E-9160-61FF9871D7F3-A9B93C31 0xb6f90000 /lib/libdl.so.2
[ 4] 2455B734 0xb6e20000 /usr/lib/libstdc++.so.6
[ 5] 3B44F37F-6084-C890-DAC3-0369CE0BE83A-78C79FFC 0xb6dc0000 /lib/libm.so.6
[ 6] 58F10CF4 0xb6d90000 /lib/libgcc_s.so.1
[ 7] E846F79B-4676-80C4-DFF8-9926EE7D47C0-C226219C 0xb6c40000 /lib/libc.so.6
[ 8] ECA21BA2-E530-B626-86D3-649C1DD2E083-4B12A2EA 0xb6640000 /usr/lib/liblttng-ust.so.1
[ 9] CA630DD3-C32F-0597-A728-BB1C4C5CDF2B-C8C540A8 0xb6620000 /usr/lib/liblttng-ust-common.so.1
[ 10] F79DFDD5-2FA3-3889-9F92-C06ED6A2BBE8-5DFBDFCA 0xb65f0000 /usr/lib/liblttng-ust-tracepoint.so.1
(lldb) clrstack
Failed to find runtime module (libcoreclr.so), 0x80004002
Extension commands need it in order to have something to do.
For more information see https://go.microsoft.com/fwlink/?linkid=2135652
ClrStack failed
The text was updated successfully, but these errors were encountered: