This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libobjc/18764] segfault in libobjc when sending a message to a conflicting class
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 16 Sep 2005 03:55:42 -0000
- Subject: [Bug libobjc/18764] segfault in libobjc when sending a message to a conflicting class
- References: <20041201192215.18764.ratmice@yahoo.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-16 03:55 -------
The next runtime does:
objc: Both ./1.so and ./2.so have implementations of class Foo.
objc: Using implementation from ./2.so.
What do you think we should do, use the later one of the first or abort?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18764