catswhiskers (Andrew Senior)
- Login: catswhiskers
- Email: andrew@viewlands.org.uk
- Registered on: 11/06/2010
- Last sign in: 11/06/2010
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
11/06/2010
-
07:09 AM Ruby Bug #4029 (Rejected): Stack consistency error (sp: 7, bp: 8) using external libs
- =begin
cat example_ext.c
#include "ruby.h"
VALUE cMyClass;
static VALUE
my_func( VALUE receiver, VALUE args )
{
int offset;
for (offset = 0; offset < 6; offset ++)
{
switch (TYPE(RARRAY_PTR(args)[offse...