Valentin Haenel
2014-12-24 23:46:44 UTC
I am trying to run a core dump through gdb and gdb can't find the sources
(I am guessing):
Program terminated with signal 11, Segmentation fault.
#0 PyObject_Malloc (nbytes=40) at Objects/obmalloc.c:813
813 Objects/obmalloc.c: No such file or directory.
(gdb) up
#1 0x00007fe7d9f11935 in PyObject_Realloc (p=0x7fe7cf829fb0,
nbytes=<optimized out>) at Objects/obmalloc.c:1252
1252 in Objects/obmalloc.c
I have no idea what I am doing, but could it be that I need the sources or
a debug package? Is this available in conda?
V-
(I am guessing):
Program terminated with signal 11, Segmentation fault.
#0 PyObject_Malloc (nbytes=40) at Objects/obmalloc.c:813
813 Objects/obmalloc.c: No such file or directory.
(gdb) up
#1 0x00007fe7d9f11935 in PyObject_Realloc (p=0x7fe7cf829fb0,
nbytes=<optimized out>) at Objects/obmalloc.c:1252
1252 in Objects/obmalloc.c
I have no idea what I am doing, but could it be that I need the sources or
a debug package? Is this available in conda?
V-
--
You received this message because you are subscribed to the Google Groups "conda - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to conda+***@continuum.io.
To post to this group, send email to ***@continuum.io.
Visit this group at http://groups.google.com/a/continuum.io/group/conda/.
You received this message because you are subscribed to the Google Groups "conda - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to conda+***@continuum.io.
To post to this group, send email to ***@continuum.io.
Visit this group at http://groups.google.com/a/continuum.io/group/conda/.