tdlib / td

Cross-platform library for building Telegram clients
https://core.telegram.org/tdlib
Boost Software License 1.0
7.07k stars 1.44k forks source link

MessagesManager #1742

Closed raviksahu closed 2 years ago

raviksahu commented 2 years ago

[ 1][t 4][1637162579.931246995][MessagesManager.cpp:22497][#1][!MessagesManager] Receive no usable messages in chat -1001324535284 from database from the end, but expected messages from server message 2325792 up to server message 2325792

levlam commented 2 years ago

This is not an issue. TDLib will recover transparently and reget messages from the server.

raviksahu commented 2 years ago

but code is exiting after logging segmentation fault (core dumped)

levlam commented 2 years ago

This is likely unrelated. Use GDB/lldb to find the exact stack trace of the crash.

levlam commented 2 years ago

@raviksahu Do you have any update on the issue?

levlam commented 2 years ago

@raviksahu Do you use TDLib from Python?