Python quit unexpectedly when going into admin page of django

1

I was trying to learn django framework (3.0) and was following the djangoproject poll sample and when I got to the steps of going to the admin page, safari pop up "Python quit unexpectedly", and the error report was as below:

Can any one give me a help, please?

Process:               Python [93865]
Path:                  /Library/Frameworks/Python.framework/Versions/3.7/Resources/Python.app/Contents/MacOS/Python
Identifier:            Python
Version:               3.7.0 (3.7.0)
Code Type:             X86-64 (Native)
Parent Process:        Python [93863]
Responsible:           Terminal [55160]
User ID:               501

Date/Time:             2020-07-14 02:07:32.777 +0800
OS Version:            Mac OS X 10.15.5 (19F101)
Report Version:        12
Bridge OS Version:     3.0 (14Y908)
Anonymous UUID:        AA9B8144-257A-A323-5B3A-C712A59D4CD9

Sleep/Wake UUID:       BD0D8E7C-0239-4F70-AEEF-EB8EA465FF34

Time Awake Since Boot: 170000 seconds
Time Since Wake:       3400 seconds

System Integrity Protection: enabled

Crashed Thread:        2

Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
Exception Codes:       EXC_I386_GPFLT
Exception Note:        EXC_CORPSE_NOTIFY

Termination Signal:    Segmentation fault: 11
Termination Reason:    Namespace SIGNAL, Code 0xb
Terminating Process:   exc handler [93865]

Thread 0:: Dispatch queue: com.apple.main-thread
0   libsystem_

    kernel.dylib            0x00007fff6b2970fe __select + 10
    1   org.python.python               0x000000010e603fc0 time_sleep + 128
    2   org.python.python               0x000000010e4c0995 _PyMethodDef_RawFastCallKeywords + 757
    3   org.python.python               0x000000010e4bfdba _PyCFunction_FastCallKeywords + 42
    4   org.python.python               0x000000010e57f5ae call_function + 782
    5   org.python.python               0x000000010e57c560 _PyEval_EvalFrameDefault + 2515
    

Thread 1: 0 libsystem_kernel.dylib 0x00007fff6b2953d6 poll + 10 1 select.cpython-37m-darwin.so 0x0000000105d81a12 poll_poll + 466 2 org.python.python 0x0000000105a3a93c _PyMethodDef_RawFastCallKeywords + 668 3 org.python.python 0x0000000105a40462 _PyMethodDescr_FastCallKeywords + 82 4 org.python.python 0x0000000105af95e0 call_function + 832 5 org.python.python 0x0000000105af6546 _PyEval_EvalFrameDefault + 25126 6 org.python.python 0x0000000105afa096 _PyEval_EvalCodeWithName + 2422 7 org.python.python 0x0000000105a39d81 _PyFunction_FastCallKeywords + 257 8 org.python.python 0x0000000105af95bb call_function + 795 9 org.python.python 0x0000000105af6546 _PyEval_EvalFrameDefault + 25126 10 org.python.python 0x0000000105afa096 _PyEval_EvalCodeWithName + 2422 11 org.python.python 0x0000000105a39d81 _PyFunction_FastCallKeywords + 257 12 org.python.python 0x0000000105af95bb call_function + 795 13 org.python.python
Thread 2 crashed with X86 Thread State (64-bit): rax: 0x00007fa7d4d76000 rbx: 0x0000000000000001 rcx: 0x676e697274732074 rdx: 0x000000010e692670 rdi: 0x0000700002e58d60 rsi: 0x000000010e692670 rbp: 0x0000700002e58d50 rsp: 0x0000700002e58d20 r8: 0x0000700002e58960 r9: 0x0000000000000001 r10: 0x0000000000000001 r11: 0x1bace136fadee869 r12: 0x0000000000000002 r13: 0x0000000000000001 r14: 0x0000700002e58d60 r15: 0x0000000000000000 rip: 0x000000010e4fd5aa rfl: 0x0000000000010202 cr2: 0x00007fa7d8962020

    Logical CPU:     0
    Error Code:      0x00000000
    Trap Number:     13
    
    
    Binary Images:
           0x10e499000 -        0x10e499fff +org.python.python (3.7.0 - 3.7.0) <4B030EC4-815E-34B7-90E7-D0720C31E072> /Library/Frameworks/Python.framework/Versions/3.7/Resources/Python.app/Contents/MacOS/Python
           0x10e49f000 -        0x10e675ff7 +org.python.python (3.7.0, [c] 2001-2018 Python Software Foundation. - 3.7.0) <4C64F346-20C8-3CBF-B1BD-134CC385C83F> 
    
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 0
        thread_create: 0
        thread_set_state: 0
      Calls made by this process:
        task_for_pid: 0
        thread_create: 0
        thread_set_state: 0
      Calls made by all processes on this machine:
        task_for_pid: 137429
        thread_create: 0
        thread_set_state: 0
    
    VM Region Summary:
    ReadOnly portion of Libraries: Total=464.9M resident=0K(0%) swapped_out_or_unallocated=464.9M(100%)
    Writable regions: Total=88.0M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=88.0M(100%)
     
                                    VIRTUAL   REGION 
    REGION TYPE                        SIZE    COUNT (non-coalesced) 
    ===========                     =======  ======= 
    Kernel Alloc Once                    8K        1 
    MALLOC                            61.3M      112 
    MALLOC guard page                   16K        4 
    MALLOC_LARGE (reserved)            256K        2         reserved VM address space (unallocated)
    STACK GUARD                         12K        3 
    Stack                             26.0M        3 
    __DATA                            7021K      160 
    __DATA_CONST                        20K        1 
    __LINKEDIT                       390.1M       37 
    __OBJC_RO                         32.2M        1 
    __OBJC_RW                         1892K        2 
    __TEXT                            74.7M      154 
    __UNICODE                          564K        1 
    shared memory                       12K        3 
    ===========                     =======  ======= 
    TOTAL                            594.1M      484 
    TOTAL, minus reserved VM space   593.8M      484 
    
    Model: MacBookPro13,2, BootROM 267.0.0.0.0, 2 processors, Dual-Core Intel Core i7, 3.3 GHz, 16 GB, SMC 2.37f24
    Graphics: kHW_IntelIrisGraphics550Item, Intel Iris Graphics 550, spdisplays_builtin
    Memory Module: BANK 0/DIMM0, 8 GB, LPDDR3, 2133 MHz, 0x802C, 0x4D5435324C31473332443450472D30393320
    Memory Module: BANK 1/DIMM0, 8 GB, LPDDR3, 2133 MHz, 0x802C, 0x4D5435324C31473332443450472D30393320
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x157), Broadcom BCM43xx 1.0 (7.77.111.1 AirPortDriverBrcmNIC-1610.1)
    Bluetooth: Version 7.0.5f6, 3 services, 27 devices, 1 incoming serial ports
    Network Service: Wi-Fi, AirPort, en0
    USB Device: USB 3.0 Bus
    USB Device: Apple T1 Controller
    Thunderbolt Bus: MacBook Pro, Apple Inc., 41.2
    Thunderbolt Bus: MacBook Pro, Apple Inc., 41.2
django
asked on Stack Overflow Jul 13, 2020 by Aaron Lee

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0