This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/11223] dynamic_cast<> in shared library fails with SegFault when called from JNI
- From: "bangerth at dealii dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 19 Jun 2003 15:55:01 -0000
- Subject: [Bug c++/11223] dynamic_cast<> in shared library fails with SegFault when called from JNI
- References: <20030617154510.11223.lemehmet@hotmail.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11223
------- Additional Comments From bangerth at dealii dot org 2003-06-19 15:55 -------
I thought this should go into one of the Java categories since it
involves loading a shared library from a java program, and the PR
is about how this is done from within Java. At least if I understand
the PR correctly.
W.