[#59462] [ruby-trunk - Bug #9342][Open] [PATCH] SizedQueue#clear does not notify waiting threads in Ruby 1.9.3 — "jsc (Justin Collins)" <redmine@...>

9 messages 2014/01/02

[#59466] [ruby-trunk - Bug #9343][Open] [PATCH] SizedQueue#max= wakes up waiters properly — "normalperson (Eric Wong)" <normalperson@...>

11 messages 2014/01/02

[#59498] [ruby-trunk - Bug #9352][Open] [BUG] rb_sys_fail_str(connect(2) for [fe80::1%lo0]:3000) - errno == 0 — "kain (Claudio Poli)" <claudio@...>

10 messages 2014/01/03

[#59516] [ruby-trunk - Bug #9356][Open] TCPSocket.new does not seem to handle INTR — "charliesome (Charlie Somerville)" <charliesome@...>

48 messages 2014/01/03

[#59538] [ruby-trunk - Feature #9362][Assigned] Minimize cache misshit to gain optimal speed — "shyouhei (Shyouhei Urabe)" <shyouhei@...>

33 messages 2014/01/03
[#59582] Re: [ruby-trunk - Feature #9362][Assigned] Minimize cache misshit to gain optimal speed — SASADA Koichi <ko1@...> 2014/01/06

Intersting challenge.

[#59541] Re: [ruby-trunk - Feature #9362][Assigned] Minimize cache misshit to gain optimal speed — Eric Wong <normalperson@...> 2014/01/04

Hi, I noticed a trivial typo in array.c, and it fails building struct.c

[#59583] [ruby-trunk - Bug #9367][Open] REXML::XmlDecl doesn't use user specified quotes — "bearmini (Takashi Oguma)" <bear.mini@...>

12 messages 2014/01/06

[#59642] [ruby-trunk - Bug #9384][Open] Segfault in ruby 2.1.0p0 — "cbliard (Christophe Bliard)" <christophe.bliard@...>

11 messages 2014/01/08

[#59791] About unmarshallable DRb objects life-time — Rodrigo Rosenfeld Rosas <rr.rosas@...>

A while ago I created a proof-of-concept that I intended to use in my

16 messages 2014/01/15
[#59794] Re: About unmarshallable DRb objects life-time — Eric Hodel <drbrain@...7.net> 2014/01/15

On 15 Jan 2014, at 11:58, Rodrigo Rosenfeld Rosas <rr.rosas@gmail.com> wrote:

[#59808] Re: About unmarshallable DRb objects life-time — Rodrigo Rosenfeld Rosas <rr.rosas@...> 2014/01/16

Em 15-01-2014 19:42, Eric Hodel escreveu:

[#59810] Re: About unmarshallable DRb objects life-time — Eric Hodel <drbrain@...7.net> 2014/01/16

On 16 Jan 2014, at 02:15, Rodrigo Rosenfeld Rosas <rr.rosas@gmail.com> wrote:

[#59826] Re: About unmarshallable DRb objects life-time — Rodrigo Rosenfeld Rosas <rr.rosas@...> 2014/01/17

Em 16-01-2014 19:43, Eric Hodel escreveu:

[#59832] Re: About unmarshallable DRb objects life-time — Eric Hodel <drbrain@...7.net> 2014/01/17

On 17 Jan 2014, at 04:22, Rodrigo Rosenfeld Rosas <rr.rosas@gmail.com> wrote:

[ruby-core:59760] [ruby-trunk - Bug #9411] [Feedback] Rails server not started with Ruby(ruby 2.0.0p353 (2013-11-22) [x64-mingw32] with Rails 4.0.2 and MySQL Server 5.6)

From: luislavena@...
Date: 2014-01-14 13:36:05 UTC
List: ruby-core #59760
Issue #9411 has been updated by Luis Lavena.

Status changed from Open to Feedback
Priority changed from Urgent to Normal

Please provide details on how you build or compiled mysql2 gem for 64bits Ruby.

Asking this because MySQL Connector/C code for 64bits provides a linking library that is not compatible with x64-mingw32 and require extra steps.


----------------------------------------
Bug #9411: Rails server not started with Ruby(ruby 2.0.0p353 (2013-11-22) [x64-mingw32] with Rails 4.0.2 and MySQL Server 5.6)
https://bugs.ruby-lang.org/issues/9411#change-44295

* Author: bidesh mondal
* Status: Feedback
* Priority: Normal
* Assignee: 
* Category: 
* Target version: 
* ruby -v: (ruby 2.0.0p353 (2013-11-22) [x64-mingw32]
* Backport: 1.9.3: UNKNOWN, 2.0.0: UNKNOWN, 2.1: UNKNOWN
----------------------------------------
HI ALL,
I am facing some problem when installing rails app with mysql in windows7 64 bit machine. Can any one check the issue.
O.S- Windows 7 (64 bit)
Ruby - ruby 2.0.0p353 (2013-11-22) [x64-mingw32]
Rails -  Rails 4.0.2
Mysql - MySQL Server 5.6
with mysql2 gems

Please check the below mentioned logs 

[NOTE]
You may have encountered a bug in the Ruby interpreter or extension libraries.
Bug reports are welcome.
For details: http://www.ruby-lang.org/bugreport.html


This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
 

 357 C:/Ruby200-x64/lib/ruby/2.0.0/psych/nodes/alias.rb
  358 C:/Ruby200-x64/lib/ruby/2.0.0/psych/nodes.rb
  359 C:/Ruby200-x64/lib/ruby/2.0.0/psych/streaming.rb
  360 C:/Ruby200-x64/lib/ruby/2.0.0/psych/visitors/visitor.rb
  361 C:/Ruby200-x64/lib/ruby/2.0.0/psych/scalar_scanner.rb
  362 C:/Ruby200-x64/lib/ruby/2.0.0/psych/visitors/to_ruby.rb
  363 C:/Ruby200-x64/lib/ruby/2.0.0/psych/visitors/emitter.rb
  364 C:/Ruby200-x64/lib/ruby/2.0.0/psych/visitors/yaml_tree.rb
  365 C:/Ruby200-x64/lib/ruby/2.0.0/psych/json/ruby_events.rb
  366 C:/Ruby200-x64/lib/ruby/2.0.0/psych/visitors/json_tree.rb
  367 C:/Ruby200-x64/lib/ruby/2.0.0/psych/visitors/depth_first.rb
  368 C:/Ruby200-x64/lib/ruby/2.0.0/psych/visitors.rb
  369 C:/Ruby200-x64/lib/ruby/2.0.0/psych/handler.rb
  370 C:/Ruby200-x64/lib/ruby/2.0.0/psych/tree_builder.rb
  371 C:/Ruby200-x64/lib/ruby/2.0.0/psych/parser.rb
  372 C:/Ruby200-x64/lib/ruby/2.0.0/psych/omap.rb
  373 C:/Ruby200-x64/lib/ruby/2.0.0/psych/set.rb
  374 C:/Ruby200-x64/lib/ruby/2.0.0/psych/coder.rb
  375 C:/Ruby200-x64/lib/ruby/2.0.0/psych/core_ext.rb
  376 C:/Ruby200-x64/lib/ruby/2.0.0/psych/deprecated.rb
  377 C:/Ruby200-x64/lib/ruby/2.0.0/psych/stream.rb
  378 C:/Ruby200-x64/lib/ruby/2.0.0/psych/json/yaml_events.rb
  379 C:/Ruby200-x64/lib/ruby/2.0.0/psych/json/tree_builder.rb
  380 C:/Ruby200-x64/lib/ruby/2.0.0/psych/json/stream.rb
  381 C:/Ruby200-x64/lib/ruby/2.0.0/psych/handlers/document_stream.rb
  382 C:/Ruby200-x64/lib/ruby/2.0.0/psych.rb
  383 C:/Ruby200-x64/lib/ruby/2.0.0/yaml.rb
  384 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activesupport-4.0.2/lib/active_sup
port/core_ext/big_decimal/conversions.rb
  385 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activerecord-4.0.2/lib/active_reco
rd/connection_adapters/abstract/quoting.rb
  386 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activerecord-4.0.2/lib/active_reco
rd/connection_adapters/abstract/database_statements.rb
  387 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activerecord-4.0.2/lib/active_reco
rd/errors.rb
  388 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activerecord-4.0.2/lib/active_reco
rd/migration.rb
  389 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activerecord-4.0.2/lib/active_reco
rd/migration/join_table.rb
  390 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activerecord-4.0.2/lib/active_reco
rd/connection_adapters/abstract/schema_statements.rb
  391 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activerecord-4.0.2/lib/active_reco
rd/connection_adapters/abstract/database_limits.rb
  392 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activerecord-4.0.2/lib/active_reco
rd/connection_adapters/abstract/query_cache.rb
  393 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activesupport-4.0.2/lib/active_sup
port/descendants_tracker.rb
  394 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activesupport-4.0.2/lib/active_sup
port/callbacks.rb
  395 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activerecord-4.0.2/lib/active_reco
rd/connection_adapters/abstract_adapter.rb
  396 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activerecord-4.0.2/lib/active_reco
rd/scoping.rb
  397 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activerecord-4.0.2/lib/active_reco
rd.rb
  398 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activemodel-4.0.2/lib/active_model
/railtie.rb
  399 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activesupport-4.0.2/lib/active_sup
port/core_ext/module/attr_internal.rb
  400 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activesupport-4.0.2/lib/active_sup
port/core_ext/module/anonymous.rb
  401 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/abstract_cont
roller.rb
  402 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/rack-1.5.2/lib/rack/request.rb
  403 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/rack-1.5.2/lib/rack/response.rb
  404 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_dispat
ch/http/filter_redirect.rb
  405 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_dispat
ch/http/cache.rb
  406 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_dispat
ch/http/response.rb
  407 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_contro
ller/metal/live.rb
  408 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activesupport-4.0.2/lib/active_sup
port/hash_with_indifferent_access.rb
  409 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activesupport-4.0.2/lib/active_sup
port/core_ext/hash/indifferent_access.rb
  410 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activesupport-4.0.2/lib/active_sup
port/rescuable.rb
  411 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_dispat
ch/http/upload.rb
  412 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/rack-test-0.6.2/lib/rack/mock_sess
ion.rb
  413 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/rack-test-0.6.2/lib/rack/test/cook
ie_jar.rb
  414 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/rack-test-0.6.2/lib/rack/test/mock
_digest_request.rb
  415 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/rack-test-0.6.2/lib/rack/test/util
s.rb
  416 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/rack-test-0.6.2/lib/rack/test/meth
ods.rb
  417 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/rack-test-0.6.2/lib/rack/test/uplo
aded_file.rb
  418 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/rack-test-0.6.2/lib/rack/test.rb
  419 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_contro
ller/metal/strong_parameters.rb
  420 C:/Ruby200-x64/lib/ruby/2.0.0/erb.rb
  421 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activesupport-4.0.2/lib/active_sup
port/core_ext/string/output_safety.rb
  422 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view.r
b
  423 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view/v
endor/html-scanner.rb
  424 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activesupport-4.0.2/lib/active_sup
port/core_ext/load_error.rb
  425 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activesupport-4.0.2/lib/active_sup
port/core_ext/name_error.rb
  426 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activesupport-4.0.2/lib/active_sup
port/core_ext/uri.rb
  427 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_contro
ller.rb
  428 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view/r
ailtie.rb
  429 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/abstract_cont
roller/railties/routes_helpers.rb
  430 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_contro
ller/railties/helpers.rb
  431 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_contro
ller/railtie.rb
  432 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activerecord-4.0.2/lib/active_reco
rd/railtie.rb
  433 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionmailer-4.0.2/lib/action_mail
er/version.rb
  434 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activesupport-4.0.2/lib/active_sup
port/core_ext/class/delegating_attributes.rb
  435 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activesupport-4.0.2/lib/active_sup
port/core_ext/module/reachable.rb
  436 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activesupport-4.0.2/lib/active_sup
port/core_ext/class/subclasses.rb
  437 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activesupport-4.0.2/lib/active_sup
port/core_ext/class.rb
  438 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionmailer-4.0.2/lib/action_mail
er.rb
  439 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionmailer-4.0.2/lib/action_mail
er/railtie.rb
  440 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/railties-4.0.2/lib/rails/test_unit
/railtie.rb
  441 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/sprockets-2.10.1/lib/sprockets/ver
sion.rb
  442 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/hike-1.2.3/lib/hike.rb
  443 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/tilt-1.4.1/lib/tilt/template.rb
  444 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/tilt-1.4.1/lib/tilt/string.rb
  445 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/tilt-1.4.1/lib/tilt/erb.rb
  446 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/tilt-1.4.1/lib/tilt/etanni.rb
  447 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/tilt-1.4.1/lib/tilt/haml.rb
  448 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/tilt-1.4.1/lib/tilt/css.rb
  449 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/tilt-1.4.1/lib/tilt/csv.rb
  450 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/tilt-1.4.1/lib/tilt/coffee.rb
  451 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/tilt-1.4.1/lib/tilt/nokogiri.rb
  452 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/tilt-1.4.1/lib/tilt/builder.rb
  453 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/tilt-1.4.1/lib/tilt/markaby.rb
  454 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/tilt-1.4.1/lib/tilt/liquid.rb
  455 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/tilt-1.4.1/lib/tilt/radius.rb
  456 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/tilt-1.4.1/lib/tilt/markdown.rb
  457 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/tilt-1.4.1/lib/tilt/textile.rb
  458 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/tilt-1.4.1/lib/tilt/rdoc.rb
  459 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/tilt-1.4.1/lib/tilt/wiki.rb
  460 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/tilt-1.4.1/lib/tilt/yajl.rb
  461 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/tilt-1.4.1/lib/tilt/asciidoc.rb
  462 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/tilt-1.4.1/lib/tilt/plain.rb
  463 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/tilt-1.4.1/lib/tilt.rb
  464 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/sprockets-2.10.1/lib/sprockets/eco
_template.rb
  465 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/sprockets-2.10.1/lib/sprockets/ejs
_template.rb
  466 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/sprockets-2.10.1/lib/sprockets/jst
_processor.rb
  467 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/sprockets-2.10.1/lib/sprockets/uti
ls.rb
  468 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/sprockets-2.10.1/lib/sprockets/eng
ines.rb
  469 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/rack-1.5.2/lib/rack/mime.rb
  470 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/sprockets-2.10.1/lib/sprockets/mim
e.rb
  471 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/sprockets-2.10.1/lib/sprockets/pro
cessor.rb
  472 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/sprockets-2.10.1/lib/sprockets/pro
cessing.rb
  473 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/sprockets-2.10.1/lib/sprockets/com
pressing.rb
  474 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/sprockets-2.10.1/lib/sprockets/pat
hs.rb
  475 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/hike-1.2.3/lib/hike/normalized_arr
ay.rb
  476 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/hike-1.2.3/lib/hike/extensions.rb
  477 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/hike-1.2.3/lib/hike/index.rb
  478 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/hike-1.2.3/lib/hike/paths.rb
  479 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/hike-1.2.3/lib/hike/trail.rb
  480 C:/Ruby200-x64/lib/ruby/2.0.0/shellwords.rb
  481 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/sprockets-2.10.1/lib/sprockets/dir
ective_processor.rb
  482 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/sprockets-2.10.1/lib/sprockets/saf
ety_colons.rb
  483 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/sprockets-2.10.1/lib/sprockets/cha
rset_normalizer.rb
  484 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/sprockets-2.10.1/lib/sprockets/sas
s_compressor.rb
  485 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/sprockets-2.10.1/lib/sprockets/yui
_compressor.rb
  486 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/sprockets-2.10.1/lib/sprockets/clo
sure_compressor.rb
  487 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/sprockets-2.10.1/lib/sprockets/ugl
ifier_compressor.rb
  488 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/sprockets-2.10.1/lib/sprockets/sas
s_template.rb
  489 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/sprockets-2.10.1/lib/sprockets/scs
s_template.rb
  490 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/sprockets-2.10.1/lib/sprockets.rb
  491 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activesupport-4.0.2/lib/active_sup
port/benchmarkable.rb
  492 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view/h
elpers/active_model_helper.rb
  493 C:/Ruby200-x64/lib/ruby/2.0.0/x64-mingw32/zlib.so
  494 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view/h
elpers/asset_url_helper.rb
  495 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view/h
elpers/capture_helper.rb
  496 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view/h
elpers/tag_helper.rb
  497 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view/h
elpers/asset_tag_helper.rb
  498 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view/h
elpers/atom_feed_helper.rb
  499 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view/h
elpers/cache_helper.rb
  500 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view/h
elpers/controller_helper.rb
  501 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view/h
elpers/csrf_helper.rb
  502 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view/h
elpers/date_helper.rb
  503 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view/h
elpers/debug_helper.rb
  504 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view/h
elpers/javascript_helper.rb
  505 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activesupport-4.0.2/lib/active_sup
port/core_ext/array/access.rb
  506 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view/h
elpers/url_helper.rb
  507 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activesupport-4.0.2/lib/active_sup
port/core_ext/string/filters.rb
  508 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view/h
elpers/sanitize_helper.rb
  509 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view/h
elpers/text_helper.rb
  510 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view/h
elpers/form_tag_helper.rb
  511 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view/h
elpers/tags.rb
  512 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view/m
odel_naming.rb
  513 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view/h
elpers/form_helper.rb
  514 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view/h
elpers/form_options_helper.rb
  515 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activesupport-4.0.2/lib/active_sup
port/number_helper.rb
  516 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view/h
elpers/number_helper.rb
  517 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view/h
elpers/output_safety_helper.rb
  518 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activesupport-4.0.2/lib/active_sup
port/core_ext/module/qualified_const.rb
  519 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activesupport-4.0.2/lib/active_sup
port/core_ext/module.rb
  520 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view/r
ecord_identifier.rb
  521 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view/h
elpers/record_tag_helper.rb
  522 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view/h
elpers/rendering_helper.rb
  523 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view/h
elpers/translation_helper.rb
  524 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/actionpack-4.0.2/lib/action_view/h
elpers.rb
  525 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/sprockets-rails-2.0.1/lib/sprocket
s/rails/helper.rb
  526 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/railties-4.0.2/lib/rails/engine/co
nfiguration.rb
  527 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/railties-4.0.2/lib/rails/applicati
on/configuration.rb
  528 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/sprockets-rails-2.0.1/lib/sprocket
s/railtie.rb
  529 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/railties-4.0.2/lib/rails/all.rb
  530 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/activesupport-4.0.2/lib/active_sup
port/string_inquirer.rb
  531 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/mysql2-0.3.14/lib/mysql2/version.r
b
  532 C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/mysql2-0.3.14/lib/mysql2/error.rb

[NOTE]
You may have encountered a bug in the Ruby interpreter or extension libraries.
Bug reports are welcome.
For details: http://www.ruby-lang.org/bugreport.html


This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.




-- 
http://bugs.ruby-lang.org/

In This Thread

Prev Next