Skip to content
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

with Crust #5108

Open
p6rt opened this issue Jan 31, 2016 · 1 comment
Open

with Crust #5108

p6rt opened this issue Jan 31, 2016 · 1 comment
Labels
SEGV Segmentation fault, bus error, etc.

Comments

@p6rt
Copy link

p6rt commented Jan 31, 2016

Migrated from rt.perl.org#127440 (status was 'new')

Searchable as RT127440$

@p6rt
Copy link
Author

p6rt commented Jan 31, 2016

From lestrrat@gmail.com

Putting load against Crust produces a segmentation fault.
Error​:

=begin

PERL6LIB=lib ./bin/crustup app.p6sgi
http server is ready​: http://127.0.0.1​:5000/ (pid​:50723)
zsh​: segmentation fault PERL6LIB=lib ./bin/crustup app.p6sgi

=end

to reproduce (on OS X, Yosemite)

=begin

brew install wrk

rakudobrew build moar
rakudobrew build panda
git clone git@​github.com​:tokuhirom/p6-Crust.git
cd p6-Crust
panda installdeps .

cat <<EOM>app.p6sgi
use v6;

sub (%env) {
  return (200, ["Content-Type" => "text/plain"], ["Hello, World!\n"])
};
EOM

PERL6LIB=lib ./bin/crustapp app.p6sgi

wrk -c 400 https://127.0.0.1:5000/

=end

perl6 version​:

=begin

perl6 -v
This is Rakudo version 2015.12-230-g2e17820 built on MoarVM version 2015.12-29-g8079ca5
implementing Perl 6.c.

=end

@p6rt p6rt added the SEGV Segmentation fault, bus error, etc. label Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
SEGV Segmentation fault, bus error, etc.
Projects
None yet
Development

No branches or pull requests

1 participant