search for: binparser

Displaying 4 results from an estimated 4 matches for "binparser".

Did you mean: bin_parser
2008 Jun 10
3
Backgroundrb fixes for transfering large amounts of data
...undrb and found a couple of other problems when transfering large amounts of data. Both of these problems are still present in the github version of code. The first problem is an exception in the Marshal.load call in the receive_data method in the Packet::MetaPimp class. The root cause is in the BinParser module, in the arm of code handling the parser state 1 (reading in the data). The issue is that, at the marked line of code the pack_data array will be at most @numeric_length entries because of the format string passed to the unpack call. This results in the code dropping a chunk of data and the...
2008 May 28
1
nil.send_request = Incorrect worker name?
...;:all_worker_status} {:log_worker=>nil, :foo_worker_1=>{:rand=>679}} I''m using rails 2.02, Packet 0.1.5 and Chronic 0.2.3. I tried the mainline git version but got this error. It needs a newer version of Packet? `load_missing_constant'': uninitialized constant Packet::BinParser (NameError) Many Thanks Andy Watts -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/backgroundrb-devel/attachments/20080527/1b509fc6/attachment.html>
2008 Jun 06
1
Unexpected NameError when invoking task on worker
...b::WorkerProxy:0x8675b6c @mutex=#<Mutex:0x8675b44>>, @worker_name=:basic_worker> >> worker.keep_count => nil >> /opt/local/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:266:in `load_missing_constant'': uninitialized constant Packet::BinParser (NameError) from /opt/local/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:453:in `const_missing'' from /home/d96440a6/testapp/vendor/plugins/backgroundrb/server/lib/master_worker.rb:170:in `post_init'' from /opt/local/lib/ruby/...
2008 Dec 26
4
''stack level too deep'' error
What might be causing this error? I see it once in 2-3 days and it goes away when I restart backgroundrb. Quoted below is my backgroundrb_server_11007.log file. Can I do anything to avoid this? Thanks, Raghu ================================================================================== /usr/lib/ruby/1.8/monitor.rb:224:in `mon_exit'': stack level too deep (SystemStackError) from