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 <rep...@bugs.python.org>
<http://bugs.python.org/issue19374>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to