public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libobjc/18575] New: objc_class subclass_list and sibling_class not filled out after dlopen
@ 2004-11-20  1:20 ratmice at yahoo dot com
  2004-11-20  1:25 ` [Bug libobjc/18575] " pinskia at gcc dot gnu dot org
  0 siblings, 1 reply; 3+ messages in thread
From: ratmice at yahoo dot com @ 2004-11-20  1:20 UTC (permalink / raw)
  To: gcc-bugs

after dlopen on a shared library with objc classes
__objc_resolve_class_links() isn't called until an object is sent a message for
the first time or a class poses as another class.

i currently call this private function after loading them, but not sure if it
could be done in the ctor (if there is a way to do this without traversing the
class list twice?)

-- 
           Summary: objc_class subclass_list and sibling_class not filled
                    out after dlopen
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P2
         Component: libobjc
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: ratmice at yahoo dot com
                CC: gcc-bugs at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18575


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug libobjc/18575] objc_class subclass_list and sibling_class not filled out after dlopen
  2004-11-20  1:20 [Bug libobjc/18575] New: objc_class subclass_list and sibling_class not filled out after dlopen ratmice at yahoo dot com
@ 2004-11-20  1:25 ` pinskia at gcc dot gnu dot org
  0 siblings, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-20  1:25 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-20 01:25 -------
Confirmed (I had the testcase for this before).

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-11-20 01:25:00
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18575


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug libobjc/18575] objc_class subclass_list and sibling_class not filled out after dlopen
       [not found] <bug-18575-4@http.gcc.gnu.org/bugzilla/>
@ 2010-12-21 21:56 ` nicola at gcc dot gnu.org
  0 siblings, 0 replies; 3+ messages in thread
From: nicola at gcc dot gnu.org @ 2010-12-21 21:56 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18575

Nicola Pero <nicola at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |nicola at gcc dot gnu.org
      Known to work|                            |4.6.0
         Resolution|                            |FIXED
   Target Milestone|---                         |4.6.0

--- Comment #3 from Nicola Pero <nicola at gcc dot gnu.org> 2010-12-21 21:56:28 UTC ---
This is fixed in trunk; I added a call to __objc_resolve_class_links()
at the end of __objc_exec_class().

Thanks


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-12-21 21:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-20  1:20 [Bug libobjc/18575] New: objc_class subclass_list and sibling_class not filled out after dlopen ratmice at yahoo dot com
2004-11-20  1:25 ` [Bug libobjc/18575] " pinskia at gcc dot gnu dot org
     [not found] <bug-18575-4@http.gcc.gnu.org/bugzilla/>
2010-12-21 21:56 ` nicola at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).