[New-bugs-announce] [issue19374] Segmentation fault: 11 with String.split

Bugra Cakir report at bugs.python.org
Thu Oct 24 09:01:40 CEST 2013


New submission from Bugra Cakir:

Can be reproduced on Mac OS X. Stock Python 2.7.5 setup has been installed on a Mac OS X.

Python 2.7.5 (v2.7.5:ab05e7dd2788, May 13 2013, 13:18:45)
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> s = "$RMC;12;234;523"
>>> s.split("$")

Segmentation fault: 11

----------
components: Interpreter Core
files: segfault11.rtf
messages: 201094
nosy: xentnex
priority: normal
severity: normal
status: open
title: Segmentation fault: 11 with String.split
versions: Python 2.7
Added file: http://bugs.python.org/file32325/segfault11.rtf

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19374>
_______________________________________


More information about the New-bugs-announce mailing list