詹戈:为什么我会得到马洛克?

2024-04-19 00:30:09 发布

您现在位置:Python中文网/ 问答频道 /正文

我是Django的新手,在我尝试创建的一个简单todo应用程序中遇到以下错误。你知道吗

我不知道是什么引起的。我只添加了一个“todos”的应用程序,当我进入管理页面时,在MacOS上运行的pycharm上出现了这个错误。你知道吗

[21/Dec/2018 06:58:05] "GET /admin/ HTTP/1.1" 200 3042
Python(1756,0x700009e06000) malloc: *** error for object 0x1015c6ae4: pointer being freed was not allocated
set a breakpoint in malloc_error_break to debug
Process finished with exit code 134 (interrupted by signal 6: SIGABRT)

下面是我收到的坠机报告的一部分。你知道吗

进程:Python[1151] 路径:/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/资源/Python.app/Contents/MacOS/Python 标识符:Python 版本:3.7.0(3.7.0) 代码类型:X86-64(本机) 父进程:Python[1150] 负责人:Python[1151] 用户ID:501 进程:Python[1151] 路径:/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/资源/Python.app/Contents/MacOS/Python 标识符:Python 版本:3.7.0(3.7.0) 代码类型:X86-64(本机) 父进程:Python[1150] 负责人:Python[1151] 用户ID:501


Tags: 路径app应用程序进程usrlocal错误macos