Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with vlc > 1.1 on linux #18

Open
GoogleCodeExporter opened this issue Mar 23, 2015 · 11 comments
Open

Issue with vlc > 1.1 on linux #18

GoogleCodeExporter opened this issue Mar 23, 2015 · 11 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Install the Gmote server on a Linux box with VLC version 1.1 or newer
2. Connect from the phone to the pc
3. Try to run a video file

The server will fail with:
Nov 25, 2010 10:30:58 PM org.gmote.server.GmoteServer handleReceiveData
INFO: Received command: Command: RUN

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGBUS (0x7) at pc=0x00007f65b76072a0, pid=26745, tid=140071907981072
#
# JRE version: 6.0_22-b04
# Java VM: Java HotSpot(TM) 64-Bit Server VM (17.1-b03 mixed mode linux-amd64 )
# Problematic frame:
# C  [libc.so.6+0xe32a0]  tfind+0x20
#
# An error report file with more information is saved as:
# /opt/GmoteServerLinux2.0.0/hs_err_pid26745.log
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

The file /opt/GmoteServerLinux2.0.0/hs_err_pid26745.log has been attached.

The gmote server I'm running is the 2.0.0 on Ubuntu linux maverick meerkat 
10.10.

A difference between the vlc 1.0.x installed on the previous Ubuntu release 
(10.04 lucid lynx) and the one I have (vlc 1.1.5) is the handler 
libvlc_media_new_location() instead of the libvlc_media_new() that the old one 
has.

Original issue reported on code.google.com by dilu...@gmail.com on 25 Nov 2010 at 9:01

Attachments:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant