bash output IPDL protocol error: Handler returned error code! ###!!! [Parent][DispatchAsyncMessage] Error: PClientManager::Msg_ForgetFutureClientSource Processing error: message was deserialized, but the handler returned false (indicating failure)
Categories
(Thunderbird :: General, defect)
Tracking
(Not tracked)
People
(Reporter: riegler.b, Unassigned)
References
Details
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0
Steps to reproduce:
on platform GNU/Linux Ubuntu 20.04 LTS install of thunderbird 91.0.1 into
$HOME/thunderbird/
start CLI: $HOME/thunderbird/thunderbird &
thunderbird 91.0.1 is working and doing my normal email work.
Actual results:
during working there are in the start shell (bash) repeated messages:
IPDL protocol error: Handler returned error code!
###!!! [Parent][DispatchAsyncMessage] Error: PClientManager::Msg_ForgetFutureClientSource Processing error: message was deserialized, but the handler returned false (indicating failure)
IPDL protocol error: Handler returned error code!
###!!! [Parent][DispatchAsyncMessage] Error: PClientManager::Msg_ExpectFutureClientSource Processing error: message was deserialized, but the handler returned false (indicating failure)
Expected results:
in a run-time product there should not be any debugging messages,
therefore I consider this a real bug. It is with the latest version 91.0.1
Updated•3 years ago
|
Reporter | ||
Comment 1•3 years ago
|
||
after update to 91.1.0 same messages remain.
bernie@prod:~$ tb
IPDL protocol error: Handler returned error code!
###!!! [Parent][DispatchAsyncMessage] Error: PClientManager::Msg_ExpectFutureClientSource Processing error: message was deserialized, but the handler returned false (indicating failure)
IPDL protocol error: Handler returned error code!
###!!! [Parent][DispatchAsyncMessage] Error: PClientManager::Msg_ForgetFutureClientSource Processing error: message was deserialized, but the handler returned false (indicating failure)
IPDL protocol error: Handler returned error code!
###!!! [Parent][DispatchAsyncMessage] Error: PClientManager::Msg_ExpectFutureClientSource Processing error: message was deserialized, but the handler returned false (indicating failure)
IPDL protocol error: Handler returned error code!
###!!! [Parent][DispatchAsyncMessage] Error: PClientManager::Msg_ForgetFutureClientSource Processing error: message was deserialized, but the handler returned false (indicating failure)
Updated•3 years ago
|
Updated•3 years ago
|
Description
•