New submission from Alexander Sibiryakov :
See stack trace
[07/15/2020 08:51:14.799: ERROR/kafka.producer.sender] Uncaught error in kafka
producer I/O thread
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/kafka/producer/sender.py", line
Change by Alexander Sibiryakov :
--
files: decode_crash.py
nosy: sibiryakov
priority: normal
severity: normal
status: open
title: Crash during decoding using UTF-16/32 and custom error handler
type: crash
versions: Python 3.5, Python 3.7
Added file: https://bugs.python.org/file47391
Change by Alexander Sibiryakov :
Added file: https://bugs.python.org/file47392/test_string.bin
___
Python tracker
<https://bugs.python.org/issue32583>
___
___
Python-bug
New submission from Alexander Sibiryakov :
The CPython interpreter gets SIGSEGV or SIGABRT during the run. The script
attempts to decode binary file using UTF-16-LE encoding and custom error
handler. The error handler is poorly built, and doesn't respect the unicode
standard with