bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #29910] GSObjCRuntime.m GSObjCMethodNames function not returning me


From: Gregory John Casamento
Subject: [bug #29910] GSObjCRuntime.m GSObjCMethodNames function not returning method names as expected...
Date: Wed, 19 May 2010 05:19:33 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/532.5 (KHTML, like Gecko) Chrome/4.0.249.43 Safari/532.5

URL:
  <http://savannah.gnu.org/bugs/?29910>

                 Summary: GSObjCRuntime.m GSObjCMethodNames function not
returning method names as expected...
                 Project: GNUstep
            Submitted by: gcasa
            Submitted on: Wed 19 May 2010 01:19:33 AM EDT
                Category: Libraries
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

The function GSObjCMethodNames(...) is returning junk when it's given a class
to retrieve the method names from.

I've been trying to write a palette for SimpleWebKit as a test, and it seems
as though it's not getting any of the method names or any of the ivar names
whatsoever...

What it is returning is this (output from GDB):

$5 = (class NSArray *) 0x3065a00
(gdb) po array
("\001", m, s, t, u, "", X, Y, "\b\001", "\a\001", "\006\001", _, "`",
"\005\001")

The file is attached.   What SHOULD happen is that it should return a list
containing all of the methods declared on this class, but it's not doing
this.

GC




    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Wed 19 May 2010 01:19:33 AM EDT  Name: WebView.h  Size: 8kB   By: gcasa

<http://savannah.gnu.org/bugs/download.php?file_id=20563>

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]