Issue 24050: [2.7] crash in third party module mopidy (original) (raw)

Issue24050

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:16 admin set github: 68238
2015-04-30 03:32:42 r.david.murray set resolution: not a bug -> third partystage: resolved
2015-04-26 22:33:46 vstinner set status: open -> closedtitle: Segmentation fault (core dumped) -> [2.7] crash in third party module mopidynosy: + vstinnermessages: + resolution: not a bug
2015-04-25 01:41:40 terry.reedy set status: pending -> opennosy: + terry.reedymessages: +
2015-04-24 14:37:24 brett.cannon set status: open -> pending
2015-04-24 13:48:14 shinto set nosy: + shintomessages: +
2015-04-24 13:38:20 skip.montanaro set nosy: + skip.montanaromessages: +
2015-04-24 13:34:45 nivin create