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.
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 party stage: resolved |
| 2015年04月26日 22:33:46 | vstinner | set | status: 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:40 | terry.reedy | set | status: pending -> open nosy: + terry.reedy messages: + msg241991 |
| 2015年04月24日 14:37:24 | brett.cannon | set | status: open -> pending |
| 2015年04月24日 13:48:14 | shinto | set | nosy:
+ shinto messages: + msg241942 |
| 2015年04月24日 13:38:20 | skip.montanaro | set | nosy:
+ skip.montanaro messages: + msg241941 |
| 2015年04月24日 13:34:45 | nivin | create | |