Displaying 1 result from an estimated 1 matches for "rb_check_type".
2006 Apr 20
1
ruby-ldap crashing WEBrick server
...P_VALID( ld ), file error.c, line 257
[2006-04-20 14:38:15] INFO WEBrick 1.3.1
[2006-04-20 14:38:15] INFO ruby 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/.