[issue23985] Crash when deleting slices from duplicated bytearray

2015-04-16 Thread Johan Dahlberg

New submission from Johan Dahlberg:

Python 3.4.3 crashes after some time when running the attached program under 
Windows 7.

The program appends a fixed bytes "string" to two independent bytearray buffers.
If slices are removed from the beginnging of the two buffers and the two 
buffers are print:ed, the program will crash at some random occation.

--
components: Windows
files: bytearray_bug.py
messages: 241316
nosy: johan, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: Crash when deleting slices from duplicated bytearray
type: crash
versions: Python 3.4
Added file: http://bugs.python.org/file39086/bytearray_bug.py

___
Python tracker 
<http://bugs.python.org/issue23985>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue23985] Crash when deleting slices from duplicated bytearray

2015-04-19 Thread Johan Dahlberg

Johan Dahlberg added the comment:

Thank you all for working really fast on this issue!
I'm happy to see that a fix is already being tried out.

--

___
Python tracker 
<http://bugs.python.org/issue23985>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com