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

Crashes Rails 3.2 Application server process #25

Closed
cheeyeo opened this issue May 16, 2012 · 2 comments
Closed

Crashes Rails 3.2 Application server process #25

cheeyeo opened this issue May 16, 2012 · 2 comments

Comments

@cheeyeo
Copy link

cheeyeo commented May 16, 2012

When using the latest version of the pygments.rb gem within a Rails 3.2.3 app it crashes the entire rails application server process with a Killed signal displayed on the console and an error of 324 empty response returned by the server in the browser

This has been replicated on the following ruby versions:

Ruby 1.9.2 p0

Ruby 1.9.2 p290

Ruby 1.9.3

The application servers tested are:

Mongrel

Webrick

The system in use is Snow Leopard 10.6.2

thanks!

@cheeyeo
Copy link
Author

cheeyeo commented May 16, 2012

The only application server with Rails 3.2 that works is Thin. Perhaps the other servers are not asynchronous hence the app process crashes? This is working within my Rails project now after switching over to Thin.

@tnm
Copy link
Collaborator

tnm commented Sep 26, 2012

This should be rendered non-applicable by pygments.rb 0.3.0.

@tnm tnm closed this as completed Sep 26, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants