This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[Bug java/47456] internal compiler error: Segmentation fault whileusing jna
- From: "steve.reinke at iws dot fraunhofer.de" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: Wed, 26 Jan 2011 06:57:19 +0000
- Subject: [Bug java/47456] internal compiler error: Segmentation fault whileusing jna
- Auto-submitted: auto-generated
- References: <bug-47456-8172@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47456
--- Comment #3 from steve.reinke at iws dot fraunhofer.de 2011-01-26 06:57:14 UTC ---
i can't attach the jar file but i can add the line where the error occurs.
line 29:
DMXLibrary INSTANCE = (DMXLibrary) Native.loadLibrary("DMX4ALL",
DMXLibrary.class);