Skip to content

Instantly share code, notes, and snippets.

@alexjbest
Created June 3, 2021 00:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexjbest/4058fcc8acee924142b46540bbe2c33d to your computer and use it in GitHub Desktop.
Save alexjbest/4058fcc8acee924142b46540bbe2c33d to your computer and use it in GitHub Desktop.
INFO:werkzeug@2021-06-02 20:29:57,815: * Running on http://127.0.0.1:37777/ (Press CTRL+C to quit)
ERROR:werkzeug@2021-06-02 20:30:02,778: 127.0.0.1 - - [02/Jun/2021 20:30:02] code 400, message Bad request version ('\x1a\x1a\x13\x01\x13\x02\x13\x03À+À/À,À0̨̩À\x13À\x14\x00\x9c\x00\x9d\x00/\x005\x01\x00\x01\x93ZZ\x00\x00\x00\x17\x00\x00ÿ\x01\x00\x01\x00\x00')
INFO:werkzeug@2021-06-02 20:30:02,778: 127.0.0.1 - - [02/Jun/2021 20:30:02] "üñR<ÿ³ùEF*¦f¾
i"n}ùLIìäý ÷CÅmÕ
.X)ýW À+À/À,À0̨̩ÀÀ7Ùί_YJ 4-M6ÀK_1#á{5*l#t
mK ·éª¬VõÝÅk"zzÀ+À/À,À0̨̩ÀÀUsers/alex/lmfdb/lmfdb/ecnf/main.py", line 184, in <genexpr>
((nf, [url_for('.show_ecnf1', nf=nf), field_pretty(nf)])
File "sage/misc/cachefunc.pyx", line 1001, in sage.misc.cachefunc.CachedFunction.__call__ (build/cythonized/sage/misc/cachefunc.c:6100)
File "/Users/alex/lmfdb/lmfdb/number_fields/web_number_field.py", line 221, in field_pretty
if not is_fundamental_discriminant(D):
File "/Users/alex/lmfdb/lmfdb/number_fields/web_number_field.py", line 205, in is_fundamental_discriminant
if d.is_squarefree():
File "sage/rings/integer.pyx", line 6009, in sage.rings.integer.Integer.is_squarefree (build/cythonized/sage/rings/integer.c:37634)
File "sage/rings/integer.pyx", line 6031, in sage.rings.integer.Integer.__pari__ (build/cythonized/sage/rings/integer.c:37754)
File "sage/libs/pari/convert_gmp.pyx", line 52, in sage.libs.pari.convert_gmp.new_gen_from_mpz_t (build/cythonized/sage/libs/pari/convert_gmp.c:1298)
cysignals.signals.SignalError: Segmentation fault
Exception in thread Thread-20:
Traceback (most recent call last):
File "sage/misc/cachefunc.pyx", line 996, in sage.misc.cachefunc.CachedFunction.__call__ (build/cythonized/sage/misc/cachefunc.c:5974)
KeyError: (('2.2.8.1',), ())
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/Cellar/python@3.9/3.9.5/Frameworks/Python.framework/Versions/3.9/lib/python3.9/threading.py", line 954, in _bootstrap_inner
self.run()
File "/usr/local/Cellar/python@3.9/3.9.5/Frameworks/Python.framework/Versions/3.9/lib/python3.9/threading.py", line 892, in run
self._target(*self._args, **self._kwargs)
File "/usr/local/Cellar/python@3.9/3.9.5/Frameworks/Python.framework/Versions/3.9/lib/python3.9/socketserver.py", line 683, in process_request_thread
self.finish_request(request, client_address)
File "/usr/local/Cellar/python@3.9/3.9.5/Frameworks/Python.framework/Versions/3.9/lib/python3.9/socketserver.py", line 360, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "/usr/local/Cellar/python@3.9/3.9.5/Frameworks/Python.framework/Versions/3.9/lib/python3.9/socketserver.py", line 747, in __init__
self.handle()
File "/Users/alex/dev-sage3/local/lib/python3.9/site-packages/werkzeug/serving.py", line 345, in handle
BaseHTTPRequestHandler.handle(self)
File "/usr/local/Cellar/python@3.9/3.9.5/Frameworks/Python.framework/Versions/3.9/lib/python3.9/http/server.py", line 427, in handle
self.handle_one_request()
File "/Users/alex/dev-sage3/local/lib/python3.9/site-packages/werkzeug/serving.py", line 379, in handle_one_request
return self.run_wsgi()
File "/Users/alex/dev-sage3/local/lib/python3.9/site-packages/werkzeug/serving.py", line 323, in run_wsgi
execute(self.server.app)
File "/Users/alex/dev-sage3/local/lib/python3.9/site-packages/werkzeug/serving.py", line 312, in execute
application_iter = app(environ, start_response)
File "/Users/alex/dev-sage3/local/lib/python3.9/site-packages/flask/app.py", line 2464, in __call__
return self.wsgi_app(environ, start_response)
File "/Users/alex/lmfdb/lmfdb/app.py", line 32, in __call__
return self.app(environ, start_response)
File "/Users/alex/dev-sage3/local/lib/python3.9/site-packages/flask/app.py", line 2447, in wsgi_app
response = self.full_dispatch_request()
File "/Users/alex/dev-sage3/local/lib/python3.9/site-packages/flask/app.py", line 1950, in full_dispatch_request
rv = self.dispatch_request()
File "/Users/alex/dev-sage3/local/lib/python3.9/site-packages/flask/app.py", line 1936, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
File "/Users/alex/lmfdb/lmfdb/ecnf/main.py", line 217, in index
return render_template("ecnf-index.html",
File "/Users/alex/dev-sage3/local/lib/python3.9/site-packages/flask/templating.py", line 137, in render_template
return _render(
File "/Users/alex/dev-sage3/local/lib/python3.9/site-packages/flask/templating.py", line 120, in _render
rv = template.render(context)
File "/Users/alex/dev-sage3/local/lib/python3.9/site-packages/jinja2/environment.py", line 1088, in render
return concat(self.root_render_func(self.new_context(vars)))
File "/Users/alex/lmfdb/lmfdb/ecnf/templates/ecnf-index.html", line 15, in root
<td>{% for label,f in types[1] %} <a href="{{f[0]}}">{{f[1]}}</a>&nbsp;&nbsp; {% endfor %} $\cdots$</td>
File "/Users/alex/lmfdb/lmfdb/templates/homepage.html", line 60, in root
&middot;
File "/Users/alex/lmfdb/lmfdb/templates/base.html", line 93, in root
"\\modstar": '{\\left( #1/#2 \\right)^\\times}',
File "/Users/alex/lmfdb/lmfdb/templates/homepage.html", line 373, in block_body
File "/Users/alex/lmfdb/lmfdb/ecnf/templates/ecnf-index.html", line 35, in block_content
File "/Users/alex/lmfdb/lmfdb/ecnf/main.py", line 184, in <genexpr>
((nf, [url_for('.show_ecnf1', nf=nf), field_pretty(nf)])
File "sage/misc/cachefunc.pyx", line 1001, in sage.misc.cachefunc.CachedFunction.__call__ (build/cythonized/sage/misc/cachefunc.c:6100)
File "/Users/alex/lmfdb/lmfdb/number_fields/web_number_field.py", line 221, in field_pretty
if not is_fundamental_discriminant(D):
File "/Users/alex/lmfdb/lmfdb/number_fields/web_number_field.py", line 205, in is_fundamental_discriminant
if d.is_squarefree():
File "sage/rings/integer.pyx", line 6009, in sage.rings.integer.Integer.is_squarefree (build/cythonized/sage/rings/integer.c:37634)
File "sage/rings/integer.pyx", line 6031, in sage.rings.integer.Integer.__pari__ (build/cythonized/sage/rings/integer.c:37754)
File "sage/libs/pari/convert_gmp.pyx", line 52, in sage.libs.pari.convert_gmp.new_gen_from_mpz_t (build/cythonized/sage/libs/pari/convert_gmp.c:1298)
cysignals.signals.SignalError: Segmentation fault
Exception in thread Thread-21:
Traceback (most recent call last):
File "sage/misc/cachefunc.pyx", line 996, in sage.misc.cachefunc.CachedFunction.__call__ (build/cythonized/sage/misc/cachefunc.c:5974)
KeyError: (('2.2.8.1',), ())
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/Cellar/python@3.9/3.9.5/Frameworks/Python.framework/Versions/3.9/lib/python3.9/threading.py", line 954, in _bootstrap_inner
self.run()
File "/usr/local/Cellar/python@3.9/3.9.5/Frameworks/Python.framework/Versions/3.9/lib/python3.9/threading.py", line 892, in run
self._target(*self._args, **self._kwargs)
File "/usr/local/Cellar/python@3.9/3.9.5/Frameworks/Python.framework/Versions/3.9/lib/python3.9/socketserver.py", line 683, in process_request_thread
self.finish_request(request, client_address)
File "/usr/local/Cellar/python@3.9/3.9.5/Frameworks/Python.framework/Versions/3.9/lib/python3.9/socketserver.py", line 360, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "/usr/local/Cellar/python@3.9/3.9.5/Frameworks/Python.framework/Versions/3.9/lib/python3.9/socketserver.py", line 747, in __init__
self.handle()
File "/Users/alex/dev-sage3/local/lib/python3.9/site-packages/werkzeug/serving.py", line 345, in handle
BaseHTTPRequestHandler.handle(self)
File "/usr/local/Cellar/python@3.9/3.9.5/Frameworks/Python.framework/Versions/3.9/lib/python3.9/http/server.py", line 427, in handle
self.handle_one_request()
File "/Users/alex/dev-sage3/local/lib/python3.9/site-packages/werkzeug/serving.py", line 379, in handle_one_request
return self.run_wsgi()
File "/Users/alex/dev-sage3/local/lib/python3.9/site-packages/werkzeug/serving.py", line 323, in run_wsgi
execute(self.server.app)
File "/Users/alex/dev-sage3/local/lib/python3.9/site-packages/werkzeug/serving.py", line 312, in execute
application_iter = app(environ, start_response)
File "/Users/alex/dev-sage3/local/lib/python3.9/site-packages/flask/app.py", line 2464, in __call__
return self.wsgi_app(environ, start_response)
File "/Users/alex/lmfdb/lmfdb/app.py", line 32, in __call__
return self.app(environ, start_response)
File "/Users/alex/dev-sage3/local/lib/python3.9/site-packages/flask/app.py", line 2447, in wsgi_app
response = self.full_dispatch_request()
File "/Users/alex/dev-sage3/local/lib/python3.9/site-packages/flask/app.py", line 1950, in full_dispatch_request
rv = self.dispatch_request()
File "/Users/alex/dev-sage3/local/lib/python3.9/site-packages/flask/app.py", line 1936, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
File "/Users/alex/lmfdb/lmfdb/ecnf/main.py", line 217, in index
return render_template("ecnf-index.html",
File "/Users/alex/dev-sage3/local/lib/python3.9/site-packages/flask/templating.py", line 137, in render_template
return _render(
File "/Users/alex/dev-sage3/local/lib/python3.9/site-packages/flask/templating.py", line 120, in _render
rv = template.render(context)
File "/Users/alex/dev-sage3/local/lib/python3.9/site-packages/jinja2/environment.py", line 1088, in render
return concat(self.root_render_func(self.new_context(vars)))
File "/Users/alex/lmfdb/lmfdb/ecnf/templates/ecnf-index.html", line 15, in root
<td>{% for label,f in types[1] %} <a href="{{f[0]}}">{{f[1]}}</a>&nbsp;&nbsp; {% endfor %} $\cdots$</td>
File "/Users/alex/lmfdb/lmfdb/templates/homepage.html", line 60, in root
&middot;
File "/Users/alex/lmfdb/lmfdb/templates/base.html", line 93, in root
"\\modstar": '{\\left( #1/#2 \\right)^\\times}',
File "/Users/alex/lmfdb/lmfdb/templates/homepage.html", line 373, in block_body
File "/Users/alex/lmfdb/lmfdb/ecnf/templates/ecnf-index.html", line 35, in block_content
File "/Users/alex/lmfdb/lmfdb/ecnf/main.py", line 184, in <genexpr>
((nf, [url_for('.show_ecnf1', nf=nf), field_pretty(nf)])
File "sage/misc/cachefunc.pyx", line 1001, in sage.misc.cachefunc.CachedFunction.__call__ (build/cythonized/sage/misc/cachefunc.c:6100)
File "/Users/alex/lmfdb/lmfdb/number_fields/web_number_field.py", line 221, in field_pretty
if not is_fundamental_discriminant(D):
File "/Users/alex/lmfdb/lmfdb/number_fields/web_number_field.py", line 205, in is_fundamental_discriminant
if d.is_squarefree():
File "sage/rings/integer.pyx", line 6009, in sage.rings.integer.Integer.is_squarefree (build/cythonized/sage/rings/integer.c:37634)
File "sage/rings/integer.pyx", line 6031, in sage.rings.integer.Integer.__pari__ (build/cythonized/sage/rings/integer.c:37754)
File "sage/libs/pari/convert_gmp.pyx", line 52, in sage.libs.pari.convert_gmp.new_gen_from_mpz_t (build/cythonized/sage/libs/pari/convert_gmp.c:1298)
cysignals.signals.SignalError: Segmentation fault
Exception in thread Thread-22:
Traceback (most recent call last):
File "sage/misc/cachefunc.pyx", line 996, in sage.misc.cachefunc.CachedFunction.__call__ (build/cythonized/sage/misc/cachefunc.c:5974)
KeyError: (('2.2.8.1',), ())
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/Cellar/python@3.9/3.9.5/Frameworks/Python.framework/Versions/3.9/lib/python3.9/threading.py", line 954, in _bootstrap_inner
self.run()
File "/usr/local/Cellar/python@3.9/3.9.5/Frameworks/Python.framework/Versions/3.9/lib/python3.9/threading.py", line 892, in run
self._target(*self._args, **self._kwargs)
File "/usr/local/Cellar/python@3.9/3.9.5/Frameworks/Python.framework/Versions/3.9/lib/python3.9/socketserver.py", line 683, in process_request_thread
self.finish_request(request, client_address)
File "/usr/local/Cellar/python@3.9/3.9.5/Frameworks/Python.framework/Versions/3.9/lib/python3.9/socketserver.py", line 360, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "/usr/local/Cellar/python@3.9/3.9.5/Frameworks/Python.framework/Versions/3.9/lib/python3.9/socketserver.py", line 747, in __init__
self.handle()
File "/Users/alex/dev-sage3/local/lib/python3.9/site-packages/werkzeug/serving.py", line 345, in handle
BaseHTTPRequestHandler.handle(self)
File "/usr/local/Cellar/python@3.9/3.9.5/Frameworks/Python.framework/Versions/3.9/lib/python3.9/http/server.py", line 427, in handle
self.handle_one_request()
File "/Users/alex/dev-sage3/local/lib/python3.9/site-packages/werkzeug/serving.py", line 379, in handle_one_request
return self.run_wsgi()
File "/Users/alex/dev-sage3/local/lib/python3.9/site-packages/werkzeug/serving.py", line 323, in run_wsgi
execute(self.server.app)
File "/Users/alex/dev-sage3/local/lib/python3.9/site-packages/werkzeug/serving.py", line 312, in execute
application_iter = app(environ, start_response)
File "/Users/alex/dev-sage3/local/lib/python3.9/site-packages/flask/app.py", line 2464, in __call__
return self.wsgi_app(environ, start_response)
File "/Users/alex/lmfdb/lmfdb/app.py", line 32, in __call__
return self.app(environ, start_response)
File "/Users/alex/dev-sage3/local/lib/python3.9/site-packages/flask/app.py", line 2447, in wsgi_app
response = self.full_dispatch_request()
File "/Users/alex/dev-sage3/local/lib/python3.9/site-packages/flask/app.py", line 1950, in full_dispatch_request
rv = self.dispatch_request()
File "/Users/alex/dev-sage3/local/lib/python3.9/site-packages/flask/app.py", line 1936, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
File "/Users/alex/lmfdb/lmfdb/ecnf/main.py", line 217, in index
return render_template("ecnf-index.html",
File "/Users/alex/dev-sage3/local/lib/python3.9/site-packages/flask/templating.py", line 137, in render_template
return _render(
File "/Users/alex/dev-sage3/local/lib/python3.9/site-packages/flask/templating.py", line 120, in _render
rv = template.render(context)
File "/Users/alex/dev-sage3/local/lib/python3.9/site-packages/jinja2/environment.py", line 1088, in render
return concat(self.root_render_func(self.new_context(vars)))
File "/Users/alex/lmfdb/lmfdb/ecnf/templates/ecnf-index.html", line 15, in root
<td>{% for label,f in types[1] %} <a href="{{f[0]}}">{{f[1]}}</a>&nbsp;&nbsp; {% endfor %} $\cdots$</td>
File "/Users/alex/lmfdb/lmfdb/templates/homepage.html", line 60, in root
&middot;
File "/Users/alex/lmfdb/lmfdb/templates/base.html", line 93, in root
"\\modstar": '{\\left( #1/#2 \\right)^\\times}',
File "/Users/alex/lmfdb/lmfdb/templates/homepage.html", line 373, in block_body
File "/Users/alex/lmfdb/lmfdb/ecnf/templates/ecnf-index.html", line 35, in block_content
File "/Users/alex/lmfdb/lmfdb/ecnf/main.py", line 184, in <genexpr>
((nf, [url_for('.show_ecnf1', nf=nf), field_pretty(nf)])
File "sage/misc/cachefunc.pyx", line 1001, in sage.misc.cachefunc.CachedFunction.__call__ (build/cythonized/sage/misc/cachefunc.c:6100)
File "/Users/alex/lmfdb/lmfdb/number_fields/web_number_field.py", line 221, in field_pretty
if not is_fundamental_discriminant(D):
File "/Users/alex/lmfdb/lmfdb/number_fields/web_number_field.py", line 205, in is_fundamental_discriminant
if d.is_squarefree():
File "sage/rings/integer.pyx", line 6009, in sage.rings.integer.Integer.is_squarefree (build/cythonized/sage/rings/integer.c:37634)
File "sage/rings/integer.pyx", line 6031, in sage.rings.integer.Integer.__pari__ (build/cythonized/sage/rings/integer.c:37754)
File "sage/libs/pari/convert_gmp.pyx", line 52, in sage.libs.pari.convert_gmp.new_gen_from_mpz_t (build/cythonized/sage/libs/pari/convert_gmp.c:1298)
cysignals.signals.SignalError: Segmentation fault
Exception in thread Thread-23:
Traceback (most recent call last):
File "sage/misc/cachefunc.pyx", line 996, in sage.misc.cachefunc.CachedFunction.__call__ (build/cythonized/sage/misc/cachefunc.c:5974)
KeyError: (('2.2.8.1',), ())
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/Cellar/python@3.9/3.9.5/Frameworks/Python.framework/Versions/3.9/lib/python3.9/threading.py", line 954, in _bootstrap_inner
self.run()
File "/usr/local/Cellar/python@3.9/3.9.5/Frameworks/Python.framework/Versions/3.9/lib/python3.9/threading.py", line 892, in run
self._target(*self._args, **self._kwargs)
File "/usr/local/Cellar/python@3.9/3.9.5/Frameworks/Python.framework/Versions/3.9/lib/python3.9/socketserver.py", line 683, in process_request_thread
self.finish_request(request, client_address)
File "/usr/local/Cellar/python@3.9/3.9.5/Frameworks/Python.framework/Versions/3.9/lib/python3.9/socketserver.py", line 360, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "/usr/local/Cellar/python@3.9/3.9.5/Frameworks/Python.framework/Versions/3.9/lib/python3.9/socketserver.py", line 747, in __init__
self.handle()
File "/Users/alex/dev-sage3/local/lib/python3.9/site-packages/werkzeug/serving.py", line 345, in handle
BaseHTTPRequestHandler.handle(self)
File "/usr/local/Cellar/python@3.9/3.9.5/Frameworks/Python.framework/Versions/3.9/lib/python3.9/http/server.py", line 427, in handle
self.handle_one_request()
File "/Users/alex/dev-sage3/local/lib/python3.9/site-packages/werkzeug/serving.py", line 379, in handle_one_request
return self.run_wsgi()
File "/Users/alex/dev-sage3/local/lib/python3.9/site-packages/werkzeug/serving.py", line 323, in run_wsgi
execute(self.server.app)
File "/Users/alex/dev-sage3/local/lib/python3.9/site-packages/werkzeug/serving.py", line 312, in execute
application_iter = app(environ, start_response)
File "/Users/alex/dev-sage3/local/lib/python3.9/site-packages/flask/app.py", line 2464, in __call__
return self.wsgi_app(environ, start_response)
File "/Users/alex/lmfdb/lmfdb/app.py", line 32, in __call__
return self.app(environ, start_response)
File "/Users/alex/dev-sage3/local/lib/python3.9/site-packages/flask/app.py", line 2447, in wsgi_app
response = self.full_dispatch_request()
File "/Users/alex/dev-sage3/local/lib/python3.9/site-packages/flask/app.py", line 1950, in full_dispatch_request
rv = self.dispatch_request()
File "/Users/alex/dev-sage3/local/lib/python3.9/site-packages/flask/app.py", line 1936, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
File "/Users/alex/lmfdb/lmfdb/ecnf/main.py", line 217, in index
return render_template("ecnf-index.html",
File "/Users/alex/dev-sage3/local/lib/python3.9/site-packages/flask/templating.py", line 137, in render_template
return _render(
File "/Users/alex/dev-sage3/local/lib/python3.9/site-packages/flask/templating.py", line 120, in _render
rv = template.render(context)
File "/Users/alex/dev-sage3/local/lib/python3.9/site-packages/jinja2/environment.py", line 1088, in render
return concat(self.root_render_func(self.new_context(vars)))
File "/Users/alex/lmfdb/lmfdb/ecnf/templates/ecnf-index.html", line 15, in root
<td>{% for label,f in types[1] %} <a href="{{f[0]}}">{{f[1]}}</a>&nbsp;&nbsp; {% endfor %} $\cdots$</td>
File "/Users/alex/lmfdb/lmfdb/templates/homepage.html", line 60, in root
&middot;
File "/Users/alex/lmfdb/lmfdb/templates/base.html", line 93, in root
"\\modstar": '{\\left( #1/#2 \\right)^\\times}',
File "/Users/alex/lmfdb/lmfdb/templates/homepage.html", line 373, in block_body
File "/Users/alex/lmfdb/lmfdb/ecnf/templates/ecnf-index.html", line 35, in block_content
File "/Users/alex/lmfdb/lmfdb/ecnf/main.py", line 184, in <genexpr>
((nf, [url_for('.show_ecnf1', nf=nf), field_pretty(nf)])
File "sage/misc/cachefunc.pyx", line 1001, in sage.misc.cachefunc.CachedFunction.__call__ (build/cythonized/sage/misc/cachefunc.c:6100)
File "/Users/alex/lmfdb/lmfdb/number_fields/web_number_field.py", line 221, in field_pretty
if not is_fundamental_discriminant(D):
File "/Users/alex/lmfdb/lmfdb/number_fields/web_number_field.py", line 205, in is_fundamental_discriminant
if d.is_squarefree():
File "sage/rings/integer.pyx", line 6009, in sage.rings.integer.Integer.is_squarefree (build/cythonized/sage/rings/integer.c:37634)
File "sage/rings/integer.pyx", line 6031, in sage.rings.integer.Integer.__pari__ (build/cythonized/sage/rings/integer.c:37754)
File "sage/libs/pari/convert_gmp.pyx", line 52, in sage.libs.pari.convert_gmp.new_gen_from_mpz_t (build/cythonized/sage/libs/pari/convert_gmp.c:1298)
cysignals.signals.SignalError: Segmentation fault
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment