[issue31615] Python interpreter is failing due to BufferOverflow Exception

Megha HR report at bugs.python.org
Thu Sep 28 03:05:21 EDT 2017


New submission from Megha HR <megha.r26 at wipro.com>:

Hi Team,


I'm facing BufferOverflow Exception when python interpreter is trying to start.

Below is an excerpt of error.
-----------------------------------------------------------------
(2017-09-27 13:08:11,972) DEBUG [JMThread, Activity name:xakamahMSCmapping:activityId=60206,activityId=60206] (JythonInterpreter.java:227) - run() - JythonInterpreter.run()== Starting the Python Interpereter
(2017-09-27 13:08:11,996) DEBUG [JMThread, Activity name:xakamahMSCmapping:activityId=60206,activityId=60206] (JythonInterpreter.java:257) - Jython exception occured:Exception: <type 'java.nio.BufferOverflowException'>
java.nio.BufferOverflowException
Traceback (most recent call last):
  File "/opt/python/jpython/Lib/warnings.py", line 128, in warn_explicit
    showwarning(message, category, filename, lineno)

----------------------------------------------------------------


Please help on probable causes for the same.


Thanks

----------
components: Interpreter Core
messages: 303193
nosy: Megha
priority: normal
severity: normal
status: open
title: Python interpreter is failing due to BufferOverflow Exception
type: crash
versions: Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31615>
_______________________________________


More information about the Python-bugs-list mailing list