On Tue, May 21, 2002 at 10:11:15AM +0900, nobu.nokada / softhome.net wrote: > Hi, > > At Tue, 21 May 2002 09:53:52 +0900, > wconrad / yagni.com wrote: > > > ./plugins/remacs/documentation.rb:34:in `stack_frames'(DocumentationTestClass): NULL pointer given (ArgumentError) > > > Yohanes, I am unable to reproduce the problem. Do you have complete > > code you can send me that causes this error? > > I'm not sure about the code, anyhow, rb_id2name(0) returns NULL > and last_func can be 0. Oh, I see. This problem will go away when I make the patch do what you suggested, which is to return the symbol rather than the string... correct? Wayne Conrad