-
Notifications
You must be signed in to change notification settings - Fork 673
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Release] 07th of August 2023 #6581
Conversation
@dom96 with INFO Jester is making jokes at http://0.0.0.0:3000
Starting 4 threads
Listening on port 3000
SIGSEGV: Illegal storage access. (Attempt to read from nil?)
Segmentation fault ℹ️ On nim 2.0 |
@ringabout Not sure why but With debug mode, I have DEBUG Prologue is serving at http://0.0.0.0:3000
DEBUG Starting 8 threads
DEBUG Listening on port 3000 but
|
@mattaylor I have a compilation error on /root/.nimble/pkgs2/packedjson-0.2.2-31464998abf68abd1e9ded84a8692bc8d98c319a/packedjson.nim(325, 5) Error: undeclared identifier: 'shallowCopy'
candidates (edit distance, scope distance); see '--spellSuggest':
(6, 6): 'alloc'
(6, 6): 'alloc0'
(6, 6): 'allocImpl' |
@crimson-knight During Shard "inflector" version (0.1.8) doesn't match tag version (1.0.0)
Shard "micrate" version (0.14.0) doesn't match tag version (0.15.0) When running Unhandled exception: Error executing process: 'amber': No such file or directory (File::NotFoundError)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
from src/env/__libc_start_main.c:95:2 in 'libc_start_main_stage2' Perhaps, the dockerfile is not correct FROM crystallang/crystal:1.9.2-alpine
WORKDIR /usr/src/app
COPY 'config/application.cr' 'config/application.cr'
COPY 'config/routes.cr' 'config/routes.cr'
COPY 'src/amber.cr' 'src/amber.cr'
COPY 'src/benchmark_amber.cr' 'src/benchmark_amber.cr'
COPY 'src/controllers/application_controller.cr' 'src/controllers/application_controller.cr'
COPY 'shard.yml' 'shard.yml'
RUN apk add --update yaml-static
RUN apk add --update sqlite-dev
RUN shards lock
RUN shards install --production
RUN shards build --release --no-debug --static
FROM alpine
WORKDIR /usr/bin
COPY --from=0 /usr/src/app/bin/server /usr/bin/app
COPY 'config/environments/production.yml' 'config/environments/production.yml'
CMD /usr/bin/app |
@waghanza can you just keep running jester/httpbeast with old Nim? |
@waghanza any additional info regarding handy and serverino? So I can test and fix them? Because they are passing tests. Probably problems are raising after high load.. |
Or might try with |
if no solution is found on monday @dom96
Seems working ❤️ |
Exactly. I have the same for archttp, that is why I prefer to open a new PR (in fact you can) to enable debug mode and try to debug together. For archttp, I have noticed that at a certain level, the server stops (with a segfault iirc) |
@jim-king-2000 @SaltyAom results changed a lot in https://web-frameworks-benchmark.netlify.app/result?l=javascript |
Fantastic! Thanks. |
@itsumura-h I have a compilation issue for
basolato
(with nim2)@jim-king-2000 @koplenov When this
PR
will be merge, results will be refreshedFailing framowrks
ℹ️ Failing frameworks will be hidden