Follow-up Comment #3, bug #25033 (project gnustep):

Well it looks like something is seriously messed up in [NSNotificationCenter
addObserver:selector:name:object:] as (assuming the line number reports in the
traceback match current svn) things are going wrong when it tries to copy the
name, which should be a constant string.

Try running under gdb, setting a breakpoint in  -[GSLazyRecursiveLock init],
and examining the notification name as you step into the addObserver... method
and step through it.  I guess at some point it gets corrupted somehow, since I
can't see why the runtime should be calling the forwarding methods when trying
to copy a constant string. 

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  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