alfonsodg / demo-web2py

Apache License 2.0
0 stars 0 forks source link

Timing issue on startup #156

Closed alfonsodg closed 10 years ago

alfonsodg commented 10 years ago

From ondrej.s...@gmail.com on January 18, 2011 06:38:47

What steps will reproduce the problem? The problem is not 100% reproducible. What is the expected output? What do you see instead? See below. What version of the product are you using? On what operating system? Version of web2py 1.91.6, OS Windows XP 32 bit. Please provide any additional information below. There appears to be a bug during startup.

C:\Temp\web2py>web2py.exe web2py Enterprise Web Framework Created by Massimo Di Pierro, Copyright 2007-2011 Version 1.91.6 (2011-01-03 17:55:14) Database drivers available: SQLite3, pymysql Starting hardcron... Fatal Python error: PyEval_RestoreThread: NULL tstate

This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information.

If I run the same command again, everything works fine.

C:\Temp\web2py>web2py.exe web2py Enterprise Web Framework Created by Massimo Di Pierro, Copyright 2007-2011 Version 1.91.6 (2011-01-03 17:55:14) Database drivers available: SQLite3, pymysql Starting hardcron... please visit: http://127.0.0.1:8000 starting browser...

C:\Temp\web2py>web2py.exe

Original issue: http://code.google.com/p/web2py/issues/detail?id=158

alfonsodg commented 10 years ago

From massimo....@gmail.com on January 28, 2011 07:25:49

Status: Duplicate