[#408634] How do I make lots of classes aware of each other? — "Andrew S." <lists@...>

I'm apparently missing something fundamental in my knowledge of classes

10 messages 2013/07/02

[#408712] Ruby web service with REST support — "Shubhada S." <lists@...>

Hi All,

17 messages 2013/07/05

[#408812] create variables depending on counter — stefan heinrich <lists@...>

Hi community,

21 messages 2013/07/09

[#408854] execute commands within SMTP email code: send content in variables and not actual variables — dJD col <lists@...>

I am trying to send an email using the code below. I am able to send the

9 messages 2013/07/10

[#409031] tap { break } idiom deserves its own Kernel method? — Andy Lowry <lists@...>

I use this idiom from time to time:

13 messages 2013/07/22

[#409072] Link To Masses Of External Data In Openoffice? — "Austin J." <lists@...>

This is what I want to do.

19 messages 2013/07/23
[#409102] Re: Link To Masses Of External Data In Openoffice? — Tamara Temple <tamouse.lists@...> 2013/07/24

[#409103] Re: Link To Masses Of External Data In Openoffice? — "Austin J." <lists@...> 2013/07/25

tamouse m. wrote in post #1116598:

[#409122] Re: Link To Masses Of External Data In Openoffice? — Tamara Temple <tamouse.lists@...> 2013/07/26

[#409142] Re: Link To Masses Of External Data In Openoffice? — "Austin J." <lists@...> 2013/07/26

tamouse m. wrote in post #1116750:

[#409073] class <=> module — Bráulio Bhavamitra <lists@...>

Hello all,

17 messages 2013/07/23

[#409104] Ruby newbie question on Methods (NoMethoderror) — "Crispian A." <lists@...>

I have recently started learning ruby and so I am writing a small little

10 messages 2013/07/25

[#409170] Working through Ch.10 for learning to program 2.0 (Chris Pine) — JD JD <lists@...>

So, I have been working through this book, and have been doing ok up

33 messages 2013/07/28
[#409195] Re: Working through Ch.10 for learning to program 2.0 (Chris Pine) — Harry Kakueki <list.push@...> 2013/07/29

I tried this and came up with a one-liner that seems to do it. It sorts the

[#409258] WATIR - ScriptError popup on IE - Unable to get rid of! — Graeme Halls <lists@...>

I am new to Ruby & Watir, and I am having a nightmare with IE and Script

11 messages 2013/07/31

cfp-consistency error

From: Praveen Devarao <lists@...>
Date: 2013-07-11 15:06:49 UTC
List: ruby-talk #408877
Hi,

I am running Rails test suite with DB2 for providing compatibility with
Rails-4. I am continuously running into a crash with cfp consistency
error. Interestingly this error is occurring at different places, hence
making it difficult to diagnose.

Could you let me know why does a cfp consistency error occurs, like ehat
conditions can cause this error to be thrown.

The C code of the ibm_db driver can be found at
http://rubyibm.rubyforge.org/svn/trunk/IBM_DB_Driver/ibm_db.c

Could anyone point me to where I can start to diagnose and correct the
problem.

I am on ruby 1.9.3p125 (2012-02-16 revision 34643) [x86_64-linux]
OS - Ubuntu 12.04.2 LTS
gcc version with which Ruby is compiled - gcc (Ubuntu/Linaro
4.6.3-1ubuntu5) 4.6.3
Here is the initial stack trace.. The full trace can be found in the
file attached.

----------------------------------
/home/praveen/GEM_HOME/gems_home_rb193_rails4/gems/activesupport-4.0.0/lib/active_support/per_thread_registry.rb:49:
[BUG] cfp consistency error - send
ruby 1.9.3p125 (2012-02-16 revision 34643) [x86_64-linux]

-- Control frame information
-----------------------------------------------
c:0010 p:---- s:0033 b:0033 l:000032 d:000032 CFUNC  :[]
c:0009 p:0029 s:0029 b:0026 l:000025 d:000025 METHOD
/home/praveen/GEM_HOME/gems_home_rb193_rails4/gems/activesupport-4.0.0/lib/active_support/per_thread_registry.rb:49
c:0008 p:0009 s:0023 b:0023 l:001450 d:000022 LAMBDA
/home/praveen/GEM_HOME/gems_home_rb193_rails4/gems/activesupport-4.0.0/lib/active_support/per_thread_registry.rb:40
c:0007 p:---- s:0019 b:0019 l:000018 d:000018 FINISH
c:0006 p:0019 s:0017 b:0017 l:000016 d:000016 METHOD
/home/praveen/GEM_HOME/gems_home_rb193_rails4/gems/activerecord-4.0.0/lib/active_record/connection_handling.rb:57
c:0005 p:0018 s:0014 b:0013 l:000012 d:000012 METHOD
/home/praveen/GEM_HOME/gems_home_rb193_rails4/gems/activerecord-4.0.0/lib/active_record/connection_adapters/abstract/connection
c:0004 p:0014 s:0010 b:0009 l:000008 d:000008 METHOD
/home/praveen/GEM_HOME/gems_home_rb193_rails4/gems/activerecord-4.0.0/lib/active_record/connection_adapters/abstract/connection
c:0003 p:0011 s:0006 b:0006 l:001230 d:000005 BLOCK
/home/praveen/GEM_HOME/gems_home_rb193_rails4/gems/activerecord-4.0.0/test/cases/connection_pool_test.rb:189
c:0002 p:---- s:0004 b:0004 l:000003 d:000003 FINISH
c:0001 p:---- s:0002 b:0002 l:000001 d:000001 TOP

-- Ruby level backtrace information
----------------------------------------
/home/praveen/GEM_HOME/gems_home_rb193_rails4/gems/activerecord-4.0.0/test/cases/connection_pool_test.rb:189:in
`block (2 levels) in test_checkout_behaviour'
/home/praveen/GEM_HOME/gems_home_rb193_rails4/gems/activerecord-4.0.0/lib/active_record/connection_adapters/abstract/connection_pool.rb:264:in
`connection'
/home/praveen/GEM_HOME/gems_home_rb193_rails4/gems/activerecord-4.0.0/lib/active_record/connection_adapters/abstract/connection_pool.rb:444:in
`current_connection_id'
/home/praveen/GEM_HOME/gems_home_rb193_rails4/gems/activerecord-4.0.0/lib/active_record/connection_handling.rb:57:in
`connection_id'
/home/praveen/GEM_HOME/gems_home_rb193_rails4/gems/activesupport-4.0.0/lib/active_support/per_thread_registry.rb:40:in
`block in method_missing'
/home/praveen/GEM_HOME/gems_home_rb193_rails4/gems/activesupport-4.0.0/lib/active_support/per_thread_registry.rb:49:in
`per_thread_registry_instance'
/home/praveen/GEM_HOME/gems_home_rb193_rails4/gems/activesupport-4.0.0/lib/active_support/per_thread_registry.rb:49:in
`[]'

-- C level backtrace information
-------------------------------------------
/home/praveen/ruby193_exe/bin/ruby() [0x52b387] vm_dump.c:796
/home/praveen/ruby193_exe/bin/ruby() [0x5787b8] error.c:258
/home/praveen/ruby193_exe/bin/ruby(rb_bug+0xb1) [0x579c21] error.c:277
/home/praveen/ruby193_exe/bin/ruby() [0x527b0a] vm_insnhelper.c:407
/home/praveen/ruby193_exe/bin/ruby() [0x51cb0a] insns.def:1915
/home/praveen/ruby193_exe/bin/ruby() [0x52173e] vm.c:1220
/home/praveen/ruby193_exe/bin/ruby() [0x522492] vm.c:624
/home/praveen/ruby193_exe/bin/ruby() [0x522c01] vm.c:670
/home/praveen/ruby193_exe/bin/ruby() [0x52796e] vm_insnhelper.c:433
/home/praveen/ruby193_exe/bin/ruby() [0x51b95f] insns.def:1015
/home/praveen/ruby193_exe/bin/ruby() [0x52173e] vm.c:1220
/home/praveen/ruby193_exe/bin/ruby() [0x522492] vm.c:624
/home/praveen/ruby193_exe/bin/ruby() [0x522c01] vm.c:670
/home/praveen/ruby193_exe/bin/ruby() [0x532491] thread.c:453
/home/praveen/ruby193_exe/bin/ruby() [0x53265f] thread_pthread.c:653
-------------------------------

Thanks

Praveen

Attachments:
http://www.ruby-forum.com/attachment/8595/trace.txt


-- 
Posted via http://www.ruby-forum.com/.

In This Thread

Prev Next