Not enough space error on windows

I get a ‘Not enough space’ error on windows. The disk has plenty of
space and it looks like this is happening when writing a message to the
screen.

I saw somewhere that python has such an error because it is using a
buffer to large for windows’s taste. could this be the case here?

Any hints will be appreciated.

Ittay

Ittay D. wrote:

I get a ‘Not enough space’ error on windows. The disk has plenty of
space and it looks like this is happening when writing a message to the
screen.

I saw somewhere that python has such an error because it is using a
buffer to large for windows’s taste. could this be the case here?

Any hints will be appreciated.

Ittay

Could you give a little more context? What code did produce the error
message?

sorry, here is the stack trace (it gets the error during ‘puts’)

Not enough space

c:/dev/tools/ruby/lib/ruby/1.8/fileutils.rb:1460:in `write’

c:/dev/tools/ruby/lib/ruby/1.8/fileutils.rb:1460:in `puts’

c:/dev/tools/ruby/lib/ruby/1.8/fileutils.rb:1460:in `fu_output_message’

c:/dev/tools/ruby/lib/ruby/1.8/fileutils.rb:606:in `rm_r’

c:/dev/tools/ruby/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:1072:in
`rm_r’

c:/dev/tools/ruby/lib/ruby/1.8/fileutils.rb:634:in `rm_rf’

c:/dev/tools/ruby/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:1072:in
`rm_rf’

./build/buildr/assembly.rb:366:in `after_define’

c:/dev/tools/ruby/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:1090:in
`verbose’

./build/buildr/assembly.rb:364:in `after_define’

c:/dev/tools/ruby/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:617:in
`call’

c:/dev/tools/ruby/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:617:in
`execute’

c:/dev/tools/ruby/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:612:in
`each’

c:/dev/tools/ruby/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:612:in
`execute’

c:/dev/tools/ruby/lib/ruby/gems/1.8/gems/buildr-1.3.4/lib/buildr/core/application.rb:655:in
`invoke_with_call_chain’

c:/dev/tools/ruby/lib/ruby/1.8/monitor.rb:242:in `synchronize’

c:/dev/tools/ruby/lib/ruby/gems/1.8/gems/buildr-1.3.4/lib/buildr/core/application.rb:641:in
`invoke_with_call_chain’

c:/dev/tools/ruby/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:588:in
`invoke_prerequisites’

c:/dev/tools/ruby/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:585:in
`each’

c:/dev/tools/ruby/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:585:in
`invoke_prerequisites’

c:/dev/tools/ruby/lib/ruby/gems/1.8/gems/buildr-1.3.4/lib/buildr/core/project.rb:191:in
`invoke_prerequisites’

c:/dev/tools/ruby/lib/ruby/gems/1.8/gems/buildr-1.3.4/lib/buildr/core/application.rb:648:in
`invoke_with_call_chain’

c:/dev/tools/ruby/lib/ruby/1.8/monitor.rb:242:in `synchronize’

c:/dev/tools/ruby/lib/ruby/gems/1.8/gems/buildr-1.3.4/lib/buildr/core/application.rb:641:in
`invoke_with_call_chain’

c:/dev/tools/ruby/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:588:in
`invoke_prerequisites’

c:/dev/tools/ruby/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:585:in
`each’

c:/dev/tools/ruby/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:585:in
`invoke_prerequisites’

c:/dev/tools/ruby/lib/ruby/gems/1.8/gems/buildr-1.3.4/lib/buildr/core/project.rb:191:in
`invoke_prerequisites’

c:/dev/tools/ruby/lib/ruby/gems/1.8/gems/buildr-1.3.4/lib/buildr/core/application.rb:648:in
`invoke_with_call_chain’

c:/dev/tools/ruby/lib/ruby/1.8/monitor.rb:242:in `synchronize’

c:/dev/tools/ruby/lib/ruby/gems/1.8/gems/buildr-1.3.4/lib/buildr/core/application.rb:641:in
`invoke_with_call_chain’

c:/dev/tools/ruby/lib/ruby/gems/1.8/gems/buildr-1.3.4/lib/buildr/core/application.rb:636:in
`invoke’

