Trying my hand at gdb debugging and got this: ```P...
# general
c
Trying my hand at gdb debugging and got this:
Copy code
Program received signal SIGSEGV, Segmentation fault.
0x00007fcea88c8c4b in load_verify_locations_args (self=0x2b4f628, cafile=cafile@entry=<unknown at remote 0x29e03fc>, capath=capath@entry=0x0, cadata=<optimized out>, cadata@entry=0x0)
    at /usr/src/debug/Python-2.7.5/Modules/_ssl.c:2901
2901            if (PyString_Check(cafile)) {