Message320478
| Author | vstinner |
|---|---|
| Recipients | a-j-buxton, rhettinger, ronaldoussoren, serhiy.storchaka, terry.reedy, vstinner |
| Date | 2018-06-26.08:14:23 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1530000863.34.0.56676864532.issue33930@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
C traceback in gdb:
Program received signal SIGSEGV, Segmentation fault.
0x00000000004812a8 in meth_dealloc (
m=<error reading variable: Cannot access memory at address 0x7fffff7fefd8>)
at Objects/methodobject.c:86
86 {
(gdb) where
#0 0x00000000004812a8 in meth_dealloc (
m=<error reading variable: Cannot access memory at address 0x7fffff7fefd8>)
at Objects/methodobject.c:86
#1 0x0000000000488d9f in _Py_Dealloc (
op=<built-in method __dir__ of builtin_function_or_method object at remote 0x7fffe3973490>) at Objects/object.c:1931
#2 0x00000000004813c4 in meth_dealloc (m=0x7fffe3973580)
at Objects/methodobject.c:91
#3 0x0000000000488d9f in _Py_Dealloc (
op=<built-in method __dir__ of builtin_function_or_method object at remote 0x7fffe3973508>) at Objects/object.c:1931
#4 0x00000000004813c4 in meth_dealloc (m=0x7fffe39735f8)
at Objects/methodobject.c:91
#5 0x0000000000488d9f in _Py_Dealloc (
op=<built-in method __dir__ of builtin_function_or_method object at remote 0x7fffe3973580>) at Objects/object.c:1931
#6 0x00000000004813c4 in meth_dealloc (m=0x7fffe3973670)
at Objects/methodobject.c:91
#7 0x0000000000488d9f in _Py_Dealloc (
op=<built-in method __dir__ of builtin_function_or_method object at remote 0x7fffe39735f8>) at Objects/object.c:1931
#8 0x00000000004813c4 in meth_dealloc (m=0x7fffe39736e8)
at Objects/methodobject.c:91
(...) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-06-26 08:14:23 | vstinner | set | recipients: + vstinner, rhettinger, terry.reedy, ronaldoussoren, serhiy.storchaka, a-j-buxton |
| 2018-06-26 08:14:23 | vstinner | set | messageid: <1530000863.34.0.56676864532.issue33930@psf.upfronthosting.co.za> |
| 2018-06-26 08:14:23 | vstinner | link | issue33930 messages |
| 2018-06-26 08:14:23 | vstinner | create | |