c:/dev/tools/ruby/lib/ruby/gems/1.8/gems/buildr-1.3.4/lib/buildr/core/project.rb:330:in
`local_task’

c:/dev/tools/ruby/lib/ruby/gems/1.8/gems/buildr-1.3.4/lib/buildr/core/project.rb:355:in
`[]’

c:/dev/tools/ruby/lib/ruby/gems/1.8/gems/buildr-1.3.4/lib/buildr/core/project.rb:355:in
`local_projects’

c:/dev/tools/ruby/lib/ruby/gems/1.8/gems/buildr-1.3.4/lib/buildr/core/project.rb:355:in
`each’

c:/dev/tools/ruby/lib/ruby/gems/1.8/gems/buildr-1.3.4/lib/buildr/core/project.rb:355:in
`local_projects’

c:/dev/tools/ruby/lib/ruby/gems/1.8/gems/buildr-1.3.4/lib/buildr/core/project.rb:328:in
`local_task’

c:/dev/tools/ruby/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:615:in
`call’

c:/dev/tools/ruby/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:615:in
`execute’

c:/dev/tools/ruby/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:612:in
`each’

c:/dev/tools/ruby/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:612:in
`execute’

c:/dev/tools/ruby/lib/ruby/gems/1.8/gems/buildr-1.3.4/lib/buildr/core/application.rb:655:in
`invoke_with_call_chain’

c:/dev/tools/ruby/lib/ruby/1.8/monitor.rb:242:in `synchronize’

c:/dev/tools/ruby/lib/ruby/gems/1.8/gems/buildr-1.3.4/lib/buildr/core/application.rb:641:in
`invoke_with_call_chain’

c:/dev/tools/ruby/lib/ruby/gems/1.8/gems/buildr-1.3.4/lib/buildr/core/application.rb:636:in
`invoke’

c:/dev/tools/ruby/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:2019:in
`invoke_task’

c:/dev/tools/ruby/lib/ruby/gems/1.8/gems/buildr-1.3.4/lib/buildr/core/application.rb:232:in
`top_level’

c:/dev/tools/ruby/lib/ruby/gems/1.8/gems/buildr-1.3.4/lib/buildr/core/application.rb:232:in
`each’

c:/dev/tools/ruby/lib/ruby/gems/1.8/gems/buildr-1.3.4/lib/buildr/core/application.rb:232:in
`top_level’

c:/dev/tools/ruby/lib/ruby/gems/1.8/gems/buildr-1.3.4/lib/buildr/core/application.rb:521:in
`standard_exception_handling’

c:/dev/tools/ruby/lib/ruby/gems/1.8/gems/buildr-1.3.4/lib/buildr/core/application.rb:223:in
`top_level’

c:/dev/tools/ruby/lib/ruby/gems/1.8/gems/buildr-1.3.4/lib/buildr/core/application.rb:138:in
`run’

c:/dev/tools/ruby/lib/ruby/gems/1.8/gems/buildr-1.3.4/lib/buildr/core/application.rb:521:in
`standard_exception_handling’

c:/dev/tools/ruby/lib/ruby/gems/1.8/gems/buildr-1.3.4/lib/buildr/core/application.rb:135:in
`run’

c:/dev/tools/ruby/lib/ruby/gems/1.8/gems/buildr-1.3.4/bin/buildr:19

c:/dev/tools/ruby/bin/buildr:19:in `load’

c:/dev/tools/ruby/bin/buildr:19

Sven S. wrote:

Any hints will be appreciated.

Ittay

Could you give a little more context? What code did produce the error
message?


Ittay D. [email protected]
Tikal http://www.tikalk.com
Tikal Project http://tikal.sourceforge.net

anyone?

Ittay D. wrote:

anyone?

You figure this out?

see http://redmine.ruby-lang.org/issues/show/766

if you have a similar case, maybe you can offer a way to reprocduce

ittay

Roger P. wrote:

Ittay D. wrote:

anyone?

You figure this out?


Ittay D. [email protected]
Tikal http://www.tikalk.com
Tikal Project http://tikal.sourceforge.net