ruby on rails - "Maybe IRB bug!" -


what mean -- "maybe irb bug!"? tell me potential root cause of exception?

enter image description here

note text "maybe irb bug!!" printed after stack trace part of exception output.

this message means irb detected cause of stack trace being inside irb's own code, not in code entered executed. , depending on did before that, triggered bug in irb.

a stack trace or segfault of tool (as opposed error in user-code) considered bug of time. tool should never die on user data, fail gracefully , meaningful error messages. 1 see here attempt 1 of :)


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -