Ruby on Rails Wednesday, June 30, 2010

If you google for 'segmentation fault' you'll get many hits on the
topic. I have read a couple of them and they seem to be related to
memory problems with the garbage collection mechanism or with hardware
that is not able to perform the requested operations.

I don't know if this is the case but maybe you have something in your
code that is causing the GC to fail? Have you tried creating an
'emtpy' application and start Mongrel/Webrick to see if the problem
persists?

On Jun 29, 12:39 pm, laz <lalita123chan...@gmail.com> wrote:
> I face the same problem with my webrick server. I am new to ROR, so
> any thought on why this occurs would be very helpful.
>
> -Laz
>
> On Jun 11, 3:34 am, sumanta <sumantacapt...@gmail.com> wrote:
>
> > Dear All,
>
> > I am facing a problem - when I am hittinghttp://localhost:3000/login_c
> > to enter to our system, webrick/mongrel quiting from command prompt.
>
> > I am getting this error-
> > ""
> > C:\Obs>mongrel_rails start
> > ** Starting Mongrel listening at 0.0.0.0:3000
> > ** Starting Rails with development environment...
> > ** Rails loaded.
> > ** Loading any Rails specific GemPlugins
> > ** Signals ready.  INT => stop (no restart).
> > ** Mongrel 1.1.5 available at 0.0.0.0:3000
> > ** Use CTRL-C to stop.
> > C:/Ruby/lib/ruby/1.8/pathname.rb:266: [BUG] Segmentation fault
> > ruby 1.8.6 (2008-08-11) [i386-mswin32]
>
> > This application has requested the Runtime to terminate it in an
> > unusual
> > way.
> > Please contact the application's support team for more information.
> > ""
> > I am using windows xp service pack2, rails 2.3.5 .
> > I already did uninstall and reinstall but no result.
> > Please help.
>
> > Thanks in advance.

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

No comments:

Post a Comment