This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: c++/7400: segfault with -shared option


http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view audit-trail

Michael Matz <matz@suse.de> wrote:
> Huh?  With -shared you create a shared library.  You can't run a shared
> lib.  So getting a SEGV isn't wrong.

Yep.  You're right.  My original problem was not in trying to
run a shared lib, but in my effort to reduce the problem report
to the minimum reproducible code, I obviously got a bit
overzealous.  Sorry about that.
I don't know if my original problem is fixed in 3.2, as the code
was redesigned to eliminate the dynamic_casts that were causing
the problem.
So I guess you can close it.  If I come across it again I'll reopen
or post another report.
Thanks.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]