-
Bug
-
Resolution: Fixed
-
P2
-
8u11, 8u20
-
Ubuntu 12.04
Java(TM) SE Runtime Environment (build 1.8.0_11-b12)
Java(TM) SE Runtime Environment (build 1.8.0_20-ea-b23)
With the use of national symbols in ExtensionFilter JVM crashes immediately.
{code}
public class Proof extends Application
{
public static void main (String[] args)
{
Application.launch(args);
}
@Override
public void start (Stage primaryStage) throws Exception
{
FileChooser fileChooser = new FileChooser();
fileChooser.getExtensionFilters().add(new FileChooser.ExtensionFilter("Файл XML", "*.xml"));
fileChooser.showOpenDialog(primaryStage);
}
}
{code}
PS. Full log: http://pastebin.com/NxvKvK3v
{code}
public class Proof extends Application
{
public static void main (String[] args)
{
Application.launch(args);
}
@Override
public void start (Stage primaryStage) throws Exception
{
FileChooser fileChooser = new FileChooser();
fileChooser.getExtensionFilters().add(new FileChooser.ExtensionFilter("Файл XML", "*.xml"));
fileChooser.showOpenDialog(primaryStage);
}
}
{code}
PS. Full log: http://pastebin.com/NxvKvK3v