Hi everyone, Does anyone know if the async_observer plugin is working with the following:
Rails 3.0.0.rc, Ruby.1.9.2-p0, ubuntu 10 64bit, rvm I have been trying to follow the example on http://async-observer.rubyforge.org/ When I try run the workers as per example I get a Segmentation fault. messagecentre$ ./vendor/plugins/async_observer/bin/worker #!load-rails!begin!2010-08-26T22:38:41.369232Z #!load-rails!end!2010-08-26T22:38:42.422886Z ./vendor/plugins/async_observer/bin/worker: [BUG] Segmentation fault ruby 1.9.2p0 (2010-08-18 revision 29036) [x86_64-linux] -- control frame ---------- c:0001 p:0000 s:0002 b:0002 l:000638 d:000638 TOP --------------------------- -- C level backtrace information ------------------------------------------- /.rvm/rubies/ruby-1.9.2-p0/lib/libruby.so.1.9(rb_vm_bugreport+0x5f) [0x7fa3d0861b2f] .rvm/rubies/ruby-1.9.2-p0/lib/libruby.so.1.9(+0x62b96) [0x7fa3d0749b96] .rvm/rubies/ruby-1.9.2-p0/lib/libruby.so.1.9(rb_bug+0xb3) [0x7fa3d0749d33] .rvm/rubies/ruby-1.9.2-p0/lib/libruby.so.1.9(+0x10bea5) [0x7fa3d07f2ea5] /lib/libpthread.so.0(+0xf8f0) [0x7fa3d04d98f0] .rvm/rubies/ruby-1.9.2-p0/lib/libruby.so.1.9(rb_write_error2+0x18) [0x7fa3d076c068] .rvm/rubies/ruby-1.9.2-p0/lib/libruby.so.1.9(+0x679e4) [0x7fa3d074e9e4] .rvm/rubies/ruby-1.9.2-p0/lib/libruby.so.1.9(+0x6838b) [0x7fa3d074f38b] .rvm/rubies/ruby-1.9.2-p0/lib/libruby.so.1.9(ruby_cleanup+0x1c9) [0x7fa3d074fb99] .rvm/rubies/ruby-1.9.2-p0/lib/libruby.so.1.9(ruby_run_node+0x25) [0x7fa3d074fe05] ruby(main+0x4b) [0x4009fb] /lib/libc.so.6(__libc_start_main+0xfd) [0x7fa3cf89dc4d] ruby() [0x4008e9] [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 Aborted Any help would be great -- You received this message because you are subscribed to the Google Groups "beanstalk-talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/beanstalk-talk?hl=en.
