[issue24050] Segmentation fault (core dumped)

2015-04-24 Thread Terry J. Reedy
Terry J. Reedy added the comment: The link appears to be about a bug in the C code of mopidy-spotify, which was properly reported to the github mopidy site. This tracker is only for bugs in the Python-CPython docs and CPython implmentation, as maintained in the cpython repository at hg.python

[issue24050] Segmentation fault (core dumped)

2015-04-24 Thread Brett Cannon
Changes by Brett Cannon : -- status: open -> pending ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue24050] Segmentation fault (core dumped)

2015-04-24 Thread Shinto Peter
Shinto Peter added the comment: check this this link : http://jodal.no/post/5779178001/log-from-the-debugging-of-a-segfault/ tells about Segfault -- nosy: +shinto ___ Python tracker __

[issue24050] Segmentation fault (core dumped)

2015-04-24 Thread Skip Montanaro
Skip Montanaro added the comment: Can you provide a trimmed down example which provokes the segmentation fault? -- nosy: +skip.montanaro ___ Python tracker ___ __

[issue24050] Segmentation fault (core dumped)

2015-04-24 Thread nivin
New submission from nivin: Got an error as Segmentation fault (core dumped) when executed a python script . Error getting only for a specific python script only -- components: Interpreter Core messages: 241940 nosy: nivin priority: normal severity: normal status: open title: Segmentatio