Mailing List Archive

[issue41468] Unrecoverable server exiting
New submission from Albert Francis <albertfrancis2704@gmail.com>:

How to solve unrecoverable server exiting in IDLE

----------
assignee: terry.reedy
components: IDLE
messages: 374766
nosy: albertpython, terry.reedy
priority: normal
severity: normal
status: open
title: Unrecoverable server exiting
type: behavior
versions: Python 3.5, Python 3.6, Python 3.7, Python 3.8

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue41468>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue41468] Unrecoverable server exiting [ In reply to ]
E. Paine <paineelisha@gmail.com> added the comment:

To help us to reproduce and understand the issue, please could you give us 1) a more detailed explanation of the problem you are facing and 2) steps to reproduce the issue (maybe providing a minimal code example if that is the cause). Is this a bug with IDLE, though, as you say "solve" (which I interpret to mean you want help with your code) in which case it may be better suited to Stack Overflow?

----------
nosy: +epaine

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue41468>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue41468] Unrecoverable server exiting [ In reply to ]
Terry J. Reedy <tjreedy@udel.edu> added the comment:

Start IDLE in a Terminal/Command Prompt window with `python -m idlelib`, where 'python` is whatever runs your most recent 3.x python. Then see if an error message shows up after IDLE exits.

----------
versions: +Python 3.10 -Python 3.5, Python 3.6, Python 3.7, Python 3.8

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue41468>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue41468] Unrecoverable server exiting [ In reply to ]
Terry J. Reedy <tjreedy@udel.edu> added the comment:

One should never see this message. As far as I remember, I have seen it only once in the last several years. It is intended to indicate a 'random' non-reproducible glitch in the communication machinery connecting the IDLE GUI process and the user code execution process. The most likely solution is to retry what you were doing. A report should only be made is the error is reproducible. "Unrecoverable, server exiting" is meant to convey this, but the meaning should be explained in the message. So I consider this a doc improvement issue.

If you report a repeatable failure, then we can look into that.

----------

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue41468>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue41468] Unrecoverable server exiting [ In reply to ]
Albert Francis <albertfrancis2704@gmail.com> added the comment:

Dear Sir,

I got the solution. Thanks

On Tue, 4 Aug 2020, 16:55 Terry J. Reedy, <report@bugs.python.org> wrote:

>
> Terry J. Reedy <tjreedy@udel.edu> added the comment:
>
> One should never see this message. As far as I remember, I have seen it
> only once in the last several years. It is intended to indicate a 'random'
> non-reproducible glitch in the communication machinery connecting the IDLE
> GUI process and the user code execution process. The most likely solution
> is to retry what you were doing. A report should only be made is the error
> is reproducible. "Unrecoverable, server exiting" is meant to convey this,
> but the meaning should be explained in the message. So I consider this a
> doc improvement issue.
>
> If you report a repeatable failure, then we can look into that.
>
> ----------
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <https://bugs.python.org/issue41468>
> _______________________________________
>

----------

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue41468>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue41468] Unrecoverable server exiting [ In reply to ]
Change by Terry J. Reedy <tjreedy@udel.edu>:


----------
keywords: +patch
pull_requests: +20933
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/21798

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue41468>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue41468] Unrecoverable server exiting [ In reply to ]
Terry J. Reedy <tjreedy@udel.edu> added the comment:


New changeset f2e161c27964a59bc5ab20d96f87ba5862c6222d by Terry Jan Reedy in branch 'master':
bpo-41468: Improve and test IDLE run error exit (GH-21798)
https://github.com/python/cpython/commit/f2e161c27964a59bc5ab20d96f87ba5862c6222d


----------

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue41468>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue41468] Unrecoverable server exiting [ In reply to ]
Change by miss-islington <mariatta.wijaya+miss-islington@gmail.com>:


----------
nosy: +miss-islington
nosy_count: 3.0 -> 4.0
pull_requests: +20935
pull_request: https://github.com/python/cpython/pull/21800

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue41468>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue41468] Unrecoverable server exiting [ In reply to ]
Change by miss-islington <mariatta.wijaya+miss-islington@gmail.com>:


----------
pull_requests: +20936
pull_request: https://github.com/python/cpython/pull/21801

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue41468>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue41468] Unrecoverable server exiting [ In reply to ]
miss-islington <mariatta.wijaya+miss-islington@gmail.com> added the comment:


New changeset a9fa66377fbd9ea2fca1483345a8c27d1b32d5b4 by Miss Islington (bot) in branch '3.9':
bpo-41468: Improve and test IDLE run error exit (GH-21798)
https://github.com/python/cpython/commit/a9fa66377fbd9ea2fca1483345a8c27d1b32d5b4


----------

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue41468>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue41468] Unrecoverable server exiting [ In reply to ]
miss-islington <mariatta.wijaya+miss-islington@gmail.com> added the comment:


New changeset 61f23cb62d6bdd72b61fc36abf4c1492493d71af by Miss Islington (bot) in branch '3.8':
bpo-41468: Improve and test IDLE run error exit (GH-21798)
https://github.com/python/cpython/commit/61f23cb62d6bdd72b61fc36abf4c1492493d71af


----------

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue41468>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue41468] Unrecoverable server exiting [ In reply to ]
Change by Terry J. Reedy <tjreedy@udel.edu>:


----------
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue41468>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue41468] Unrecoverable server exiting [ In reply to ]
STINNER Victor <vstinner@python.org> added the comment:

test_error() of test_idle fails when it's run twice in a row: bpo-41514 "test_idle: test_error() failed on aarch64 RHEL8 Refleaks 3.8".

----------
nosy: +vstinner

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue41468>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue41468] Unrecoverable server exiting [ In reply to ]
Terry J. Reedy <tjreedy@udel.edu> added the comment:

Test error fixed on issue 41514.

----------

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue41468>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue41468] Unrecoverable server exiting [ In reply to ]
Albert Francis <albertfrancis2704@gmail.com> added the comment:

Got it, thanks!

On Mon, 10 Aug 2020, 19:26 Terry J. Reedy, <report@bugs.python.org> wrote:

>
> Terry J. Reedy <tjreedy@udel.edu> added the comment:
>
> Test error fixed on issue 41514.
>
> ----------
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <https://bugs.python.org/issue41468>
> _______________________________________
>

----------

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue41468>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com