views:

51

answers:

1

I have seen this behavior on Windows with Ruby for a long time. If I install a gem sometimes the command line will just get "lost" and stop printing output until you go back to the command line and hit enter a few times.

I notice this in other places too. Like starting up a Ruby on Rails console. Or generating a model with Rails.

Have other people seen this? What causes this? The weird thing is this doesn't happen all the time.

I have never seen this with PHP, Lua, Perl or Python from the command line.

I have seen this on Vista and Windows 7 (32-bit and 64-bit). This happens on multiple machines.

A: 

Did you try to copy any text from the command window before this happened? The Windows console gets locked if the select mode is ON (i.e. if you selected some text in the console and switched the window)

alt text

KandadaBoggu
You mean Quick Edit Mode?
tyndall
I was not copying and pasting this last time. Cutting and pasting doesn't seem to be a factor in the issue.
tyndall
I have seen such behavior in Quick Edit mode.
KandadaBoggu
weird. should I grab some replacement console?
tyndall
So is the problem because of Quick Edit?
KandadaBoggu