search for: rb_bug

Displaying 6 results from an estimated 6 matches for "rb_bug".

Did you mean: cbe_bug
2008 Jun 06
1
package needed: fastthread-1.0.2
I''ve just committed the makings of fastthread-1.0.2 to SVN, fixing a couple long-standing bugs in 1.0.1: - merged the fix from ruby_1_8 to avoid rb_bugging during exit with waiting threads - SizedQueue#enq is now defined properly Could you or whoever does the signed gems please turn the crank and upload the new gems? Thanks, -mental -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: applica...
2006 Apr 20
1
ruby-ldap crashing WEBrick server
...y 1.8.4 (2005-12-24) [sparc-solaris2.8] [2006-04-20 14:38:15] INFO WEBrick::HTTPServer#start: pid=1290 port=3000 Abort (core dumped) lines 247-257 of error.c (line 257 is blank): void rb_check_type(x, t) VALUE x; int t; { struct types *type = builtin_types; if (x == Qundef) { rb_bug("undef leaked to the Ruby space"); } Any ideas? Thanks, Jeff -- Posted via http://www.ruby-forum.com/.
2007 Jun 28
0
Is anyone using ferret on Solaris/SPARC?
...st a reason why this might be happening - bus errors always seem to occur on MP_ALLOC calls. Here''s an example (from 0.11.4): #0 0xff1c0f90 in _lwp_kill () from /lib/libc.so.1 #1 0xff15fd80 in raise () from /lib/libc.so.1 #2 0xff13ffa0 in abort () from /lib/libc.so.1 #3 0x0009ef44 in rb_bug (fmt=0xb7908 "Bus Error") at error.c:214 #4 0x0007e0b8 in sigbus (sig=73) at signal.c:605 #5 0xff1bfed0 in __sighndlr () from /lib/libc.so.1 #6 0xff1b4ffc in call_user_handler () from /lib/libc.so.1 #7 0xfdf43668 in dw_add_posting (mp=0x13e7590, curr_plists=0x0, fld_plists=0xa, doc_nu...
2009 Aug 13
0
[ wxruby-Bugs-26918 ] ruby1.9 gem: wxruby2.so: [BUG] unknown type 0x22 (0xc given)
...0014f8 TOP <main>:422 --------------------------- -- Ruby level backtrace information----------------------------------------- -- C level backtrace information ------------------------------------------- 0x4e91eb ruby(rb_vm_bugreport+0x3b) [0x4e91eb] 0x517ac0 ruby [0x517ac0] 0x517c31 ruby(rb_bug+0xb1) [0x517c31] 0x49412f ruby [0x49412f] 0x7f6e41aba080 /lib/libpthread.so.0 [0x7f6e41aba080] 0x7f6e373b183d /lib/libselinux.so.1 [0x7f6e373b183d] 0x7f6e373a42ff /lib/libselinux.so.1 [0x7f6e373a42ff] [NOTE] You may encounter a bug of Ruby interpreter. Bug reports are welcome. For details: http://...
2012 Aug 18
0
hosting with speedyrails
...er-0.9.4/lib/v8/portal.rb:50:in `New'' *** [err :: myserver] *** [err :: myserver] -- C level backtrace information ------------------------------------------- *** [err :: myserver] ruby(rb_vm_bugreport+0xbd) [0x815ffcd] *** [err :: myserver] ruby() [0x819ee0e] *** [err :: myserver] ruby(rb_bug+0x28) [0x819eec8] *** [err :: myserver] ruby() [0x80f2550] *** [err :: myserver] [0xf77d9410] *** [err :: myserver] [0xbd0fc70] *** [err :: myserver] *** [err :: myserver] [NOTE] *** [err :: myserver] You may have encountered a bug in the Ruby interpreter or extension libraries. *** [err :: myser...
2007 Feb 14
4
fastthread-0.6.4.1 released
...#39;'t need it anyway!). == WHY The existing implementation of Mutex, Queue, etc. in thread.rb is slow. fastthread''s is faster (and bypasses the memory leak in Ruby 1.8''s Array#shift to boot). This particular release fixes two issues in previous fastthread releases: 1) rb_bug()s due to stale wait queue entries 2) an uninitialized variable warning on load == HOW To use fastthread, just require it in addition to ''thread''. The API is identical to the existing classes, so you shouldn''t need to rewrite any code (so long as you''ve been...