Erro ao executar aplicação usando VLCJ + VLC

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

Perguntinha - todas as coisas sendo usadas aí são de 32 bits (Linux, Java, as bibliotecas do vlcj e o vlc?)
Se alguma coisa estiver misturada, vai dar problemas :frowning:

Sim, tudo 32 bits.

Seguindo a orientação na mensagem de erro, executei o comando ulimit -c unlimited:

“Failed to write core dump. Core dumps have been disabled. To enable core dumping, try “ulimit -c unlimited” before starting Java again”

Logo depois, verifiquei com o comando ulimit -a:

administrador@dgep-0384:~$ ulimit -c unlimited
administrador@dgep-0384:~$ ulimit -a
core file size (blocks, -c) unlimited
data seg size (kbytes, -d) unlimited
scheduling priority (-e) 0
file size (blocks, -f) unlimited
pending signals (-i) 7892
max locked memory (kbytes, -l) 64
max memory size (kbytes, -m) unlimited
open files (-n) 1024
pipe size (512 bytes, -p) 8
POSIX message queues (bytes, -q) 819200
real-time priority (-r) 0
stack size (kbytes, -s) 8192
cpu time (seconds, -t) unlimited
max user processes (-u) 7892
virtual memory (kbytes, -v) unlimited
file locks (-x) unlimited

Saí do Eclipse e retornei, executando a aplicação, mas parece que não surtiu efeito algum, pois o erro permanece…