Prezados,
Estou desenvolvendo uma aplicação para captura de vídeo através de uma webcam, e depois de ajustes nos parâmetros de configuração para atender as especificações do vlc, ao executar a aplicação (usando Eclipse Indigo em Ubuntu Linux 12.04 e java 1.7.0_13 Oracle), é exibida a seguinte mensagem de erro:
_ _
__ | | ___ ()
\ \ / / |/ || |
\ V /| | ( | |
_/ |_|_|/ | 1.2.2
|/ www.capricasoftware.co.uk
VLCJ is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
VLCJ is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with VLCJ. If not, see http://www.gnu.org/licenses/.
Copyright 2009, 2010, 2011 Caprica Software Limited.
vlcj: (Info.java:66) | INFO | vlcj: 1.2.2
vlcj: (Info.java:67) | INFO | java: 1.7.0_13 Oracle Corporation
vlcj: (Info.java:68) | INFO | java home: /usr/lib/jvm/java-7-oracle/jre
vlcj: (Info.java:69) | INFO | os: Linux 3.2.0-37-generic-pae i386
vlcj: (LibVlcFactory.java:146) | INFO | vlc: 2.0.5 Twoflower, changeset 2.0.5-0-g1661b7d
vlcj: (LibVlcFactory.java:147) | INFO | libvlc: /usr/lib/libvlc.so.5.3.1
A fatal error has been detected by the Java Runtime Environment:
SIGSEGV (0xb) at pc=0xb76ee8f8, pid=25765, tid=2654178112
JRE version: 7.0_13-b20
Java VM: Java HotSpot™ Client VM (23.7-b01 mixed mode linux-x86 )
Problematic frame:
C [libc.so.6+0x12c8f8] _IO_file_underflow+0x68
Failed to write core dump. Core dumps have been disabled. To enable core dumping, try “ulimit -c unlimited” before starting Java again
An error report file with more information is saved as:
/home/administrador/workspace/sigescavavlcj/hs_err_pid25765.log
If you would like to submit a bug report, please visit:
http://bugreport.sun.com/bugreport/crash.jsp
O JFrame para exibição do que está sendo capturado pela webcam é construido, mas devido a este erro, nada mais acontece.
Alguém poderia dar uma ajuda?
Agradecendo qualquer ajuda,
atenciosamente
Augusto Cesar
