Google App Engine Launcher在mac上崩溃

时间:2015-12-24 01:54:16

标签: python macos google-app-engine

我的Google App Engine Launcher在我的mac上使用SIGSEGV崩溃了。

当我在启动器上运行Python项目时,它开始运行。但是当项目接收到诸如post之类的HTTP通信时,启动程序崩溃。

以下崩溃转储是否说崩溃的原因是字体的哈希函数?同一个项目在另一台机器上运行没有任何问题。其他项目在发射器上运行。

100%可重复且始终保持相同的崩溃信息。

我很感激任何提示。

<body>
<div id="page">
    <header class="container">
            <div id="menu" class="navbar navbar-default">

                <button type="button" class="btn btn-primary btn-lg">Menu</button>

                <div id="logo">
                    <a href="."><h4>The Big Lebowski</h4></a>
                </div>
                <ul>
                    <li><a href=".">Home</a></li>
                    <li><a href="about.html">About</a></li>
                    <li><a href="contact.html">Contact</a></li>
                </ul>
            </div>
    </header>
  • Google App Engine Launcher 1.9.30,最新
  • mac os x 10.11.2
  • Python 2.7.10

1 个答案:

答案 0 :(得分:0)

我自己解决了。

当我删除App Engine Launcher生成的数据库文件时,上述问题就消失了。

下一页讨论了数据库文件的位置。

Where is my local App Engine datastore?

检查&#34;在启动时清除数据库&#34;选项没有解决问题。

相关问题