caprica / vlcj

Java framework for the vlc media player
http://www.capricasoftware.co.uk/projects/vlcj
1.12k stars 259 forks source link

JNA version in pom.xml does not match README #299

Closed harmsk closed 9 years ago

harmsk commented 9 years ago

The README states:

Version 3.0.0+ of vlcj requires version 4.0.0+ of JNA

However the pom.xml for VLCJ 3.10 has the following:

    <properties>
        <jna.version>3.5.2</jna.version>
        <sonar.exclusions>**/package-info.java,uk/co/caprica/vlcj/binding/**</sonar.exclusions>
        <sonar.language>java</sonar.language>
    </properties>

    <dependencies>
        <dependency>
            <groupId>net.java.dev.jna</groupId>
            <artifactId>jna</artifactId>
            <version>${jna.version}</version>
        </dependency>
        <dependency>
            <groupId>net.java.dev.jna</groupId>
            <artifactId>platform</artifactId>
            <version>${jna.version}</version>
        </dependency>
    </dependencies>

Do you know which is correct here?

Also, I believe platform should now be jna-platform for version 4.0 and 4.1.

I'm wondering if this version mismatch is causing a lot of instability for me... I'm getting a lot of vm crashes or interface lockups...

Fedora 21: 3.17.8-300.fc21.x86_64 VLC: VLC media player 2.2.0-rc2 Weatherwax (revision 2.2.0-rc1-118-g22fda39) Java (Official Oracle): java version "1.8.0_25"; Java(TM) SE Runtime Environment (build 1.8.0_25-b17); Java HotSpot(TM) 64-Bit Server VM (build 25.25-b02, mixed mode)

vm crashes

Current thread (0x00007f0388675800):  JavaThread "AWT-EventQueue-0" [_thread_in_native, id=21238, stack(0x00007f0343dfe000,0x00007f0343eff000)]
...
j  com.sun.jna.Native.invokeVoid(JI[Ljava/lang/Object;)V+0
j  com.sun.jna.Function.invoke([Ljava/lang/Object;Ljava/lang/Class;Z)Ljava/lang/Object;+48
j  com.sun.jna.Function.invoke(Ljava/lang/Class;[Ljava/lang/Object;Ljava/util/Map;)Ljava/lang/Object;+214
j  com.sun.jna.Library$Handler.invoke(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;+341
j  com.sun.proxy.$Proxy9.libvlc_media_player_set_xwindow(Luk/co/caprica/vlcj/binding/internal/libvlc_media_player_t;I)V+23
j  uk.co.caprica.vlcj.player.embedded.videosurface.linux.LinuxVideoSurfaceAdapter.attach(Luk/co/caprica/vlcj/binding/LibVlc;Luk/co/caprica/vlcj/player/MediaPlayer;J)V+25
j  uk.co.caprica.vlcj.player.embedded.videosurface.CanvasVideoSurface.attach(Luk/co/caprica/vlcj/binding/LibVlc;Luk/co/caprica/vlcj/player/MediaPlayer;)V+50
j  uk.co.caprica.vlcj.player.embedded.DefaultEmbeddedMediaPlayer.attachVideoSurface()V+38
j  uk.co.caprica.vlcj.player.embedded.DefaultEmbeddedMediaPlayer.onBeforePlay()V+10
j  uk.co.caprica.vlcj.player.DefaultMediaPlayer.play()V+10
j  uk.co.caprica.vlcj.player.MediaPlayerLatch.play()Z+54
j  uk.co.caprica.vlcj.player.DefaultMediaPlayer.start()Z+8
Current thread (0x00007f94cc64d800):  JavaThread "AWT-EventQueue-0" [_thread_in_native, id=13169, stack(0x00007f94a5983000,0x00007f94a5a84000)]
...
j  com.sun.jna.Native.invokeVoid(JI[Ljava/lang/Object;)V+0
j  com.sun.jna.Function.invoke([Ljava/lang/Object;Ljava/lang/Class;Z)Ljava/lang/Object;+48
j  com.sun.jna.Function.invoke(Ljava/lang/Class;[Ljava/lang/Object;Ljava/util/Map;)Ljava/lang/Object;+214
j  com.sun.jna.Library$Handler.invoke(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;+341
j  com.sun.proxy.$Proxy2.libvlc_media_player_set_media(Luk/co/caprica/vlcj/binding/internal/libvlc_media_player_t;Luk/co/caprica/vlcj/binding/internal/libvlc_media_t;)V+20
j  uk.co.caprica.vlcj.player.DefaultMediaPlayer.setMedia(Ljava/lang/String;[Ljava/lang/String;)Z+295
j  uk.co.caprica.vlcj.player.DefaultMediaPlayer.prepareMedia(Ljava/lang/String;[Ljava/lang/String;)Z+23
Current thread (0x00007f514846b000):  JavaThread "JavaFX Application Thread" [_thread_in_native, id=7096, stack(0x00007f5127e99000,0x00007f5127f9a000)]
...
J 7908  com.sun.jna.Native.invokePointer(JI[Ljava/lang/Object;)J (0 bytes) @ 0x00007f516e2bb218 [0x00007f516e2bb1c0+0x58]
J 7624 C1 com.sun.jna.Function.invoke([Ljava/lang/Object;Ljava/lang/Class;Z)Ljava/lang/Object; (1149 bytes) @ 0x00007f516e203c9c [0x00007f516e201280+0x2a1c]
J 7450 C1 com.sun.jna.Function.invoke(Ljava/lang/Class;[Ljava/lang/Object;Ljava/util/Map;)Ljava/lang/Object; (526 bytes) @ 0x00007f516e18b6f4 [0x00007f516e18a400+0x12f4]
J 7448 C1 com.sun.jna.Library$Handler.invoke(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object; (345 bytes) @ 0x00007f516e196bac [0x00007f516e194900+0x22ac]
J 7996 C1 com.sun.proxy.$Proxy9.libvlc_media_get_mrl(Luk/co/caprica/vlcj/binding/internal/libvlc_media_t;)Lcom/sun/jna/Pointer; (36 bytes) @ 0x00007f516e30b29c [0x00007f516e30afc0+0x2dc]
J 8238 C1 uk.co.caprica.vlcj.player.DefaultMediaPlayer.mrl()Ljava/lang/String; (40 bytes) @ 0x00007f516e3e1a7c [0x00007f516e3e1780+0x2fc]

interface lockup

"AWT-EventQueue-0" #12 prio=6 os_prio=0 tid=0x00007f00e4677000 nid=0x511e runnable [0x00007f00b1cf5000]
   java.lang.Thread.State: RUNNABLE
    at com.sun.jna.Native.invokeInt(Native Method)
    at com.sun.jna.Function.invoke(Function.java:344)
    at com.sun.jna.Function.invoke(Function.java:276)
    at com.sun.jna.Library$Handler.invoke(Library.java:218)
    at com.sun.proxy.$Proxy9.libvlc_media_player_will_play(Unknown Source)
    at uk.co.caprica.vlcj.player.DefaultMediaPlayer.isPlayable(DefaultMediaPlayer.java:489)
caprica commented 9 years ago

The problem is that I like to use the latest versions of dependencies with the aim of increased stability, less bugs and so on. In this instance, on Linux and OSX its just fine to do that (and fortunately for me Linux and OSX are first and second on my list of platforms that I use daily). So consequently I want my projects to use the latest JNA.

There is a problem in JNA 4.1+ on Windows only with how it loads native libraries and this manifests itself by preventing LibVLC from loading its plugins.

That problem which I reported to the JNA project many, many months ago has supposedly been fixed in JNA, but JNA has not made a new release since March 2014. So until JNA make a new Maven release for 4.2.0, this problem is going to exist. A message sent to the JNA user group asking for any information on a roadmap or a new release was simply ignored.

The only compatible way to go ahead therefore is to downgrade back to JNA 3.5.2, which I really don't want do do for my own projects. Downgrading to 3.5.2 should in fact work without any issues.

And yes there's an added awkwardness because from JNA 3.x to JNA 4.x they changed the identifier of the platform artefact.

Anyway, that's the long version...

The short version is that the pom.xml is OK, but the README specifies a more "aspirational" than "absolute" requirement for the JNA dependency.

caprica commented 9 years ago

On your crashes and lockups...

To be honest, it's unlikely to be an issue with JNA. In any event, you can upgrade the POM yourself to JNA and Platform 4.1 and see if it makes any difference, but in my experience the problem won't be here.

I work with vlcj daily at the moment, and I build robust applications that hold up well and do not crash. Working with native code can be difficult and vlcj does as much as it can to protect you from native code integration and usage issues. But vlcj can't stop an application from shooting itself in the foot.

Your interface lockup trace shows a RUNNABLE thread, so the lockup must be in some other thread for which there's no trace posted.

On your VM crash, it's really not possible for me to conclude anything from what you've posted so far. In fact, it's not even clear to me which particular thread actually crashed. You would need to post a minimal test case that triggers the crash, and also post vlcj logs with "-Dvlcj.log=DEBUG" and native logs by creating the MediaPlayerFactory with "-vvv" and removing "--quiet" if you used that.

Alternatively, run one of the many vlcj test cases and if that doesn't crash, carefully compare what your code is doing compared with the test cases.

caprica commented 9 years ago

See also #258.

harmsk commented 9 years ago

Thanks for the feedback. If I run the TestPlayer and try to open media it crashes my VM. you can see it's really similar to the crashes I posted above.

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00000033fbc59d32, pid=14241, tid=140658006992640
#
# JRE version: Java(TM) SE Runtime Environment (8.0_25-b17) (build 1.8.0_25-b17)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.25-b02 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C  [libvlccore.so.8+0x59d32]  vlc_meta_Get+0x2
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

---------------  T H R E A D  ---------------

Current thread (0x00007fed88195000):  JavaThread "pool-1-thread-1" [_thread_in_native, id=14276, stack(0x00007fed7e7aa000,0x00007fed7e8ab000)]

siginfo: si_signo: 11 (SIGSEGV), si_code: 1 (SEGV_MAPERR), si_addr: 0x00007ff12b30a338

Registers:
RAX=0x0000000000000000, RBX=0x0000000000000000, RCX=0x0000000000000000, RDX=0x0000000000000000
RSP=0x00007fed7e8a84a8, RBP=0x00007fed88193760, RSI=0x0000000074617473, RDI=0x00007fed8824ffa0
R8 =0x00007fed88193850, R9 =0x00007fed0000000e, R10=0x00007fed7e8a8450, R11=0x00000033fb811e10
R12=0x00007fed88193850, R13=0x0000000074617473, R14=0x0000000000000002, R15=0x00007fed7e8a8b80
RIP=0x00000033fbc59d32, EFLAGS=0x0000000000010246, CSGSFS=0x0000000000000033, ERR=0x0000000000000004
  TRAPNO=0x000000000000000e

Top of Stack: (sp=0x00007fed7e8a84a8)
0x00007fed7e8a84a8:   00000033fbc37d72 00007fed7e8a8360
0x00007fed7e8a84b8:   0000000000000017 00007fed88013f70
0x00007fed7e8a84c8:   0000000000000001 fffffffffffffffc
0x00007fed7e8a84d8:   00000033fb811e31 00007fed0000000e
0x00007fed7e8a84e8:   00007fed7e8a8690 00007fed7e8a8500
0x00007fed7e8a84f8:   00007feda9684050 000000000000000e
0x00007fed7e8a8508:   00007fed7e8a8c00 00007fed7e8a85f0
0x00007fed7e8a8518:   00007feda9683baf 0000000000000008
0x00007fed7e8a8528:   00007fed7e8a8b80 0000000000000001
0x00007fed7e8a8538:   00007fed7e8a85a0 00007fed7e8a85bc
0x00007fed7e8a8548:   00007fed7e8a85b8 00007fed7e8a8450
0x00007fed7e8a8558:   00007fed7e8a8600 00007fed7e8a8c00
0x00007fed7e8a8568:   00000033fb811e10 00007fed7e8a8500
0x00007fed7e8a8578:   00007fed7e8a8620 0000000200000002
0x00007fed7e8a8588:   0000000200000000 0000000100000002
0x00007fed7e8a8598:   00007fed7e8a85a4 00007fed00000002
0x00007fed7e8a85a8:   00007fed90001ba8 0000000000000000
0x00007fed7e8a85b8:   0000000100000000 00007fed7e8a8630
0x00007fed7e8a85c8:   0000000000000000 0000000000000000
0x00007fed7e8a85d8:   00007fed7e8a8610 00007fed7e8a8630
0x00007fed7e8a85e8:   0000000000000002 00007fed7e8a8bf0
0x00007fed7e8a85f8:   00007feda9677bd2 00007fed7e8a8680
0x00007fed7e8a8608:   00007fed7e8a8688 0000000000000248
0x00007fed7e8a8618:   0000000000000001 00007feda96865a0
0x00007fed7e8a8628:   00007feda9686600 00007fed7e8a86a0
0x00007fed7e8a8638:   00000033fa40fdf4 00000007819e2308
0x00007fed7e8a8648:   00007fed0000000c 00000001a96865a0
0x00007fed7e8a8658:   00007fed7e8a8e20 00007fed7e8a8690
0x00007fed7e8a8668:   00007fede1b0d150 00007fedc5594b98
0x00007fed7e8a8678:   0000000000000000 00007fed88013f70
0x00007fed7e8a8688:   00007fed00000017 00007fed7e8a8bf0
0x00007fed7e8a8698:   00007feda9677a09 00007fed84001020 

Instructions: (pc=0x00000033fbc59d32)
0x00000033fbc59d12:   e8 b9 8c fb ff 31 c0 48 85 ed 74 08 48 89 ef e8
0x00000033fbc59d22:   4a 9b fb ff 48 89 03 48 83 c4 08 5b 5d c3 89 f6
0x00000033fbc59d32:   48 8b 04 f7 c3 66 0f 1f 84 00 00 00 00 00 41 57
0x00000033fbc59d42:   41 56 41 55 41 54 49 89 d4 55 53 48 89 f3 48 83 

Register to memory mapping:

RAX=0x0000000000000000 is an unknown value
RBX=0x0000000000000000 is an unknown value
RCX=0x0000000000000000 is an unknown value
RDX=0x0000000000000000 is an unknown value
RSP=0x00007fed7e8a84a8 is pointing into the stack for thread: 0x00007fed88195000
RBP=0x00007fed88193760 is an unknown value
RSI=0x0000000074617473 is an unknown value
RDI=0x00007fed8824ffa0 is an unknown value
R8 =0x00007fed88193850 is an unknown value
R9 =0x00007fed0000000e is an unknown value
R10=0x00007fed7e8a8450 is pointing into the stack for thread: 0x00007fed88195000
R11=0x00000033fb811e10: libvlc_media_get_meta+0 in /usr/lib64/libvlc.so.5.5.0 at 0x00000033fb800000
R12=0x00007fed88193850 is an unknown value
R13=0x0000000074617473 is an unknown value
R14=0x0000000000000002 is an unknown value
R15=0x00007fed7e8a8b80 is pointing into the stack for thread: 0x00007fed88195000

Stack: [0x00007fed7e7aa000,0x00007fed7e8ab000],  sp=0x00007fed7e8a84a8,  free space=1017k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  [libvlccore.so.8+0x59d32]  vlc_meta_Get+0x2

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j  com.sun.jna.Native.invokePointer(JI[Ljava/lang/Object;)J+0
j  com.sun.jna.Function.invokePointer(I[Ljava/lang/Object;)Lcom/sun/jna/Pointer;+6
j  com.sun.jna.Function.invoke([Ljava/lang/Object;Ljava/lang/Class;Z)Ljava/lang/Object;+642
j  com.sun.jna.Function.invoke(Ljava/lang/Class;[Ljava/lang/Object;Ljava/util/Map;)Ljava/lang/Object;+214
j  com.sun.jna.Library$Handler.invoke(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;+341
j  com.sun.proxy.$Proxy1.libvlc_media_get_meta(Luk/co/caprica/vlcj/binding/internal/libvlc_media_t;I)Lcom/sun/jna/Pointer;+23
j  uk.co.caprica.vlcj.player.DefaultMediaMeta.getMeta(Luk/co/caprica/vlcj/binding/internal/libvlc_meta_t;)Ljava/lang/String;+37
j  uk.co.caprica.vlcj.player.DefaultMediaMeta.getAlbumArtist()Ljava/lang/String;+11
j  uk.co.caprica.vlcj.player.DefaultMediaMeta.toString()Ljava/lang/String;+509
j  java.lang.String.valueOf(Ljava/lang/Object;)Ljava/lang/String;+10
j  java.lang.StringBuilder.append(Ljava/lang/Object;)Ljava/lang/StringBuilder;+2
j  uk.co.caprica.vlcj.logger.Logger.format(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;+76
j  uk.co.caprica.vlcj.logger.Logger.out(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;[Ljava/lang/Object;)V+84
j  uk.co.caprica.vlcj.logger.Logger.info(Ljava/lang/String;[Ljava/lang/Object;)V+20
j  uk.co.caprica.vlcj.test.basic.TestPlayer$TestPlayerMediaPlayerEventListener.videoOutput(Luk/co/caprica/vlcj/player/MediaPlayer;I)V+64
j  uk.co.caprica.vlcj.player.events.MediaPlayerVoutEvent.notify(Luk/co/caprica/vlcj/player/MediaPlayerEventListener;)V+9
j  uk.co.caprica.vlcj.player.DefaultMediaPlayer$NotifyEventListenersRunnable.run()V+45
j  java.util.concurrent.Executors$RunnableAdapter.call()Ljava/lang/Object;+4
j  java.util.concurrent.FutureTask.run()V+42
j  java.util.concurrent.ThreadPoolExecutor.runWorker(Ljava/util/concurrent/ThreadPoolExecutor$Worker;)V+95
j  java.util.concurrent.ThreadPoolExecutor$Worker.run()V+5
j  java.lang.Thread.run()V+11
v  ~StubRoutines::call_stub

---------------  P R O C E S S  ---------------

Java Threads: ( => current thread )
  0x00007fed94072800 JavaThread "Thread-20" [_thread_in_vm, id=14278, stack(0x00007fed72815000,0x00007fed73016000)]
=>0x00007fed88195000 JavaThread "pool-1-thread-1" [_thread_in_native, id=14276, stack(0x00007fed7e7aa000,0x00007fed7e8ab000)]
  0x00007fed8822e800 JavaThread "TimerQueue" daemon [_thread_blocked, id=14273, stack(0x00007fed7dcfc000,0x00007fed7ddfd000)]
  0x00007fed881ce000 JavaThread "pool-2-thread-1" [_thread_blocked, id=14267, stack(0x00007fed7e22a000,0x00007fed7e32b000)]
  0x00007feddc009000 JavaThread "DestroyJavaVM" [_thread_blocked, id=14246, stack(0x00007fede1057000,0x00007fede1158000)]
  0x00007feddc2f3000 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=14261, stack(0x00007feda8099000,0x00007feda819a000)]
  0x00007feddc2f2000 JavaThread "AWT-Shutdown" [_thread_blocked, id=14260, stack(0x00007feda819a000,0x00007feda829b000)]
  0x00007feddc20f800 JavaThread "AWT-XAWT" daemon [_thread_in_native, id=14259, stack(0x00007feda8ccc000,0x00007feda8dcd000)]
  0x00007feddc1e8800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=14258, stack(0x00007feda8dcd000,0x00007feda8ece000)]
  0x00007feddc0b2800 JavaThread "Service Thread" daemon [_thread_blocked, id=14255, stack(0x00007feda988b000,0x00007feda998c000)]
  0x00007feddc0aa800 JavaThread "C1 CompilerThread1" daemon [_thread_in_native, id=14254, stack(0x00007feda998c000,0x00007feda9a8d000)]
  0x00007feddc0a7800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=14253, stack(0x00007fedc40d7000,0x00007fedc41d8000)]
  0x00007feddc0a5800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=14252, stack(0x00007fedc41d8000,0x00007fedc42d9000)]
  0x00007feddc078000 JavaThread "Finalizer" daemon [_thread_blocked, id=14251, stack(0x00007fedc42d9000,0x00007fedc43da000)]
  0x00007feddc075800 JavaThread "Reference Handler" daemon [_thread_blocked, id=14250, stack(0x00007fedc43da000,0x00007fedc44db000)]

Other Threads:
  0x00007feddc06e800 VMThread [stack: 0x00007fedc44db000,0x00007fedc45dc000] [id=14249]
  0x00007feddc0b4800 WatcherThread [stack: 0x00007feda978a000,0x00007feda988b000] [id=14256]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap:
 PSYoungGen      total 56320K, used 11854K [0x0000000781700000, 0x0000000785580000, 0x00000007c0000000)
  eden space 48640K, 14% used [0x0000000781700000,0x0000000781df7cb8,0x0000000784680000)
  from space 7680K, 61% used [0x0000000784680000,0x0000000784b1bf40,0x0000000784e00000)
  to   space 7680K, 0% used [0x0000000784e00000,0x0000000784e00000,0x0000000785580000)
 ParOldGen       total 128512K, used 16K [0x0000000704400000, 0x000000070c180000, 0x0000000781700000)
  object space 128512K, 0% used [0x0000000704400000,0x0000000704404000,0x000000070c180000)
 Metaspace       used 18863K, capacity 19048K, committed 19200K, reserved 1067008K
  class space    used 2382K, capacity 2440K, committed 2560K, reserved 1048576K

Card table byte_map: [0x00007fedcc21c000,0x00007fedcc7fb000] byte_map_base: 0x00007fedc89fa000

Marking Bits: (ParMarkBitMap*) 0x00007fede23ba2c0
 Begin Bits: [0x00007fedc5f51000, 0x00007fedc8e41000)
 End Bits:   [0x00007fedc8e41000, 0x00007fedcbd31000)

Polling page: 0x00007fede2415000

CodeCache: size=245760Kb used=6984Kb max_used=6984Kb free=238775Kb
 bounds [0x00007fedcc7fb000, 0x00007fedccedb000, 0x00007feddb7fb000]
 total_blobs=2699 nmethods=2089 adapters=524
 compilation: enabled

Compilation events (10 events):
Event: 8.111 Thread 0x00007feddc0aa800 2087       3       java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject::signal (33 bytes)
Event: 8.111 Thread 0x00007feddc0aa800 nmethod 2087 0x00007fedccec9a90 code [0x00007fedccec9c20, 0x00007fedccec9f88]
Event: 8.117 Thread 0x00007feddc0a7800 nmethod 2076 0x00007fedccecd490 code [0x00007fedccecd600, 0x00007fedccecddd8]
Event: 8.117 Thread 0x00007feddc0a7800 2077       4       sun.reflect.ClassFileAssembler::emitConstantPoolUTF8 (50 bytes)
Event: 8.139 Thread 0x00007feddc0a7800 nmethod 2077 0x00007fedcceca490 code [0x00007fedcceca6a0, 0x00007fedccecb470]
Event: 8.603 Thread 0x00007feddc0aa800 2088       3       java.io.File::isInvalid (47 bytes)
Event: 8.603 Thread 0x00007feddc0aa800 nmethod 2088 0x00007fedcceccdd0 code [0x00007fedcceccf60, 0x00007fedccecd388]
Event: 8.603 Thread 0x00007feddc0aa800 2089   !   3       com.sun.jna.Library$Handler::invoke (345 bytes)
Event: 8.605 Thread 0x00007feddc0a7800 2092       4       java.util.ArrayList::<init> (12 bytes)
Event: 8.606 Thread 0x00007feddc0a7800 nmethod 2092 0x00007fedccead250 code [0x00007fedccead3a0, 0x00007fedccead418]

GC Heap History (2 events):
Event: 7.981 GC heap before
{Heap before GC invocations=1 (full 0):
 PSYoungGen      total 56320K, used 48640K [0x0000000781700000, 0x0000000785580000, 0x00000007c0000000)
  eden space 48640K, 100% used [0x0000000781700000,0x0000000784680000,0x0000000784680000)
  from space 7680K, 0% used [0x0000000784e00000,0x0000000784e00000,0x0000000785580000)
  to   space 7680K, 0% used [0x0000000784680000,0x0000000784680000,0x0000000784e00000)
 ParOldGen       total 128512K, used 0K [0x0000000704400000, 0x000000070c180000, 0x0000000781700000)
  object space 128512K, 0% used [0x0000000704400000,0x0000000704400000,0x000000070c180000)
 Metaspace       used 18686K, capacity 18886K, committed 19072K, reserved 1067008K
  class space    used 2361K, capacity 2413K, committed 2432K, reserved 1048576K
Event: 8.001 GC heap after
Heap after GC invocations=1 (full 0):
 PSYoungGen      total 56320K, used 4719K [0x0000000781700000, 0x0000000785580000, 0x00000007c0000000)
  eden space 48640K, 0% used [0x0000000781700000,0x0000000781700000,0x0000000784680000)
  from space 7680K, 61% used [0x0000000784680000,0x0000000784b1bf40,0x0000000784e00000)
  to   space 7680K, 0% used [0x0000000784e00000,0x0000000784e00000,0x0000000785580000)
 ParOldGen       total 128512K, used 16K [0x0000000704400000, 0x000000070c180000, 0x0000000781700000)
  object space 128512K, 0% used [0x0000000704400000,0x0000000704404000,0x000000070c180000)
 Metaspace       used 18686K, capacity 18886K, committed 19072K, reserved 1067008K
  class space    used 2361K, capacity 2413K, committed 2432K, reserved 1048576K
}

Deoptimization events (10 events):
Event: 0.856 Thread 0x00007feddc2f3000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007fedcca20b7c method=java.util.HashMap.putVal(ILjava/lang/Object;Ljava/lang/Object;ZZ)Ljava/lang/Object; @ 203
Event: 0.856 Thread 0x00007feddc2f3000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007fedcca20b7c method=java.util.HashMap.putVal(ILjava/lang/Object;Ljava/lang/Object;ZZ)Ljava/lang/Object; @ 203
Event: 0.856 Thread 0x00007feddc2f3000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007fedcca20b7c method=java.util.HashMap.putVal(ILjava/lang/Object;Ljava/lang/Object;ZZ)Ljava/lang/Object; @ 203
Event: 0.857 Thread 0x00007feddc2f3000 Uncommon trap: reason=unreached action=reinterpret pc=0x00007fedcc98deac method=java.util.HashMap.getNode(ILjava/lang/Object;)Ljava/util/HashMap$Node; @ 84
Event: 0.927 Thread 0x00007feddc2f3000 Uncommon trap: reason=unreached action=reinterpret pc=0x00007fedccaa8d84 method=java.util.HashMap.putVal(ILjava/lang/Object;Ljava/lang/Object;ZZ)Ljava/lang/Object; @ 109
Event: 1.126 Thread 0x00007feddc2f3000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007fedcc98863c method=java.lang.String.equals(Ljava/lang/Object;)Z @ 8
Event: 1.126 Thread 0x00007feddc2f3000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007fedcc98863c method=java.lang.String.equals(Ljava/lang/Object;)Z @ 8
Event: 1.126 Thread 0x00007feddc2f3000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007fedcc98863c method=java.lang.String.equals(Ljava/lang/Object;)Z @ 8
Event: 1.126 Thread 0x00007feddc2f3000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007fedcc98863c method=java.lang.String.equals(Ljava/lang/Object;)Z @ 8
Event: 1.595 Thread 0x00007feddc2f3000 Uncommon trap: reason=unreached action=reinterpret pc=0x00007fedccc68370 method=javax.swing.JComponent.getClientProperty(Ljava/lang/Object;)Ljava/lang/Object; @ 16

Internal exceptions (10 events):
Event: 7.968 Thread 0x0000000000b10000 Exception <a 'java/security/PrivilegedActionException'> (0x00000007842cc928) thrown at [/HUDSON/workspace/8-2-build-linux-amd64/jdk8u25/1514/hotspot/src/share/vm/prims/jvm.cpp, line 1312]
Event: 8.017 Thread 0x0000000000b12800 Exception <a 'java/security/PrivilegedActionException'> (0x000000078192fd40) thrown at [/HUDSON/workspace/8-2-build-linux-amd64/jdk8u25/1514/hotspot/src/share/vm/prims/jvm.cpp, line 1312]
Event: 8.019 Thread 0x0000000000a79800 Exception <a 'java/security/PrivilegedActionException'> (0x0000000781a69460) thrown at [/HUDSON/workspace/8-2-build-linux-amd64/jdk8u25/1514/hotspot/src/share/vm/prims/jvm.cpp, line 1312]
Event: 8.099 Thread 0x0000000000ba6000 Exception <a 'java/security/PrivilegedActionException'> (0x0000000781baccc0) thrown at [/HUDSON/workspace/8-2-build-linux-amd64/jdk8u25/1514/hotspot/src/share/vm/prims/jvm.cpp, line 1312]
Event: 8.103 Thread 0x0000000000ba6000 Exception <a 'java/security/PrivilegedActionException'> (0x0000000781c3cc30) thrown at [/HUDSON/workspace/8-2-build-linux-amd64/jdk8u25/1514/hotspot/src/share/vm/prims/jvm.cpp, line 1312]
Event: 8.103 Thread 0x00007fed88195000 Exception <a 'java/security/PrivilegedActionException'> (0x00000007819da530) thrown at [/HUDSON/workspace/8-2-build-linux-amd64/jdk8u25/1514/hotspot/src/share/vm/prims/jvm.cpp, line 1312]
Event: 8.105 Thread 0x00007fed88195000 Exception <a 'java/security/PrivilegedActionException'> (0x00000007819e5210) thrown at [/HUDSON/workspace/8-2-build-linux-amd64/jdk8u25/1514/hotspot/src/share/vm/prims/jvm.cpp, line 1312]
Event: 8.602 Thread 0x00007fed94072800 Exception <a 'java/security/PrivilegedActionException'> (0x0000000781ddabe8) thrown at [/HUDSON/workspace/8-2-build-linux-amd64/jdk8u25/1514/hotspot/src/share/vm/prims/jvm.cpp, line 1312]
Event: 8.604 Thread 0x00007fed88195000 Exception <a 'java/security/PrivilegedActionException'> (0x00000007819f2540) thrown at [/HUDSON/workspace/8-2-build-linux-amd64/jdk8u25/1514/hotspot/src/share/vm/prims/jvm.cpp, line 1312]
Event: 8.605 Thread 0x00007fed88195000 Exception <a 'java/security/PrivilegedActionException'> (0x00000007819fc3d8) thrown at [/HUDSON/workspace/8-2-build-linux-amd64/jdk8u25/1514/hotspot/src/share/vm/prims/jvm.cpp, line 1312]

Events (10 events):
Event: 8.111 Thread 0x0000000000baa000 Thread exited: 0x0000000000baa000
Event: 8.111 Thread 0x0000000000baa000 Thread added: 0x0000000000baa000
Event: 8.112 Thread 0x0000000000baa000 Thread exited: 0x0000000000baa000
Event: 8.601 Thread 0x00007fed94072800 Thread added: 0x00007fed94072800
Event: 8.602 loading class uk/co/caprica/vlcj/player/events/MediaPlayerVoutEvent
Event: 8.602 loading class uk/co/caprica/vlcj/player/events/MediaPlayerVoutEvent done
Event: 8.604 loading class uk/co/caprica/vlcj/player/DefaultMediaMeta
Event: 8.604 loading class uk/co/caprica/vlcj/player/DefaultMediaMeta done
Event: 8.605 loading class uk/co/caprica/vlcj/binding/internal/libvlc_meta_t
Event: 8.605 loading class uk/co/caprica/vlcj/binding/internal/libvlc_meta_t done

Dynamic libraries:
00400000-00401000 r-xp 00000000 08:06 786567                             /usr/lib/jvm/java-1.8.0-oracle-1.8.0.25.x86_64/bin/java
00600000-00602000 rw-p 00000000 08:06 786567                             /usr/lib/jvm/java-1.8.0-oracle-1.8.0.25.x86_64/bin/java
00a6d000-0102e000 rw-p 00000000 00:00 0                                  [heap]
704400000-70c180000 rw-p 00000000 00:00 0 
70c180000-781700000 ---p 00000000 00:00 0 
781700000-785580000 rw-p 00000000 00:00 0 
785580000-7c0000000 ---p 00000000 00:00 0 
7c0000000-7c0280000 rw-p 00000000 00:00 0 
7c0280000-800000000 ---p 00000000 00:00 0 
317a400000-317a421000 r-xp 00000000 08:06 133840                         /usr/lib64/libxcb.so.1.1.0
317a421000-317a620000 ---p 00021000 08:06 133840                         /usr/lib64/libxcb.so.1.1.0
317a620000-317a621000 r--p 00020000 08:06 133840                         /usr/lib64/libxcb.so.1.1.0
317a621000-317a622000 rw-p 00021000 08:06 133840                         /usr/lib64/libxcb.so.1.1.0
317a800000-317a93c000 r-xp 00000000 08:06 137948                         /usr/lib64/libX11.so.6.3.0
317a93c000-317ab3b000 ---p 0013c000 08:06 137948                         /usr/lib64/libX11.so.6.3.0
317ab3b000-317ab3d000 r--p 0013b000 08:06 137948                         /usr/lib64/libX11.so.6.3.0
317ab3d000-317ab42000 rw-p 0013d000 08:06 137948                         /usr/lib64/libX11.so.6.3.0
317ab42000-317ab43000 rw-p 00000000 00:00 0 
317ac00000-317ac11000 r-xp 00000000 08:06 137988                         /usr/lib64/libXext.so.6.4.0
317ac11000-317ae10000 ---p 00011000 08:06 137988                         /usr/lib64/libXext.so.6.4.0
317ae10000-317ae11000 r--p 00010000 08:06 137988                         /usr/lib64/libXext.so.6.4.0
317ae11000-317ae12000 rw-p 00011000 08:06 137988                         /usr/lib64/libXext.so.6.4.0
317b000000-317b009000 r-xp 00000000 08:06 137962                         /usr/lib64/libXrender.so.1.3.0
317b009000-317b208000 ---p 00009000 08:06 137962                         /usr/lib64/libXrender.so.1.3.0
317b208000-317b209000 r--p 00008000 08:06 137962                         /usr/lib64/libXrender.so.1.3.0
317b209000-317b20a000 rw-p 00009000 08:06 137962                         /usr/lib64/libXrender.so.1.3.0
317b800000-317b815000 r-xp 00000000 08:06 150250                         /usr/lib64/libelf-0.161.so
317b815000-317ba15000 ---p 00015000 08:06 150250                         /usr/lib64/libelf-0.161.so
317ba15000-317ba16000 r--p 00015000 08:06 150250                         /usr/lib64/libelf-0.161.so
317ba16000-317ba17000 rw-p 00016000 08:06 150250                         /usr/lib64/libelf-0.161.so
317bc00000-317bc06000 r-xp 00000000 08:06 167468                         /usr/lib64/libxcb-xv.so.0.0.0
317bc06000-317be06000 ---p 00006000 08:06 167468                         /usr/lib64/libxcb-xv.so.0.0.0
317be06000-317be07000 r--p 00006000 08:06 167468                         /usr/lib64/libxcb-xv.so.0.0.0
317be07000-317be08000 rw-p 00007000 08:06 167468                         /usr/lib64/libxcb-xv.so.0.0.0
317c000000-317c045000 r-xp 00000000 08:06 150768                         /usr/lib64/libdw-0.161.so
317c045000-317c245000 ---p 00045000 08:06 150768                         /usr/lib64/libdw-0.161.so
317c245000-317c247000 r--p 00045000 08:06 150768                         /usr/lib64/libdw-0.161.so
317c247000-317c248000 rw-p 00047000 08:06 150768                         /usr/lib64/libdw-0.161.so
317c400000-317c405000 r-xp 00000000 08:06 138507                         /usr/lib64/libXfixes.so.3.1.0
317c405000-317c604000 ---p 00005000 08:06 138507                         /usr/lib64/libXfixes.so.3.1.0
317c604000-317c605000 r--p 00004000 08:06 138507                         /usr/lib64/libXfixes.so.3.1.0
317c605000-317c606000 rw-p 00005000 08:06 138507                         /usr/lib64/libXfixes.so.3.1.0
317c800000-317c80f000 r-xp 00000000 08:06 138216                         /usr/lib64/libXi.so.6.1.0
317c80f000-317ca0e000 ---p 0000f000 08:06 138216                         /usr/lib64/libXi.so.6.1.0
317ca0e000-317ca0f000 r--p 0000e000 08:06 138216                         /usr/lib64/libXi.so.6.1.0
317ca0f000-317ca10000 rw-p 0000f000 08:06 138216                         /usr/lib64/libXi.so.6.1.0
317cc00000-317cc0a000 r-xp 00000000 08:06 138511                         /usr/lib64/libXcursor.so.1.0.2
317cc0a000-317ce09000 ---p 0000a000 08:06 138511                         /usr/lib64/libXcursor.so.1.0.2
317ce09000-317ce0a000 r--p 00009000 08:06 138511                         /usr/lib64/libXcursor.so.1.0.2
317ce0a000-317ce0b000 rw-p 0000a000 08:06 138511                         /usr/lib64/libXcursor.so.1.0.2
317d000000-317d06b000 r-xp 00000000 08:06 154091                         /usr/lib64/libswscale.so.3.0.100
317d06b000-317d26b000 ---p 0006b000 08:06 154091                         /usr/lib64/libswscale.so.3.0.100
317d26b000-317d26c000 r--p 0006b000 08:06 154091                         /usr/lib64/libswscale.so.3.0.100
317d26c000-317d26d000 rw-p 0006c000 08:06 154091                         /usr/lib64/libswscale.so.3.0.100
317d26d000-317d275000 rw-p 00000000 00:00 0 
317d400000-317d43d000 r-xp 00000000 08:06 135787                         /usr/lib64/libavutil.so.54.7.100
317d43d000-317d63c000 ---p 0003d000 08:06 135787                         /usr/lib64/libavutil.so.54.7.100
317d63c000-317d642000 r--p 0003c000 08:06 135787                         /usr/lib64/libavutil.so.54.7.100
317d642000-317d643000 rw-p 00042000 08:06 135787                         /usr/lib64/libavutil.so.54.7.100
317d643000-317d653000 rw-p 00000000 00:00 0 
317d800000-317d816000 r-xp 00000000 08:06 154470                         /usr/lib64/libswresample.so.1.1.100
317d816000-317da15000 ---p 00016000 08:06 154470                         /usr/lib64/libswresample.so.1.1.100
317da15000-317da17000 r--p 00015000 08:06 154470                         /usr/lib64/libswresample.so.1.1.100
317da17000-317da18000 rw-p 00017000 08:06 154470                         /usr/lib64/libswresample.so.1.1.100
317dc00000-317dc09000 r-xp 00000000 08:06 137877                         /usr/lib64/libxcb-render.so.0.0.0
317dc09000-317de08000 ---p 00009000 08:06 137877                         /usr/lib64/libxcb-render.so.0.0.0
317de08000-317de09000 r--p 00008000 08:06 137877                         /usr/lib64/libxcb-render.so.0.0.0
317de09000-317de0a000 rw-p 00009000 08:06 137877                         /usr/lib64/libxcb-render.so.0.0.0
317e000000-317e002000 r-xp 00000000 08:06 137876                         /usr/lib64/libxcb-shm.so.0.0.0
317e002000-317e202000 ---p 00002000 08:06 137876                         /usr/lib64/libxcb-shm.so.0.0.0
317e202000-317e203000 r--p 00002000 08:06 137876                         /usr/lib64/libxcb-shm.so.0.0.0
317e203000-317e204000 rw-p 00003000 08:06 137876                         /usr/lib64/libxcb-shm.so.0.0.0
3180400000-3180423000 r-xp 00000000 08:06 153692                         /usr/lib64/libsystemd.so.0.5.0
3180423000-3180424000 ---p 00023000 08:06 153692                         /usr/lib64/libsystemd.so.0.5.0
3180424000-3180425000 r--p 00023000 08:06 153692                         /usr/lib64/libsystemd.so.0.5.0
3180425000-3180426000 rw-p 00024000 08:06 153692                         /usr/lib64/libsystemd.so.0.5.0
3181c00000-3181c01000 r-xp 00000000 08:06 151452                         /usr/lib64/libX11-xcb.so.1.0.0
3181c01000-3181e00000 ---p 00001000 08:06 151452                         /usr/lib64/libX11-xcb.so.1.0.0
3181e00000-3181e01000 r--p 00000000 08:06 151452                         /usr/lib64/libX11-xcb.so.1.0.0
3181e01000-3181e02000 rw-p 00001000 08:06 151452                         /usr/lib64/libX11-xcb.so.1.0.0
3182000000-3182005000 r-xp 00000000 08:06 153578                         /usr/lib64/libXtst.so.6.1.0
3182005000-3182204000 ---p 00005000 08:06 153578                         /usr/lib64/libXtst.so.6.1.0
3182204000-3182205000 r--p 00004000 08:06 153578                         /usr/lib64/libXtst.so.6.1.0
3182205000-3182206000 rw-p 00005000 08:06 153578                         /usr/lib64/libXtst.so.6.1.0
3183400000-3183458000 r-xp 00000000 08:06 153743                         /usr/lib64/libsndfile.so.1.0.25
3183458000-3183658000 ---p 00058000 08:06 153743                         /usr/lib64/libsndfile.so.1.0.25
3183658000-318365a000 r--p 00058000 08:06 153743                         /usr/lib64/libsndfile.so.1.0.25
318365a000-318365b000 rw-p 0005a000 08:06 153743                         /usr/lib64/libsndfile.so.1.0.25
318365b000-318365f000 rw-p 00000000 00:00 0 
3183800000-3184017000 r-xp 00000000 08:06 154093                         /usr/lib64/libavcodec.so.56.1.100
3184017000-3184216000 ---p 00817000 08:06 154093                         /usr/lib64/libavcodec.so.56.1.100
3184216000-318423b000 r--p 00816000 08:06 154093                         /usr/lib64/libavcodec.so.56.1.100
318423b000-3184259000 rw-p 0083b000 08:06 154093                         /usr/lib64/libavcodec.so.56.1.100
3184259000-31848a7000 rw-p 00000000 00:00 0 
3186400000-3186477000 r-xp 00000000 08:06 928652                         /usr/lib64/pulseaudio/libpulsecommon-5.0.so
3186477000-3186677000 ---p 00077000 08:06 928652                         /usr/lib64/pulseaudio/libpulsecommon-5.0.so
3186677000-3186679000 r--p 00077000 08:06 928652                         /usr/lib64/pulseaudio/libpulsecommon-5.0.so
3186679000-318667a000 rw-p 00079000 08:06 928652                         /usr/lib64/pulseaudio/libpulsecommon-5.0.so
3186800000-318684e000 r-xp 00000000 08:06 153825                         /usr/lib64/libpulse.so.0.17.3
318684e000-3186a4d000 ---p 0004e000 08:06 153825                         /usr/lib64/libpulse.so.0.17.3
3186a4d000-3186a4f000 r--p 0004d000 08:06 153825                         /usr/lib64/libpulse.so.0.17.3
3186a4f000-3186a50000 rw-p 0004f000 08:06 153825                         /usr/lib64/libpulse.so.0.17.3
33fa400000-33fa421000 r-xp 00000000 08:06 132263                         /usr/lib64/ld-2.20.so
33fa621000-33fa622000 r--p 00021000 08:06 132263                         /usr/lib64/ld-2.20.so
33fa622000-33fa623000 rw-p 00022000 08:06 132263                         /usr/lib64/ld-2.20.so
33fa623000-33fa624000 rw-p 00000000 00:00 0 
33fa800000-33fa9b4000 r-xp 00000000 08:06 134100                         /usr/lib64/libc-2.20.so
33fa9b4000-33fabb3000 ---p 001b4000 08:06 134100                         /usr/lib64/libc-2.20.so
33fabb3000-33fabb7000 r--p 001b3000 08:06 134100                         /usr/lib64/libc-2.20.so
33fabb7000-33fabb9000 rw-p 001b7000 08:06 134100                         /usr/lib64/libc-2.20.so
33fabb9000-33fabbd000 rw-p 00000000 00:00 0 
33fac00000-33fac15000 r-xp 00000000 08:06 786791                         /usr/lib/jvm/java-1.8.0-oracle-1.8.0.25.x86_64/lib/amd64/jli/libjli.so
33fac15000-33fae14000 ---p 00015000 08:06 786791                         /usr/lib/jvm/java-1.8.0-oracle-1.8.0.25.x86_64/lib/amd64/jli/libjli.so
33fae14000-33fae15000 rw-p 00014000 08:06 786791                         /usr/lib/jvm/java-1.8.0-oracle-1.8.0.25.x86_64/lib/amd64/jli/libjli.so
33fb000000-33fb017000 r-xp 00000000 08:06 134426                         /usr/lib64/libpthread-2.20.so
33fb017000-33fb216000 ---p 00017000 08:06 134426                         /usr/lib64/libpthread-2.20.so
33fb216000-33fb217000 r--p 00016000 08:06 134426                         /usr/lib64/libpthread-2.20.so
33fb217000-33fb218000 rw-p 00017000 08:06 134426                         /usr/lib64/libpthread-2.20.so
33fb218000-33fb21c000 rw-p 00000000 00:00 0 
33fb400000-33fb403000 r-xp 00000000 08:06 134387                         /usr/lib64/libdl-2.20.so
33fb403000-33fb602000 ---p 00003000 08:06 134387                         /usr/lib64/libdl-2.20.so
33fb602000-33fb603000 r--p 00002000 08:06 134387                         /usr/lib64/libdl-2.20.so
33fb603000-33fb604000 rw-p 00003000 08:06 134387                         /usr/lib64/libdl-2.20.so
33fb800000-33fb81f000 r-xp 00000000 08:06 153739                         /usr/lib64/libvlc.so.5.5.0
33fb81f000-33fba1f000 ---p 0001f000 08:06 153739                         /usr/lib64/libvlc.so.5.5.0
33fba1f000-33fba20000 r--p 0001f000 08:06 153739                         /usr/lib64/libvlc.so.5.5.0
33fba20000-33fba21000 rw-p 00020000 08:06 153739                         /usr/lib64/libvlc.so.5.5.0
33fbc00000-33fbcfe000 r-xp 00000000 08:06 149096                         /usr/lib64/libvlccore.so.8.0.0
33fbcfe000-33fbefe000 ---p 000fe000 08:06 149096                         /usr/lib64/libvlccore.so.8.0.0
33fbefe000-33fbf01000 r--p 000fe000 08:06 149096                         /usr/lib64/libvlccore.so.8.0.0
33fbf01000-33fbf03000 rw-p 00101000 08:06 149096                         /usr/lib64/libvlccore.so.8.0.0
33fc000000-33fc016000 r-xp 00000000 08:06 152459                         /usr/lib64/libgcc_s-4.9.2-20141101.so.1
33fc016000-33fc215000 ---p 00016000 08:06 152459                         /usr/lib64/libgcc_s-4.9.2-20141101.so.1
33fc215000-33fc216000 r--p 00015000 08:06 152459                         /usr/lib64/libgcc_s-4.9.2-20141101.so.1
33fc216000-33fc217000 rw-p 00016000 08:06 152459                         /usr/lib64/libgcc_s-4.9.2-20141101.so.1
33fc400000-33fc46c000 r-xp 00000000 08:06 154079                         /usr/lib64/libpcre.so.1.2.3
33fc46c000-33fc66b000 ---p 0006c000 08:06 154079                         /usr/lib64/libpcre.so.1.2.3
33fc66b000-33fc66c000 r--p 0006b000 08:06 154079                         /usr/lib64/libpcre.so.1.2.3
33fc66c000-33fc66d000 rw-p 0006c000 08:06 154079                         /usr/lib64/libpcre.so.1.2.3
33fc800000-33fc807000 r-xp 00000000 08:06 139324                         /usr/lib64/librt-2.20.so
33fc807000-33fca06000 ---p 00007000 08:06 139324                         /usr/lib64/librt-2.20.so
33fca06000-33fca07000 r--p 00006000 08:06 139324                         /usr/lib64/librt-2.20.so
33fca07000-33fca08000 rw-p 00007000 08:06 139324                         /usr/lib64/librt-2.20.so
33fcc00000-33fcc22000 r-xp 00000000 08:06 154376                         /usr/lib64/libselinux.so.1
33fcc22000-33fce21000 ---p 00022000 08:06 154376                         /usr/lib64/libselinux.so.1
33fce21000-33fce22000 r--p 00021000 08:06 154376                         /usr/lib64/libselinux.so.1
33fce22000-33fce23000 rw-p 00022000 08:06 154376                         /usr/lib64/libselinux.so.1
33fce23000-33fce25000 rw-p 00000000 00:00 0 
33fd000000-33fd017000 r-xp 00000000 08:06 155446                         /usr/lib64/libresolv-2.20.so
33fd017000-33fd216000 ---p 00017000 08:06 155446                         /usr/lib64/libresolv-2.20.so
33fd216000-33fd217000 r--p 00016000 08:06 155446                         /usr/lib64/libresolv-2.20.so
33fd217000-33fd218000 rw-p 00017000 08:06 155446                         /usr/lib64/libresolv-2.20.so
33fd218000-33fd21a000 rw-p 00000000 00:00 0 
33fd400000-33fd537000 r-xp 00000000 08:06 135340                         /usr/lib64/libglib-2.0.so.0.4200.1
33fd537000-33fd736000 ---p 00137000 08:06 135340                         /usr/lib64/libglib-2.0.so.0.4200.1
33fd736000-33fd737000 r--p 00136000 08:06 135340                         /usr/lib64/libglib-2.0.so.0.4200.1
33fd737000-33fd738000 rw-p 00137000 08:06 135340                         /usr/lib64/libglib-2.0.so.0.4200.1
33fd738000-33fd739000 rw-p 00000000 00:00 0 
33fd800000-33fd80f000 r-xp 00000000 08:06 137680                         /usr/lib64/libbz2.so.1.0.6
33fd80f000-33fda0e000 ---p 0000f000 08:06 137680                         /usr/lib64/libbz2.so.1.0.6
33fda0e000-33fda0f000 r--p 0000e000 08:06 137680                         /usr/lib64/libbz2.so.1.0.6
33fda0f000-33fda10000 rw-p 0000f000 08:06 137680                         /usr/lib64/libbz2.so.1.0.6
33fdc00000-33fdc07000 r-xp 00000000 08:06 140629                         /usr/lib64/libffi.so.6.0.2
33fdc07000-33fde06000 ---p 00007000 08:06 140629                         /usr/lib64/libffi.so.6.0.2
33fde06000-33fde07000 r--p 00006000 08:06 140629                         /usr/lib64/libffi.so.6.0.2
33fde07000-33fde08000 rw-p 00007000 08:06 140629                         /usr/lib64/libffi.so.6.0.2
33fe000000-33fe04f000 r-xp 00000000 08:06 140648                         /usr/lib64/libgobject-2.0.so.0.4200.1
33fe04f000-33fe24f000 ---p 0004f000 08:06 140648                         /usr/lib64/libgobject-2.0.so.0.4200.1
33fe24f000-33fe250000 r--p 0004f000 08:06 140648                         /usr/lib64/libgobject-2.0.so.0.4200.1
33fe250000-33fe251000 rw-p 00050000 08:06 140648                         /usr/lib64/libgobject-2.0.so.0.4200.1
33fe400000-33fe403000 r-xp 00000000 08:06 135372                         /usr/lib64/libgmodule-2.0.so.0.4200.1
33fe403000-33fe602000 ---p 00003000 08:06 135372                         /usr/lib64/libgmodule-2.0.so.0.4200.1
33fe602000-33fe603000 r--p 00002000 08:06 135372                         /usr/lib64/libgmodule-2.0.so.0.4200.1
33fe603000-33fe604000 rw-p 00003000 08:06 135372                         /usr/lib64/libgmodule-2.0.so.0.4200.1
33fe800000-33fe96f000 r-xp 00000000 08:06 157635                         /usr/lib64/libgio-2.0.so.0.4200.1
33fe96f000-33feb6f000 ---p 0016f000 08:06 157635                         /usr/lib64/libgio-2.0.so.0.4200.1
33feb6f000-33feb73000 r--p 0016f000 08:06 157635                         /usr/lib64/libgio-2.0.so.0.4200.1
33feb73000-33feb75000 rw-p 00173000 08:06 157635                         /usr/lib64/libgio-2.0.so.0.4200.1
33feb75000-33feb77000 rw-p 00000000 00:00 0 
33fec00000-33fec31000 r-xp 00000000 08:06 138026                         /usr/lib64/liblua-5.2.so
33fec31000-33fee30000 ---p 00031000 08:06 138026                         /usr/lib64/liblua-5.2.so
33fee30000-33fee32000 r--p 00030000 08:06 138026                         /usr/lib64/liblua-5.2.so
33fee32000-33fee33000 rw-p 00032000 08:06 138026                         /usr/lib64/liblua-5.2.so
33ff000000-33ff002000 r-xp 00000000 08:06 137871                         /usr/lib64/libXau.so.6.0.0
33ff002000-33ff202000 ---p 00002000 08:06 137871                         /usr/lib64/libXau.so.6.0.0
33ff202000-33ff203000 r--p 00002000 08:06 137871                         /usr/lib64/libXau.so.6.0.0
33ff203000-33ff204000 rw-p 00003000 08:06 137871                         /usr/lib64/libXau.so.6.0.0
33ff800000-33ff81c000 r-xp 00000000 08:06 163004                         /usr/lib64/libdvdread.so.4.1.2
33ff81c000-33ffa1b000 ---p 0001c000 08:06 163004                         /usr/lib64/libdvdread.so.4.1.2
33ffa1b000-33ffa1c000 r--p 0001b000 08:06 163004                         /usr/lib64/libdvdread.so.4.1.2
33ffa1c000-33ffa1d000 rw-p 0001c000 08:06 163004                         /usr/lib64/libdvdread.so.4.1.2
33ffc00000-33ffc32000 r-xp 00000000 08:06 137841                         /usr/lib64/libpng16.so.16.10.0
33ffc32000-33ffe31000 ---p 00032000 08:06 137841                         /usr/lib64/libpng16.so.16.10.0
33ffe31000-33ffe32000 r--p 00031000 08:06 137841                         /usr/lib64/libpng16.so.16.10.0
33ffe32000-33ffe33000 rw-p 00032000 08:06 137841                         /usr/lib64/libpng16.so.16.10.0
3400400000-34004a4000 r-xp 00000000 08:06 267210                         /usr/lib64/freetype-freeworld/libfreetype.so.6.11.2
34004a4000-34006a3000 ---p 000a4000 08:06 267210                         /usr/lib64/freetype-freeworld/libfreetype.so.6.11.2
34006a3000-34006a9000 r--p 000a3000 08:06 267210                         /usr/lib64/freetype-freeworld/libfreetype.so.6.11.2
34006a9000-34006aa000 rw-p 000a9000 08:06 267210                         /usr/lib64/freetype-freeworld/libfreetype.so.6.11.2
3400800000-3400801000 r-xp 00000000 08:06 140651                         /usr/lib64/libgthread-2.0.so.0.4200.1
3400801000-3400a00000 ---p 00001000 08:06 140651                         /usr/lib64/libgthread-2.0.so.0.4200.1
3400a00000-3400a01000 r--p 00000000 08:06 140651                         /usr/lib64/libgthread-2.0.so.0.4200.1
3400a01000-3400a02000 rw-p 00001000 08:06 140651                         /usr/lib64/libgthread-2.0.so.0.4200.1
3400c00000-3400c47000 r-xp 00000000 08:06 190396                         /usr/lib64/libdbus-1.so.3.8.10
3400c47000-3400e47000 ---p 00047000 08:06 190396                         /usr/lib64/libdbus-1.so.3.8.10
3400e47000-3400e48000 r--p 00047000 08:06 190396                         /usr/lib64/libdbus-1.so.3.8.10
3400e48000-3400e49000 rw-p 00048000 08:06 190396                         /usr/lib64/libdbus-1.so.3.8.10
3401000000-3401026000 r-xp 00000000 08:06 137848                         /usr/lib64/libexpat.so.1.6.0
3401026000-3401226000 ---p 00026000 08:06 137848                         /usr/lib64/libexpat.so.1.6.0
3401226000-3401229000 r--p 00026000 08:06 137848                         /usr/lib64/libexpat.so.1.6.0
3401229000-340122a000 rw-p 00029000 08:06 137848                         /usr/lib64/libexpat.so.1.6.0
3401400000-340155b000 r-xp 00000000 08:06 196868                         /usr/lib64/libxml2.so.2.9.1
340155b000-340175b000 ---p 0015b000 08:06 196868                         /usr/lib64/libxml2.so.2.9.1
340175b000-3401763000 r--p 0015b000 08:06 196868                         /usr/lib64/libxml2.so.2.9.1
3401763000-3401765000 rw-p 00163000 08:06 196868                         /usr/lib64/libxml2.so.2.9.1
3401765000-3401767000 rw-p 00000000 00:00 0 
3401c00000-3401c3c000 r-xp 00000000 08:06 137856                         /usr/lib64/libfontconfig.so.1.8.0
3401c3c000-3401e3c000 ---p 0003c000 08:06 137856                         /usr/lib64/libfontconfig.so.1.8.0
3401e3c000-3401e3e000 r--p 0003c000 08:06 137856                         /usr/lib64/libfontconfig.so.1.8.0
3401e3e000-3401e3f000 rw-p 0003e000 08:06 137856                         /usr/lib64/libfontconfig.so.1.8.0
3402800000-3402804000 r-xp 00000000 08:06 197360                         /usr/lib64/libuuid.so.1.3.0
3402804000-3402a03000 ---p 00004000 08:06 197360                         /usr/lib64/libuuid.so.1.3.0
3402a03000-3402a04000 r--p 00003000 08:06 197360                         /usr/lib64/libuuid.so.1.3.0
3402a04000-3402a05000 rw-p 00004000 08:06 197360                         /usr/lib64/libuuid.so.1.3.0
3402c00000-3402c2e000 r-xp 00000000 08:06 153856                         /usr/lib64/libenca.so.0.5.1
3402c2e000-3402e2d000 ---p 0002e000 08:06 153856                         /usr/lib64/libenca.so.0.5.1
3402e2d000-3402e2f000 r--p 0002d000 08:06 153856                         /usr/lib64/libenca.so.0.5.1
3402e2f000-3402e33000 rw-p 0002f000 08:06 153856                         /usr/lib64/libenca.so.0.5.1
3403400000-3403424000 r-xp 00000000 08:06 160866                         /usr/lib64/libgdk_pixbuf-2.0.so.0.3100.1
3403424000-3403623000 ---p 00024000 08:06 160866                         /usr/lib64/libgdk_pixbuf-2.0.so.0.3100.1
3403623000-3403624000 r--p 00023000 08:06 160866                         /usr/lib64/libgdk_pixbuf-2.0.so.0.3100.1
3403624000-3403625000 rw-p 00024000 08:06 160866                         /usr/lib64/libgdk_pixbuf-2.0.so.0.3100.1
3404000000-34040a5000 r-xp 00000000 08:06 136115                         /usr/lib64/libpixman-1.so.0.32.6
34040a5000-34042a4000 ---p 000a5000 08:06 136115                         /usr/lib64/libpixman-1.so.0.32.6
34042a4000-34042ac000 r--p 000a4000 08:06 136115                         /usr/lib64/libpixman-1.so.0.32.6
34042ac000-34042ad000 rw-p 000ac000 08:06 136115                         /usr/lib64/libpixman-1.so.0.32.6
3404400000-340441c000 r-xp 00000000 08:06 152855                         /usr/lib64/libgraphite2.so.3.0.1
340441c000-340461b000 ---p 0001c000 08:06 152855                         /usr/lib64/libgraphite2.so.3.0.1
340461b000-340461d000 r--p 0001b000 08:06 152855                         /usr/lib64/libgraphite2.so.3.0.1
340461d000-340461e000 rw-p 0001d000 08:06 152855                         /usr/lib64/libgraphite2.so.3.0.1
3404800000-3404856000 r-xp 00000000 08:06 153804                         /usr/lib64/libharfbuzz.so.0.936.0
3404856000-3404a55000 ---p 00056000 08:06 153804                         /usr/lib64/libharfbuzz.so.0.936.0
3404a55000-3404a57000 r--p 00055000 08:06 153804                         /usr/lib64/libharfbuzz.so.0.936.0
3404a57000-3404a58000 rw-p 00057000 08:06 153804                         /usr/lib64/libharfbuzz.so.0.936.0
3405000000-3405049000 r-xp 00000000 08:06 152379                         /usr/lib64/libpango-1.0.so.0.3600.8
3405049000-3405248000 ---p 00049000 08:06 152379                         /usr/lib64/libpango-1.0.so.0.3600.8
3405248000-340524a000 r--p 00048000 08:06 152379                         /usr/lib64/libpango-1.0.so.0.3600.8
340524a000-340524b000 rw-p 0004a000 08:06 152379                         /usr/lib64/libpango-1.0.so.0.3600.8
3406400000-3406423000 r-xp 00000000 08:06 197743                         /usr/lib64/libass.so.5.1.0
3406423000-3406623000 ---p 00023000 08:06 197743                         /usr/lib64/libass.so.5.1.0
3406623000-3406624000 r--p 00023000 08:06 197743                         /usr/lib64/libass.so.5.1.0
3406624000-3406625000 rw-p 00024000 08:06 197743                         /usr/lib64/libass.so.5.1.0
3406800000-3406814000 r-xp 00000000 08:06 153924                         /usr/lib64/libpangoft2-1.0.so.0.3600.8
3406814000-3406a13000 ---p 00014000 08:06 153924                         /usr/lib64/libpangoft2-1.0.so.0.3600.8
3406a13000-3406a14000 r--p 00013000 08:06 153924                         /usr/lib64/libpangoft2-1.0.so.0.3600.8
3406a14000-3406a15000 rw-p 00014000 08:06 153924                         /usr/lib64/libpangoft2-1.0.so.0.3600.8
3407200000-3407218000 r-xp 00000000 08:06 154095                         /usr/lib64/libtheoradec.so.1.1.4
3407218000-3407417000 ---p 00018000 08:06 154095                         /usr/lib64/libtheoradec.so.1.1.4
3407417000-3407418000 r--p 00017000 08:06 154095                         /usr/lib64/libtheoradec.so.1.1.4
3407418000-3407419000 rw-p 00018000 08:06 154095                         /usr/lib64/libtheoradec.so.1.1.4
3408000000-340803f000 r-xp 00000000 08:06 197742                         /usr/lib64/libtheoraenc.so.1.1.2
340803f000-340823e000 ---p 0003f000 08:06 197742                         /usr/lib64/libtheoraenc.so.1.1.2
340823e000-340823f000 r--p 0003e000 08:06 197742                         /usr/lib64/libtheoraenc.so.1.1.2
340823f000-3408240000 rw-p 0003f000 08:06 197742                         /usr/lib64/libtheoraenc.so.1.1.2
340a200000-340a2d5000 r-xp 00000000 08:06 196862                         /usr/lib64/libgcrypt.so.20.0.1
340a2d5000-340a4d5000 ---p 000d5000 08:06 196862                         /usr/lib64/libgcrypt.so.20.0.1
340a4d5000-340a4d6000 r--p 000d5000 08:06 196862                         /usr/lib64/libgcrypt.so.20.0.1
340a4d6000-340a4df000 rw-p 000d6000 08:06 196862                         /usr/lib64/libgcrypt.so.20.0.1
340a600000-340a604000 r-xp 00000000 08:06 196163                         /usr/lib64/libgpg-error.so.0.11.0
340a604000-340a803000 ---p 00004000 08:06 196163                         /usr/lib64/libgpg-error.so.0.11.0
340a803000-340a804000 r--p 00003000 08:06 196163                         /usr/lib64/libgpg-error.so.0.11.0
340a804000-340a805000 rw-p 00004000 08:06 196163                         /usr/lib64/libgpg-error.so.0.11.0
340aa00000-340aa2c000 r-xp 00000000 08:06 162561                         /usr/lib64/libsoxr.so.0.1.0
340aa2c000-340ac2b000 ---p 0002c000 08:06 162561                         /usr/lib64/libsoxr.so.0.1.0
340ac2b000-340ac2d000 r--p 0002b000 08:06 162561                         /usr/lib64/libsoxr.so.0.1.0
340ac2d000-340ac2e000 rw-p 0002d000 08:06 162561                         /usr/lib64/libsoxr.so.0.1.0
340ac2e000-340ac3c000 rw-p 00000000 00:00 0 
340ae00000-340ae48000 r-xp 00000000 08:06 136722                         /usr/lib64/libmp3lame.so.0.0.0
340ae48000-340b048000 ---p 00048000 08:06 136722                         /usr/lib64/libmp3lame.so.0.0.0
340b048000-340b049000 r--p 00048000 08:06 136722                         /usr/lib64/libmp3lame.so.0.0.0
340b049000-340b04a000 rw-p 00049000 08:06 136722                         /usr/lib64/libmp3lame.so.0.0.0
340b04a000-340b078000 rw-p 00000000 00:00 0 
340b200000-340b2a0000 r-xp 00000000 08:06 197741                         /usr/lib64/libxvidcore.so.4.3
340b2a0000-340b4a0000 ---p 000a0000 08:06 197741                         /usr/lib64/libxvidcore.so.4.3
340b4a0000-340b4a1000 r--p 000a0000 08:06 197741                         /usr/lib64/libxvidcore.so.4.3
340b4a1000-340b4ab000 rw-p 000a1000 08:06 197741                         /usr/lib64/libxvidcore.so.4.3
340b4ab000-340b514000 rw-p 00000000 00:00 0 
340ba00000-340ba23000 r-xp 00000000 08:06 197418                         /usr/lib64/libopenjpeg.so.1.5.1
340ba23000-340bc22000 ---p 00023000 08:06 197418                         /usr/lib64/libopenjpeg.so.1.5.1
340bc22000-340bc23000 r--p 00022000 08:06 197418                         /usr/lib64/libopenjpeg.so.1.5.1
340bc23000-340bc24000 rw-p 00023000 08:06 197418                         /usr/lib64/libopenjpeg.so.1.5.1
340be00000-340bf41000 r-xp 00000000 08:06 196858                         /usr/lib64/libvpx.so.1.3.0
340bf41000-340c140000 ---p 00141000 08:06 196858                         /usr/lib64/libvpx.so.1.3.0
340c140000-340c142000 r--p 00140000 08:06 196858                         /usr/lib64/libvpx.so.1.3.0
340c142000-340c143000 rw-p 00142000 08:06 196858                         /usr/lib64/libvpx.so.1.3.0
340c143000-340c189000 rw-p 00000000 00:00 0 
340c200000-340c2d4000 r-xp 00000000 08:06 154097                         /usr/lib64/libschroedinger-1.0.so.0.11.0
340c2d4000-340c4d4000 ---p 000d4000 08:06 154097                         /usr/lib64/libschroedinger-1.0.so.0.11.0
340c4d4000-340c4d6000 r--p 000d4000 08:06 154097                         /usr/lib64/libschroedinger-1.0.so.0.11.0
340c4d6000-340c4d8000 rw-p 000d6000 08:06 154097                         /usr/lib64/libschroedinger-1.0.so.0.11.0
340c4d8000-340c4d9000 rw-p 00000000 00:00 0 
340c600000-340c7b1000 r-xp 00000000 08:06 153784                         /usr/lib64/libx265.so.25
340c7b1000-340c9b0000 ---p 001b1000 08:06 153784                         /usr/lib64/libx265.so.25
340c9b0000-340c9b2000 r--p 001b0000 08:06 153784                         /usr/lib64/libx265.so.25
340c9b2000-340c9b3000 rw-p 001b2000 08:06 153784                         /usr/lib64/libx265.so.25
340c9b3000-340c9b9000 rw-p 00000000 00:00 0 
340e400000-340e4e1000 r-xp 00000000 08:06 136367                         /usr/lib64/libasound.so.2.0.0
340e4e1000-340e6e0000 ---p 000e1000 08:06 136367                         /usr/lib64/libasound.so.2.0.0
340e6e0000-340e6e7000 r--p 000e0000 08:06 136367                         /usr/lib64/libasound.so.2.0.0
340e6e7000-340e6e9000 rw-p 000e7000 08:06 136367                         /usr/lib64/libasound.so.2.0.0
340f400000-340f407000 r-xp 00000000 08:06 197362                         /usr/lib64/libSM.so.6.0.1
340f407000-340f606000 ---p 00007000 08:06 197362                         /usr/lib64/libSM.so.6.0.1
340f606000-340f607000 r--p 00006000 08:06 197362                         /usr/lib64/libSM.so.6.0.1
340f607000-340f608000 rw-p 00007000 08:06 197362                         /usr/lib64/libSM.so.6.0.1
340f800000-340f817000 r-xp 00000000 08:06 197359                         /usr/lib64/libICE.so.6.3.0
340f817000-340fa17000 ---p 00017000 08:06 197359                         /usr/lib64/libICE.so.6.3.0
340fa17000-340fa18000 r--p 00017000 08:06 197359                         /usr/lib64/libICE.so.6.3.0
340fa18000-340fa19000 rw-p 00018000 08:06 197359                         /usr/lib64/libICE.so.6.3.0
340fa19000-340fa1d000 rw-p 00000000 00:00 0 
3412200000-3412204000 r-xp 00000000 08:06 197505                         /usr/lib64/libattr.so.1.1.0
3412204000-3412403000 ---p 00004000 08:06 197505                         /usr/lib64/libattr.so.1.1.0
3412403000-3412404000 r--p 00003000 08:06 197505                         /usr/lib64/libattr.so.1.1.0
3412404000-3412405000 rw-p 00004000 08:06 197505                         /usr/lib64/libattr.so.1.1.0
3413c00000-3413c06000 r-xp 00000000 08:06 197489                         /usr/lib64/libogg.so.0.8.0
3413c06000-3413e05000 ---p 00006000 08:06 197489                         /usr/lib64/libogg.so.0.8.0
3413e05000-3413e06000 r--p 00005000 08:06 197489                         /usr/lib64/libogg.so.0.8.0
3413e06000-3413e07000 rw-p 00006000 08:06 197489                         /usr/lib64/libogg.so.0.8.0
3414600000-341462b000 r-xp 00000000 08:06 197501                         /usr/lib64/libvorbis.so.0.4.7
341462b000-341482b000 ---p 0002b000 08:06 197501                         /usr/lib64/libvorbis.so.0.4.7
341482b000-341482c000 r--p 0002b000 08:06 197501                         /usr/lib64/libvorbis.so.0.4.7
341482c000-341482d000 rw-p 0002c000 08:06 197501                         /usr/lib64/libvorbis.so.0.4.7
3414c00000-3414c04000 r-xp 00000000 08:06 197506                         /usr/lib64/libcap.so.2.24
3414c04000-3414e03000 ---p 00004000 08:06 197506                         /usr/lib64/libcap.so.2.24
3414e03000-3414e04000 r--p 00003000 08:06 197506                         /usr/lib64/libcap.so.2.24
3414e04000-3414e05000 rw-p 00004000 08:06 197506                         /usr/lib64/libcap.so.2.24
3415400000-341544b000 r-xp 00000000 08:06 155838                         /usr/lib64/libopus.so.0.5.0
341544b000-341564a000 ---p 0004b000 08:06 155838                         /usr/lib64/libopus.so.0.5.0
341564a000-341564b000 r--p 0004a000 08:06 155838                         /usr/lib64/libopus.so.0.5.0
341564b000-341564c000 rw-p 0004b000 08:06 155838                         /usr/lib64/libopus.so.0.5.0
3415800000-3415816000 r-xp 00000000 08:06 197448                         /usr/lib64/libgomp.so.1.0.0
3415816000-3415a15000 ---p 00016000 08:06 197448                         /usr/lib64/libgomp.so.1.0.0
3415a15000-3415a16000 r--p 00015000 08:06 197448                         /usr/lib64/libgomp.so.1.0.0
3415a16000-3415a17000 rw-p 00016000 08:06 197448                         /usr/lib64/libgomp.so.1.0.0
3416000000-341607f000 r-xp 00000000 08:06 197341                         /usr/lib64/liborc-0.4.so.0.22.0
341607f000-341627e000 ---p 0007f000 08:06 197341                         /usr/lib64/liborc-0.4.so.0.22.0
341627e000-3416280000 r--p 0007e000 08:06 197341                         /usr/lib64/liborc-0.4.so.0.22.0
3416280000-3416284000 rw-p 00080000 08:06 197341                         /usr/lib64/liborc-0.4.so.0.22.0
3418c00000-3418c37000 r-xp 00000000 08:06 137883                         /usr/lib64/libcroco-0.6.so.3.0.1
3418c37000-3418e37000 ---p 00037000 08:06 137883                         /usr/lib64/libcroco-0.6.so.3.0.1
3418e37000-3418e3a000 r--p 00037000 08:06 137883                         /usr/lib64/libcroco-0.6.so.3.0.1
3418e3a000-3418e3b000 rw-p 0003a000 08:06 137883                         /usr/lib64/libcroco-0.6.so.3.0.1
3419c00000-3419c16000 r-xp 00000000 08:06 152609                         /usr/lib64/libnsl-2.20.so
3419c16000-3419e15000 ---p 00016000 08:06 152609                         /usr/lib64/libnsl-2.20.so
3419e15000-3419e16000 r--p 00015000 08:06 152609                         /usr/lib64/libnsl-2.20.so
3419e16000-3419e17000 rw-p 00016000 08:06 152609                         /usr/lib64/libnsl-2.20.so
3419e17000-3419e19000 rw-p 00000000 00:00 0 
341dc00000-341dc91000 r-xp 00000000 08:06 197502                         /usr/lib64/libvorbisenc.so.2.0.10
341dc91000-341de90000 ---p 00091000 08:06 197502                         /usr/lib64/libvorbisenc.so.2.0.10
341de90000-341deb2000 r--p 00090000 08:06 197502                         /usr/lib64/libvorbisenc.so.2.0.10
341deb2000-341deb3000 rw-p 000b2000 08:06 197502                         /usr/lib64/libvorbisenc.so.2.0.10
341f000000-341f057000 r-xp 00000000 08:06 197499                         /usr/lib64/libFLAC.so.8.3.0
341f057000-341f257000 ---p 00057000 08:06 197499                         /usr/lib64/libFLAC.so.8.3.0
341f257000-341f258000 r--p 00057000 08:06 197499                         /usr/lib64/libFLAC.so.8.3.0
341f258000-341f259000 rw-p 00058000 08:06 197499                         /usr/lib64/libFLAC.so.8.3.0
341f400000-341f40b000 r-xp 00000000 08:06 197484                         /usr/lib64/libgsm.so.1.0.12
341f40b000-341f60a000 ---p 0000b000 08:06 197484                         /usr/lib64/libgsm.so.1.0.12
341f60a000-341f60b000 r--p 0000a000 08:06 197484                         /usr/lib64/libgsm.so.1.0.12
341f60b000-341f60c000 rw-p 0000b000 08:06 197484                         /usr/lib64/libgsm.so.1.0.12
3420a00000-3420a0a000 r-xp 00000000 08:06 197482                         /usr/lib64/libjson-c.so.2.0.1
3420a0a000-3420c09000 ---p 0000a000 08:06 197482                         /usr/lib64/libjson-c.so.2.0.1
3420c09000-3420c0a000 r--p 00009000 08:06 197482                         /usr/lib64/libjson-c.so.2.0.1
3420c0a000-3420c0b000 rw-p 0000a000 08:06 197482                         /usr/lib64/libjson-c.so.2.0.1
3420e00000-3420e09000 r-xp 00000000 08:06 197483                         /usr/lib64/libwrap.so.0.7.6
3420e09000-3421008000 ---p 00009000 08:06 197483                         /usr/lib64/libwrap.so.0.7.6
3421008000-3421009000 r--p 00008000 08:06 197483                         /usr/lib64/libwrap.so.0.7.6
3421009000-342100a000 rw-p 00009000 08:06 197483                         /usr/lib64/libwrap.so.0.7.6
342100a000-342100b000 rw-p 00000000 00:00 0 
3425a00000-3425a05000 r-xp 00000000 08:06 197504                         /usr/lib64/libasyncns.so.0.3.1
3425a05000-3425c04000 ---p 00005000 08:06 197504                         /usr/lib64/libasyncns.so.0.3.1
3425c04000-3425c05000 r--p 00004000 08:06 197504                         /usr/lib64/libasyncns.so.0.3.1
3425c05000-3425c06000 rw-p 00005000 08:06 197504                         /usr/lib64/libasyncns.so.0.3.1
7fed6da1d000-7fed6da9d000 rw-s 1ff192000 00:05 20239                     /dev/nvidiactl
7fed6da9d000-7fed6dadd000 rw-s 1f3664000 00:05 20239                     /dev/nvidiactl
7fed6dadd000-7fed6dba1000 rw-s 2e2abe000 00:05 20239                     /dev/nvidiactl
7fed6dba1000-7fed6dc04000 r-xp 00000000 08:06 168981                     /usr/lib64/vdpau/libvdpau_nvidia.so.346.35
7fed6dc04000-7fed6de03000 ---p 00063000 08:06 168981                     /usr/lib64/vdpau/libvdpau_nvidia.so.346.35
7fed6de03000-7fed6de49000 rw-p 00062000 08:06 168981                     /usr/lib64/vdpau/libvdpau_nvidia.so.346.35
7fed6de49000-7fed6de4a000 rw-p 00000000 00:00 0 
7fed6de4a000-7fed6de4d000 r-xp 00000000 08:06 136125                     /usr/lib64/libvdpau.so.1.0.0
7fed6de4d000-7fed6e04c000 ---p 00003000 08:06 136125                     /usr/lib64/libvdpau.so.1.0.0
7fed6e04c000-7fed6e04d000 r--p 00002000 08:06 136125                     /usr/lib64/libvdpau.so.1.0.0
7fed6e04d000-7fed6e04e000 rw-p 00003000 08:06 136125                     /usr/lib64/libvdpau.so.1.0.0
7fed6e04e000-7fed6e050000 r-xp 00000000 08:06 1443621                    /usr/lib64/vlc/plugins/misc/libdbus_screensaver_plugin.so
7fed6e050000-7fed6e24f000 ---p 00002000 08:06 1443621                    /usr/lib64/vlc/plugins/misc/libdbus_screensaver_plugin.so
7fed6e24f000-7fed6e250000 r--p 00001000 08:06 1443621                    /usr/lib64/vlc/plugins/misc/libdbus_screensaver_plugin.so
7fed6e250000-7fed6e251000 rw-p 00002000 08:06 1443621                    /usr/lib64/vlc/plugins/misc/libdbus_screensaver_plugin.so
7fed6e251000-7fed6e253000 r-xp 00000000 08:06 196640                     /usr/lib64/libxcb-keysyms.so.1.0.0
7fed6e253000-7fed6e452000 ---p 00002000 08:06 196640                     /usr/lib64/libxcb-keysyms.so.1.0.0
7fed6e452000-7fed6e453000 r--p 00001000 08:06 196640                     /usr/lib64/libxcb-keysyms.so.1.0.0
7fed6e453000-7fed6e454000 rw-p 00002000 08:06 196640                     /usr/lib64/libxcb-keysyms.so.1.0.0
7fed6e464000-7fed6e465000 rw-s f6644000 00:05 20242                      /dev/nvidia0
7fed6e465000-7fed6e466000 rw-s 2c154d000 00:05 20239                     /dev/nvidiactl
7fed6e466000-7fed6e467000 rw-s f6643000 00:05 20242                      /dev/nvidia0
7fed6e467000-7fed6e468000 rw-s 2c1494000 00:05 20239                     /dev/nvidiactl
7fed6e468000-7fed6e469000 rw-s 179919000 00:05 20239                     /dev/nvidiactl
7fed6e469000-7fed6e46a000 rw-s 2ccf9d000 00:05 20239                     /dev/nvidiactl
7fed6e46a000-7fed6e46b000 rw-s 2219bd000 00:05 20239                     /dev/nvidiactl
7fed6e46b000-7fed6e46c000 rw-s eff70000 00:05 20242                      /dev/nvidia0
7fed6e46c000-7fed6e46f000 rw-s 1fda25000 00:05 20239                     /dev/nvidiactl
7fed6e46f000-7fed6e470000 rw-s 2d9aba000 00:05 20239                     /dev/nvidiactl
7fed6e470000-7fed6e481000 rw-s 2d7bee000 00:05 20239                     /dev/nvidiactl
7fed6e481000-7fed6e487000 r-xp 00000000 08:06 1448286                    /usr/lib64/vlc/plugins/video_output/libxcb_window_plugin.so
7fed6e487000-7fed6e686000 ---p 00006000 08:06 1448286                    /usr/lib64/vlc/plugins/video_output/libxcb_window_plugin.so
7fed6e686000-7fed6e687000 r--p 00005000 08:06 1448286                    /usr/lib64/vlc/plugins/video_output/libxcb_window_plugin.so
7fed6e687000-7fed6e688000 rw-p 00006000 08:06 1448286                    /usr/lib64/vlc/plugins/video_output/libxcb_window_plugin.so
7fed6e688000-7fed6e68d000 r-xp 00000000 08:06 1969906                    /usr/lib64/vlc/plugins/vdpau/libvdpau_display_plugin.so
7fed6e68d000-7fed6e88d000 ---p 00005000 08:06 1969906                    /usr/lib64/vlc/plugins/vdpau/libvdpau_display_plugin.so
7fed6e88d000-7fed6e88e000 r--p 00005000 08:06 1969906                    /usr/lib64/vlc/plugins/vdpau/libvdpau_display_plugin.so
7fed6e88e000-7fed6e88f000 rw-p 00006000 08:06 1969906                    /usr/lib64/vlc/plugins/vdpau/libvdpau_display_plugin.so
7fed6e88f000-7fed6e890000 ---p 00000000 00:00 0 
7fed6e890000-7fed6e990000 rw-p 00000000 00:00 0                          [stack:14282]
7fed6e990000-7fed6e992000 r-xp 00000000 08:06 1447899                    /usr/lib64/vlc/plugins/video_filter/libyuvp_plugin.so
7fed6e992000-7fed6eb91000 ---p 00002000 08:06 1447899                    /usr/lib64/vlc/plugins/video_filter/libyuvp_plugin.so
7fed6eb91000-7fed6eb92000 r--p 00001000 08:06 1447899                    /usr/lib64/vlc/plugins/video_filter/libyuvp_plugin.so
7fed6eb92000-7fed6eb93000 rw-p 00002000 08:06 1447899                    /usr/lib64/vlc/plugins/video_filter/libyuvp_plugin.so
7fed6eb93000-7fed6eb98000 r-xp 00000000 08:06 1969904                    /usr/lib64/vlc/plugins/vdpau/libvdpau_chroma_plugin.so
7fed6eb98000-7fed6ed97000 ---p 00005000 08:06 1969904                    /usr/lib64/vlc/plugins/vdpau/libvdpau_chroma_plugin.so
7fed6ed97000-7fed6ed98000 r--p 00004000 08:06 1969904                    /usr/lib64/vlc/plugins/vdpau/libvdpau_chroma_plugin.so
7fed6ed98000-7fed6ed99000 rw-p 00005000 08:06 1969904                    /usr/lib64/vlc/plugins/vdpau/libvdpau_chroma_plugin.so
7fed6ed99000-7fed6ed9b000 r-xp 00000000 08:06 1448705                    /usr/lib64/vlc/plugins/video_chroma/libi422_i420_plugin.so
7fed6ed9b000-7fed6ef9a000 ---p 00002000 08:06 1448705                    /usr/lib64/vlc/plugins/video_chroma/libi422_i420_plugin.so
7fed6ef9a000-7fed6ef9b000 r--p 00001000 08:06 1448705                    /usr/lib64/vlc/plugins/video_chroma/libi422_i420_plugin.so
7fed6ef9b000-7fed6ef9c000 rw-p 00002000 08:06 1448705                    /usr/lib64/vlc/plugins/video_chroma/libi422_i420_plugin.so
7fed6ef9c000-7fed6efa1000 r-xp 00000000 08:06 1448709                    /usr/lib64/vlc/plugins/video_chroma/libi422_yuy2_plugin.so
7fed6efa1000-7fed6f1a0000 ---p 00005000 08:06 1448709                    /usr/lib64/vlc/plugins/video_chroma/libi422_yuy2_plugin.so
7fed6f1a0000-7fed6f1a1000 r--p 00004000 08:06 1448709                    /usr/lib64/vlc/plugins/video_chroma/libi422_yuy2_plugin.so
7fed6f1a1000-7fed6f1a2000 rw-p 00005000 08:06 1448709                    /usr/lib64/vlc/plugins/video_chroma/libi422_yuy2_plugin.so
7fed6f1a2000-7fed6f1aa000 r-xp 00000000 08:06 1448703                    /usr/lib64/vlc/plugins/video_chroma/libi420_yuy2_plugin.so
7fed6f1aa000-7fed6f3a9000 ---p 00008000 08:06 1448703                    /usr/lib64/vlc/plugins/video_chroma/libi420_yuy2_plugin.so
7fed6f3a9000-7fed6f3aa000 r--p 00007000 08:06 1448703                    /usr/lib64/vlc/plugins/video_chroma/libi420_yuy2_plugin.so
7fed6f3aa000-7fed6f3ab000 rw-p 00008000 08:06 1448703                    /usr/lib64/vlc/plugins/video_chroma/libi420_yuy2_plugin.so
7fed6f3ab000-7fed6f3b0000 r-xp 00000000 08:06 1448700                    /usr/lib64/vlc/plugins/video_chroma/libi420_rgb_plugin.so
7fed6f3b0000-7fed6f5b0000 ---p 00005000 08:06 1448700                    /usr/lib64/vlc/plugins/video_chroma/libi420_rgb_plugin.so
7fed6f5b0000-7fed6f5b1000 r--p 00005000 08:06 1448700                    /usr/lib64/vlc/plugins/video_chroma/libi420_rgb_plugin.so
7fed6f5b1000-7fed6f5b2000 rw-p 00006000 08:06 1448700                    /usr/lib64/vlc/plugins/video_chroma/libi420_rgb_plugin.so
7fed6f5b2000-7fed6f5b8000 r-xp 00000000 08:06 1446030                    /usr/lib64/vlc/plugins/video_chroma/libyuy2_i422_plugin.so
7fed6f5b8000-7fed6f7b7000 ---p 00006000 08:06 1446030                    /usr/lib64/vlc/plugins/video_chroma/libyuy2_i422_plugin.so
7fed6f7b7000-7fed6f7b8000 r--p 00005000 08:06 1446030                    /usr/lib64/vlc/plugins/video_chroma/libyuy2_i422_plugin.so
7fed6f7b8000-7fed6f7b9000 rw-p 00006000 08:06 1446030                    /usr/lib64/vlc/plugins/video_chroma/libyuy2_i422_plugin.so
7fed6f7b9000-7fed6f7bc000 r-xp 00000000 08:06 1448698                    /usr/lib64/vlc/plugins/video_chroma/libgrey_yuv_plugin.so
7fed6f7bc000-7fed6f9bb000 ---p 00003000 08:06 1448698                    /usr/lib64/vlc/plugins/video_chroma/libgrey_yuv_plugin.so
7fed6f9bb000-7fed6f9bc000 r--p 00002000 08:06 1448698                    /usr/lib64/vlc/plugins/video_chroma/libgrey_yuv_plugin.so
7fed6f9bc000-7fed6f9bd000 rw-p 00003000 08:06 1448698                    /usr/lib64/vlc/plugins/video_chroma/libgrey_yuv_plugin.so
7fed6f9bd000-7fed6f9c6000 r-xp 00000000 08:06 1448713                    /usr/lib64/vlc/plugins/video_chroma/libyuy2_i420_plugin.so
7fed6f9c6000-7fed6fbc6000 ---p 00009000 08:06 1448713                    /usr/lib64/vlc/plugins/video_chroma/libyuy2_i420_plugin.so
7fed6fbc6000-7fed6fbc7000 r--p 00009000 08:06 1448713                    /usr/lib64/vlc/plugins/video_chroma/libyuy2_i420_plugin.so
7fed6fbc7000-7fed6fbc8000 rw-p 0000a000 08:06 1448713                    /usr/lib64/vlc/plugins/video_chroma/libyuy2_i420_plugin.so
7fed6fbc8000-7fed6fbd4000 r-xp 00000000 08:06 1446014                    /usr/lib64/vlc/plugins/video_chroma/libi420_rgb_mmx_plugin.so
7fed6fbd4000-7fed6fdd3000 ---p 0000c000 08:06 1446014                    /usr/lib64/vlc/plugins/video_chroma/libi420_rgb_mmx_plugin.so
7fed6fdd3000-7fed6fdd4000 r--p 0000b000 08:06 1446014                    /usr/lib64/vlc/plugins/video_chroma/libi420_rgb_mmx_plugin.so
7fed6fdd4000-7fed6fdd5000 rw-p 0000c000 08:06 1446014                    /usr/lib64/vlc/plugins/video_chroma/libi420_rgb_mmx_plugin.so
7fed6fdd5000-7fed6fdd8000 r-xp 00000000 08:06 1446024                    /usr/lib64/vlc/plugins/video_chroma/libi422_yuy2_mmx_plugin.so
7fed6fdd8000-7fed6ffd7000 ---p 00003000 08:06 1446024                    /usr/lib64/vlc/plugins/video_chroma/libi422_yuy2_mmx_plugin.so
7fed6ffd7000-7fed6ffd8000 r--p 00002000 08:06 1446024                    /usr/lib64/vlc/plugins/video_chroma/libi422_yuy2_mmx_plugin.so
7fed6ffd8000-7fed6ffd9000 rw-p 00003000 08:06 1446024                    /usr/lib64/vlc/plugins/video_chroma/libi422_yuy2_mmx_plugin.so
7fed6ffd9000-7fed6ffde000 r-xp 00000000 08:06 1446025                    /usr/lib64/vlc/plugins/video_chroma/libi422_yuy2_sse2_plugin.so
7fed6ffde000-7fed701dd000 ---p 00005000 08:06 1446025                    /usr/lib64/vlc/plugins/video_chroma/libi422_yuy2_sse2_plugin.so
7fed701dd000-7fed701de000 r--p 00004000 08:06 1446025                    /usr/lib64/vlc/plugins/video_chroma/libi422_yuy2_sse2_plugin.so
7fed701de000-7fed701df000 rw-p 00005000 08:06 1446025                    /usr/lib64/vlc/plugins/video_chroma/libi422_yuy2_sse2_plugin.so
7fed701df000-7fed701fa000 r-xp 00000000 08:06 1446019                    /usr/lib64/vlc/plugins/video_chroma/libi420_rgb_sse2_plugin.so
7fed701fa000-7fed703f9000 ---p 0001b000 08:06 1446019                    /usr/lib64/vlc/plugins/video_chroma/libi420_rgb_sse2_plugin.so
7fed703f9000-7fed703fa000 r--p 0001a000 08:06 1446019                    /usr/lib64/vlc/plugins/video_chroma/libi420_rgb_sse2_plugin.so
7fed703fa000-7fed703fb000 rw-p 0001b000 08:06 1446019                    /usr/lib64/vlc/plugins/video_chroma/libi420_rgb_sse2_plugin.so
7fed703fb000-7fed70400000 r-xp 00000000 08:06 1446027                    /usr/lib64/vlc/plugins/video_chroma/libswscale_plugin.so
7fed70400000-7fed705ff000 ---p 00005000 08:06 1446027                    /usr/lib64/vlc/plugins/video_chroma/libswscale_plugin.so
7fed705ff000-7fed70600000 r--p 00004000 08:06 1446027                    /usr/lib64/vlc/plugins/video_chroma/libswscale_plugin.so
7fed70600000-7fed70601000 rw-p 00005000 08:06 1446027                    /usr/lib64/vlc/plugins/video_chroma/libswscale_plugin.so
7fed70601000-7fed70605000 r-xp 00000000 08:06 1448701                    /usr/lib64/vlc/plugins/video_chroma/libi420_yuy2_mmx_plugin.so
7fed70605000-7fed70804000 ---p 00004000 08:06 1448701                    /usr/lib64/vlc/plugins/video_chroma/libi420_yuy2_mmx_plugin.so
7fed70804000-7fed70805000 r--p 00003000 08:06 1448701                    /usr/lib64/vlc/plugins/video_chroma/libi420_yuy2_mmx_plugin.so
7fed70805000-7fed70806000 rw-p 00004000 08:06 1448701                    /usr/lib64/vlc/plugins/video_chroma/libi420_yuy2_mmx_plugin.so
7fed70806000-7fed7080d000 r-xp 00000000 08:06 1446021                    /usr/lib64/vlc/plugins/video_chroma/libi420_yuy2_sse2_plugin.so
7fed7080d000-7fed70a0c000 ---p 00007000 08:06 1446021                    /usr/lib64/vlc/plugins/video_chroma/libi420_yuy2_sse2_plugin.so
7fed70a0c000-7fed70a0d000 r--p 00006000 08:06 1446021                    /usr/lib64/vlc/plugins/video_chroma/libi420_yuy2_sse2_plugin.so
7fed70a0d000-7fed70a0e000 rw-p 00007000 08:06 1446021                    /usr/lib64/vlc/plugins/video_chroma/libi420_yuy2_sse2_plugin.so
7fed70a0e000-7fed70ac4000 r--p 00000000 08:06 32180                      /usr/share/fonts/dejavu/DejaVuSans.ttf
7fed70ac4000-7fed70ad3000 r-xp 00000000 08:06 1443861                    /usr/lib64/vlc/plugins/text_renderer/libfreetype_plugin.so
7fed70ad3000-7fed70cd3000 ---p 0000f000 08:06 1443861                    /usr/lib64/vlc/plugins/text_renderer/libfreetype_plugin.so
7fed70cd3000-7fed70cd4000 r--p 0000f000 08:06 1443861                    /usr/lib64/vlc/plugins/text_renderer/libfreetype_plugin.so
7fed70cd4000-7fed70cd5000 rw-p 00010000 08:06 1443861                    /usr/lib64/vlc/plugins/text_renderer/libfreetype_plugin.so
7fed70cd5000-7fed70cd9000 r-xp 00000000 08:06 1448636                    /usr/lib64/vlc/libvlc_vdpau.so.0.0.0
7fed70cd9000-7fed70ed8000 ---p 00004000 08:06 1448636                    /usr/lib64/vlc/libvlc_vdpau.so.0.0.0
7fed70ed8000-7fed70ed9000 r--p 00003000 08:06 1448636                    /usr/lib64/vlc/libvlc_vdpau.so.0.0.0
7fed70ed9000-7fed70eda000 rw-p 00004000 08:06 1448636                    /usr/lib64/vlc/libvlc_vdpau.so.0.0.0
7fed70eda000-7fed70edd000 r-xp 00000000 08:06 1969903                    /usr/lib64/vlc/plugins/vdpau/libvdpau_avcodec_plugin.so
7fed70edd000-7fed710dc000 ---p 00003000 08:06 1969903                    /usr/lib64/vlc/plugins/vdpau/libvdpau_avcodec_plugin.so
7fed710dc000-7fed710dd000 r--p 00002000 08:06 1969903                    /usr/lib64/vlc/plugins/vdpau/libvdpau_avcodec_plugin.so
7fed710dd000-7fed710de000 rw-p 00003000 08:06 1969903                    /usr/lib64/vlc/plugins/vdpau/libvdpau_avcodec_plugin.so
7fed710de000-7fed71107000 r-xp 00000000 08:06 1443613                    /usr/lib64/vlc/plugins/lua/liblua_plugin.so
7fed71107000-7fed71307000 ---p 00029000 08:06 1443613                    /usr/lib64/vlc/plugins/lua/liblua_plugin.so
7fed71307000-7fed71309000 r--p 00029000 08:06 1443613                    /usr/lib64/vlc/plugins/lua/liblua_plugin.so
7fed71309000-7fed7130a000 rw-p 0002b000 08:06 1443613                    /usr/lib64/vlc/plugins/lua/liblua_plugin.so
7fed7130a000-7fed713f2000 r-xp 00000000 08:06 139013                     /usr/lib64/libtag.so.1.14.0
7fed713f2000-7fed715f2000 ---p 000e8000 08:06 139013                     /usr/lib64/libtag.so.1.14.0
7fed715f2000-7fed715f7000 r--p 000e8000 08:06 139013                     /usr/lib64/libtag.so.1.14.0
7fed715f7000-7fed715fa000 rw-p 000ed000 08:06 139013                     /usr/lib64/libtag.so.1.14.0
7fed715fa000-7fed715fb000 rw-p 00000000 00:00 0 
7fed715fb000-7fed71612000 r-xp 00000000 08:06 1443618                    /usr/lib64/vlc/plugins/meta_engine/libtaglib_plugin.so
7fed71612000-7fed71811000 ---p 00017000 08:06 1443618                    /usr/lib64/vlc/plugins/meta_engine/libtaglib_plugin.so
7fed71811000-7fed71812000 r--p 00016000 08:06 1443618                    /usr/lib64/vlc/plugins/meta_engine/libtaglib_plugin.so
7fed71812000-7fed71813000 rw-p 00017000 08:06 1443618                    /usr/lib64/vlc/plugins/meta_engine/libtaglib_plugin.so
7fed71813000-7fed71814000 ---p 00000000 00:00 0 
7fed71814000-7fed72014000 rw-p 00000000 00:00 0                          [stack:14280]
7fed72014000-7fed72015000 ---p 00000000 00:00 0 
7fed72015000-7fed72815000 rw-p 00000000 00:00 0                          [stack:14279]
7fed72815000-7fed72818000 ---p 00000000 00:00 0 
7fed72818000-7fed73016000 rw-p 00000000 00:00 0                          [stack:14278]
7fed73016000-7fed7310e000 r-xp 00000000 08:06 163202                     /usr/lib64/libx264.so.142
7fed7310e000-7fed7330e000 ---p 000f8000 08:06 163202                     /usr/lib64/libx264.so.142
7fed7330e000-7fed7330f000 r--p 000f8000 08:06 163202                     /usr/lib64/libx264.so.142
7fed7330f000-7fed73310000 rw-p 000f9000 08:06 163202                     /usr/lib64/libx264.so.142
7fed73310000-7fed7338b000 rw-p 00000000 00:00 0 
7fed7338b000-7fed733a0000 r-xp 00000000 08:06 162789                     /usr/lib64/libva.so.1.3600.0
7fed733a0000-7fed7359f000 ---p 00015000 08:06 162789                     /usr/lib64/libva.so.1.3600.0
7fed7359f000-7fed735a0000 r--p 00014000 08:06 162789                     /usr/lib64/libva.so.1.3600.0
7fed735a0000-7fed735a1000 rw-p 00015000 08:06 162789                     /usr/lib64/libva.so.1.3600.0
7fed735a1000-7fed735b3000 r-xp 00000000 08:06 1443285                    /usr/lib64/vlc/plugins/codec/libavcodec_plugin.so
7fed735b3000-7fed737b2000 ---p 00012000 08:06 1443285                    /usr/lib64/vlc/plugins/codec/libavcodec_plugin.so
7fed737b2000-7fed737b3000 r--p 00011000 08:06 1443285                    /usr/lib64/vlc/plugins/codec/libavcodec_plugin.so
7fed737b3000-7fed737b4000 rw-p 00012000 08:06 1443285                    /usr/lib64/vlc/plugins/codec/libavcodec_plugin.so
7fed737b4000-7fed737b7000 r-xp 00000000 08:06 1443408                    /usr/lib64/vlc/plugins/codec/libspudec_plugin.so
7fed737b7000-7fed739b6000 ---p 00003000 08:06 1443408                    /usr/lib64/vlc/plugins/codec/libspudec_plugin.so
7fed739b6000-7fed739b7000 r--p 00002000 08:06 1443408                    /usr/lib64/vlc/plugins/codec/libspudec_plugin.so
7fed739b7000-7fed739b8000 rw-p 00003000 08:06 1443408                    /usr/lib64/vlc/plugins/codec/libspudec_plugin.so
7fed739b8000-7fed739c9000 r-xp 00000000 08:06 1443365                    /usr/lib64/vlc/plugins/codec/libomxil_plugin.so
7fed739c9000-7fed73bc8000 ---p 00011000 08:06 1443365                    /usr/lib64/vlc/plugins/codec/libomxil_plugin.so
7fed73bc8000-7fed73bc9000 r--p 00010000 08:06 1443365                    /usr/lib64/vlc/plugins/codec/libomxil_plugin.so
7fed73bc9000-7fed73bca000 rw-p 00011000 08:06 1443365                    /usr/lib64/vlc/plugins/codec/libomxil_plugin.so
7fed73bca000-7fed73be6000 r-xp 00000000 08:06 1443316                    /usr/lib64/vlc/plugins/codec/libdvbsub_plugin.so
7fed73be6000-7fed73de5000 ---p 0001c000 08:06 1443316                    /usr/lib64/vlc/plugins/codec/libdvbsub_plugin.so
7fed73de5000-7fed73de6000 r--p 0001b000 08:06 1443316                    /usr/lib64/vlc/plugins/codec/libdvbsub_plugin.so
7fed73de6000-7fed73de7000 rw-p 0001c000 08:06 1443316                    /usr/lib64/vlc/plugins/codec/libdvbsub_plugin.so
7fed73de7000-7fed73dea000 r-xp 00000000 08:06 1443421                    /usr/lib64/vlc/plugins/codec/libsubstx3g_plugin.so
7fed73dea000-7fed73fe9000 ---p 00003000 08:06 1443421                    /usr/lib64/vlc/plugins/codec/libsubstx3g_plugin.so
7fed73fe9000-7fed73fea000 r--p 00002000 08:06 1443421                    /usr/lib64/vlc/plugins/codec/libsubstx3g_plugin.so
7fed73fea000-7fed73feb000 rw-p 00003000 08:06 1443421                    /usr/lib64/vlc/plugins/codec/libsubstx3g_plugin.so
7fed73feb000-7fed7402b000 r-xp 00000000 08:06 136921                     /usr/lib64/libfaad.so.2.0.0
7fed7402b000-7fed7422a000 ---p 00040000 08:06 136921                     /usr/lib64/libfaad.so.2.0.0
7fed7422a000-7fed7422b000 r--p 0003f000 08:06 136921                     /usr/lib64/libfaad.so.2.0.0
7fed7422b000-7fed7422e000 rw-p 00040000 08:06 136921                     /usr/lib64/libfaad.so.2.0.0
7fed7422e000-7fed74231000 r-xp 00000000 08:06 1443323                    /usr/lib64/vlc/plugins/codec/libfaad_plugin.so
7fed74231000-7fed74430000 ---p 00003000 08:06 1443323                    /usr/lib64/vlc/plugins/codec/libfaad_plugin.so
7fed74430000-7fed74431000 r--p 00002000 08:06 1443323                    /usr/lib64/vlc/plugins/codec/libfaad_plugin.so
7fed74431000-7fed74432000 rw-p 00003000 08:06 1443323                    /usr/lib64/vlc/plugins/codec/libfaad_plugin.so
7fed74432000-7fed7443a000 r-xp 00000000 08:06 1443278                    /usr/lib64/vlc/plugins/codec/libaraw_plugin.so
7fed7443a000-7fed74639000 ---p 00008000 08:06 1443278                    /usr/lib64/vlc/plugins/codec/libaraw_plugin.so
7fed74639000-7fed7463a000 r--p 00007000 08:06 1443278                    /usr/lib64/vlc/plugins/codec/libaraw_plugin.so
7fed7463a000-7fed7463b000 rw-p 00008000 08:06 1443278                    /usr/lib64/vlc/plugins/codec/libaraw_plugin.so
7fed7463b000-7fed74640000 r-xp 00000000 08:06 1443437                    /usr/lib64/vlc/plugins/codec/libtheora_plugin.so
7fed74640000-7fed7483f000 ---p 00005000 08:06 1443437                    /usr/lib64/vlc/plugins/codec/libtheora_plugin.so
7fed7483f000-7fed74840000 r--p 00004000 08:06 1443437                    /usr/lib64/vlc/plugins/codec/libtheora_plugin.so
7fed74840000-7fed74841000 rw-p 00005000 08:06 1443437                    /usr/lib64/vlc/plugins/codec/libtheora_plugin.so
7fed74841000-7fed74859000 r-xp 00000000 08:06 152210                     /usr/lib64/libfribidi.so.0.3.5
7fed74859000-7fed74a58000 ---p 00018000 08:06 152210                     /usr/lib64/libfribidi.so.0.3.5
7fed74a58000-7fed74a59000 r--p 00017000 08:06 152210                     /usr/lib64/libfribidi.so.0.3.5
7fed74a59000-7fed74a5a000 rw-p 00018000 08:06 152210                     /usr/lib64/libfribidi.so.0.3.5
7fed74a5a000-7fed74a5e000 r-xp 00000000 08:06 1443345                    /usr/lib64/vlc/plugins/codec/liblibass_plugin.so
7fed74a5e000-7fed74c5d000 ---p 00004000 08:06 1443345                    /usr/lib64/vlc/plugins/codec/liblibass_plugin.so
7fed74c5d000-7fed74c5e000 r--p 00003000 08:06 1443345                    /usr/lib64/vlc/plugins/codec/liblibass_plugin.so
7fed74c5e000-7fed74c5f000 rw-p 00004000 08:06 1443345                    /usr/lib64/vlc/plugins/codec/liblibass_plugin.so
7fed74c5f000-7fed74c62000 r-xp 00000000 08:06 1443328                    /usr/lib64/vlc/plugins/codec/libflac_plugin.so
7fed74c62000-7fed74e61000 ---p 00003000 08:06 1443328                    /usr/lib64/vlc/plugins/codec/libflac_plugin.so
7fed74e61000-7fed74e62000 r--p 00002000 08:06 1443328                    /usr/lib64/vlc/plugins/codec/libflac_plugin.so
7fed74e62000-7fed74e63000 rw-p 00003000 08:06 1443328                    /usr/lib64/vlc/plugins/codec/libflac_plugin.so
7fed74e63000-7fed74e68000 r-xp 00000000 08:06 1443333                    /usr/lib64/vlc/plugins/codec/libg711_plugin.so
7fed74e68000-7fed75067000 ---p 00005000 08:06 1443333                    /usr/lib64/vlc/plugins/codec/libg711_plugin.so
7fed75067000-7fed75068000 r--p 00004000 08:06 1443333                    /usr/lib64/vlc/plugins/codec/libg711_plugin.so
7fed75068000-7fed75069000 rw-p 00005000 08:06 1443333                    /usr/lib64/vlc/plugins/codec/libg711_plugin.so
7fed75069000-7fed7506c000 r-xp 00000000 08:06 1443261                    /usr/lib64/vlc/plugins/codec/liba52_plugin.so
7fed7506c000-7fed7526b000 ---p 00003000 08:06 1443261                    /usr/lib64/vlc/plugins/codec/liba52_plugin.so
7fed7526b000-7fed7526c000 r--p 00002000 08:06 1443261                    /usr/lib64/vlc/plugins/codec/liba52_plugin.so
7fed7526c000-7fed7526d000 rw-p 00003000 08:06 1443261                    /usr/lib64/vlc/plugins/codec/liba52_plugin.so
7fed7526d000-7fed75272000 r-xp 00000000 08:06 1448668                    /usr/lib64/vlc/plugins/codec/libopus_plugin.so
7fed75272000-7fed75471000 ---p 00005000 08:06 1448668                    /usr/lib64/vlc/plugins/codec/libopus_plugin.so
7fed75471000-7fed75472000 r--p 00004000 08:06 1448668                    /usr/lib64/vlc/plugins/codec/libopus_plugin.so
7fed75472000-7fed75473000 rw-p 00005000 08:06 1448668                    /usr/lib64/vlc/plugins/codec/libopus_plugin.so
7fed75473000-7fed75476000 r-xp 00000000 08:06 1443311                    /usr/lib64/vlc/plugins/codec/libdts_plugin.so
7fed75476000-7fed75675000 ---p 00003000 08:06 1443311                    /usr/lib64/vlc/plugins/codec/libdts_plugin.so
7fed75675000-7fed75676000 r--p 00002000 08:06 1443311                    /usr/lib64/vlc/plugins/codec/libdts_plugin.so
7fed75676000-7fed75677000 rw-p 00003000 08:06 1443311                    /usr/lib64/vlc/plugins/codec/libdts_plugin.so
7fed75677000-7fed7567b000 r-xp 00000000 08:06 1443356                    /usr/lib64/vlc/plugins/codec/liblpcm_plugin.so
7fed7567b000-7fed7587a000 ---p 00004000 08:06 1443356                    /usr/lib64/vlc/plugins/codec/liblpcm_plugin.so
7fed7587a000-7fed7587b000 r--p 00003000 08:06 1443356                    /usr/lib64/vlc/plugins/codec/liblpcm_plugin.so
7fed7587b000-7fed7587c000 rw-p 00004000 08:06 1443356                    /usr/lib64/vlc/plugins/codec/liblpcm_plugin.so
7fed7587c000-7fed75894000 r-xp 00000000 08:06 154096                     /usr/lib64/libspeex.so.1.5.0
7fed75894000-7fed75a93000 ---p 00018000 08:06 154096                     /usr/lib64/libspeex.so.1.5.0
7fed75a93000-7fed75a94000 r--p 00017000 08:06 154096                     /usr/lib64/libspeex.so.1.5.0
7fed75a94000-7fed75a95000 rw-p 00018000 08:06 154096                     /usr/lib64/libspeex.so.1.5.0
7fed75a95000-7fed75a9a000 r-xp 00000000 08:06 1443401                    /usr/lib64/vlc/plugins/codec/libspeex_plugin.so
7fed75a9a000-7fed75c99000 ---p 00005000 08:06 1443401                    /usr/lib64/vlc/plugins/codec/libspeex_plugin.so
7fed75c99000-7fed75c9a000 r--p 00004000 08:06 1443401                    /usr/lib64/vlc/plugins/codec/libspeex_plugin.so
7fed75c9a000-7fed75c9b000 rw-p 00005000 08:06 1443401                    /usr/lib64/vlc/plugins/codec/libspeex_plugin.so
7fed75c9b000-7fed75c9d000 r-xp 00000000 08:06 1443271                    /usr/lib64/vlc/plugins/codec/libaes3_plugin.so
7fed75c9d000-7fed75e9c000 ---p 00002000 08:06 1443271                    /usr/lib64/vlc/plugins/codec/libaes3_plugin.so
7fed75e9c000-7fed75e9d000 r--p 00001000 08:06 1443271                    /usr/lib64/vlc/plugins/codec/libaes3_plugin.so
7fed75e9d000-7fed75e9e000 rw-p 00002000 08:06 1443271                    /usr/lib64/vlc/plugins/codec/libaes3_plugin.so
7fed75e9e000-7fed77895000 r-xp 00000000 08:06 268721                     /usr/lib64/nvidia/libnvidia-glcore.so.346.35
7fed77895000-7fed778b5000 rwxp 019f7000 08:06 268721                     /usr/lib64/nvidia/libnvidia-glcore.so.346.35
7fed778b5000-7fed77d4c000 r-xp 01a17000 08:06 268721                     /usr/lib64/nvidia/libnvidia-glcore.so.346.35
7fed77d4c000-7fed77f4c000 ---p 01eae000 08:06 268721                     /usr/lib64/nvidia/libnvidia-glcore.so.346.35
7fed77f4c000-7fed78b58000 rw-p 01eae000 08:06 268721                     /usr/lib64/nvidia/libnvidia-glcore.so.346.35
7fed78b58000-7fed78b76000 rw-p 00000000 00:00 0 
7fed78b76000-7fed78b79000 r-xp 00000000 08:06 1967782                    /usr/lib64/nvidia/tls/libnvidia-tls.so.346.35
7fed78b79000-7fed78d78000 ---p 00003000 08:06 1967782                    /usr/lib64/nvidia/tls/libnvidia-tls.so.346.35
7fed78d78000-7fed78d79000 rw-p 00002000 08:06 1967782                    /usr/lib64/nvidia/tls/libnvidia-tls.so.346.35
7fed78d79000-7fed78de8000 r-xp 00000000 08:06 269129                     /usr/lib64/nvidia/libnvidia-glsi.so.346.35
7fed78de8000-7fed78fe8000 ---p 0006f000 08:06 269129                     /usr/lib64/nvidia/libnvidia-glsi.so.346.35
7fed78fe8000-7fed78ff1000 rw-p 0006f000 08:06 269129                     /usr/lib64/nvidia/libnvidia-glsi.so.346.35
7fed78ff1000-7fed79003000 rw-p 00000000 00:00 0 
7fed79003000-7fed790cf000 r-xp 00000000 08:06 266710                     /usr/lib64/nvidia/libGL.so.346.35
7fed790cf000-7fed79101000 rwxp 000cc000 08:06 266710                     /usr/lib64/nvidia/libGL.so.346.35
7fed79101000-7fed7911e000 r-xp 000fe000 08:06 266710                     /usr/lib64/nvidia/libGL.so.346.35
7fed7911e000-7fed7931e000 ---p 0011b000 08:06 266710                     /usr/lib64/nvidia/libGL.so.346.35
7fed7931e000-7fed79345000 rw-p 0011b000 08:06 266710                     /usr/lib64/nvidia/libGL.so.346.35
7fed79345000-7fed7935b000 rw-p 00000000 00:00 0 
7fed7935b000-7fed7941c000 r-xp 00000000 08:06 266704                     /usr/lib64/nvidia/libEGL.so.346.35
7fed7941c000-7fed7961b000 ---p 000c1000 08:06 266704                     /usr/lib64/nvidia/libEGL.so.346.35
7fed7961b000-7fed79644000 rw-p 000c0000 08:06 266704                     /usr/lib64/nvidia/libEGL.so.346.35
7fed79644000-7fed7965c000 rw-p 00000000 00:00 0 
7fed7965c000-7fed79668000 r-xp 00000000 08:06 197077                     /usr/lib64/libpangocairo-1.0.so.0.3600.8
7fed79668000-7fed79867000 ---p 0000c000 08:06 197077                     /usr/lib64/libpangocairo-1.0.so.0.3600.8
7fed79867000-7fed79868000 r--p 0000b000 08:06 197077                     /usr/lib64/libpangocairo-1.0.so.0.3600.8
7fed79868000-7fed79869000 rw-p 0000c000 08:06 197077                     /usr/lib64/libpangocairo-1.0.so.0.3600.8
7fed79869000-7fed79970000 r-xp 00000000 08:06 196195                     /usr/lib64/libcairo.so.2.11301.0
7fed79970000-7fed79b70000 ---p 00107000 08:06 196195                     /usr/lib64/libcairo.so.2.11301.0
7fed79b70000-7fed79b73000 r--p 00107000 08:06 196195                     /usr/lib64/libcairo.so.2.11301.0
7fed79b73000-7fed79b75000 rw-p 0010a000 08:06 196195                     /usr/lib64/libcairo.so.2.11301.0
7fed79b75000-7fed79b76000 rw-p 00000000 00:00 0 
7fed79b76000-7fed79bab000 r-xp 00000000 08:06 179056                     /usr/lib64/librsvg-2.so.2.40.5
7fed79bab000-7fed79daa000 ---p 00035000 08:06 179056                     /usr/lib64/librsvg-2.so.2.40.5
7fed79daa000-7fed79dab000 r--p 00034000 08:06 179056                     /usr/lib64/librsvg-2.so.2.40.5
7fed79dab000-7fed79dac000 rw-p 00035000 08:06 179056                     /usr/lib64/librsvg-2.so.2.40.5
7fed79dac000-7fed79dae000 r-xp 00000000 08:06 1443429                    /usr/lib64/vlc/plugins/codec/libsvgdec_plugin.so
7fed79dae000-7fed79fad000 ---p 00002000 08:06 1443429                    /usr/lib64/vlc/plugins/codec/libsvgdec_plugin.so
7fed79fad000-7fed79fae000 r--p 00001000 08:06 1443429                    /usr/lib64/vlc/plugins/codec/libsvgdec_plugin.so
7fed79fae000-7fed79faf000 rw-p 00002000 08:06 1443429                    /usr/lib64/vlc/plugins/codec/libsvgdec_plugin.so
7fed79faf000-7fed79fb2000 r-xp 00000000 08:06 1443359                    /usr/lib64/vlc/plugins/codec/libmpeg_audio_plugin.so
7fed79fb2000-7fed7a1b1000 ---p 00003000 08:06 1443359                    /usr/lib64/vlc/plugins/codec/libmpeg_audio_plugin.so
7fed7a1b1000-7fed7a1b2000 r--p 00002000 08:06 1443359                    /usr/lib64/vlc/plugins/codec/libmpeg_audio_plugin.so
7fed7a1b2000-7fed7a1b3000 rw-p 00003000 08:06 1443359                    /usr/lib64/vlc/plugins/codec/libmpeg_audio_plugin.so
7fed7a1b3000-7fed7a1b9000 r-xp 00000000 08:06 1448674                    /usr/lib64/vlc/plugins/codec/libvorbis_plugin.so
7fed7a1b9000-7fed7a3b8000 ---p 00006000 08:06 1448674                    /usr/lib64/vlc/plugins/codec/libvorbis_plugin.so
7fed7a3b8000-7fed7a3b9000 r--p 00005000 08:06 1448674                    /usr/lib64/vlc/plugins/codec/libvorbis_plugin.so
7fed7a3b9000-7fed7a3ba000 rw-p 00006000 08:06 1448674                    /usr/lib64/vlc/plugins/codec/libvorbis_plugin.so
7fed7a3ba000-7fed7a3c3000 r-xp 00000000 08:06 1443385                    /usr/lib64/vlc/plugins/codec/libschroedinger_plugin.so
7fed7a3c3000-7fed7a5c2000 ---p 00009000 08:06 1443385                    /usr/lib64/vlc/plugins/codec/libschroedinger_plugin.so
7fed7a5c2000-7fed7a5c3000 r--p 00008000 08:06 1443385                    /usr/lib64/vlc/plugins/codec/libschroedinger_plugin.so
7fed7a5c3000-7fed7a5c4000 rw-p 00009000 08:06 1443385                    /usr/lib64/vlc/plugins/codec/libschroedinger_plugin.so
7fed7a5c4000-7fed7a5c7000 r-xp 00000000 08:06 1443298                    /usr/lib64/vlc/plugins/codec/libcdg_plugin.so
7fed7a5c7000-7fed7a7c6000 ---p 00003000 08:06 1443298                    /usr/lib64/vlc/plugins/codec/libcdg_plugin.so
7fed7a7c6000-7fed7a7c7000 r--p 00002000 08:06 1443298                    /usr/lib64/vlc/plugins/codec/libcdg_plugin.so
7fed7a7c7000-7fed7a7c8000 rw-p 00003000 08:06 1443298                    /usr/lib64/vlc/plugins/codec/libcdg_plugin.so
7fed7a7c8000-7fed7a7cb000 r-xp 00000000 08:06 1443377                    /usr/lib64/vlc/plugins/codec/libpng_plugin.so
7fed7a7cb000-7fed7a9ca000 ---p 00003000 08:06 1443377                    /usr/lib64/vlc/plugins/codec/libpng_plugin.so
7fed7a9ca000-7fed7a9cb000 r--p 00002000 08:06 1443377                    /usr/lib64/vlc/plugins/codec/libpng_plugin.so
7fed7a9cb000-7fed7a9cc000 rw-p 00003000 08:06 1443377                    /usr/lib64/vlc/plugins/codec/libpng_plugin.so
7fed7a9cc000-7fed7a9f6000 r-xp 00000000 08:06 1443575                    /usr/lib64/vlc/plugins/demux/libmp4_plugin.so
7fed7a9f6000-7fed7abf6000 ---p 0002a000 08:06 1443575                    /usr/lib64/vlc/plugins/demux/libmp4_plugin.so
7fed7abf6000-7fed7abf9000 r--p 0002a000 08:06 1443575                    /usr/lib64/vlc/plugins/demux/libmp4_plugin.so
7fed7abf9000-7fed7abfa000 rw-p 0002d000 08:06 1443575                    /usr/lib64/vlc/plugins/demux/libmp4_plugin.so
7fed7abfa000-7fed7abfc000 r-xp 00000000 08:06 1443723                    /usr/lib64/vlc/plugins/stream_filter/librecord_plugin.so
7fed7abfc000-7fed7adfb000 ---p 00002000 08:06 1443723                    /usr/lib64/vlc/plugins/stream_filter/librecord_plugin.so
7fed7adfb000-7fed7adfc000 r--p 00001000 08:06 1443723                    /usr/lib64/vlc/plugins/stream_filter/librecord_plugin.so
7fed7adfc000-7fed7adfd000 rw-p 00002000 08:06 1443723                    /usr/lib64/vlc/plugins/stream_filter/librecord_plugin.so
7fed7adfd000-7fed7ae08000 r-xp 00000000 08:06 171738                     /usr/lib64/libminizip.so.1.0.0
7fed7ae08000-7fed7b007000 ---p 0000b000 08:06 171738                     /usr/lib64/libminizip.so.1.0.0
7fed7b007000-7fed7b008000 r--p 0000a000 08:06 171738                     /usr/lib64/libminizip.so.1.0.0
7fed7b008000-7fed7b009000 rw-p 0000b000 08:06 171738                     /usr/lib64/libminizip.so.1.0.0
7fed7b009000-7fed7b00e000 r-xp 00000000 08:06 1448664                    /usr/lib64/vlc/plugins/access/libzip_plugin.so
7fed7b00e000-7fed7b20d000 ---p 00005000 08:06 1448664                    /usr/lib64/vlc/plugins/access/libzip_plugin.so
7fed7b20d000-7fed7b20e000 r--p 00004000 08:06 1448664                    /usr/lib64/vlc/plugins/access/libzip_plugin.so
7fed7b20e000-7fed7b20f000 rw-p 00005000 08:06 1448664                    /usr/lib64/vlc/plugins/access/libzip_plugin.so
7fed7b20f000-7fed7b212000 r-xp 00000000 08:06 1443098                    /usr/lib64/vlc/plugins/access/librar_plugin.so
7fed7b212000-7fed7b412000 ---p 00003000 08:06 1443098                    /usr/lib64/vlc/plugins/access/librar_plugin.so
7fed7b412000-7fed7b413000 r--p 00003000 08:06 1443098                    /usr/lib64/vlc/plugins/access/librar_plugin.so
7fed7b413000-7fed7b414000 rw-p 00004000 08:06 1443098                    /usr/lib64/vlc/plugins/access/librar_plugin.so
7fed7b414000-7fed7b504000 r-xp 00000000 08:06 197066                     /usr/lib64/libstdc++.so.6.0.20
7fed7b504000-7fed7b704000 ---p 000f0000 08:06 197066                     /usr/lib64/libstdc++.so.6.0.20
7fed7b704000-7fed7b70c000 r--p 000f0000 08:06 197066                     /usr/lib64/libstdc++.so.6.0.20
7fed7b70c000-7fed7b70e000 rw-p 000f8000 08:06 197066                     /usr/lib64/libstdc++.so.6.0.20
7fed7b70e000-7fed7b723000 rw-p 00000000 00:00 0 
7fed7b723000-7fed7b754000 r-xp 00000000 08:06 1443704                    /usr/lib64/vlc/plugins/stream_filter/libdash_plugin.so
7fed7b754000-7fed7b953000 ---p 00031000 08:06 1443704                    /usr/lib64/vlc/plugins/stream_filter/libdash_plugin.so
7fed7b953000-7fed7b955000 r--p 00030000 08:06 1443704                    /usr/lib64/vlc/plugins/stream_filter/libdash_plugin.so
7fed7b955000-7fed7b956000 rw-p 00032000 08:06 1443704                    /usr/lib64/vlc/plugins/stream_filter/libdash_plugin.so
7fed7b956000-7fed7b960000 r-xp 00000000 08:06 1443720                    /usr/lib64/vlc/plugins/stream_filter/libhttplive_plugin.so
7fed7b960000-7fed7bb5f000 ---p 0000a000 08:06 1443720                    /usr/lib64/vlc/plugins/stream_filter/libhttplive_plugin.so
7fed7bb5f000-7fed7bb60000 r--p 00009000 08:06 1443720                    /usr/lib64/vlc/plugins/stream_filter/libhttplive_plugin.so
7fed7bb60000-7fed7bb61000 rw-p 0000a000 08:06 1443720                    /usr/lib64/vlc/plugins/stream_filter/libhttplive_plugin.so
7fed7bb61000-7fed7bb64000 r-xp 00000000 08:06 1443718                    /usr/lib64/vlc/plugins/stream_filter/libdecomp_plugin.so
7fed7bb64000-7fed7bd63000 ---p 00003000 08:06 1443718                    /usr/lib64/vlc/plugins/stream_filter/libdecomp_plugin.so
7fed7bd63000-7fed7bd64000 r--p 00002000 08:06 1443718                    /usr/lib64/vlc/plugins/stream_filter/libdecomp_plugin.so
7fed7bd64000-7fed7bd65000 rw-p 00003000 08:06 1443718                    /usr/lib64/vlc/plugins/stream_filter/libdecomp_plugin.so
7fed7bd65000-7fed7bd6d000 r-xp 00000000 08:06 1443725                    /usr/lib64/vlc/plugins/stream_filter/libsmooth_plugin.so
7fed7bd6d000-7fed7bf6d000 ---p 00008000 08:06 1443725                    /usr/lib64/vlc/plugins/stream_filter/libsmooth_plugin.so
7fed7bf6d000-7fed7bf6e000 r--p 00008000 08:06 1443725                    /usr/lib64/vlc/plugins/stream_filter/libsmooth_plugin.so
7fed7bf6e000-7fed7bf6f000 rw-p 00009000 08:06 1443725                    /usr/lib64/vlc/plugins/stream_filter/libsmooth_plugin.so
7fed7bf6f000-7fed7cb70000 rw-p 00000000 00:00 0 
7fed7cb70000-7fed7cb74000 r-xp 00000000 08:06 1443074                    /usr/lib64/vlc/plugins/access/libfilesystem_plugin.so
7fed7cb74000-7fed7cd73000 ---p 00004000 08:06 1443074                    /usr/lib64/vlc/plugins/access/libfilesystem_plugin.so
7fed7cd73000-7fed7cd74000 r--p 00003000 08:06 1443074                    /usr/lib64/vlc/plugins/access/libfilesystem_plugin.so
7fed7cd74000-7fed7cd75000 rw-p 00004000 08:06 1443074                    /usr/lib64/vlc/plugins/access/libfilesystem_plugin.so
7fed7cd75000-7fed7cd7a000 r-xp 00000000 08:06 1443132                    /usr/lib64/vlc/plugins/access/libvdr_plugin.so
7fed7cd7a000-7fed7cf79000 ---p 00005000 08:06 1443132                    /usr/lib64/vlc/plugins/access/libvdr_plugin.so
7fed7cf79000-7fed7cf7a000 r--p 00004000 08:06 1443132                    /usr/lib64/vlc/plugins/access/libvdr_plugin.so
7fed7cf7a000-7fed7cf7b000 rw-p 00005000 08:06 1443132                    /usr/lib64/vlc/plugins/access/libvdr_plugin.so
7fed7cf7b000-7fed7cf8e000 r-xp 00000000 08:06 137057                     /usr/lib64/libdvdnav.so.4.1.2
7fed7cf8e000-7fed7d18e000 ---p 00013000 08:06 137057                     /usr/lib64/libdvdnav.so.4.1.2
7fed7d18e000-7fed7d18f000 r--p 00013000 08:06 137057                     /usr/lib64/libdvdnav.so.4.1.2
7fed7d18f000-7fed7d190000 rw-p 00014000 08:06 137057                     /usr/lib64/libdvdnav.so.4.1.2
7fed7d190000-7fed7d19a000 r-xp 00000000 08:06 1443068                    /usr/lib64/vlc/plugins/access/libdvdnav_plugin.so
7fed7d19a000-7fed7d399000 ---p 0000a000 08:06 1443068                    /usr/lib64/vlc/plugins/access/libdvdnav_plugin.so
7fed7d399000-7fed7d39b000 r--p 00009000 08:06 1443068                    /usr/lib64/vlc/plugins/access/libdvdnav_plugin.so
7fed7d39b000-7fed7d39c000 rw-p 0000b000 08:06 1443068                    /usr/lib64/vlc/plugins/access/libdvdnav_plugin.so
7fed7d39c000-7fed7d3af000 r-xp 00000000 08:06 1442944                    /usr/lib64/vlc/plugins/access/libaccess_bd_plugin.so
7fed7d3af000-7fed7d5ae000 ---p 00013000 08:06 1442944                    /usr/lib64/vlc/plugins/access/libaccess_bd_plugin.so
7fed7d5ae000-7fed7d5af000 r--p 00012000 08:06 1442944                    /usr/lib64/vlc/plugins/access/libaccess_bd_plugin.so
7fed7d5af000-7fed7d5b0000 rw-p 00013000 08:06 1442944                    /usr/lib64/vlc/plugins/access/libaccess_bd_plugin.so
7fed7d5b0000-7fed7d5ec000 r-xp 00000000 08:06 153729                     /usr/lib64/libbluray.so.1.6.2
7fed7d5ec000-7fed7d7ec000 ---p 0003c000 08:06 153729                     /usr/lib64/libbluray.so.1.6.2
7fed7d7ec000-7fed7d7ee000 r--p 0003c000 08:06 153729                     /usr/lib64/libbluray.so.1.6.2
7fed7d7ee000-7fed7d7ef000 rw-p 0003e000 08:06 153729                     /usr/lib64/libbluray.so.1.6.2
7fed7d7ef000-7fed7d7f9000 r-xp 00000000 08:06 1448650                    /usr/lib64/vlc/plugins/access/liblibbluray_plugin.so
7fed7d7f9000-7fed7d9f8000 ---p 0000a000 08:06 1448650                    /usr/lib64/vlc/plugins/access/liblibbluray_plugin.so
7fed7d9f8000-7fed7d9fa000 r--p 00009000 08:06 1448650                    /usr/lib64/vlc/plugins/access/liblibbluray_plugin.so
7fed7d9fa000-7fed7d9fb000 rw-p 0000b000 08:06 1448650                    /usr/lib64/vlc/plugins/access/liblibbluray_plugin.so
7fed7d9fb000-7fed7da7b000 rw-p 00000000 00:00 0 
7fed7da7b000-7fed7dbfe000 ---p 00000000 00:00 0 
7fed7dbfe000-7fed7dcfc000 rw-p 00000000 00:00 0                          [stack:14281]
7fed7dcfc000-7fed7dcff000 ---p 00000000 00:00 0 
7fed7dcff000-7fed7ddfd000 rw-p 00000000 00:00 0                          [stack:14273]
7fed7ddfd000-7fed7de27000 r-xp 00000000 08:06 794024                     /usr/lib/jvm/java-1.8.0-oracle-1.8.0.25.x86_64/jre/lib/amd64/libdcpr.so
7fed7de27000-7fed7e027000 ---p 0002a000 08:06 794024                     /usr/lib/jvm/java-1.8.0-oracle-1.8.0.25.x86_64/jre/lib/amd64/libdcpr.so
7fed7e027000-7fed7e02a000 rw-p 0002a000 08:06 794024                     /usr/lib/jvm/java-1.8.0-oracle-1.8.0.25.x86_64/jre/lib/amd64/libdcpr.so
7fed7e02a000-7fed7e22a000 rw-p 00000000 00:00 0 
7fed7e22a000-7fed7e22d000 ---p 00000000 00:00 0 
7fed7e22d000-7fed7e32b000 rw-p 00000000 00:00 0                          [stack:14267]
7fed7e32b000-7fed7e394000 r-xp 00000000 08:06 794166                     /usr/lib/jvm/java-1.8.0-oracle-1.8.0.25.x86_64/jre/lib/amd64/libt2k.so
7fed7e394000-7fed7e593000 ---p 00069000 08:06 794166                     /usr/lib/jvm/java-1.8.0-oracle-1.8.0.25.x86_64/jre/lib/amd64/libt2k.so
7fed7e593000-7fed7e59a000 rw-p 00068000 08:06 794166                     /usr/lib/jvm/java-1.8.0-oracle-1.8.0.25.x86_64/jre/lib/amd64/libt2k.so
7fed7e59a000-7fed7e7aa000 rw-p 00000000 00:00 0 
7fed7e7aa000-7fed7e7ad000 ---p 00000000 00:00 0 
7fed7e7ad000-7fed7e8ab000 rw-p 00000000 00:00 0                          [stack:14276]
7fed7e8ab000-7fed828ac000 rw-s 00000000 00:11 419859                     /dev/shm/pulse-shm-1596083079
7fed828ac000-7fed828ad000 ---p 00000000 00:00 0 
7fed828ad000-7fed830ad000 rw-p 00000000 00:00 0                          [stack:14263]
7fed830ad000-7fed830c2000 r-xp 00000000 08:06 137068                     /usr/lib64/libz.so.1.2.8
7fed830c2000-7fed832c1000 ---p 00015000 08:06 137068                     /usr/lib64/libz.so.1.2.8
7fed832c1000-7fed832c2000 r--p 00014000 08:06 137068                     /usr/lib64/libz.so.1.2.8
7fed832c2000-7fed832c3000 rw-p 00015000 08:06 137068                     /usr/lib64/libz.so.1.2.8
7fed832c3000-7fed832e7000 r-xp 00000000 08:06 154340                     /usr/lib64/liblzma.so.5.0.99
7fed832e7000-7fed834e6000 ---p 00024000 08:06 154340                     /usr/lib64/liblzma.so.5.0.99
7fed834e6000-7fed834e7000 r--p 00023000 08:06 154340                     /usr/lib64/liblzma.so.5.0.99
7fed834e7000-7fed834e8000 rw-p 00024000 08:06 154340                     /usr/lib64/liblzma.so.5.0.99
7fed834e8000-7fed834ee000 r-xp 00000000 08:06 1444336                    /usr/lib64/vlc/plugins/audio_output/libpulse_plugin.so
7fed834ee000-7fed836ee000 ---p 00006000 08:06 1444336                    /usr/lib64/vlc/plugins/audio_output/libpulse_plugin.so
7fed836ee000-7fed836ef000 r--p 00006000 08:06 1444336                    /usr/lib64/vlc/plugins/audio_output/libpulse_plugin.so
7fed836ef000-7fed836f0000 rw-p 00007000 08:06 1444336                    /usr/lib64/vlc/plugins/audio_output/libpulse_plugin.so
7fed836f0000-7fed836f5000 r-xp 00000000 08:06 1443251                    /usr/lib64/vlc/plugins/audio_output/libalsa_plugin.so
7fed836f5000-7fed838f4000 ---p 00005000 08:06 1443251                    /usr/lib64/vlc/plugins/audio_output/libalsa_plugin.so
7fed838f4000-7fed838f5000 r--p 00004000 08:06 1443251                    /usr/lib64/vlc/plugins/audio_output/libalsa_plugin.so
7fed838f5000-7fed838f6000 rw-p 00005000 08:06 1443251                    /usr/lib64/vlc/plugins/audio_output/libalsa_plugin.so
7fed838f6000-7fed838fd000 r-xp 00000000 08:06 1441823                    /usr/lib64/vlc/plugins/video_output/libxcb_xv_plugin.so
7fed838fd000-7fed83afc000 ---p 00007000 08:06 1441823                    /usr/lib64/vlc/plugins/video_output/libxcb_xv_plugin.so
7fed83afc000-7fed83afd000 r--p 00006000 08:06 1441823                    /usr/lib64/vlc/plugins/video_output/libxcb_xv_plugin.so
7fed83afd000-7fed83afe000 rw-p 00007000 08:06 1441823                    /usr/lib64/vlc/plugins/video_output/libxcb_xv_plugin.so
7fed83afe000-7fed83aff000 r-xp 00000000 08:06 794454                     /usr/lib/jvm/java-1.8.0-oracle-1.8.0.25.x86_64/jre/lib/amd64/libjawt.so
7fed83aff000-7fed83cfe000 ---p 00001000 08:06 794454                     /usr/lib/jvm/java-1.8.0-oracle-1.8.0.25.x86_64/jre/lib/amd64/libjawt.so
7fed83cfe000-7fed83cff000 rw-p 00000000 08:06 794454                     /usr/lib/jvm/java-1.8.0-oracle-1.8.0.25.x86_64/jre/lib/amd64/libjawt.so
7fed83cff000-7fed83eff000 rw-p 00000000 00:00 0 
7fed83eff000-7fed83f02000 ---p 00000000 00:00 0 
7fed83f02000-7fed84000000 rw-p 00000000 00:00 0                          [stack:14277]
7fed84000000-7fed84021000 rw-p 00000000 00:00 0 
7fed84021000-7fed88000000 ---p 00000000 00:00 0 
7fed88000000-7fed8827f000 rw-p 00000000 00:00 0 
7fed8827f000-7fed8c000000 ---p 00000000 00:00 0 
7fed8c000000-7fed8c021000 rw-p 00000000 00:00 0 
7fed8c021000-7fed90000000 ---p 00000000 00:00 0 
7fed90000000-7fed90022000 rw-p 00000000 00:00 0 
7fed90022000-7fed94000000 ---p 00000000 00:00 0 
7fed94000000-7fed943db000 rw-p 00000000 00:00 0 
7fed943db000-7fed98000000 ---p 00000000 00:00 0 
7fed98000000-7fed9804f000 rw-p 00000000 00:00 0 
7fed9804f000-7fed9c000000 ---p 00000000 00:00 0 
7fed9c000000-7fed9d3cc000 rw-p 00000000 00:00 0 
7fed9d3cc000-7feda0000000 ---p 00000000 00:00 0 
7feda0000000-7feda1268000 rw-p 00000000 00:00 0 
7feda1268000-7feda4000000 ---p 00000000 00:00 0 
7feda4000000-7feda409d000 rw-p 00000000 00:00 0 
7feda409d000-7feda8000000 ---p 00000000 00:00 0 
7feda8000000-7feda8001000 rw-s eff6f000 00:05 20242                      /dev/nvidia0
7feda8001000-7feda8002000 rw-s 2d9aba000 00:05 20239                     /dev/nvidiactl
7feda8002000-7feda8004000 rw-s e8220000 00:05 20242                      /dev/nvidia0
7feda8004000-7feda8006000 r--s 00000000 08:06 31069                      /var/cache/fontconfig/87f5e051180a7a75f16eb6fe7dbd3749-le64.cache-4
7feda8006000-7feda8011000 r--s 00000000 08:06 31061                      /var/cache/fontconfig/b79f3aaa7d385a141ab53ec885cc22a8-le64.cache-4
7feda8011000-7feda8012000 r--s 00000000 08:06 31261                      /var/cache/fontconfig/60542f0bb9f94eae9d378d7cecc69283-le64.cache-4
7feda8012000-7feda8014000 r--s 00000000 08:06 31236                      /var/cache/fontconfig/01cde5f9976aee51dfe5064473b1a750-le64.cache-4
7feda8014000-7feda8017000 r--s 00000000 08:06 31235                      /var/cache/fontconfig/0b1bcc92b4d25cc154d77dafe3bceaa0-le64.cache-4
7feda8017000-7feda801a000 r--s 00000000 08:06 31234                      /var/cache/fontconfig/2e1514a9fdd499050989183bb65136db-le64.cache-4
7feda801a000-7feda801c000 r--s 00000000 08:06 31233                      /var/cache/fontconfig/3f821257dd33660ba7bbb45c32deb84c-le64.cache-4
7feda801c000-7feda801d000 r--s 00000000 08:06 31232                      /var/cache/fontconfig/4e602040080c966cb821813a3e584564-le64.cache-4
7feda801d000-7feda8020000 r--s 00000000 08:06 31231                      /var/cache/fontconfig/830f035fa84a65ce80e050178dbb630d-le64.cache-4
7feda8020000-7feda8021000 r--s 00000000 08:06 31230                      /var/cache/fontconfig/81a173283b451552b599cfaafd6236bd-le64.cache-4
7feda8021000-7feda8022000 r--s 00000000 08:06 31229                      /var/cache/fontconfig/ac68f755438cc3dc5a526084839fc7ca-le64.cache-4
7feda8022000-7feda8023000 r--s 00000000 08:06 31227                      /var/cache/fontconfig/f951a6bc01c50d58ac4af16a0108457e-le64.cache-4
7feda8023000-7feda8024000 r--s 00000000 08:06 31226                      /var/cache/fontconfig/8cab66d8f642305e525ba3e322d0979c-le64.cache-4
7feda8024000-7feda8025000 r--s 00000000 08:06 31225                      /var/cache/fontconfig/12513961c6e7090f8648812f9eaf65d6-le64.cache-4
7feda8025000-7feda8028000 r--s 00000000 08:06 31224                      /var/cache/fontconfig/e26bf336397aae6fcef4d3803472adec-le64.cache-4
7feda8028000-7feda8029000 r--s 00000000 08:06 31223                      /var/cache/fontconfig/f132fa2327207a6ac3298c0518879731-le64.cache-4
7feda8029000-7feda802a000 r--s 00000000 08:06 31222                      /var/cache/fontconfig/17e60ccdf2eb53b214a9a5d6663eb217-le64.cache-4
7feda802a000-7feda802b000 r--s 00000000 08:06 31203                      /var/cache/fontconfig/6fcb01a03a016cc71057b587cdea6709-le64.cache-4
7feda802b000-7feda802f000 r--s 00000000 08:06 31195                      /var/cache/fontconfig/8aa05f52519ebacbdf5713e01a6153b0-le64.cache-4
7feda802f000-7feda8038000 r--s 00000000 08:06 31194                      /var/cache/fontconfig/58b941d9fae7b4c9a612a39a011865c1-le64.cache-4
7feda8038000-7feda803c000 r--s 00000000 08:06 31187                      /var/cache/fontconfig/cfde08ab28ad1d91784abb10973575e3-le64.cache-4
7feda803c000-7feda803d000 r--s 00000000 08:06 31174                      /var/cache/fontconfig/b887eea8f1b96e1d899b44ed6681fc27-le64.cache-4
7feda803d000-7feda803e000 r--s 00000000 08:06 31173                      /var/cache/fontconfig/860639f272b8b4b3094f9e399e41bccd-le64.cache-4
7feda803e000-7feda803f000 r--s 00000000 08:06 31162                      /var/cache/fontconfig/5d33f04e74a97395cf88bbd83847f1f1-le64.cache-4
7feda803f000-7feda8040000 r--s 00000000 08:06 31160                      /var/cache/fontconfig/df893b4576ad6107f9397134092c4059-le64.cache-4
7feda8040000-7feda8041000 r--s 00000000 08:06 31152                      /var/cache/fontconfig/1e1e03b57ed9f0c723c5aeafda46c3fb-le64.cache-4
7feda8041000-7feda8042000 r--s 00000000 08:06 31151                      /var/cache/fontconfig/900402270e15d763a6e008bb2d4c7686-le64.cache-4
7feda8042000-7feda8043000 r--s 00000000 08:06 31146                      /var/cache/fontconfig/47f48679023f44a4d1e44699a69464f6-le64.cache-4
7feda8043000-7feda8044000 r--s 00000000 08:06 31145                      /var/cache/fontconfig/2881ed3fd21ca306ddad6f9b0dd3189f-le64.cache-4
7feda8044000-7feda8045000 r--s 00000000 08:06 31144                      /var/cache/fontconfig/3c3fb04d32a5211b073874b125d29701-le64.cache-4
7feda8045000-7feda8046000 r--s 00000000 08:06 31139                      /var/cache/fontconfig/e61abf8156cc476151baa07d67337cae-le64.cache-4
7feda8046000-7feda804b000 r--s 00000000 08:06 31127                      /var/cache/fontconfig/e4307be1e5b40d775f6e65a19e2b9602-le64.cache-4
7feda804b000-7feda8052000 r--s 00000000 08:06 31126                      /var/cache/fontconfig/b67b32625a2bb51b023d3814a918f351-le64.cache-4
7feda8052000-7feda8054000 r--s 00000000 08:06 31125                      /var/cache/fontconfig/d3379abda271c4acd2ad0c01f565d0b0-le64.cache-4
7feda8054000-7feda8057000 r--s 00000000 08:06 31110                      /var/cache/fontconfig/7ee6df7a8311986241317a58487e0145-le64.cache-4
7feda8057000-7feda8061000 r--s 00000000 08:06 31089                      /var/cache/fontconfig/7b312f204090bff0956e0e66992a6837-le64.cache-4
7feda8061000-7feda8063000 r--s 00000000 08:06 31088                      /var/cache/fontconfig/99a1ce9f8b6a0434aadb01d3779b0780-le64.cache-4
7feda8063000-7feda8065000 r--s 00000000 08:06 31086                      /var/cache/fontconfig/f9d379b867d7c69c85310a4f24e5228f-le64.cache-4
7feda8065000-7feda806a000 r--s 00000000 08:06 31083                      /var/cache/fontconfig/b5aa37ae8145968dd1290b35918d4aee-le64.cache-4
7feda806a000-7feda807d000 r--s 00000000 08:06 31081                      /var/cache/fontconfig/614d1caaa4d7914789410f6367de37ca-le64.cache-4
7feda807d000-7feda807f000 r--s 00000000 08:06 31080                      /var/cache/fontconfig/019629eead7fd8624feacc17e1c76e56-le64.cache-4
7feda807f000-7feda808a000 r--s 00000000 08:06 31070                      /var/cache/fontconfig/12b26b760a24f8b4feb03ad48a333a72-le64.cache-4
7feda808a000-7feda8092000 r--s 00000000 08:06 31051                      /var/cache/fontconfig/928306c3ad40271d946e41014a49fc28-le64.cache-4
7feda8092000-7feda8099000 r--s 00000000 08:06 31057                      /var/cache/fontconfig/a4412f743c4d1c8e7d1a441b64ec7319-le64.cache-4
7feda8099000-7feda809c000 ---p 00000000 00:00 0 
7feda809c000-7feda819a000 rw-p 00000000 00:00 0                          [stack:14261]
7feda819a000-7feda819d000 ---p 00000000 00:00 0 
7feda819d000-7feda829b000 rw-p 00000000 00:00 0                          [stack:14260]
7feda829b000-7feda82a0000 r-xp 00000000 08:06 176471                     /usr/lib64/libnss_dns-2.20.so
7feda82a0000-7feda849f000 ---p 00005000 08:06 176471                     /usr/lib64/libnss_dns-2.20.so
7feda849f000-7feda84a0000 r--p 00004000 08:06 176471                     /usr/lib64/libnss_dns-2.20.so
7feda84a0000-7feda84a1000 rw-p 00005000 08:06 176471                     /usr/lib64/libnss_dns-2.20.so
7feda84a1000-7feda84a3000 r-xp 00000000 08:06 158256                     /usr/lib64/libnss_mdns4_minimal.so.2
7feda84a3000-7feda86a2000 ---p 00002000 08:06 158256                     /usr/lib64/libnss_mdns4_minimal.so.2
7feda86a2000-7feda86a3000 r--p 00001000 08:06 158256                     /usr/lib64/libnss_mdns4_minimal.so.2
7feda86a3000-7feda86a4000 rw-p 00002000 08:06 158256                     /usr/lib64/libnss_mdns4_minimal.so.2
7feda86a4000-7feda88a4000 rw-p 00000000 00:00 0 
7feda88a4000-7feda88b5000 r-xp 00000000 08:06 794157                     /usr/lib/jvm/java-1.8.0-oracle-1.8.0.25.x86_64/jre/lib/amd64/libnio.so
7feda88b5000-7feda8ab4000 ---p 00011000 08:06 794157                     /usr/lib/jvm/java-1.8.0-oracle-1.8.0.25.x86_64/jre/lib/amd64/libnio.so
7feda8ab4000-7feda8ab5000 rw-p 00010000 08:06 794157                     /usr/lib/jvm/java-1.8.0-oracle-1.8.0.25.x86_64/jre/lib/amd64/libnio.so
7feda8ab5000-7feda8acb000 r-xp 00000000 08:06 794155                     /usr/lib/jvm/java-1.8.0-oracle-1.8.0.25.x86_64/jre/lib/amd64/libnet.so
7feda8acb000-7feda8ccb000 ---p 00016000 08:06 794155                     /usr/lib/jvm/java-1.8.0-oracle-1.8.0.25.x86_64/jre/lib/amd64/libnet.so
7feda8ccb000-7feda8ccc000 rw-p 00016000 08:06 794155                     /usr/lib/jvm/java-1.8.0-oracle-1.8.0.25.x86_64/jre/lib/amd64/libnet.so
7feda8ccc000-7feda8ccf000 ---p 00000000 00:00 0 
7feda8ccf000-7feda8dcd000 rw-p 00000000 00:00 0                          [stack:14259]
7feda8dcd000-7feda8dd0000 ---p 00000000 00:00 0 
7feda8dd0000-7feda8ece000 rw-p 00000000 00:00 0                          [stack:14258]
7feda8ece000-7feda8f32000 r-xp 00000000 08:06 794037                     /usr/lib/jvm/java-1.8.0-oracle-1.8.0.25.x86_64/jre/lib/amd64/libfontmanager.so
7feda8f32000-7feda9132000 ---p 00064000 08:06 794037                     /usr/lib/jvm/java-1.8.0-oracle-1.8.0.25.x86_64/jre/lib/amd64/libfontmanager.so
7feda9132000-7feda9136000 rw-p 00064000 08:06 794037                     /usr/lib/jvm/java-1.8.0-oracle-1.8.0.25.x86_64/jre/lib/amd64/libfontmanager.so
7feda9136000-7feda9147000 rw-p 00000000 00:00 0 
7feda9147000-7feda919b000 r-xp 00000000 08:06 786891                     /usr/lib/jvm/java-1.8.0-oracle-1.8.0.25.x86_64/jre/lib/amd64/libawt_xawt.so
7feda919b000-7feda939b000 ---p 00054000 08:06 786891                     /usr/lib/jvm/java-1.8.0-oracle-1.8.0.25.x86_64/jre/lib/amd64/libawt_xawt.so
7feda939b000-7feda939f000 rw-p 00054000 08:06 786891                     /usr/lib/jvm/java-1.8.0-oracle-1.8.0.25.x86_64/jre/lib/amd64/libawt_xawt.so
7feda939f000-7feda93a0000 rw-p 00000000 00:00 0 
7feda93a0000-7feda9442000 r-xp 00000000 08:06 794017                     /usr/lib/jvm/java-1.8.0-oracle-1.8.0.25.x86_64/jre/lib/amd64/libawt.so
7feda9442000-7feda9642000 ---p 000a2000 08:06 794017                     /usr/lib/jvm/java-1.8.0-oracle-1.8.0.25.x86_64/jre/lib/amd64/libawt.so
7feda9642000-7feda964e000 rw-p 000a2000 08:06 794017                     /usr/lib/jvm/java-1.8.0-oracle-1.8.0.25.x86_64/jre/lib/amd64/libawt.so
7feda964e000-7feda9672000 rw-p 00000000 00:00 0 
7feda9672000-7feda9689000 r-xp 00000000 00:22 419846                     /tmp/jna-harmsk/jna6065030700289265540.tmp (deleted)
7feda9689000-7feda9788000 ---p 00017000 00:22 419846                     /tmp/jna-harmsk/jna6065030700289265540.tmp (deleted)
7feda9788000-7feda9789000 rw-p 00016000 00:22 419846                     /tmp/jna-harmsk/jna6065030700289265540.tmp (deleted)
7feda9789000-7feda978a000 rw-p 00000000 00:00 0 
7feda978a000-7feda978b000 ---p 00000000 00:00 0 
7feda978b000-7feda988b000 rw-p 00000000 00:00 0                          [stack:14256]
7feda988b000-7feda988e000 ---p 00000000 00:00 0 
7feda988e000-7feda998c000 rw-p 00000000 00:00 0                          [stack:14255]
7feda998c000-7feda998f000 ---p 00000000 00:00 0 
7feda998f000-7feda9a8d000 rw-p 00000000 00:00 0                          [stack:14254]
7feda9a8d000-7fedb0000000 r--p 00000000 08:06 194578                     /usr/lib/locale/locale-archive
7fedb0000000-7fedb0021000 rw-p 00000000 00:00 0 
7fedb0021000-7fedb4000000 ---p 00000000 00:00 0 
7fedb4000000-7fedb4021000 rw-p 00000000 00:00 0 
7fedb4021000-7fedb8000000 ---p 00000000 00:00 0 
7fedb8000000-7fedb8021000 rw-p 00000000 00:00 0 
7fedb8021000-7fedbc000000 ---p 00000000 00:00 0 
7fedbc000000-7fedbc021000 rw-p 00000000 00:00 0 
7fedbc021000-7fedc0000000 ---p 00000000 00:00 0 
7fedc0000000-7fedc0021000 rw-p 00000000 00:00 0 
7fedc0021000-7fedc4000000 ---p 00000000 00:00 0 
7fedc4000000-7fedc4001000 r--s 00000000 08:06 31121                      /var/cache/fontconfig/b4d0b56f766d89640448751fcd18ec1e-le64.cache-4
7fedc4001000-7fedc4003000 r--s 00000000 08:06 31058                      /var/cache/fontconfig/e3ead4b767b8819993a6fa3ae306afa9-le64.cache-4
7fedc4003000-7fedc4008000 r--s 00000000 08:06 31054                      /var/cache/fontconfig/a289f7e03715303a9a1b010d74c00c6a-le64.cache-4
7fedc4008000-7fedc4009000 r--s 00000000 08:06 12365                      /var/cache/fontconfig/3640555adad8a8f6978400293cfce7ab-le64.cache-4
7fedc4009000-7fedc400a000 r--s 00000000 08:07 2752605                    /home/harmsk/.cache/fontconfig/543084c51ecc6999da428ccb4f5d2ea9-le64.cache-4
7fedc400a000-7fedc400e000 r--s 00000000 08:06 31262                      /var/cache/fontconfig/beeeeb3dfe132a8a0633a017c99ce0c0-le64.cache-4
7fedc400e000-7fedc400f000 rw-s 00000000 00:22 419862                     /tmp/ffiC6BS5O (deleted)
7fedc400f000-7fedc4010000 r-xs 00000000 00:22 419862                     /tmp/ffiC6BS5O (deleted)
7fedc4010000-7fedc4017000 r--s 00000000 08:06 5597                       /usr/lib64/gconv/gconv-modules.cache
7fedc4017000-7fedc4019000 r--s 00000000 08:06 31069                      /var/cache/fontconfig/87f5e051180a7a75f16eb6fe7dbd3749-le64.cache-4
7fedc4019000-7fedc4024000 r--s 00000000 08:06 31061                      /var/cache/fontconfig/b79f3aaa7d385a141ab53ec885cc22a8-le64.cache-4
7fedc4024000-7fedc4025000 r--s 00000000 08:06 31261                      /var/cache/fontconfig/60542f0bb9f94eae9d378d7cecc69283-le64.cache-4
7fedc4025000-7fedc4027000 r--s 00000000 08:06 31236                      /var/cache/fontconfig/01cde5f9976aee51dfe5064473b1a750-le64.cache-4
7fedc4027000-7fedc402a000 r--s 00000000 08:06 31235                      /var/cache/fontconfig/0b1bcc92b4d25cc154d77dafe3bceaa0-le64.cache-4
7fedc402a000-7fedc402d000 r--s 00000000 08:06 31234                      /var/cache/fontconfig/2e1514a9fdd499050989183bb65136db-le64.cache-4
7fedc402d000-7fedc402f000 r--s 00000000 08:06 31233                      /var/cache/fontconfig/3f821257dd33660ba7bbb45c32deb84c-le64.cache-4
7fedc402f000-7fedc4030000 r--s 00000000 08:06 31232                      /var/cache/fontconfig/4e602040080c966cb821813a3e584564-le64.cache-4
7fedc4030000-7fedc4033000 r--s 00000000 08:06 31231                      /var/cache/fontconfig/830f035fa84a65ce80e050178dbb630d-le64.cache-4
7fedc4033000-7fedc4034000 r--s 00000000 08:06 31230                      /var/cache/fontconfig/81a173283b451552b599cfaafd6236bd-le64.cache-4
7fedc4034000-7fedc4035000 r--s 00000000 08:06 31229                      /var/cache/fontconfig/ac68f755438cc3dc5a526084839fc7ca-le64.cache-4
7fedc4035000-7fedc4036000 r--s 00000000 08:06 31227                      /var/cache/fontconfig/f951a6bc01c50d58ac4af16a0108457e-le64.cache-4
7fedc4036000-7fedc4037000 r--s 00000000 08:06 31226                      /var/cache/fontconfig/8cab66d8f642305e525ba3e322d0979c-le64.cache-4
7fedc4037000-7fedc4038000 r--s 00000000 08:06 31225                      /var/cache/fontconfig/12513961c6e7090f8648812f9eaf65d6-le64.cache-4
7fedc4038000-7fedc403b000 r--s 00000000 08:06 31224                      /var/cache/fontconfig/e26bf336397aae6fcef4d3803472adec-le64.cache-4
7fedc403b000-7fedc403c000 r--s 00000000 08:06 31223                      /var/cache/fontconfig/f132fa2327207a6ac3298c0518879731-le64.cache-4
7fedc403c000-7fedc403d000 r--s 00000000 08:06 31222                      /var/cache/fontconfig/17e60ccdf2eb53b214a9a5d6663eb217-le64.cache-4
7fedc403d000-7fedc403e000 r--s 00000000 08:06 31203                      /var/cache/fontconfig/6fcb01a03a016cc71057b587cdea6709-le64.cache-4
7fedc403e000-7fedc4042000 r--s 00000000 08:06 31195                      /var/cache/fontconfig/8aa05f52519ebacbdf5713e01a6153b0-le64.cache-4
7fedc4042000-7fedc404b000 r--s 00000000 08:06 31194                      /var/cache/fontconfig/58b941d9fae7b4c9a612a39a011865c1-le64.cache-4
7fedc404b000-7fedc404f000 r--s 00000000 08:06 31187                      /var/cache/fontconfig/cfde08ab28ad1d91784abb10973575e3-le64.cache-4
7fedc404f000-7fedc4050000 r--s 00000000 08:06 31174                      /var/cache/fontconfig/b887eea8f1b96e1d899b44ed6681fc27-le64.cache-4
7fedc4050000-7fedc4051000 r--s 00000000 08:06 31173                      /var/cache/fontconfig/860639f272b8b4b3094f9e399e41bccd-le64.cache-4
7fedc4051000-7fedc4052000 r--s 00000000 08:06 31162                      /var/cache/fontconfig/5d33f04e74a97395cf88bbd83847f1f1-le64.cache-4
7fedc4052000-7fedc4053000 r--s 00000000 08:06 31160                      /var/cache/fontconfig/df893b4576ad6107f9397134092c4059-le64.cache-4
7fedc4053000-7fedc4054000 r--s 00000000 08:06 31152                      /var/cache/fontconfig/1e1e03b57ed9f0c723c5aeafda46c3fb-le64.cache-4
7fedc4054000-7fedc4055000 r--s 00000000 08:06 31151                      /var/cache/fontconfig/900402270e15d763a6e008bb2d4c7686-le64.cache-4
7fedc4055000-7fedc4056000 r--s 00000000 08:06 31146                      /var/cache/fontconfig/47f48679023f44a4d1e44699a69464f6-le64.cache-4
7fedc4056000-7fedc4057000 r--s 00000000 08:06 31145                      /var/cache/fontconfig/2881ed3fd21ca306ddad6f9b0dd3189f-le64.cache-4
7fedc4057000-7fedc4058000 r--s 00000000 08:06 31144                      /var/cache/fontconfig/3c3fb04d32a5211b073874b125d29701-le64.cache-4
7fedc4058000-7fedc4059000 r--s 00000000 08:06 31139                      /var/cache/fontconfig/e61abf8156cc476151baa07d67337cae-le64.cache-4
7fedc4059000-7fedc405e000 r--s 00000000 08:06 31127                      /var/cache/fontconfig/e4307be1e5b40d775f6e65a19e2b9602-le64.cache-4
7fedc405e000-7fedc4065000 r--s 00000000 08:06 31126                      /var/cache/fontconfig/b67b32625a2bb51b023d3814a918f351-le64.cache-4
7fedc4065000-7fedc4067000 r--s 00000000 08:06 31125                      /var/cache/fontconfig/d3379abda271c4acd2ad0c01f565d0b0-le64.cache-4
7fedc4067000-7fedc406a000 r--s 00000000 08:06 31110                      /var/cache/fontconfig/7ee6df7a8311986241317a58487e0145-le64.cache-4
7fedc406a000-7fedc4074000 r--s 00000000 08:06 31089                      /var/cache/fontconfig/7b312f204090bff0956e0e66992a6837-le64.cache-4
7fedc4074000-7fedc4076000 r--s 00000000 08:06 31088                      /var/cache/fontconfig/99a1ce9f8b6a0434aadb01d3779b0780-le64.cache-4
7fedc4076000-7fedc4078000 r--s 00000000 08:06 31086                      /var/cache/fontconfig/f9d379b867d7c69c85310a4f24e5228f-le64.cache-4
7fedc4078000-7fedc407d000 r--s 00000000 08:06 31083                      /var/cache/fontconfig/b5aa37ae8145968dd1290b35918d4aee-le64.cache-4
7fedc407d000-7fedc4090000 r--s 00000000 08:06 31081                      /var/cache/fontconfig/614d1caaa4d7914789410f6367de37ca-le64.cache-4
7fedc4090000-7fedc4092000 r--s 00000000 08:06 31080                      /var/cache/fontconfig/019629eead7fd8624feacc17e1c76e56-le64.cache-4
7fedc4092000-7fedc409d000 r--s 00000000 08:06 31070                      /var/cache/fontconfig/12b26b760a24f8b4feb03ad48a333a72-le64.cache-4
7fedc409d000-7fedc40a5000 r--s 00000000 08:06 31051                      /var/cache/fontconfig/928306c3ad40271d946e41014a49fc28-le64.cache-4
7fedc40a5000-7fedc40ac000 r--s 00000000 08:06 31057                      /var/cache/fontconfig/a4412f743c4d1c8e7d1a441b64ec7319-le64.cache-4
7fedc40ac000-7fedc40b1000 r--s 00000000 08:06 31054                      /var/cache/fontconfig/a289f7e03715303a9a1b010d74c00c6a-le64.cache-4
7fedc40b1000-7fedc40cd000 r--s 00393000 08:06 794221                     /usr/lib/jvm/java-1.8.0-oracle-1.8.0.25.x86_64/jre/lib/ext/cldrdata.jar
7fedc40cd000-7fedc40d7000 r--s 00116000 08:06 794233                     /usr/lib/jvm/java-1.8.0-oracle-1.8.0.25.x86_64/jre/lib/ext/localedata.jar
7fedc40d7000-7fedc40da000 ---p 00000000 00:00 0 
7fedc40da000-7fedc41d8000 rw-p 00000000 00:00 0                          [stack:14253]
7fedc41d8000-7fedc41db000 ---p 00000000 00:00 0 
7fedc41db000-7fedc42d9000 rw-p 00000000 00:00 0                          [stack:14252]
7fedc42d9000-7fedc42dc000 ---p 00000000 00:00 0 
7fedc42dc000-7fedc43da000 rw-p 00000000 00:00 0                          [stack:14251]
7fedc43da000-7fedc43dd000 ---p 00000000 00:00 0 
7fedc43dd000-7fedc44db000 rw-p 00000000 00:00 0                          [stack:14250]
7fedc44db000-7fedc44dc000 ---p 00000000 00:00 0 
7fedc44dc000-7fedc4f27000 rw-p 00000000 00:00 0                          [stack:14249]
7fedc4f27000-7fedc50fd000 r--s 03caa000 08:06 794442                     /usr/lib/jvm/java-1.8.0-oracle-1.8.0.25.x86_64/jre/lib/rt.jar
7fedc50fd000-7fedcbd31000 rw-p 00000000 00:00 0 
7fedcbd31000-7fedcbd32000 ---p 00000000 00:00 0 
7fedcbd32000-7fedcbe71000 rw-p 00000000 00:00 0                          [stack:14248]
7fedcbe71000-7fedcc21c000 ---p 00000000 00:00 0 
7fedcc21c000-7fedcc25b000 rw-p 00000000 00:00 0 
7fedcc25b000-7fedcc605000 ---p 00000000 00:00 0 
7fedcc605000-7fedcc625000 rw-p 00000000 00:00 0 
7fedcc625000-7fedcc7fa000 ---p 00000000 00:00 0 
7fedcc7fa000-7fedcc7fb000 rw-p 00000000 00:00 0 
7fedcc7fb000-7fedccedb000 rwxp 00000000 00:00 0 
7fedccedb000-7feddb7fb000 ---p 00000000 00:00 0 
7feddb7fb000-7feddc000000 r--s 00000000 08:06 919648                     /var/lib/sss/mc/passwd
7feddc000000-7feddc3bf000 rw-p 00000000 00:00 0 
7feddc3bf000-7fede0000000 ---p 00000000 00:00 0 
7fede0000000-7fede0001000 r--s 00000000 08:06 31121                      /var/cache/fontconfig/b4d0b56f766d89640448751fcd18ec1e-le64.cache-4
7fede0001000-7fede0005000 r--s 00000000 08:06 31262                      /var/cache/fontconfig/beeeeb3dfe132a8a0633a017c99ce0c0-le64.cache-4
7fede0005000-7fede0009000 r--s 00093000 08:06 794289                     /usr/lib/jvm/java-1.8.0-oracle-1.8.0.25.x86_64/jre/lib/jsse.jar
7fede0009000-7fede0018000 r--s 00115000 08:07 1968624                    /home/harmsk/.m2/repository/net/java/dev/jna/platform/3.5.2/platform-3.5.2.jar
7fede0018000-7fede00fd000 rw-p 00000000 00:00 0 
7fede00fd000-7fede00fe000 ---p 00000000 00:00 0 
7fede00fe000-7fede021a000 rw-p 00000000 00:00 0                          [stack:14247]
7fede021a000-7fede05be000 ---p 00000000 00:00 0 
7fede05be000-7fede05d8000 r-xp 00000000 08:06 794170                     /usr/lib/jvm/java-1.8.0-oracle-1.8.0.25.x86_64/jre/lib/amd64/libzip.so
7fede05d8000-7fede07d8000 ---p 0001a000 08:06 794170                     /usr/lib/jvm/java-1.8.0-oracle-1.8.0.25.x86_64/jre/lib/amd64/libzip.so
7fede07d8000-7fede07d9000 rw-p 0001a000 08:06 794170                     /usr/lib/jvm/java-1.8.0-oracle-1.8.0.25.x86_64/jre/lib/amd64/libzip.so
7fede07d9000-7fede07e1000 r-xp 00000000 08:06 196700                     /usr/lib64/libnss_sss.so.2
7fede07e1000-7fede09e0000 ---p 00008000 08:06 196700                     /usr/lib64/libnss_sss.so.2
7fede09e0000-7fede09e1000 r--p 00007000 08:06 196700                     /usr/lib64/libnss_sss.so.2
7fede09e1000-7fede09e2000 rw-p 00008000 08:06 196700                     /usr/lib64/libnss_sss.so.2
7fede09e2000-7fede09ee000 r-xp 00000000 08:06 177291                     /usr/lib64/libnss_files-2.20.so
7fede09ee000-7fede0bed000 ---p 0000c000 08:06 177291                     /usr/lib64/libnss_files-2.20.so
7fede0bed000-7fede0bee000 r--p 0000b000 08:06 177291                     /usr/lib64/libnss_files-2.20.so
7fede0bee000-7fede0bef000 rw-p 0000c000 08:06 177291                     /usr/lib64/libnss_files-2.20.so
7fede0bef000-7fede0bf1000 r--s 00000000 08:06 31058                      /var/cache/fontconfig/e3ead4b767b8819993a6fa3ae306afa9-le64.cache-4
7fede0bf1000-7fede0bf4000 r--s 000a6000 08:07 1968620                    /home/harmsk/.m2/repository/net/java/dev/jna/jna/3.5.2/jna-3.5.2.jar
7fede0bf4000-7fede0c1c000 rw-p 00000000 00:00 0 
7fede0c1c000-7fede0c46000 r-xp 00000000 08:06 794131                     /usr/lib/jvm/java-1.8.0-oracle-1.8.0.25.x86_64/jre/lib/amd64/libjava.so
7fede0c46000-7fede0e46000 ---p 0002a000 08:06 794131                     /usr/lib/jvm/java-1.8.0-oracle-1.8.0.25.x86_64/jre/lib/amd64/libjava.so
7fede0e46000-7fede0e48000 rw-p 0002a000 08:06 794131                     /usr/lib/jvm/java-1.8.0-oracle-1.8.0.25.x86_64/jre/lib/amd64/libjava.so
7fede0e48000-7fede0e55000 r-xp 00000000 08:06 794169                     /usr/lib/jvm/java-1.8.0-oracle-1.8.0.25.x86_64/jre/lib/amd64/libverify.so
7fede0e55000-7fede1055000 ---p 0000d000 08:06 794169                     /usr/lib/jvm/java-1.8.0-oracle-1.8.0.25.x86_64/jre/lib/amd64/libverify.so
7fede1055000-7fede1057000 rw-p 0000d000 08:06 794169                     /usr/lib/jvm/java-1.8.0-oracle-1.8.0.25.x86_64/jre/lib/amd64/libverify.so
7fede1057000-7fede105a000 ---p 00000000 00:00 0 
7fede105a000-7fede1158000 rw-p 00000000 00:00 0                          [stack:14246]
7fede1158000-7fede125f000 r-xp 00000000 08:06 135378                     /usr/lib64/libm-2.20.so
7fede125f000-7fede145e000 ---p 00107000 08:06 135378                     /usr/lib64/libm-2.20.so
7fede145e000-7fede145f000 r--p 00106000 08:06 135378                     /usr/lib64/libm-2.20.so
7fede145f000-7fede1460000 rw-p 00107000 08:06 135378                     /usr/lib64/libm-2.20.so
7fede1460000-7fede20cd000 r-xp 00000000 08:06 794178                     /usr/lib/jvm/java-1.8.0-oracle-1.8.0.25.x86_64/jre/lib/amd64/server/libjvm.so
7fede20cd000-7fede22cc000 ---p 00c6d000 08:06 794178                     /usr/lib/jvm/java-1.8.0-oracle-1.8.0.25.x86_64/jre/lib/amd64/server/libjvm.so
7fede22cc000-7fede23a2000 rw-p 00c6c000 08:06 794178                     /usr/lib/jvm/java-1.8.0-oracle-1.8.0.25.x86_64/jre/lib/amd64/server/libjvm.so
7fede23a2000-7fede23e9000 rw-p 00000000 00:00 0 
7fede23e9000-7fede23ea000 r--s 00000000 08:06 12365                      /var/cache/fontconfig/3640555adad8a8f6978400293cfce7ab-le64.cache-4
7fede23ea000-7fede23eb000 r--s 00000000 08:07 2752605                    /home/harmsk/.cache/fontconfig/543084c51ecc6999da428ccb4f5d2ea9-le64.cache-4
7fede23eb000-7fede240c000 rw-p 00000000 00:00 0 
7fede240c000-7fede2414000 rw-s 00000000 00:22 419845                     /tmp/hsperfdata_harmsk/14241
7fede2414000-7fede2415000 rw-p 00000000 00:00 0 
7fede2415000-7fede2416000 r--p 00000000 00:00 0 
7fede2416000-7fede2417000 rw-p 00000000 00:00 0 
7fffbd0b0000-7fffbd0d1000 rw-p 00000000 00:00 0                          [stack]
7fffbd1fc000-7fffbd1fe000 r--p 00000000 00:00 0                          [vvar]
7fffbd1fe000-7fffbd200000 r-xp 00000000 00:00 0                          [vdso]
ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0                  [vsyscall]

VM Arguments:
jvm_args: -Dfile.encoding=UTF-8 
java_command: uk.co.caprica.vlcj.test.basic.TestPlayer /home/harmsk/Videos/formative.mp4
java_class_path (initial): /home/harmsk/Documents/Development/workspace-lgna/vlcj/target/test-classes:/home/harmsk/Documents/Development/workspace-lgna/vlcj/target/classes:/home/harmsk/.m2/repository/net/java/dev/jna/jna/3.5.2/jna-3.5.2.jar:/home/harmsk/.m2/repository/net/java/dev/jna/platform/3.5.2/platform-3.5.2.jar
Launcher Type: SUN_STANDARD

Environment Variables:
PATH=/home/harmsk/.rvm/gems/ruby-2.1.5/bin:/home/harmsk/.rvm/gems/ruby-2.1.5@global/bin:/home/harmsk/.rvm/rubies/ruby-2.1.5/bin:/usr/lib64/qt-3.3/bin:/usr/lib64/ccache:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin:/home/harmsk/.rvm/bin:/home/harmsk/.local/bin:/home/harmsk/bin
USERNAME=harmsk
SHELL=/bin/bash
DISPLAY=:0

Signal Handlers:
SIGSEGV: [libjvm.so+0xa79a80], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGBUS: [libjvm.so+0xa79a80], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGFPE: [libjvm.so+0x8e24e0], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGPIPE: [libjvm.so+0x8e24e0], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGXFSZ: [libjvm.so+0x8e24e0], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGILL: [libjvm.so+0x8e24e0], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGUSR1: SIG_DFL, sa_mask[0]=00000000000000000000000000000000, sa_flags=none
SIGUSR2: [libjvm.so+0x8e3d10], sa_mask[0]=00100000000000000000000000000000, sa_flags=SA_RESTART|SA_SIGINFO
SIGHUP: [libjvm.so+0x8e50d0], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGINT: [libjvm.so+0x8e50d0], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGTERM: [libjvm.so+0x8e50d0], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGQUIT: [libjvm.so+0x8e50d0], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO

---------------  S Y S T E M  ---------------

OS:Fedora release 21 (Twenty One)

uname:Linux 3.17.8-300.fc21.x86_64 #1 SMP Thu Jan 8 23:32:49 UTC 2015 x86_64
libc:glibc 2.20 NPTL 2.20 
rlimit: STACK 8192k, CORE 0k, NPROC 4096, NOFILE 4096, AS infinity
load average:0.44 0.72 0.60

/proc/meminfo:
MemTotal:       12300160 kB
MemFree:          285780 kB
MemAvailable:    7049684 kB
Buffers:          292520 kB
Cached:          6128848 kB
SwapCached:            0 kB
Active:          7737224 kB
Inactive:        3213772 kB
Active(anon):    4080360 kB
Inactive(anon):   481756 kB
Active(file):    3656864 kB
Inactive(file):  2732016 kB
Unevictable:          52 kB
Mlocked:              52 kB
SwapTotal:      10915836 kB
SwapFree:       10915732 kB
Dirty:               208 kB
Writeback:             0 kB
AnonPages:       4529688 kB
Mapped:           585404 kB
Shmem:             32488 kB
Slab:             717808 kB
SReclaimable:     628428 kB
SUnreclaim:        89380 kB
KernelStack:       12496 kB
PageTables:        64952 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    17065916 kB
Committed_AS:    9559484 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      173780 kB
VmallocChunk:   34359526388 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      708580 kB
DirectMap2M:    11872256 kB

CPU:total 2 (2 cores per cpu, 1 threads per core) family 6 model 26 stepping 5, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, tsc, tscinvbit, tscinv

/proc/cpuinfo:
processor   : 0
vendor_id   : GenuineIntel
cpu family  : 6
model       : 26
model name  : Intel(R) Xeon(R) CPU           W3503  @ 2.40GHz
stepping    : 5
microcode   : 0x19
cpu MHz     : 2400.040
cache size  : 4096 KB
physical id : 0
siblings    : 2
core id     : 0
cpu cores   : 2
apicid      : 0
initial apicid  : 0
fpu     : yes
fpu_exception   : yes
cpuid level : 11
wp      : yes
flags       : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm dtherm tpr_shadow vnmi flexpriority ept vpid
bugs        :
bogomips    : 4800.08
clflush size    : 64
cache_alignment : 64
address sizes   : 36 bits physical, 48 bits virtual
power management:

processor   : 1
vendor_id   : GenuineIntel
cpu family  : 6
model       : 26
model name  : Intel(R) Xeon(R) CPU           W3503  @ 2.40GHz
stepping    : 5
microcode   : 0x19
cpu MHz     : 2400.040
cache size  : 4096 KB
physical id : 0
siblings    : 2
core id     : 2
cpu cores   : 2
apicid      : 4
initial apicid  : 4
fpu     : yes
fpu_exception   : yes
cpuid level : 11
wp      : yes
flags       : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm dtherm tpr_shadow vnmi flexpriority ept vpid
bugs        :
bogomips    : 4800.08
clflush size    : 64
cache_alignment : 64
address sizes   : 36 bits physical, 48 bits virtual
power management:

Memory: 4k page, physical 12300160k(285780k free), swap 10915836k(10915732k free)

vm_info: Java HotSpot(TM) 64-Bit Server VM (25.25-b02) for linux-amd64 JRE (1.8.0_25-b17), built on Sep 17 2014 17:32:11 by "java_re" with gcc 4.3.0 20080428 (Red Hat 4.3.0-8)

time: Sat Jan 24 10:30:25 2015
elapsed time: 8 seconds (0d 0h 0m 8s)
harmsk commented 9 years ago

So I've done a little more troubleshooting...

We've been using VLCJ in our app for 2, almost 3 years. It's solid, it works great. We've been using version 2.4.1 since 2013 without issue... so I thought maybe I should try to reproduce this issue in 2.4.1. So I switch to the vlcj-2.4.1 tag to test again using TestPlayer, I'm able to load media without issue. No vm crash. I'm trying really hard to make this happen and I can't get it.

I'm able to reproduce the issue with the vlcj-3.1.0 tag every time I click on the "Load/eject media" button and open the same video file. I'm not sure why that might be.

Any ideas about how I can troubleshoot this further?

vlcj-3.1.0; uk.co.caprica.vlcj.test.basic.TestPlayer; -vvv and -Dvlcj.log=DEBUG

vlcj: (Info.java:70)                                 | INFO  | vlcj: 3.1.0
vlcj: (Info.java:71)                                 | INFO  | java: 1.8.0_25 Oracle Corporation
vlcj: (Info.java:72)                                 | INFO  | java home: /usr/lib/jvm/java-1.8.0-oracle-1.8.0.25.x86_64/jre
vlcj: (Info.java:73)                                 | INFO  | os: Linux 3.17.8-300.fc21.x86_64 amd64
vlcj: (LibVlcFactory.java:164)                       | INFO  | vlc: 2.2.0-rc2 Weatherwax, changeset 2.2.0-rc1-118-g22fda39
vlcj: (LibVlcFactory.java:165)                       | INFO  | libvlc: /usr/lib64/libvlc.so.5.5.0
vlcj: (TestPlayer.java:105)                          | INFO  |   version: 2.2.0-rc2 Weatherwax
vlcj: (TestPlayer.java:106)                          | INFO  |  compiler: gcc version 4.9.2 20141101 (Red Hat 4.9.2-1) (GCC)
vlcj: (TestPlayer.java:107)                          | INFO  | changeset: 2.2.0-rc1-118-g22fda39
vlcj: (TestPlayer.java:152)                          | DEBUG | vlcArgs=[--no-snapshot-preview, -vvv, --intf, dummy]
vlcj: (DefaultFullScreenStrategy.java:60)            | DEBUG | DefaultFullScreenStrategy(window=javax.swing.JFrame[frame0,1680,0,0x0,invalid,hidden,layout=java.awt.BorderLayout,title=VLCJ Test Player,resizable,normal,defaultCloseOperation=HIDE_ON_CLOSE,rootPane=javax.swing.JRootPane[,0,0,0x0,invalid,layout=javax.swing.JRootPane$RootLayout,alignmentX=0.0,alignmentY=0.0,border=javax.swing.plaf.synth.SynthBorder@7fcabc83,flags=16777673,maximumSize=,minimumSize=,preferredSize=],rootPaneCheckingEnabled=true])
vlcj: (MediaPlayerFactory.java:136)                  | DEBUG | Trying workaround for Java7 on Linux
vlcj: (MediaPlayerFactory.java:142)                  | DEBUG | Attempting to load jawt...
vlcj: (MediaPlayerFactory.java:144)                  | DEBUG | ...loaded jawt
vlcj: (MediaPlayerFactory.java:152)                  | DEBUG | Java7 on Linux workaround complete.
vlcj: (LibVlcFactory.java:164)                       | INFO  | vlc: 2.2.0-rc2 Weatherwax, changeset 2.2.0-rc1-118-g22fda39
vlcj: (LibVlcFactory.java:165)                       | INFO  | libvlc: /usr/lib64/libvlc.so.5.5.0
vlcj: (MediaPlayerFactory.java:260)                  | DEBUG | MediaPlayerFactory(libvlc=Proxy interface to Native Library </usr/lib64/libvlc.so.5.5.0@140642463982064>,libvlcArgs=[--no-snapshot-preview, -vvv, --intf, dummy])
vlcj: (MediaPlayerFactory.java:262)                  | DEBUG | jna.library.path=null
vlcj: (MediaPlayerFactory.java:271)                  | DEBUG | VLC_PLUGIN_PATH=null
[00007fe98c0195d8] core libvlc debug: VLC media player - 2.2.0-rc2 Weatherwax
[00007fe98c0195d8] core libvlc debug: Copyright © 1996-2014 the VideoLAN team
[00007fe98c0195d8] core libvlc debug: revision 2.2.0-rc1-118-g22fda39
[00007fe98c0195d8] core libvlc debug: configured with ./configure  '--build=x86_64-redhat-linux-gnu' '--host=x86_64-redhat-linux-gnu' '--program-prefix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib64' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--sharedstatedir=/var/lib' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--disable-dependency-tracking' '--disable-silent-rules' '--with-pic' '--disable-rpath' '--with-binary-version=2.2.0' '--with-kde-solid=/usr/share/kde4/apps/solid/actions' '--enable-lua' '--enable-live555' '--enable-opencv' '--enable-sftp' '--enable-omxil' '--enable-omxil-vout' '--enable-faad' '--enable-twolame' '--enable-realrtsp' '--enable-flac' '--enable-tremor' '--enable-speex' '--enable-theora' '--enable-libass' '--enable-shout' '--enable-xcb' '--enable-xvideo' '--enable-svg' '--enable-aa' '--enable-caca' '--enable-jack' '--enable-pulse' '--enable-ncurses' '--enable-lirc' 'build_alias=x86_64-redhat-linux-gnu' 'host_alias=x86_64-redhat-linux-gnu' 'CFLAGS=-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches  -m64 -mtune=generic' 'LDFLAGS=-Wl,-z,relro ' 'CXXFLAGS=-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches  -m64 -mtune=generic' 'PKG_CONFIG_PATH=:/usr/lib64/pkgconfig:/usr/share/pkgconfig'
[00007fe98c0195d8] core libvlc debug: searching plug-in modules
[00007fe98c0195d8] core libvlc debug: loading plugins cache file /usr/lib64/vlc/plugins/plugins.dat
[00007fe98c0195d8] core libvlc debug: recursively browsing `/usr/lib64/vlc/plugins'
[00007fe98c0195d8] core libvlc debug: saving plugins cache /usr/lib64/vlc/plugins/plugins.dat
[00007fe98c0195d8] core libvlc debug: plug-ins loaded: 455 modules
[00007fe98c0195d8] core libvlc debug: translation test: code is "C"
[00007fe98c0195d8] core libvlc debug: CPU has capabilities MMX MMXEXT SSE SSE2 SSE3 SSSE3 SSE4.1 SSE4.2 FPU 
vlcj: (MediaPlayerFactory.java:274)                  | DEBUG | instance=native@0x7fe98c019d50 (uk.co.caprica.vlcj.binding.internal.libvlc_instance_t@8c021d39)
vlcj: (MediaPlayerFactory.java:282)                  | DEBUG | equalizerAvailable=true
vlcj: (MediaPlayerFactory.java:505)                  | DEBUG | createEqualizerBandFrequencies()
vlcj: (MediaPlayerFactory.java:507)                  | DEBUG | numBands=10
vlcj: (MediaPlayerFactory.java:512)                  | DEBUG | result=[31.25, 62.5, 125.0, 250.0, 500.0, 1000.0, 2000.0, 4000.0, 8000.0, 16000.0]
vlcj: (MediaPlayerFactory.java:522)                  | DEBUG | createEqualizerPresetNames()
vlcj: (MediaPlayerFactory.java:524)                  | DEBUG | numPresets=18
vlcj: (MediaPlayerFactory.java:529)                  | DEBUG | result=[Flat, Classical, Club, Dance, Full bass, Full bass and treble, Full treble, Headphones, Large Hall, Live, Party, Pop, Reggae, Rock, Ska, Soft, Soft rock, Techno]
vlcj: (MediaPlayerFactory.java:341)                  | DEBUG | setUserAgent(userAgent=vlcj test player)
vlcj: (MediaPlayerFactory.java:352)                  | DEBUG | setUserAgent(userAgent=vlcj test player,httpUserAgent=null)
vlcj: (MediaPlayerFactory.java:379)                  | DEBUG | getAudioOutputs()
vlcj: (MediaPlayerFactory.java:408)                  | DEBUG | getAudioOutputDevices(outputName=pulse)
vlcj: (MediaPlayerFactory.java:408)                  | DEBUG | getAudioOutputDevices(outputName=alsa)
[00007fe98c0195d8] alsa libvlc debug: Available ALSA PCM devices:
[00007fe98c0195d8] alsa libvlc debug: Discard all samples (playback) or generate zero samples (capture) (null)
[00007fe98c0195d8] alsa libvlc debug: PulseAudio Sound Server (pulse)
[00007fe98c0195d8] alsa libvlc debug: Default ALSA Output (currently PulseAudio Sound Server) (default)
[00007fe98c0195d8] alsa libvlc debug: HDA Intel, AD1984A Analog Default Audio Device (sysdefault:CARD=Intel)
[00007fe98c0195d8] alsa libvlc debug: HDA Intel, AD1984A Analog Front speakers (front:CARD=Intel,DEV=0)
[00007fe98c0195d8] alsa libvlc debug: HDA Intel, AD1984A Analog 2.1 Surround output to Front and Subwoofer speakers (surround21:CARD=Intel,DEV=0)
[00007fe98c0195d8] alsa libvlc debug: HDA Intel, AD1984A Analog 4.0 Surround output to Front and Rear speakers (surround40:CARD=Intel,DEV=0)
[00007fe98c0195d8] alsa libvlc debug: HDA Intel, AD1984A Analog 4.1 Surround output to Front, Rear and Subwoofer speakers (surround41:CARD=Intel,DEV=0)
[00007fe98c0195d8] alsa libvlc debug: HDA Intel, AD1984A Analog 5.0 Surround output to Front, Center and Rear speakers (surround50:CARD=Intel,DEV=0)
[00007fe98c0195d8] alsa libvlc debug: HDA Intel, AD1984A Analog 5.1 Surround output to Front, Center, Rear and Subwoofer speakers (surround51:CARD=Intel,DEV=0)
[00007fe98c0195d8] alsa libvlc debug: HDA Intel, AD1984A Analog 7.1 Surround output to Front, Center, Side, Rear and Woofer speakers (surround71:CARD=Intel,DEV=0)
[00007fe98c0195d8] alsa libvlc debug: HDA NVidia, HDMI 0 HDMI Audio Output (hdmi:CARD=NVidia,DEV=0)
[00007fe98c0195d8] alsa libvlc debug: HDA NVidia, HDMI 0 HDMI Audio Output (hdmi:CARD=NVidia,DEV=1)
[00007fe98c0195d8] alsa libvlc debug: HDA NVidia, HDMI 0 HDMI Audio Output (hdmi:CARD=NVidia,DEV=2)
[00007fe98c0195d8] alsa libvlc debug: HDA NVidia, HDMI 0 HDMI Audio Output (hdmi:CARD=NVidia,DEV=3)
vlcj: (MediaPlayerFactory.java:408)                  | DEBUG | getAudioOutputDevices(outputName=afile)
vlcj: (MediaPlayerFactory.java:408)                  | DEBUG | getAudioOutputDevices(outputName=amem)
vlcj: (MediaPlayerFactory.java:408)                  | DEBUG | getAudioOutputDevices(outputName=adummy)
vlcj: (TestPlayer.java:163)                          | DEBUG | audioOutputs=[AudioOutput[name=pulse,description=Pulseaudio audio output,devices=[]], AudioOutput[name=alsa,description=ALSA audio output,devices=[AudioDevice[deviceId=null,longName=Discard all samples (playback) or generate zero samples (capture)], AudioDevice[deviceId=pulse,longName=PulseAudio Sound Server], AudioDevice[deviceId=default,longName=Default ALSA Output (currently PulseAudio Sound Server)], AudioDevice[deviceId=sysdefault:CARD=Intel,longName=HDA Intel, AD1984A Analog Default Audio Device], AudioDevice[deviceId=front:CARD=Intel,DEV=0,longName=HDA Intel, AD1984A Analog Front speakers], AudioDevice[deviceId=surround21:CARD=Intel,DEV=0,longName=HDA Intel, AD1984A Analog 2.1 Surround output to Front and Subwoofer speakers], AudioDevice[deviceId=surround40:CARD=Intel,DEV=0,longName=HDA Intel, AD1984A Analog 4.0 Surround output to Front and Rear speakers], AudioDevice[deviceId=surround41:CARD=Intel,DEV=0,longName=HDA Intel, AD1984A Analog 4.1 Surround output to Front, Rear and Subwoofer speakers], AudioDevice[deviceId=surround50:CARD=Intel,DEV=0,longName=HDA Intel, AD1984A Analog 5.0 Surround output to Front, Center and Rear speakers], AudioDevice[deviceId=surround51:CARD=Intel,DEV=0,longName=HDA Intel, AD1984A Analog 5.1 Surround output to Front, Center, Rear and Subwoofer speakers], AudioDevice[deviceId=surround71:CARD=Intel,DEV=0,longName=HDA Intel, AD1984A Analog 7.1 Surround output to Front, Center, Side, Rear and Woofer speakers], AudioDevice[deviceId=hdmi:CARD=NVidia,DEV=0,longName=HDA NVidia, HDMI 0 HDMI Audio Output], AudioDevice[deviceId=hdmi:CARD=NVidia,DEV=1,longName=HDA NVidia, HDMI 0 HDMI Audio Output], AudioDevice[deviceId=hdmi:CARD=NVidia,DEV=2,longName=HDA NVidia, HDMI 0 HDMI Audio Output], AudioDevice[deviceId=hdmi:CARD=NVidia,DEV=3,longName=HDA NVidia, HDMI 0 HDMI Audio Output]]], AudioOutput[name=afile,description=File audio output,devices=[]], AudioOutput[name=amem,description=Audio memory output,devices=[]], AudioOutput[name=adummy,description=Dummy audio output,devices=[]]]
vlcj: (MediaPlayerFactory.java:655)                  | DEBUG | newEmbeddedMediaPlayer(fullScreenStrategy=uk.co.caprica.vlcj.player.embedded.DefaultFullScreenStrategy@37075e63)
vlcj: (DefaultMediaPlayer.java:188)                  | DEBUG | DefaultMediaPlayer(libvlc=Proxy interface to Native Library </usr/lib64/libvlc.so.5.5.0@140642463982064>, instance=native@0x7fe98c019d50 (uk.co.caprica.vlcj.binding.internal.libvlc_instance_t@8c021d39))
vlcj: (DefaultMediaPlayer.java:1651)                 | DEBUG | createInstance()
[00007fe98c0ee2c8] core generic debug: creating audio output
[00007fe98c0f4328] core audio output debug: looking for audio output module matching "any": 5 candidates
[00007fe98c0f4328] pulse audio output debug: using library version 5.0.0
[00007fe98c0f4328] pulse audio output debug:  (compiled with version 5.0.0, protocol 29)
[00007fe98c0f4328] pulse audio output debug: connected locally to unix:/run/user/466410980/pulse/native as client #89
[00007fe98c0f4328] pulse audio output debug: using protocol 29, server protocol 29
[00007fe98c0f4328] pulse audio output debug: adding sink 0: alsa_output.pci-0000_02_00.1.hdmi-stereo (GF108 High Definition Audio Controller Digital Stereo (HDMI))
[00007fe98c0f4328] pulse audio output debug: adding sink 1: alsa_output.pci-0000_00_1b.0.analog-stereo (Built-in Audio Analog Stereo)
[00007fe98c0f4328] core audio output debug: using audio output module "pulse"
[00007fe98c0ee2c8] core generic debug: keeping audio output
vlcj: (DefaultMediaPlayer.java:1654)                 | DEBUG | mediaPlayerInstance=native@0x7fe98c0ee2c8 (uk.co.caprica.vlcj.binding.internal.libvlc_media_player_t@8c0f62b1)
vlcj: (DefaultMediaPlayer.java:1657)                 | DEBUG | mediaPlayerEventManager=native@0x7fe98c1380f0 (uk.co.caprica.vlcj.binding.internal.libvlc_event_manager_t@8c1400d9)
vlcj: (DefaultMediaPlayer.java:1714)                 | DEBUG | registerEventListener()
vlcj: (DefaultMediaPlayer.java:1719)                 | DEBUG | event=libvlc_MediaPlayerMediaChanged
vlcj: (DefaultMediaPlayer.java:1721)                 | DEBUG | result=0
vlcj: (DefaultMediaPlayer.java:1719)                 | DEBUG | event=libvlc_MediaPlayerNothingSpecial
vlcj: (DefaultMediaPlayer.java:1721)                 | DEBUG | result=0
vlcj: (DefaultMediaPlayer.java:1719)                 | DEBUG | event=libvlc_MediaPlayerOpening
vlcj: (DefaultMediaPlayer.java:1721)                 | DEBUG | result=0
vlcj: (DefaultMediaPlayer.java:1719)                 | DEBUG | event=libvlc_MediaPlayerBuffering
vlcj: (DefaultMediaPlayer.java:1721)                 | DEBUG | result=0
vlcj: (DefaultMediaPlayer.java:1719)                 | DEBUG | event=libvlc_MediaPlayerPlaying
vlcj: (DefaultMediaPlayer.java:1721)                 | DEBUG | result=0
vlcj: (DefaultMediaPlayer.java:1719)                 | DEBUG | event=libvlc_MediaPlayerPaused
vlcj: (DefaultMediaPlayer.java:1721)                 | DEBUG | result=0
vlcj: (DefaultMediaPlayer.java:1719)                 | DEBUG | event=libvlc_MediaPlayerStopped
vlcj: (DefaultMediaPlayer.java:1721)                 | DEBUG | result=0
vlcj: (DefaultMediaPlayer.java:1719)                 | DEBUG | event=libvlc_MediaPlayerForward
vlcj: (DefaultMediaPlayer.java:1721)                 | DEBUG | result=0
vlcj: (DefaultMediaPlayer.java:1719)                 | DEBUG | event=libvlc_MediaPlayerBackward
vlcj: (DefaultMediaPlayer.java:1721)                 | DEBUG | result=0
vlcj: (DefaultMediaPlayer.java:1719)                 | DEBUG | event=libvlc_MediaPlayerEndReached
vlcj: (DefaultMediaPlayer.java:1721)                 | DEBUG | result=0
vlcj: (DefaultMediaPlayer.java:1719)                 | DEBUG | event=libvlc_MediaPlayerEncounteredError
vlcj: (DefaultMediaPlayer.java:1721)                 | DEBUG | result=0
vlcj: (DefaultMediaPlayer.java:1719)                 | DEBUG | event=libvlc_MediaPlayerTimeChanged
vlcj: (DefaultMediaPlayer.java:1721)                 | DEBUG | result=0
vlcj: (DefaultMediaPlayer.java:1719)                 | DEBUG | event=libvlc_MediaPlayerPositionChanged
vlcj: (DefaultMediaPlayer.java:1721)                 | DEBUG | result=0
vlcj: (DefaultMediaPlayer.java:1719)                 | DEBUG | event=libvlc_MediaPlayerSeekableChanged
vlcj: (DefaultMediaPlayer.java:1721)                 | DEBUG | result=0
vlcj: (DefaultMediaPlayer.java:1719)                 | DEBUG | event=libvlc_MediaPlayerPausableChanged
vlcj: (DefaultMediaPlayer.java:1721)                 | DEBUG | result=0
vlcj: (DefaultMediaPlayer.java:1719)                 | DEBUG | event=libvlc_MediaPlayerTitleChanged
vlcj: (DefaultMediaPlayer.java:1721)                 | DEBUG | result=0
vlcj: (DefaultMediaPlayer.java:1719)                 | DEBUG | event=libvlc_MediaPlayerSnapshotTaken
vlcj: (DefaultMediaPlayer.java:1721)                 | DEBUG | result=0
vlcj: (DefaultMediaPlayer.java:1719)                 | DEBUG | event=libvlc_MediaPlayerLengthChanged
vlcj: (DefaultMediaPlayer.java:1721)                 | DEBUG | result=0
vlcj: (DefaultMediaPlayer.java:1719)                 | DEBUG | event=libvlc_MediaPlayerVout
vlcj: (DefaultMediaPlayer.java:1721)                 | DEBUG | result=0
vlcj: (DefaultMediaPlayer.java:1719)                 | DEBUG | event=libvlc_MediaPlayerScrambledChanged
vlcj: (DefaultMediaPlayer.java:1721)                 | DEBUG | result=0
vlcj: (DefaultMediaPlayer.java:1719)                 | DEBUG | event=libvlc_MediaPlayerESAdded
This object event manager doesn't know about 'Unknown Event' eventsvlcj: (DefaultMediaPlayer.java:1721)                 | DEBUG | result=-1
vlcj: (DefaultMediaPlayer.java:1719)                 | DEBUG | event=libvlc_MediaPlayerESDeleted
vlcj: (DefaultMediaPlayer.java:1721)                 | DEBUG | result=-1
This object event manager doesn't know about 'Unknown Event' eventsvlcj: (DefaultMediaPlayer.java:1719)                 | DEBUG | event=libvlc_MediaPlayerESSelected
This object event manager doesn't know about 'Unknown Event' eventsvlcj: (DefaultMediaPlayer.java:1721)                 | DEBUG | result=-1
vlcj: (MediaPlayerFactory.java:718)                  | DEBUG | newVideoSurface(canvas=java.awt.Canvas[canvas0,0,0,800x600,invalid])
vlcj: (MediaPlayerFactory.java:733)                  | DEBUG | videoSurface=uk.co.caprica.vlcj.player.embedded.videosurface.CanvasVideoSurface@4fa5535
vlcj: (DefaultEmbeddedMediaPlayer.java:142)          | DEBUG | setVideoSurface(videoSurface=uk.co.caprica.vlcj.player.embedded.videosurface.CanvasVideoSurface@4fa5535)
vlcj: (DefaultMediaPlayer.java:346)                  | DEBUG | setPlaySubItems(playSubItems=true)
vlcj: (DefaultEmbeddedMediaPlayer.java:274)          | DEBUG | setEnableKeyInputHandling(enable=false)
vlcj: (DefaultEmbeddedMediaPlayer.java:268)          | DEBUG | setEnableMouseInputHandling(enable=false)
vlcj: (DefaultMediaPlayer.java:194)                  | DEBUG | addMediaPlayerEventListener(listener=uk.co.caprica.vlcj.test.basic.PlayerControlsPanel$1@5d4b0f5)
vlcj: (DefaultMediaPlayer.java:1490)                 | DEBUG | getBrightness()
vlcj: (DefaultMediaPlayer.java:1478)                 | DEBUG | getContrast()
vlcj: (DefaultMediaPlayer.java:1502)                 | DEBUG | getHue()
vlcj: (DefaultMediaPlayer.java:1514)                 | DEBUG | getSaturation()
vlcj: (DefaultMediaPlayer.java:1526)                 | DEBUG | getGamma()
vlcj: (MediaPlayerFactory.java:564)                  | DEBUG | newEqualizer()
vlcj: (MediaPlayerFactory.java:540)                  | DEBUG | getEqualizerBandFrequencies()
vlcj: (MediaPlayerFactory.java:552)                  | DEBUG | getEqualizerPresetNames()
vlcj: (DefaultMediaPlayer.java:194)                  | DEBUG | addMediaPlayerEventListener(listener=uk.co.caprica.vlcj.test.basic.TestPlayer$TestPlayerMediaPlayerEventListener@66d30ea7)
vlcj: (TestPlayer.java:282)                          | DEBUG | transparentWindowsSupport=true
vlcj: (TestPlayer.java:563)                          | DEBUG | mouseEntered(e=java.awt.event.MouseEvent[MOUSE_ENTERED,(800,320),absolute(2481,409),button=0,clickCount=0] on canvas0)
vlcj: (TestPlayer.java:568)                          | DEBUG | mouseExited(e=java.awt.event.MouseEvent[MOUSE_EXITED,(735,251),absolute(2416,340),button=0,clickCount=0] on canvas0)
vlcj: (DefaultEmbeddedMediaPlayer.java:238)          | DEBUG | enableOverlay(enable=false)
vlcj: (DefaultMediaPlayer.java:220)                  | DEBUG | playMedia(mrl=/home/harmsk/Videos/formative.mp4,mediaOptions=[])
vlcj: (DefaultMediaPlayer.java:234)                  | DEBUG | prepareMedia(mrl=/home/harmsk/Videos/formative.mp4,mediaOptions=[])
vlcj: (DefaultMediaPlayer.java:1821)                 | DEBUG | setMedia(media=/home/harmsk/Videos/formative.mp4,mediaOptions=[])
vlcj: (MediaResourceLocator.java:83)                 | DEBUG | encodeMrl(mrl=/home/harmsk/Videos/formative.mp4)
vlcj: (MediaResourceLocator.java:110)                | DEBUG | MRL does not contain any Unicode characters
vlcj: (MediaResourceLocator.java:112)                | DEBUG | result=/home/harmsk/Videos/formative.mp4
vlcj: (DefaultMediaPlayer.java:1840)                 | DEBUG | Treating mrl as a path
vlcj: (DefaultMediaPlayer.java:1843)                 | DEBUG | mediaInstance=native@0x7fe98c2443b0 (uk.co.caprica.vlcj.binding.internal.libvlc_media_t@8c24c399)
vlcj: (DefaultMediaPlayer.java:1767)                 | DEBUG | registerMediaEventListener()
vlcj: (DefaultMediaPlayer.java:1773)                 | DEBUG | event=libvlc_MediaMetaChanged
vlcj: (DefaultMediaPlayer.java:1775)                 | DEBUG | result=0
vlcj: (DefaultMediaPlayer.java:1773)                 | DEBUG | event=libvlc_MediaSubItemAdded
vlcj: (DefaultMediaPlayer.java:1775)                 | DEBUG | result=0
vlcj: (DefaultMediaPlayer.java:1773)                 | DEBUG | event=libvlc_MediaDurationChanged
vlcj: (DefaultMediaPlayer.java:1775)                 | DEBUG | result=0
vlcj: (DefaultMediaPlayer.java:1773)                 | DEBUG | event=libvlc_MediaParsedChanged
vlcj: (DefaultMediaPlayer.java:1775)                 | DEBUG | result=0
vlcj: (DefaultMediaPlayer.java:1773)                 | DEBUG | event=libvlc_MediaFreed
vlcj: (DefaultMediaPlayer.java:1775)                 | DEBUG | result=0
vlcj: (DefaultMediaPlayer.java:1773)                 | DEBUG | event=libvlc_MediaStateChanged
vlcj: (DefaultMediaPlayer.java:1775)                 | DEBUG | result=0
vlcj: (DefaultMediaPlayer.java:1603)                 | DEBUG | mrl(mediaInstance=native@0x7fe98c2443b0 (uk.co.caprica.vlcj.binding.internal.libvlc_media_t@8c24c399))
vlcj: (DefaultMediaPlayer.java:712)                  | DEBUG | play()
vlcj: (DefaultEmbeddedMediaPlayer.java:314)          | DEBUG | onBeforePlay()
vlcj: (DefaultEmbeddedMediaPlayer.java:151)          | DEBUG | attachVideoSurface()
vlcj: (CanvasVideoSurface.java:67)                   | DEBUG | attach()
vlcj: (CanvasVideoSurface.java:70)                   | DEBUG | componentId=75497504
vlcj: (TestPlayer.java:387)                          | DEBUG | mediaChanged(mediaPlayer=uk.co.caprica.vlcj.player.embedded.DefaultEmbeddedMediaPlayer@1ac8f289,media=native@0x7fe98c2443b0 (uk.co.caprica.vlcj.binding.internal.libvlc_media_t@8c24c399),mrl=file:///home/harmsk/Videos/formative.mp4)
vlcj: (LinuxVideoSurfaceAdapter.java:39)             | DEBUG | attach(componentId=75497504)
vlcj: (DefaultMediaPlayer.java:1990)                 | DEBUG | mediaChanged(mediaPlayer=uk.co.caprica.vlcj.player.embedded.DefaultEmbeddedMediaPlayer@1ac8f289,media=native@0x7fe98c2443b0 (uk.co.caprica.vlcj.binding.internal.libvlc_media_t@8c24c399),mrl=file:///home/harmsk/Videos/formative.mp4)
vlcj: (DefaultMediaPlayer.java:1994)                 | DEBUG | Raising event for new media
vlcj: (CanvasVideoSurface.java:72)                   | DEBUG | video surface attached
[00007fe98c24a508] core input debug: Creating an input for 'formative.mp4'
vlcj: (TestPlayer.java:511)                          | DEBUG | mediaMetaChanged(mediaPlayer=uk.co.caprica.vlcj.player.embedded.DefaultEmbeddedMediaPlayer@1ac8f289,metaType=12)
vlcj: (TestPlayer.java:511)                          | DEBUG | mediaMetaChanged(mediaPlayer=uk.co.caprica.vlcj.player.embedded.DefaultEmbeddedMediaPlayer@1ac8f289,metaType=15)
[00007fe98c24a508] core input debug: using timeshift granularity of 50 MiB, in path '/tmp'
vlcj: (DefaultMediaPlayer.java:715)                  | DEBUG | after play
vlcj: (DefaultEmbeddedMediaPlayer.java:238)          | DEBUG | enableOverlay(enable=true)
vlcj: (TestPlayer.java:506)                          | DEBUG | mediaStateChanged(mediaPlayer=uk.co.caprica.vlcj.player.embedded.DefaultEmbeddedMediaPlayer@1ac8f289,newState=1)
[00007fe98c24a508] core input debug: `file:///home/harmsk/Videos/formative.mp4' gives access `file' demux `' path `/home/harmsk/Videos/formative.mp4'
[00007fe98c24a508] core input debug: specified demux `any'
[00007fe98c24a508] core input debug: creating demux: access='file' demux='any' location='/home/harmsk/Videos/formative.mp4' file='/home/harmsk/Videos/formative.mp4'
[00007fe98802a6a8] core demux debug: looking for access_demux module matching "file": 20 candidates
[00007fe98802a6a8] core demux debug: no access_demux modules matched
[00007fe98c24a508] core input debug: creating access 'file' location='/home/harmsk/Videos/formative.mp4', path='/home/harmsk/Videos/formative.mp4'
[00007fe98802a6a8] core access debug: looking for access module matching "file": 24 candidates
[00007fe98802a6a8] filesystem access debug: opening file `/home/harmsk/Videos/formative.mp4'
[00007fe98802a6a8] core access debug: using access module "filesystem"
[00007fe98802eb18] core stream debug: Using stream method for AStream*
[00007fe98802eb18] core stream debug: starting pre-buffering
[00007fe98802eb18] core stream debug: received first data after 0 ms
[00007fe98802eb18] core stream debug: pre-buffering done 1024 bytes in 0s - 125000 KiB/s
[00007fe98802ed78] core stream debug: looking for stream_filter module matching "any": 9 candidates
[00007fe98802ed78] core stream debug: no stream_filter modules matched
[00007fe98802ed78] core stream debug: looking for stream_filter module matching "record": 9 candidates
[00007fe98802ed78] core stream debug: using stream_filter module "record"
[00007fe98c24a508] core input debug: creating demux: access='file' demux='any' location='/home/harmsk/Videos/formative.mp4' file='/home/harmsk/Videos/formative.mp4'
[00007fe988035c38] core demux debug: looking for demux module matching "mp4": 65 candidates
[00007fe988035c38] mp4 demux debug: added fragment moov
[00007fe98802ed78] mp4 stream debug: dumping root Box "root"
[00007fe98802ed78] mp4 stream debug: |   + ftyp size 32 offset 0
[00007fe98802ed78] mp4 stream debug: |   + free size 8 offset 32
[00007fe98802ed78] mp4 stream debug: |   + mdat size 3588362 offset 40
[00007fe98802ed78] mp4 stream debug: |   + moov size 5115 offset 3588402
[00007fe98802ed78] mp4 stream debug: |   |   + mvhd size 108 offset 3588410
[00007fe98802ed78] mp4 stream debug: |   |   + trak size 4902 offset 3588518
[00007fe98802ed78] mp4 stream debug: |   |   |   + tkhd size 92 offset 3588526
[00007fe98802ed78] mp4 stream debug: |   |   |   + edts size 36 offset 3588618
[00007fe98802ed78] mp4 stream debug: |   |   |   |   + elst size 28 offset 3588626
[00007fe98802ed78] mp4 stream debug: |   |   |   + mdia size 4766 offset 3588654
[00007fe98802ed78] mp4 stream debug: |   |   |   |   + mdhd size 32 offset 3588662
[00007fe98802ed78] mp4 stream debug: |   |   |   |   + hdlr size 45 offset 3588694
[00007fe98802ed78] mp4 stream debug: |   |   |   |   + minf size 4681 offset 3588739
[00007fe98802ed78] mp4 stream debug: |   |   |   |   |   + vmhd size 20 offset 3588747
[00007fe98802ed78] mp4 stream debug: |   |   |   |   |   + dinf size 36 offset 3588767
[00007fe98802ed78] mp4 stream debug: |   |   |   |   |   |   + dref size 28 offset 3588775
[00007fe98802ed78] mp4 stream debug: |   |   |   |   |   |   |   + url  size 12 offset 3588791
[00007fe98802ed78] mp4 stream debug: |   |   |   |   |   + stbl size 4617 offset 3588803
[00007fe98802ed78] mp4 stream debug: |   |   |   |   |   |   + stsd size 153 offset 3588811
[00007fe98802ed78] mp4 stream debug: |   |   |   |   |   |   |   + avc1 size 137 offset 3588827
[00007fe98802ed78] mp4 stream debug: |   |   |   |   |   |   |   |   + avcC size 51 offset 3588913
[00007fe98802ed78] mp4 stream debug: |   |   |   |   |   |   + stts size 24 offset 3588964
[00007fe98802ed78] mp4 stream debug: |   |   |   |   |   |   + stss size 36 offset 3588988
[00007fe98802ed78] mp4 stream debug: |   |   |   |   |   |   + stsc size 64 offset 3589024
[00007fe98802ed78] mp4 stream debug: |   |   |   |   |   |   + stsz size 4300 offset 3589088
[00007fe98802ed78] mp4 stream debug: |   |   |   |   |   |   + stco size 32 offset 3593388
[00007fe98802ed78] mp4 stream debug: |   |   + udta size 97 offset 3593420
[00007fe98802ed78] mp4 stream debug: |   |   |   + meta size 89 offset 3593428
[00007fe98802ed78] mp4 stream debug: |   |   |   |   + hdlr size 33 offset 3593440
[00007fe98802ed78] mp4 stream debug: |   |   |   |   + ilst size 44 offset 3593473
[00007fe98802ed78] mp4 stream debug: |   |   |   |   |   + ctoo size 36 offset 3593481
[00007fe988035c38] mp4 demux debug: ISO Media file (isom) version 512.
[00007fe988035c38] mp4 demux debug: found 1 tracks
[00007fe988035c38] mp4 demux warning: elst box found
[00007fe988035c38] mp4 demux debug:    - [0] duration=107000ms media time=0ms) rate=1.0
[00007fe988035c38] mp4 demux debug: track[Id 0x1] read 4 chunk
[00007fe988035c38] mp4 demux warning: STTS table of 1 entries
[00007fe988035c38] mp4 demux debug: track[Id 0x1] read 1070 samples length:107s
[00007fe98c24a508] core input debug: selecting program id=0
vlcj: (TestPlayer.java:511)                          | DEBUG | mediaMetaChanged(mediaPlayer=uk.co.caprica.vlcj.player.embedded.DefaultEmbeddedMediaPlayer@1ac8f289,metaType=12)
vlcj: (TestPlayer.java:511)                          | DEBUG | mediaMetaChanged(mediaPlayer=uk.co.caprica.vlcj.player.embedded.DefaultEmbeddedMediaPlayer@1ac8f289,metaType=13)
vlcj: (TestPlayer.java:511)                          | DEBUG | mediaMetaChanged(mediaPlayer=uk.co.caprica.vlcj.player.embedded.DefaultEmbeddedMediaPlayer@1ac8f289,metaType=15)
[00007fe988035c38] mp4 demux debug: adding track[Id 0x1] video (enable) language undef
[00007fe988035c38] mp4 demux debug: fragment offset 3588402, data 48<->3588402, duration 0
[00007fe988035c38] core demux debug: using demux module "mp4"
vlcj: (TestPlayer.java:491)                          | DEBUG | mediaDurationChanged(mediaPlayer=uk.co.caprica.vlcj.player.embedded.DefaultEmbeddedMediaPlayer@1ac8f289,newDuration=107000)
[00007fe98c24a508] core input debug: looking for a subtitle file in /home/harmsk/Videos/
[00007fe98803c048] core decoder debug: looking for decoder module matching "any": 42 candidates
[00007fe98803c048] avcodec decoder debug: CPU flags: 0x010013db
[00007fe98803c048] avcodec decoder debug: trying to use direct rendering
[00007fe98803c048] avcodec decoder debug: allowing 3 thread(s) for decoding
[00007fe98803c048] avcodec decoder debug: avcodec codec (H264 - MPEG-4 AVC (part 10)) started
[00007fe98803c048] avcodec decoder debug: using frame thread mode with 3 threads
[00007fe98803c048] core decoder debug: using decoder module "avcodec"
[00007fe98811ce98] core demux meta debug: looking for meta reader module matching "any": 2 candidates
TagLib: MP4: No audio tracks
[00007fe98811ce98] lua demux meta debug: Trying Lua scripts in /home/harmsk/.local/share/vlc/lua/meta/reader
[00007fe98811ce98] lua demux meta debug: Trying Lua scripts in /usr/lib64/vlc/lua/meta/reader
[00007fe98811ce98] lua demux meta debug: Trying Lua playlist script /usr/lib64/vlc/lua/meta/reader/filename.luac
[00007fe98811ce98] lua demux meta debug: Trying Lua scripts in /usr/share/vlc/lua/meta/reader
[00007fe98811ce98] core demux meta debug: no meta reader modules matched
vlcj: (TestPlayer.java:496)                          | DEBUG | mediaParsedChanged(mediaPlayer=uk.co.caprica.vlcj.player.embedded.DefaultEmbeddedMediaPlayer@1ac8f289,newStatus=1)
vlcj: (TestPlayer.java:511)                          | DEBUG | mediaMetaChanged(mediaPlayer=uk.co.caprica.vlcj.player.embedded.DefaultEmbeddedMediaPlayer@1ac8f289,metaType=15)
[00007fe98c24a508] core input debug: `file:///home/harmsk/Videos/formative.mp4' successfully opened
vlcj: (TestPlayer.java:506)                          | DEBUG | mediaStateChanged(mediaPlayer=uk.co.caprica.vlcj.player.embedded.DefaultEmbeddedMediaPlayer@1ac8f289,newState=3)
vlcj: (TestPlayer.java:402)                          | DEBUG | playing(mediaPlayer=uk.co.caprica.vlcj.player.embedded.DefaultEmbeddedMediaPlayer@1ac8f289)
vlcj: (DefaultMediaPlayer.java:575)                  | DEBUG | getMediaDetails()
vlcj: (DefaultMediaPlayer.java:654)                  | DEBUG | getTitleCount()
vlcj: (DefaultMediaPlayer.java:672)                  | DEBUG | getVideoTrackCount()
vlcj: (DefaultMediaPlayer.java:691)                  | DEBUG | getVideoTrackCount()
vlcj: (DefaultMediaPlayer.java:939)                  | DEBUG | getSpuCount()
vlcj: (DefaultMediaPlayer.java:1019)                 | DEBUG | getTitleDescriptions()
vlcj: (DefaultMediaPlayer.java:1231)                 | DEBUG | getTrackDescriptions()
vlcj: (DefaultMediaPlayer.java:1026)                 | DEBUG | getVideoDescriptions()
vlcj: (DefaultMediaPlayer.java:1231)                 | DEBUG | getTrackDescriptions()
vlcj: (DefaultMediaPlayer.java:1033)                 | DEBUG | getAudioDescriptions()
vlcj: (DefaultMediaPlayer.java:1231)                 | DEBUG | getTrackDescriptions()
vlcj: (DefaultMediaPlayer.java:1040)                 | DEBUG | getSpuDescriptions()
vlcj: (DefaultMediaPlayer.java:1231)                 | DEBUG | getTrackDescriptions()
vlcj: (DefaultMediaPlayer.java:1075)                 | DEBUG | getAllChapterDescriptions()
vlcj: (DefaultMediaPlayer.java:654)                  | DEBUG | getTitleCount()
vlcj: (TestPlayer.java:404)                          | INFO  | mediaDetails=MediaDetails[titleCount=0,videoTrackCount=2,audioTrackCount=0,spuCount=0,titleDescriptions=[],videoDescriptions=[TrackDescription[id=-1,description=Disable], TrackDescription[id=0,description=Track 1]],audioDescriptions=[],spuDescriptions=[],chapterDescriptions=[]]
[00007fe988035c38] mp4 demux debug: elst (0) gives 0ms (movie)-> 0ms (track)
[00007fe988035c38] mp4 demux debug: track[Id 0x1] using Sync Sample Box (stss)
[00007fe988035c38] mp4 demux debug: stss gives 0 --> 0 (sample number)
[00007fe98c24a508] core input debug: Buffering 0%
[00007fe98803c048] avcodec decoder debug: available hardware decoder output format 53 (vaapi_vld)
[00007fe98803c048] avcodec decoder debug: available hardware decoder output format 109 (vdpau)
[00007fe98803c048] avcodec decoder debug: available software decoder output format 0 (yuv420p)
[00007fe998044de8] core generic debug: looking for hw decoder module matching "any": 4 candidates
[00007fe98c24a508] core input debug: Buffering 33%
[00007fe98c24a508] core input debug: Buffering 66%
[00007fe98c24a508] core input debug: Buffering 100%
[00007fe98c24a508] core input debug: Stream buffering done (400 ms in 33 ms)
[00007fe998044de8] vdpau_avcodec generic debug: video surface limits: 4096x4096
[00007fe998044de8] vdpau_avcodec generic error: decoder profile not supported: 6
[00007fe998044de8] core generic debug: no hw decoder modules matched
[00007fe98803c048] avcodec decoder debug: available hardware decoder output format 53 (vaapi_vld)
[00007fe98803c048] avcodec decoder debug: available hardware decoder output format 109 (vdpau)
[00007fe98803c048] avcodec decoder debug: available software decoder output format 0 (yuv420p)
[00007fe998044de8] core generic debug: looking for hw decoder module matching "any": 4 candidates
[00007fe998044de8] vdpau_avcodec generic debug: video surface limits: 4096x4096
[00007fe998044de8] vdpau_avcodec generic error: decoder profile not supported: 6
[00007fe998044de8] core generic debug: no hw decoder modules matched
[00007fe998055248] core spu text debug: looking for text renderer module matching "any": 3 candidates
[00007fe998055248] freetype spu text debug: Building font databases.
[00007fe998055248] freetype spu text debug: Took 0 microseconds
[00007fe998055248] freetype spu text debug: Using Serif Bold as font from file /usr/share/fonts/dejavu/DejaVuSans.ttf
[00007fe998055248] freetype spu text debug: Using Monospace as mono-font from file /usr/share/fonts/dejavu/DejaVuSansMono.ttf
[00007fe998055248] freetype spu text debug: using fontsize: 2
[00007fe998055248] core spu text debug: using text renderer module "freetype"
[00007fe99806c3e8] core scale debug: looking for video filter2 module matching "any": 63 candidates
[00007fe99806c3e8] swscale scale debug: 32x32 (32x32) chroma: YUVA -> 16x16 (16x16) chroma: RGBA with scaling using Bicubic (good quality)
[00007fe99806c3e8] core scale debug: using video filter2 module "swscale"
[00007fe9980c6b88] core scale debug: looking for video filter2 module matching "any": 63 candidates
[00007fe9980c6b88] yuvp scale debug: YUVP to YUVA converter
[00007fe9980c6b88] core scale debug: using video filter2 module "yuvp"
[00007fe998053e38] core video output debug: Deinterlacing available
[00007fe998053e38] core video output debug: deinterlace 0, mode blend, is_needed 0
[00007fe998053e38] core video output debug: Opening vout display wrapper
[00007fe9a492d038] core vout display debug: looking for vout display module matching "xid": 14 candidates
[00007fe9a492e398] core window debug: looking for vout window xid module matching "embed-xid,any": 4 candidates
[00007fe9a492e398] core window debug: using vout window xid module "xcb_window"
[00007fe9a492fa48] core inhibit debug: looking for inhibit module matching "any": 2 candidates
[00007fe9a492fa48] dbus_screensaver inhibit debug: found service org.freedesktop.ScreenSaver
[00007fe9a492fa48] core inhibit debug: using inhibit module "dbus_screensaver"
[00007fe9a492d038] xcb vout display debug: connected to X11.0 server
[00007fe9a492d038] xcb vout display debug:  vendor : Fedora Project
[00007fe9a492d038] xcb vout display debug:  version: 11602901
[00007fe9a492d038] xcb vout display debug: using screen 0x2f0
[00007fe9a492d038] vdpau_display vout display debug: using back-end NVIDIA VDPAU Driver Shared Library  346.35  Sat Jan 10 20:57:09 PST 2015
[00007fe9a492d038] vdpau_display vout display debug: using RGBA format 2
[00007fe9a492d038] vdpau_display vout display debug: using X11 window 0x04c00001
[00007fe9a492d038] core vout display debug: VoutDisplayEvent 'fullscreen' 0
[00007fe9a492d038] core vout display debug: VoutDisplayEvent 'resize' 805x600 window
[00007fe9a492d038] core vout display debug: using vout display module "vdpau_display"
[00007fe9a492d038] core vout display debug: A filter to adapt decoder to display is needed
[00007fe9a4c8f418] core filter debug: looking for video filter2 module matching "any": 63 candidates
[00007fe9a4c8f418] core filter debug: using video filter2 module "vdpau_chroma"
[00007fe9a492d038] core vout display debug: Filter 'VDPAU' (0x7fe9a4c8f418) appended to chain
[00007fe998053e38] core video output debug: original format sz 400x322, of (0,0), vsz 400x300, 4cc I420, sar 1:1, msk r0x0 g0x0 b0x0
[00007fe998055248] core spu text debug: removing module "freetype"
[00007fe998055248] core spu text debug: looking for text renderer module matching "any": 3 candidates
[00007fe998055248] freetype spu text debug: Building font databases.
[00007fe998055248] freetype spu text debug: Took 1 microseconds
[00007fe998055248] freetype spu text debug: Using Serif Bold as font from file /usr/share/fonts/dejavu/DejaVuSans.ttf
[00007fe998055248] freetype spu text debug: Using Monospace as mono-font from file /usr/share/fonts/dejavu/DejaVuSansMono.ttf
[00007fe998055248] freetype spu text debug: using fontsize: 2
[00007fe998055248] core spu text debug: using text renderer module "freetype"
vlcj: (TestPlayer.java:414)                          | DEBUG | videoOutput(mediaPlayer=uk.co.caprica.vlcj.player.embedded.DefaultEmbeddedMediaPlayer@1ac8f289,newCount=1)
vlcj: (DefaultMediaPlayer.java:575)                  | DEBUG | getMediaDetails()
vlcj: (DefaultMediaPlayer.java:654)                  | DEBUG | getTitleCount()
vlcj: (DefaultMediaPlayer.java:672)                  | DEBUG | getVideoTrackCount()
vlcj: (DefaultMediaPlayer.java:691)                  | DEBUG | getVideoTrackCount()
vlcj: (DefaultMediaPlayer.java:939)                  | DEBUG | getSpuCount()
vlcj: (DefaultMediaPlayer.java:1019)                 | DEBUG | getTitleDescriptions()
vlcj: (DefaultMediaPlayer.java:1231)                 | DEBUG | getTrackDescriptions()
vlcj: (DefaultMediaPlayer.java:1026)                 | DEBUG | getVideoDescriptions()
vlcj: (DefaultMediaPlayer.java:1231)                 | DEBUG | getTrackDescriptions()
vlcj: (DefaultMediaPlayer.java:1033)                 | DEBUG | getAudioDescriptions()
vlcj: (DefaultMediaPlayer.java:1231)                 | DEBUG | getTrackDescriptions()
[00007fe98803c048] avcodec decoder warning: plane 0 not aligned
[00007fe98803c048] avcodec decoder warning: disabling direct rendering
[00007fe9a492d038] core vout display warning: VoutDisplayEvent 'pictures invalid'
[00007fe9a492d038] core vout display warning: VoutDisplayEvent 'pictures invalid'
[00007fe9a492d038] core vout display warning: VoutDisplayEvent 'pictures invalid'
[00007fe9a492d038] vdpau_display vout display debug: resetting pictures
[00007fe98803c048] core decoder debug: End of video preroll
vlcj: (DefaultMediaPlayer.java:1040)                 | DEBUG | getSpuDescriptions()
vlcj: (DefaultMediaPlayer.java:1231)                 | DEBUG | getTrackDescriptions()
vlcj: (DefaultMediaPlayer.java:1075)                 | DEBUG | getAllChapterDescriptions()
vlcj: (DefaultMediaPlayer.java:654)                  | DEBUG | getTitleCount()
vlcj: (TestPlayer.java:420)                          | INFO  | mediaDetails=MediaDetails[titleCount=0,videoTrackCount=2,audioTrackCount=0,spuCount=0,titleDescriptions=[],videoDescriptions=[TrackDescription[id=-1,description=Disable], TrackDescription[id=0,description=Track 1]],audioDescriptions=[],spuDescriptions=[],chapterDescriptions=[]]
vlcj: (DefaultMediaPlayer.java:286)                  | DEBUG | getMediaMeta()
vlcj: (DefaultMediaPlayer.java:292)                  | DEBUG | getMediaMeta(media=native@0x7fe98c2443b0 (uk.co.caprica.vlcj.binding.internal.libvlc_media_t@8c24c399))
[00007fe9a492d038] core vout display debug: Filter 0x7fe9a4c8f418 removed from chain
[00007fe9a4c8f418] core filter debug: removing module "vdpau_chroma"
[00007fe9a492d038] core vout display debug: A filter to adapt decoder to display is needed
[00007fe9a4915008] core filter debug: looking for video filter2 module matching "any": 63 candidates
[00007fe9a4915008] core filter debug: using video filter2 module "vdpau_chroma"
[00007fe9a492d038] core vout display debug: Filter 'VDPAU' (0x7fe9a4915008) appended to chain
[00007fe98803c048] core decoder debug: Received first picture
[00007fe98c24a508] core input debug: Decoder wait done in 582 ms
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00000033fbc59d32, pid=16729, tid=140641736947456
#
# JRE version: Java(TM) SE Runtime Environment (8.0_25-b17) (build 1.8.0_25-b17)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.25-b02 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C  [libvlccore.so.8+0x59d32]  vlc_meta_Get+0x2
#
# 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/harmsk/Documents/Development/workspace-lgna/vlcj/hs_err_pid16729.log
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
caprica commented 9 years ago

I think this also relates to the fact that you are using pre-release VLC 2.2.0-rc2 built three months ago, whereas vlcj-git requires vlc-2.2.0-git.

The crash is in getting the meta data, well, there were new meta data fields added with VLC 2.2.0, most likely AFTER the build you have.

What vlcj does is it asks what is the runtime VLC version, if it's 2.1.x it gets so and so meta data, if it's 2.2.x it gets such and such new meta data.

So here again, vlcj correctly discovers VLC 2.2.0 at runtime, but your VLC 2.2.0 pre-release is not new enough.

This is only happening, I'm sure, because you are using this 'old' pre-release 2.2.0 build. When 2.2.0 final is released, this won't happen.

vlcj can't really do anything else, it has conditional code in for VLC 2.1.x vs VLC 2.2.x, but it's not right to start adding conditions based on git changeset hash.

caprica commented 9 years ago

In short, you fix it by using the latest vlc 2.2.0-git, use the release VLC 2.2.0 (not available yet), or downgrade to VLC 2.1.x.

caprica commented 9 years ago

A bit similar to #301 I suppose.

caprica commented 9 years ago

By the way, thanks for posting those logs. It was pretty clear what the issue was straightaway having seen your logs.

harmsk commented 9 years ago

Ok. Thanks. Your explanation makes perfect since. Do you have any idea why vlcj 2.4.1 doesn't have any issue with vlc-2.2.0-rc2?

I honestly don't want to have to maintain rpm packages of vlc 2.1 for fedora 21 (since, if you have rpmfusion installed it will just keep trying to upgrade it 2.2.0-rc2 anyway) or rpms of vlc 2.2-git. So I'm trying to figure out a solution that will work for our users without much fuss.

Or at the very least, if they have a version of vlc installed that isn't supported, I'd like to turn off vlc in my app so it doesn't completely crash on them. What do you think? Grab libvlc_get_version() and then check if it's one of these testing releases: http://download.videolan.org/pub/videolan/testing/ and then shut it down? Or just switch back to vlcj-2.4.1 until 2.2 is out and it's pretty available in linux package repositories?

thoughts?

caprica commented 9 years ago

If you're happy for your users to use a pre-release VLC, then all bets are off aren't they.

vlcj 2.4.1 does not have any issue with VLC 2.2.0 RC2 because vlcj 2.4.1 does not try and get the newly added meta data fields that exist in VLC 2.2.0 after RC2.

vlcj 3.x does try and get the newly added meta data fields if it detects the VLC runtime is 2.2.0 or later.

For the reasons I mentioned earlier, I am not going to add code to vlcj to conditionally check and enable features based on a git changeset hash. I don't think that's unreasonable.

If your Linux distribution ships a pre-release 2.2.0 of VLC, then you should pester your Linux distribution maintainers to update their VLC package - but they likely won't unless VLC push 2.2.0 RC 3 or 2.2.0 final. They won't support an arbitrary git changeset hash, just like I won't.

An option for you is to patch vlcj to remove the new meta data calls, they're pretty easy to spot in DefaultMediaMeta.java.

caprica commented 9 years ago

I would also add, that whilst vlcj always keeps up to date with vlc-git, a particular vlcj release will always (at least this is the intention) work and be supported with a particular release version of VLC.

What I can't support is a guarantee that a particular vlcj release will work with a particular VLC pre-release.

caprica commented 9 years ago

Actually there's a pretty obvious answer here...

You can do your own version checking in your own application, you can even check for a git commit hash if you want... (vlcj provides a LibVlcVersion class you might be able to use).

And then conditionally call mediaPlayer.getMediaMeta().

It's only the TestPlayer that is explicitly calling mediaPlayer.getMediaMeta() - nothing says you must call that - maybe you don't need it in your application, or maybe you can just conditionally not support meta data for the pre-release VLC.

harmsk commented 9 years ago

I totally agree... I'm just trying to come up with a solution that gives our users the best experience. I don't think you should support pre-releases. But I also can't control what version of vlc is installed on a users system. And if that version is going to totally crash the vm, then I've got to figure something out to make the experience better.

Interestingly, no where do I getMediaMeta in our application (we don't use any of this data). You can see in the first post that I'm getting these crashes on prepareMedia(), start(), mrl(), isPlayable()... so I'm not sure I can conditionally work around this other then just not use vlc if I detect a pre-release... which seems totally reasonable considering the circumstances.

You've been really helpful. Again, thanks.

caprica commented 9 years ago

Well now we have the problem of you conflating different problems into this one (now) long issue.

If you are crashing or locking up in prepareMedia(), start() and so on, than that is something entirely different to the meta data crash we've been discussing. I haven't seen enough information from you posted on those other crashes to say why it's happening.

For each unique situation that causes a crash, I need to see the vlcj log, the VLC native log, and the hotspot crash dump, and each one should be in a separate issue.