Well, the crash is definately in the master, or at least when the master is trying to call something else.
I would say that it's actually rtldebug that is buggy. Why, I have no clue. But it looks like something reads a null pointer. Is pc NULL perhaps? Add an fprintf(stderr,"pc=%p\n") at the top of eval_instruction, maybe? (interpreter.h)
Now why that happens...