Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Bug#719278: jitsi: crashes when going to options/video

10 views
Skip to first unread message

Christoph Anton Mitterer

unread,
Aug 9, 2013, 9:00:02 PM8/9/13
to
Package: jitsi
Version: 2.3.4687.9786-1
Severity: important


Hi.

When starting jitsi I already get:
$ jitsi
Auto-properties install: reference:file:sc-bundles/galagonotification.jar (org.osgi.framework.BundleException: Unable to cache bundle: reference:file:sc-bundles/galagonotification.jar - java.io.IOException: Referenced file does not exist: sc-bundles/galagonotification.jar)
org.osgi.framework.BundleException: Unable to cache bundle: reference:file:sc-bundles/galagonotification.jar
at org.apache.felix.framework.Felix.installBundle(Felix.java:2703)
at org.apache.felix.framework.BundleContextImpl.installBundle(BundleContextImpl.java:165)
at org.apache.felix.main.AutoProcessor.processAutoProperties(AutoProcessor.java:296)
at org.apache.felix.main.AutoProcessor.process(AutoProcessor.java:79)
at org.apache.felix.main.Main.main(Main.java:292)
at net.java.sip.communicator.launcher.SIPCommunicator.main(SIPCommunicator.java:153)
Caused by: java.io.IOException: Referenced file does not exist: sc-bundles/galagonotification.jar
at org.apache.felix.framework.cache.BundleArchive.createRevisionFromLocation(BundleArchive.java:852)
at org.apache.felix.framework.cache.BundleArchive.reviseInternal(BundleArchive.java:550)
at org.apache.felix.framework.cache.BundleArchive.<init>(BundleArchive.java:153)
at org.apache.felix.framework.cache.BundleCache.create(BundleCache.java:277)
at org.apache.felix.framework.Felix.installBundle(Felix.java:2699)
... 5 more
Auto-properties start: reference:file:sc-bundles/galagonotification.jar (org.osgi.framework.BundleException: Unable to cache bundle: reference:file:sc-bundles/galagonotification.jar - java.io.IOException: Referenced file does not exist: sc-bundles/galagonotification.jar)
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.center_lfe
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.side
ALSA lib pcm_dmix.c:961:(snd_pcm_dmix_open) The dmix plugin supports only playback stream


When I then go to Tools/Options/Video:
/usr/bin/java: symbol lookup error: /usr/lib/jni/libjnffmpeg.so: undefined symbol: ff_make_format_list

and Jitsi crashes.


Cheers,
Chris.


-- System Information:
Debian Release: jessie/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.10-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_DE.UTF-8, LC_CTYPE=en_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages jitsi depends on:
ii default-jre [java6-runtime] 1:1.7-49
ii libbcprov-java 1.48+dfsg-2
ii libcommons-codec-java 1.8-1
ii libcommons-logging-java 1.1.3-1
ii libdbus-java 2.8-4
ii libdnsjava-java 2.1.5-0.1
ii libfelix-framework-java 4.0.1-2
ii libfelix-main-java 4.0.1-2
ii libhttpclient-java 4.2.5-2
ii libhttpcore-java 4.3-1
ii libhttpmime-java 4.2.5-2
ii libjgoodies-forms-java 1.6.0-4
ii libjitsi-jni 2.3.4687.9786-1
ii libjmdns-java 3.4.1-2
ii libjna-java 3.2.7-4+b1
ii libjson-simple-java 1.1-dfsg1-2
ii libjzlib-java 1.1.2-1
ii liblaf-widget-java 4.3-2
ii liblog4j1.2-java 1.2.17-3
ii libmac-widgets-java 0.9.5+svn369-dfsg1-3
ii libunixsocket-java 0.7.3-1
ii libxpp3-java 1.1.4c-2
ii openjdk-6-jre [java6-runtime] 6b27-1.12.6-1
ii openjdk-7-jre [java6-runtime] 7u25-2.3.12-2

jitsi recommends no packages.

jitsi suggests no packages.

-- no debconf information


--
To UNSUBSCRIBE, email to debian-bugs-...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org

Kurt Roeckx

unread,
Aug 10, 2013, 4:30:02 AM8/10/13
to
On Sat, Aug 10, 2013 at 02:47:07AM +0200, Christoph Anton Mitterer wrote:
> Package: jitsi
> Version: 2.3.4687.9786-1
> Severity: important
>
> /usr/bin/java: symbol lookup error: /usr/lib/jni/libjnffmpeg.so: undefined symbol: ff_make_format_list

So I see this in the code:
#ifndef _JITSI_LIBAV_
#include <libavfilter/formats.h> /* ff_default_query_formats, ff_make_format_list, ff_set_common_formats */
#include <libavfilter/internal.h> /* ff_request_frame */
#endif

[...]

#ifdef _JITSI_LIBAV_
avfilter_set_common_formats(ctx, ff_make_format_list(pix_fmts));
#else
ff_set_common_formats(ctx, ff_make_format_list(pix_fmts));
#endif

I don't seem to have a libavfilter/formats.h, so I assume
_JITSI_LIBAV_ wasn't defined, and that it shouldn't have
been using ff_make_format_list.


Kurt
0 new messages