No information about the module in the crash.

44 views
Skip to first unread message

김태연

unread,
Sep 15, 2023, 8:51:13 AM9/15/23
to Google Breakpad Discuss
When I do a minidump_stackwalk, I see a weirdly formatted log in the "Loaded modules" line with no debug_file, debug_identifier found, as shown below.
0x60900000 - 0x6098dfff sqlite3.dll ??? (WARNING: No symbols, , )

Why is this happening?
I am installing minidump_stackwalk as shown below.
```Dockerfile
FROM rhel8

WORKDIR /

RUN yum update -y && yum install -y git wget zip && \
    yum groupinstall -y 'Development Tools' && \
    yum clean all && \
    rm -rf /var/cache/yum

RUN git clone -b v2023.01.27 https://chromium.googlesource.com/breakpad/breakpad.git
RUN cd breakpad && git clone https://chromium.googlesource.com/linux-syscall-support src/third_party/lss
RUN cd breakpad && ./configure && make
```

김태연

unread,
Sep 18, 2023, 9:05:44 AM9/18/23
to Google Breakpad Discuss
`2023-09-18 17:50:45: simple_symbol_supplier.cc:160: ERROR: Can't construct symbol file path without debug_file (code_file = sqlite3. dll)`in log

2023년 9월 15일 금요일 오후 9시 51분 13초 UTC+9에 김태연님이 작성:
Reply all
Reply to author
Forward
0 new messages