This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: [2.7] crash in third party module mopidy
Type: Stage: resolved
Components: Interpreter Core Versions: Python 2.7
process
Status: closed Resolution: third party
Dependencies: Superseder:
Assigned To: Nosy List: nivin, shinto, skip.montanaro, terry.reedy, vstinner
Priority: normal Keywords:

Created on 2015-04-24 13:34 by nivin, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (5)
msg241940 - (view) Author: nivin (nivin) Date: 2015-04-24 13:34
Got an error as Segmentation fault (core dumped) when executed a python script . Error getting only for a specific python script only
msg241941 - (view) Author: Skip Montanaro (skip.montanaro) * (Python triager) Date: 2015-04-24 13:38
Can you provide a trimmed down example which provokes the segmentation fault?
msg241942 - (view) Author: Shinto Peter (shinto) Date: 2015-04-24 13:48
check this this link : http://jodal.no/post/5779178001/log-from-the-debugging-of-a-segfault/

tells about Segfault
msg241991 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2015-04-25 01:41
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.org.  What bug of the latter sort are you claiming?
msg242084 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2015-04-26 22:33
mopidy is not maintained by Python. Report the bug to mopidy authors:
https://www.mopidy.com/
History
Date User Action Args
2022-04-11 14:58:16adminsetgithub: 68238
2015-04-30 03:32:42r.david.murraysetresolution: not a bug -> third party
stage: resolved
2015-04-26 22:33:46vstinnersetstatus: open -> closed
title: Segmentation fault (core dumped) -> [2.7] crash in third party module mopidy
nosy: + vstinner

messages: + msg242084

resolution: not a bug
2015-04-25 01:41:40terry.reedysetstatus: pending -> open
nosy: + terry.reedy
messages: + msg241991

2015-04-24 14:37:24brett.cannonsetstatus: open -> pending
2015-04-24 13:48:14shintosetnosy: + shinto
messages: + msg241942
2015-04-24 13:38:20skip.montanarosetnosy: + skip.montanaro
messages: + msg241941
2015-04-24 13:34:45nivincreate