Bug 22675 - eclipse (the whole jvm) produce core dump on calling javah-ant-task
Summary: eclipse (the whole jvm) produce core dump on calling javah-ant-task
Status: RESOLVED WORKSFORME
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Ant (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 major (vote)
Target Milestone: 2.1 M5   Edit
Assignee: Platform-Ant-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: core
Depends on:
Blocks:
 
Reported: 2002-08-22 03:14 EDT by Matthias Gottschlich CLA
Modified: 2003-01-18 14:56 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias Gottschlich CLA 2002-08-22 03:14:42 EDT
I wrote a little ant-script wich calls javah. Besides there are other targets, 
all work fine. If i call the target, wich include only a javah-task, the whole 
java-machine hang up and produce a core dump(jdk1.3.1_03).
Comment 1 Darin Wright CLA 2002-11-15 12:39:20 EST
needs investigation
Comment 2 Darin Wright CLA 2003-01-14 09:31:59 EST
Could you attach an example build file that causes this problem?
Comment 3 Darin Swanson CLA 2003-01-18 14:56:58 EST
Using 1.3.1_06 I could not reproduce the problem using the following build 
file:
<project name="JNI Headers" basedir="." default="headers">
	<target name="headers">
		<property name="dest" location="natives"/>
		<mkdir dir="${dest}"/>
		<javah destdir="${dest}" classpath="C:\darins\1213
\Testing\src1Bin">
			<class name="src1.HelloWord1"/>
		</javah>	
	</target>
</project>

Marking as worksfor me as this is the latest 1.3.1 build.
Please reopen if you can reproduce on 1.3.1_06