Update of bug #30077 (project gnustep):

                  Status:                    None => Fixed                  
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #3:

Found/fixed it ... the problem was dues to David's forwarding/invocation
change ... I had fixed one issue (attempting to access isa via nil pointer),
but hadn't noticed that the code was actually checking for the wrong method
(respondsTo: rather than methodSignatureForSelector:) before calling
-methodSignatureForSelector:

I don't know why that crashed windows and not my gnu/linux system, but I
reproduced the problem onn my windows test system, and changing to check the
correct method fixes things for me there.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?30077>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/


_______________________________________________
Bug-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to