pjmedia_vid_dev_refresh crash in worker thread

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi all,

Thanks in advance for your help.

I still investigate this crash. And i need some explanation:
1.  In file v4l2_dev.c function

static pj_status_t v4l2_scan_devs(vid4lin_factory *f)


has


    if (f->dev_pool) {

        pj_pool_release(f->dev_pool);

        f->dev_pool = NULL;

    }


is this thread safe?



I think about it because i always have glibc detection "memory
corruption" and then Qt crash.


2.

And I try to reinit pjmedia_sub system(shutdown than init) instead of
pjmedia_vid_dev_refresh. It doesnt crash.


Best Regards,

R. Savchenko.





2013/8/2 ????? ???????? <gmstima at gmail.com>

> Hi all,
>
> I try refresh video devices from  another thread. But i have crash or
> memory corruption. My thread proc is:
>
> volatitle bool flag;
>
> int thread_proc(void*)
> {
>     for ( ; flag; )
>     {
>         pjmedia_vid_dev_refresh();
>         /*some code in future*/
>     }
>
>    return 0;
> }
>
> its corruption:
>
> *** glibc detected *** /home/stima/projects/Webcam/build/debug/webcam:
> malloc(): memory corruption: 0x0000000002127560 ***
>
>
>
> its crash:
>
>
> *** glibc detected *** /home/stima/projects/Webcam/build/debug/webcam:
> free(): invalid next size (normal): 0x00000000024dc000 ***
>
> ======= Backtrace: =========
>
> /lib/x86_64-linux-gnu/libc.so.6(+0x7eb96)[0x7fba9377eb96]
>
>
> /home/stima/Qt/5.1.0/gcc_64/lib/libQt5Gui.so.5(_ZN8QPainter3endEv+0x15b)[0x7fba94e4002b]
>
>
> /home/stima/Qt/5.1.0/gcc_64/lib/libQt5Gui.so.5(_ZN8QPainterD2Ev+0x88)[0x7fba94e403c8]
>
>
> /home/stima/Qt/5.1.0/gcc_64/lib/libQt5Widgets.so.5(+0x16f915)[0x7fba956b7915]
>
>
> /home/stima/Qt/5.1.0/gcc_64/lib/libQt5Widgets.so.5(+0x147af9)[0x7fba9568faf9]
>
>
> /home/stima/Qt/5.1.0/gcc_64/lib/libQt5Widgets.so.5(_ZN14QWidgetPrivate16syncBackingStoreEv+0x3e)[0x7fba956af48e]
>
>
> /home/stima/Qt/5.1.0/gcc_64/lib/libQt5Widgets.so.5(_ZN7QWidget5eventEP6QEvent+0x7af)[0x7fba956ba88f]
>
>
> /home/stima/Qt/5.1.0/gcc_64/lib/libQt5Widgets.so.5(_ZN19QApplicationPrivate13notify_helperEP7QObjectP6QEvent+0xb4)[0x7fba95683b44]
>
>
> /home/stima/Qt/5.1.0/gcc_64/lib/libQt5Widgets.so.5(_ZN12QApplication6notifyEP7QObjectP6QEvent+0x456)[0x7fba95686e96]
>
>
> /home/stima/Qt/5.1.0/gcc_64/lib/libQt5Core.so.5(_ZN16QCoreApplication14notifyInternalEP7QObjectP6QEvent+0x84)[0x7fba94759a94]
>
>
> /home/stima/Qt/5.1.0/gcc_64/lib/libQt5Core.so.5(_ZN23QCoreApplicationPrivate16sendPostedEventsEP7QObjectiP11QThreadData+0x280)[0x7fba9475c360]
>
> /home/stima/Qt/5.1.0/gcc_64/lib/libQt5Core.so.5(+0x2a3a13)[0x7fba947a3a13]
>
>
> /lib/x86_64-linux-gnu/libglib-2.0.so.0(g_main_context_dispatch+0x133)[0x7fba90e2fd53]
>
> /lib/x86_64-linux-gnu/libglib-2.0.so.0(+0x480a0)[0x7fba90e300a0]
>
>
> /lib/x86_64-linux-gnu/libglib-2.0.so.0(g_main_context_iteration+0x34)[0x7fba90e30164]
>
>
> /home/stima/Qt/5.1.0/gcc_64/lib/libQt5Core.so.5(_ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE+0x64)[0x7fba947a3e54]
>
>
> /home/stima/Qt/5.1.0/gcc_64/lib/libQt5Core.so.5(_ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE+0xcb)[0x7fba9475882b]
>
>
> /home/stima/Qt/5.1.0/gcc_64/lib/libQt5Core.so.5(_ZN16QCoreApplication4execEv+0x80)[0x7fba9475c8f0]
>
> /home/stima/projects/Webcam/build/debug/webcam[0x41559c]
>
> /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xed)[0x7fba9372176d]
>
> /home/stima/projects/Webcam/build/debug/webcam[0x412bc9]
>
> ======= Memory map: ========
>
> 00400000-00638000 r-xp 00000000 fc:03 8920131
> /home/stima/projects/Webcam/build/debug/webcam
>
> 00837000-0083a000 r--p 00237000 fc:03 8920131
> /home/stima/projects/Webcam/build/debug/webcam
>
> 0083a000-00845000 rw-p 0023a000 fc:03 8920131
> /home/stima/projects/Webcam/build/debug/webcam
>
> 00845000-008c7000 rw-p 00000000 00:00 0
>
> 02173000-0261d000 rw-p 00000000 00:00 0 [heap]
>
> 7fba58000000-7fba58021000 rw-p 00000000 00:00 0
>
> 7fba58021000-7fba5c000000 ---p 00000000 00:00 0
>
> 7fba5c000000-7fba5c021000 rw-p 00000000 00:00 0
>
> 7fba5c021000-7fba60000000 ---p 00000000 00:00 0
>
> 7fba60000000-7fba602aa000 rw-p 00000000 00:00 0
>
> 7fba602aa000-7fba64000000 ---p 00000000 00:00 0
>
> 7fba66e27000-7fba66e28000 ---p 00000000 00:00 0
>
> 7fba66e28000-7fba67628000 rwxp 00000000 00:00 0
>
> 7fba67628000-7fba6779c000 rw-s 00000000 00:04 381845506 /SYSV00000000
> (deleted)
>
> 7fba677a0000-7fba677a4000 r-xp 00000000 fc:03 10357067
> /home/stima/Qt/5.1.0/gcc_64/plugins/imageformats/libqwbmp.so
>
> 7fba677a4000-7fba679a4000 ---p 00004000 fc:03 10357067
> /home/stima/Qt/5.1.0/gcc_64/plugins/imageformats/libqwbmp.so
>
> 7fba679a4000-7fba679a5000 r--p 00004000 fc:03 10357067
> /home/stima/Qt/5.1.0/gcc_64/plugins/imageformats/libqwbmp.so
>
> 7fba679a5000-7fba679a6000 rw-p 00005000 fc:03 10357067
> /home/stima/Qt/5.1.0/gcc_64/plugins/imageformats/libqwbmp.so
>
> 7fba679a8000-7fba67a00000 r-xp 00000000 fc:03 10357066
> /home/stima/Qt/5.1.0/gcc_64/plugins/imageformats/libqtiff.so
>
> 7fba67a00000-7fba67c00000 ---p 00058000 fc:03 10357066
> /home/stima/Qt/5.1.0/gcc_64/plugins/imageformats/libqtiff.so
>
> 7fba67c00000-7fba67c02000 r--p 00058000 fc:03 10357066
> /home/stima/Qt/5.1.0/gcc_64/plugins/imageformats/libqtiff.so
>
> 7fba67c02000-7fba67c03000 rw-p 0005a000 fc:03 10357066
> /home/stima/Qt/5.1.0/gcc_64/plugins/imageformats/libqtiff.so
>
> 7fba67c08000-7fba67c0d000 r-xp 00000000 fc:03 10357065
> /home/stima/Qt/5.1.0/gcc_64/plugins/imageformats/libqtga.so
>
> 7fba67c0d000-7fba67e0c000 ---p 00005000 fc:03 10357065
> /home/stima/Qt/5.1.0/gcc_64/plugins/imageformats/libqtga.so
>
> 7fba67e0c000-7fba67e0d000 r--p 00004000 fc:03 10357065
> /home/stima/Qt/5.1.0/gcc_64/plugins/imageformats/libqtga.so
>
> 7fba67e0d000-7fba67e0e000 rw-p 00005000 fc:03 10357065
> /home/stima/Qt/5.1.0/gcc_64/plugins/imageformats/libqtga.so
>
> 7fba67e10000-7fba67e5e000 r-xp 00000000 fc:03 9449229
> /home/stima/Qt/5.1.0/gcc_64/lib/libQt5Svg.so.5.1.0
>
> 7fba67e5e000-7fba6805e000 ---p 0004e000 fc:03 9449229
> /home/stima/Qt/5.1.0/gcc_64/lib/libQt5Svg.so.5.1.0
>
> 7fba6805e000-7fba68060000 r--p 0004e000 fc:03 9449229
> /home/stima/Qt/5.1.0/gcc_64/lib/libQt5Svg.so.5.1.0
>
> 7fba68060000-7fba68062000 rw-p 00050000 fc:03 9449229
> /home/stima/Qt/5.1.0/gcc_64/lib/libQt5Svg.so.5.1.0
>
> 7fba68068000-7fba6806d000 r-xp 00000000 fc:03 10357064
> /home/stima/Qt/5.1.0/gcc_64/plugins/imageformats/libqsvg.so
>
> 7fba6806d000-7fba6826c000 ---p 00005000 fc:03 10357064
> /home/stima/Qt/5.1.0/gcc_64/plugins/imageformats/libqsvg.so
>
> 7fba6826c000-7fba6826d000 r--p 00004000 fc:03 10357064
> /home/stima/Qt/5.1.0/gcc_64/plugins/imageformats/libqsvg.so
>
> 7fba6826d000-7fba6826e000 rw-p 00005000 fc:03 10357064
> /home/stima/Qt/5.1.0/gcc_64/plugins/imageformats/libqsvg.so
>
> 7fba68270000-7fba682cb000 r-xp 00000000 fc:03 10355825
> /home/stima/Qt/5.1.0/gcc_64/plugins/imageformats/libqmng.so
>
> 7fba682cb000-7fba684cb000 ---p 0005b000 fc:03 10355825
> /home/stima/Qt/5.1.0/gcc_64/plugins/imageformats/libqmng.so
>
> 7fba684cb000-7fba684ce000 r--p 0005b000 fc:03 10355825
> /home/stima/Qt/5.1.0/gcc_64/plugins/imageformats/libqmng.so
>
> 7fba684ce000-7fba684cf000 rw-p 0005e000 fc:03 10355825
> /home/stima/Qt/5.1.0/gcc_64/plugins/imageformats/libqmng.so
>
> 7fba684d0000-7fba6850f000 r-xp 00000000 fc:03 10355593
> /home/stima/Qt/5.1.0/gcc_64/plugins/imageformats/libqjpeg.so
>
> 7fba6850f000-7fba6870e000 ---p 0003f000 fc:03 10355593
> /home/stima/Qt/5.1.0/gcc_64/plugins/imageformats/libqjpeg.so
>
> 7fba6870e000-7fba6870f000 r--p 0003e000 fc:03 10355593
> /home/stima/Qt/5.1.0/gcc_64/plugins/imageformats/libqjpeg.so
>
> 7fba6870f000-7fba68710000 rw-p 0003f000 fc:03 10355593
> /home/stima/Qt/5.1.0/gcc_64/plugins/imageformats/libqjpeg.so
>
> 7fba68710000-7fba68716000 r-xp 00000000 fc:03 10355592
> /home/stima/Qt/5.1.0/gcc_64/plugins/imageformats/libqico.so
>
> 7fba68716000-7fba68915000 ---p 00006000 fc:03 10355592
> /home/stima/Qt/5.1.0/gcc_64/plugins/imageformats/libqico.so
>
> 7fba68915000-7fba68916000 r--p 00005000 fc:03 10355592
> /home/stima/Qt/5.1.0/gcc_64/plugins/imageformats/libqico.so
>
> 7fba68916000-7fba68917000 rw-p 00006000 fc:03 10355592
> /home/stima/Qt/5.1.0/gcc_64/plugins/imageformats/libqico.so
>
> 7fba68918000-7fba6891e000 r-xp 00000000 fc:03 10355589
> /home/stima/Qt/5.1.0/gcc_64/plugins/imageformats/libqgif.so
>
> 7fba6891e000-7fba68b1d000 ---p 00006000 fc:03 10355589
> /home/stima/Qt/5.1.0/gcc_64/plugins/imageformats/libqgif.so
>
> 7fba68b1d000-7fba68b1e000 r--p 00005000 fc:03 10355589
> /home/stima/Qt/5.1.0/gcc_64/plugins/imageformats/libqgif.so
>
> 7fba68b1e000-7fba68b1f000 rw-p 00006000 fc:03 10355589
> /home/stima/Qt/5.1.0/gcc_64/plugins/imageformats/libqgif.so
>
> 7fba68b26000-7fba68b27000 ---p 00000000 00:00 0
>
> 7fba68b27000-7fba69327000 rwxp 00000000 00:00 0
>
> 7fba69327000-7fba69328000 ---p 00000000 00:00 0
>
> 7fba69328000-7fba69b28000 rwxp 00000000 00:00 0
>
> 7fba69b28000-7fba6ae03000 r-xp 00000000 fc:01 667824
> /usr/lib/x86_64-linux-gnu/libLLVM-3.0.so.1
>
> 7fba6ae03000-7fba6b003000 ---p 012db000 fc:01 667824
> /usr/lib/x86_64-linux-gnu/libLLVM-3.0.so.1
>
> 7fba6b003000-7fba6b17c000 r--p 012db000 fc:01 667824
> /usr/lib/x86_64-linux-gnu/libLLVM-3.0.so.1
>
> 7fba6b17c000-7fba6b290000 rw-p 01454000 fc:01 667824
> /usr/lib/x86_64-linux-gnu/libLLVM-3.0.so.1
>
> 7fba6b290000-7fba6b2a4000 rw-p 00000000 00:00 0
>
> 7fba6b2a8000-7fba6b483000 r-xp 00000000 fc:01 671032
> /usr/lib/x86_64-linux-gnu/dri/libgallium.so
>
> 7fba6b483000-7fba6b683000 ---p 001db000 fc:01 671032
> /usr/lib/x86_64-linux-gnu/dri/libgallium.so
>
> 7fba6b683000-7fba6b692000 r--p 001db000 fc:01 671032
> /usr/lib/x86_64-linux-gnu/dri/libgallium.so
>
> 7fba6b692000-7fba6b694000 rw-p 001ea000 fc:01 671032
> /usr/lib/x86_64-linux-gnu/dri/libgallium.so
>
> 7fba6b694000-7fba6b85c000 rw-p 00000000 00:00 0
>
> 7fba6b860000-7fba6b986000 r-xp 00000000 fc:01 671025
> /usr/lib/x86_64-linux-gnu/dri/libglsl.so
>
> 7fba6b986000-7fba6bb85000 ---p 00126000 fc:01 671025
> /usr/lib/x86_64-linux-gnu/dri/libglsl.so
>
> 7fba6bb85000-7fba6bb8e000 r--p 00125000 fc:01 671025
> /usr/lib/x86_64-linux-gnu/dri/libglsl.so
>
> 7fba6bb8e000-7fba6bb91000 rw-p 0012e000 fc:01 671025
> /usr/lib/x86_64-linux-gnu/dri/libglsl.so
>
> 7fba6bb91000-7fba6bb92000 rw-p 00000000 00:00 0
>
> 7fba6bb98000-7fba6bdd7000 r-xp 00000000 fc:01 671026
> /usr/lib/x86_64-linux-gnu/dri/libdricore.so
>
> 7fba6bdd7000-7fba6bfd7000 ---p 0023f000 fc:01 671026
> /usr/lib/x86_64-linux-gnu/dri/libdricore.so
>
> 7fba6bfd7000-7fba6bfe1000 r--p 0023f000 fc:01 671026
> /usr/lib/x86_64-linux-gnu/dri/libdricore.so
>
> 7fba6bfe1000-7fba6bfe4000 rw-p 00249000 fc:01 671026
> /usr/lib/x86_64-linux-gnu/dri/libdricore.so
>
> 7fba6bfe4000-7fba6bffa000 rw-p 00000000 00:00 0
>
> 7fba6c000000-7fba6c022000 rw-p 00000000 00:00 0
>
> 7fba6c022000-7fba70000000 ---p 00000000 00:00 0
>
> 7fba70020000-7fba70077000 r--p 00000000 fc:01 1588744
> /usr/share/fonts/truetype/ubuntu-font-family/Ubuntu-R.ttf
>
> 7fba70078000-7fba70128000 r--p 00000000 fc:01 1313690
> /usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf
>
> 7fba70128000-7fba7024b000 r-xp 00000000 fc:01 671033
> /usr/lib/x86_64-linux-gnu/dri/r600_dri.so
>
> 7fba7024b000-7fba7044a000 ---p 00123000 fc:01 671033
> /usr/lib/x86_64-linux-gnu/dri/r600_dri.so
>
> 7fba7044a000-7fba70459000 r--p 00122000 fc:01 671033
> /usr/lib/x86_64-linux-gnu/dri/r600_dri.so
>
> 7fba70459000-7fba7045d000 rw-p 00131000 fc:01 671033
> /usr/lib/x86_64-linux-gnu/dri/r600_dri.so
>
> 7fba7045d000-7fba705e4000 rw-p 00000000 00:00 0
>
> 7fba705e6000-7fba705e7000 ---p 00000000 00:00 0
>
> 7fba705e7000-7fba70de7000 rwxp 00000000 00:00 0
>
> 7fba70de7000-7fba70de8000 ---p 00000000 00:00 0
>
> 7fba70de8000-7fba715e8000 rwxp 00000000 00:00 0
>
> 7fba715e8000-7fba71614000 r-xp 00000000 fc:01 668815
> /usr/lib/x86_64-linux-gnu/alsa-lib/libasound_module_pcm_bluetooth.so
>
> 7fba71614000-7fba71814000 ---p 0002c000 fc:01 668815
> /usr/lib/x86_64-linux-gnu/alsa-lib/libasound_module_pcm_bluetooth.so
>
> 7fba71814000-7fba71815000 r--p 0002c000 fc:01 668815
> /usr/lib/x86_64-linux-gnu/alsa-lib/libasound_module_pcm_bluetooth.so
>
> 7fba71815000-7fba71818000 rw-p 0002d000 fc:01 668815
> /usr/lib/x86_64-linux-gnu/alsa-lib/libasound_module_pcm_bluetooth.so
>
> 7fba7181f000-7fba71820000 ---p 00000000 00:00 0
>
> 7fba71820000-7fba72020000 rwxp 00000000 00:00 0
>
> 7fba72020000-7fba72068000 r-xp 00000000 fc:01 665724
> /usr/lib/x86_64-linux-gnu/libFLAC.so.8.2.0
>
> 7fba72068000-7fba72268000 ---p 00048000 fc:01 665724
> /usr/lib/x86_64-linux-gnu/libFLAC.so.8.2.0
>
> 7fba72268000-7fba72269000 r--p 00048000 fc:01 665724
> /usr/lib/x86_64-linux-gnu/libFLAC.so.8.2.0
>
> 7fba72269000-7fba7226a000 rw-p 00049000 fc:01 665724
> /usr/lib/x86_64-linux-gnu/libFLAC.so.8.2.0
>
> 7fba72270000-7fba72275000 r-xp 00000000 fc:01 666516
> /usr/lib/x86_64-linux-gnu/libasyncns.so.0.3.1
>
> 7fba72275000-7fba72474000 ---p 00005000 fc:01 666516
> /usr/lib/x86_64-linux-gnu/libasyncns.so.0.3.1
>
> 7fba72474000-7fba72475000 r--p 00004000 fc:01 666516
> /usr/lib/x86_64-linux-gnu/libasyncns.so.0.3.1
>
> 7fba72475000-7fba72476000 rw-p 00005000 fc:01 666516
> /usr/lib/x86_64-linux-gnu/libasyncns.so.0.3.1
>
> 7fba72478000-7fba724d8000 r-xp 00000000 fc:01 666844
> /usr/lib/x86_64-linux-gnu/libsndfile.so.1.0.25
>
> 7fba724d8000-7fba726d8000 ---p 00060000 fc:01 666844
> /usr/lib/x86_64-linux-gnu/libsndfile.so.1.0.25
>
> 7fba726d8000-7fba726da000 r--p 00060000 fc:01 666844
> /usr/lib/x86_64-linux-gnu/libsndfile.so.1.0.25
>
> 7fba726da000-7fba726db000 rw-p 00062000 fc:01 666844
> /usr/lib/x86_64-linux-gnu/libsndfile.so.1.0.25
>
> 7fba726db000-7fba726df000 rw-p 00000000 00:00 0
>
> 7fba726e0000-7fba726e8000 r-xp 00000000 fc:01 528328
> /lib/x86_64-linux-gnu/libwrap.so.0.7.6
>
> 7fba726e8000-7fba728e7000 ---p 00008000 fc:01 528328
> /lib/x86_64-linux-gnu/libwrap.so.0.7.6
>
> 7fba728e7000-7fba728e8000 r--p 00007000 fc:01 528328
> /lib/x86_64-linux-gnu/libwrap.so.0.7.6
>
> 7fba728e8000-7fba728e9000 rw-p 00008000 fc:01 528328
> /lib/x86_64-linux-gnu/libwrap.so.0.7.6
>
> 7fba728f0000-7fba7294c000 r-xp 00000000 fc:01 666856
> /usr/lib/x86_64-linux-gnu/libpulsecommon-1.1.so
>
> 7fba7294c000-7fba72b4c000 ---p 0005c000 fc:01 666856
> /usr/lib/x86_64-linux-gnu/libpulsecommon-1.1.so
>
> 7fba72b4c000-7fba72b4d000 r--p 0005c000 fc:01 666856
> /usr/lib/x86_64-linux-gnu/libpulsecommon-1.1.so
>
> 7fba72b4d000-7fba72b4e000 rw-p 0005d000 fc:01 666856
> /usr/lib/x86_64-linux-gnu/libpulsecommon-1.1.so
>
> 7fba72b50000-7fba72b57000 r-xp 00000000 fc:01 666840
> /usr/lib/x86_64-linux-gnu/libjson.so.0.0.1
>
> 7fba72b57000-7fba72d56000 ---p 00007000 fc:01 666840
> /usr/lib/x86_64-linux-gnu/libjson.so.0.0.1
>
> 7fba72d56000-7fba72d57000 r--p 00006000 fc:01 666840
> /usr/lib/x86_64-linux-gnu/libjson.so.0.0.1
>
> 7fba72d57000-7fba72d58000 rw-p 00007000 fc:01 666840
> /usr/lib/x86_64-linux-gnu/libjson.so.0.0.1
>
> 7fba72d58000-7fba72d9e000 r-xp 00000000 fc:01 666858
> /usr/lib/x86_64-linux-gnu/libpulse.so.0.13.5
>
> 7fba72d9e000-7fba72f9e000 ---p 00046000 fc:01 666858
> /usr/lib/x86_64-linux-gnu/libpulse.so.0.13.5
>
> 7fba72f9e000-7fba72f9f000 r--p 00046000 fc:01 666858
> /usr/lib/x86_64-linux-gnu/libpulse.so.0.13.5
>
> 7fba72f9f000-7fba72fa0000 rw-p 00047000 fc:01 666858
> /usr/lib/x86_64-linux-gnu/libpulse.so.0.13.5
>
> 7fba72fa0000-7fba72fa6000 r-xp 00000000 fc:01 670693
> /usr/lib/x86_64-linux-gnu/alsa-lib/libasound_module_pcm_pulse.so
>
> 7fba72fa6000-7fba731a5000 ---p 00006000 fc:01 670693
> /usr/lib/x86_64-linux-gnu/alsa-lib/libasound_module_pcm_pulse.so
>
> 7fba731a5000-7fba731a6000 r--p 00005000 fc:01 670693
> /usr/lib/x86_64-linux-gnu/alsa-lib/libasound_module_pcm_pulse.so
>
> 7fba731a6000-7fba731a7000 rw-p 00006000 fc:01 670693
> /usr/lib/x86_64-linux-gnu/alsa-lib/libasound_module_pcm_pulse.so
>
> 7fba731a8000-7fba731b4000 r-xp 00000000 fc:01 524318
> /lib/x86_64-linux-gnu/libudev.so.0.13.0
>
> 7fba731b4000-7fba733b3000 ---p 0000c000 fc:01 524318
> /lib/x86_64-linux-gnu/libudev.so.0.13.0
>
> 7fba733b3000-7fba733b4000 r--p 0000b000 fc:01 524318
> /lib/x86_64-linux-gnu/libudev.so.0.13.0
>
> 7fba733b4000-7fba733b5000 rw-p 0000c000 fc:01 524318
> /lib/x86_64-linux-gnu/libudev.so.0.13.0
>
> 7fba733b8000-7fba733ce000 r-xp 00000000 fc:01 668892
> /usr/lib/x86_64-linux-gnu/gvfs/libgvfscommon.so
>
> 7fba733ce000-7fba735cd000 ---p 00016000 fc:01 668892
> /usr/lib/x86_64-linux-gnu/gvfs/libgvfscommon.so
>
> 7fba735cd000-7fba735ce000 r--p 00015000 fc:01 668892
> /usr/lib/x86_64-linux-gnu/gvfs/libgvfscommon.so
>
> 7fba735ce000-7fba735cf000 rw-p 00016000 fc:01 668892
> /usr/lib/x86_64-linux-gnu/gvfs/libgvfscommon.so
>
> 7fba735d0000-7fba735f8000 r-xp 00000000 fc:01 794514
> /usr/lib/x86_64-linux-gnu/gio/modules/libgvfsdbus.so
>
> 7fba735f8000-7fba737f7000 ---p 00028000 fc:01 794514
> /usr/lib/x86_64-linux-gnu/gio/modules/libgvfsdbus.so
>
> 7fba737f7000-7fba737f8000 r--p 00027000 fc:01 794514
> /usr/lib/x86_64-linux-gnu/gio/modules/libgvfsdbus.so
>
> 7fba737f8000-7fba737f9000 rw-p 00028000 fc:01 794514
> /usr/lib/x86_64-linux-gnu/gio/modules/libgvfsdbus.so
>
> 7fba737ff000-7fba73800000 ---p 00000000 00:00 0
>
> 7fba73800000-7fba74000000 rwxp 00000000 00:00 0
>
> 7fba74000000-7fba74022000 rw-p 00000000 00:00 0
>
> 7fba74022000-7fba78000000 ---p 00000000 00:00 0
>
> 7fba78018000-7fba7805c000 r-xp 00000000 fc:01 667819
> /usr/lib/x86_64-linux-gnu/libibus-1.0.so.0.401.0
>
> 7fba7805c000-7fba7825b000 ---p 00044000 fc:01 667819
> /usr/lib/x86_64-linux-gnu/libibus-1.0.so.0.401.0
>
> 7fba7825b000-7fba7825d000 r--p 00043000 fc:01 667819
> /usr/lib/x86_64-linux-gnu/libibus-1.0.so.0.401.0
>
> 7fba7825d000-7fba7825e000 rw-p 00045000 fc:01 667819
> /usr/lib/x86_64-linux-gnu/libibus-1.0.so.0.401.0
>
> 7fba7825e000-7fba7825f000 rw-p 00000000 00:00 0
>
> 7fba78260000-7fba78266000 r-xp 00000000 fc:01 1588210
> /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/immodules/im-ibus.so
>
> 7fba78266000-7fba78465000 ---p 00006000 fc:01 1588210
> /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/immodules/im-ibus.so
>
> 7fba78465000-7fba78466000 r--p 00005000 fc:01 1588210
> /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/immodules/im-ibus.so
>
> 7fba78466000-7fba78467000 rw-p 00006000 fc:01 1588210
> /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/immodules/im-ibus.so
>
> 7fba78468000-7fba7846a000 r-xp 00000000 fc:01 922794
> /usr/lib/x86_64-linux-gnu/pango/1.6.0/modules/pango-basic-fc.so
>
> 7fba7846a000-7fba78669000 ---p 00002000 fc:01 922794
> /usr/lib/x86_64-linux-gnu/pango/1.6.0/modules/pango-basic-fc.so
>
> 7fba78669000-7fba7866a000 r--p 00001000 fc:01 922794
> /usr/lib/x86_64-linux-gnu/pango/1.6.0/modules/pango-basic-fc.so
>
> 7fba7866a000-7fba7866b000 rw-p 00002000 fc:01 922794
> /usr/lib/x86_64-linux-gnu/pango/1.6.0/modules/pango-basic-fc.so
>
> 7fba78670000-7fba7868a000 r-xp 00000000 fc:01 663338
> /usr/lib/x86_64-linux-gnu/libdbusmenu-glib.so.4.0.13
>
> 7fba7868a000-7fba78889000 ---p 0001a000 fc:01 663338
> /usr/lib/x86_64-linux-gnu/libdbusmenu-glib.so.4.0.13
>
> 7fba78889000-7fba7888a000 r--p 00019000 fc:01 663338
> /usr/lib/x86_64-linux-gnu/libdbusmenu-glib.so.4.0.13
>
> 7fba7888a000-7fba7888b000 rw-p 0001a000 fc:01 663338
> /usr/lib/x86_64-linux-gnu/libdbusmenu-glib.so.4.0.13
>
> 7fba78890000-7fba788a2000 r-xp 00000000 fc:01 663456
> /usr/lib/x86_64-linux-gnu/libdbusmenu-gtk.so.4.0.13
>
> 7fba788a2000-7fba78aa1000 ---p 00012000 fc:01 663456
> /usr/lib/x86_64-linux-gnu/libdbusmenu-gtk.so.4.0.13
>
> 7fba78aa1000-7fba78aa2000 r--p 00011000 fc:01 663456
> /usr/lib/x86_64-linux-gnu/libdbusmenu-gtk.so.4.0.13
>
> 7fba78aa2000-7fba78aa3000 rw-p 00012000 fc:01 663456
> /usr/lib/x86_64-linux-gnu/libdbusmenu-gtk.so.4.0.13
>
> 7fba78aa8000-7fba78aad000 r-xp 00000000 fc:01 1572970
> /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/menuproxies/libappmenu.so
>
> 7fba78aad000-7fba78cac000 ---p 00005000 fc:01 1572970
> /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/menuproxies/libappmenu.so
>
> 7fba78cac000-7fba78cad000 r--p 00004000 fc:01 1572970
> /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/menuproxies/libappmenu.so
>
> 7fba78cad000-7fba78cae000 rw-p 00005000 fc:01 1572970
> /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/menuproxies/libappmenu.so
>
> 7fba78cb0000-7fba78cb3000 r-xp 00000000 fc:01 524609
> /lib/x86_64-linux-gnu/libgpg-error.so.0.8.0
>
> 7fba78cb3000-7fba78eb2000 ---p 00003000 fc:01 524609
> /lib/x86_64-linux-gnu/libgpg-error.so.0.8.0
>
> 7fba78eb2000-7fba78eb3000 r--p 00002000 fc:01 524609
> /lib/x86_64-linux-gnu/libgpg-error.so.0.8.0
>
> 7fba78eb3000-7fba78eb4000 rw-p 00003000 fc:01 524609
> /lib/x86_64-linux-gnu/libgpg-error.so.0.8.0
>
> 7fba78eb8000-7fba78ec9000 r-xp 00000000 fc:01 660935
> /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.0.0
>
> 7fba78ec9000-7fba790c8000 ---p 00011000 fc:01 660935
> /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.0.0
>
> 7fba790c8000-7fba790c9000 r--p 00010000 fc:01 660935
> /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.0.0
>
> 7fba790c9000-7fba790ca000 rw-p 00011000 fc:01 660935
> /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.0.0
>
> 7fba790d0000-7fba790e0000 r-xp 00000000 fc:01 660937
> /usr/lib/x86_64-linux-gnu/libtasn1.so.3.1.12
>
> 7fba790e0000-7fba792df000 ---p 00010000 fc:01 660937
> /usr/lib/x86_64-linux-gnu/libtasn1.so.3.1.12
>
> 7fba792df000-7fba792e0000 r--p 0000f000 fc:01 660937
> /usr/lib/x86_64-linux-gnu/libtasn1.so.3.1.12
>
> 7fba792e0000-7fba792e1000 rw-p 00010000 fc:01 660937
> /usr/lib/x86_64-linux-gnu/libtasn1.so.3.1.12
>
> 7fba792e8000-7fba792ed000 r-xp 00000000 fc:01 677774
> /usr/lib/x86_64-linux-gnu/libORBitCosNaming-2.so.0.1.0
>
> 7fba792ed000-7fba794ed000 ---p 00005000 fc:01 677774
> /usr/lib/x86_64-linux-gnu/libORBitCosNaming-2.so.0.1.0
>
> 7fba794ed000-7fba794ee000 r--p 00005000 fc:01 677774
> /usr/lib/x86_64-linux-gnu/libORBitCosNaming-2.so.0.1.0
>
> 7fba794ee000-7fba794ef000 rw-p 00006000 fc:01 677774
> /usr/lib/x86_64-linux-gnu/libORBitCosNaming-2.so.0.1.0
>
> 7fba794f0000-7fba794f4000 r-xp 00000000 fc:01 524399
> /lib/x86_64-linux-gnu/libuuid.so.1.3.0
>
> 7fba794f4000-7fba796f3000 ---p 00004000 fc:01 524399
> /lib/x86_64-linux-gnu/libuuid.so.1.3.0
>
> 7fba796f3000-7fba796f4000 r--p 00003000 fc:01 524399
> /lib/x86_64-linux-gnu/libuuid.so.1.3.0
>
> 7fba796f4000-7fba796f5000 rw-p 00004000 fc:01 524399
> /lib/x86_64-linux-gnu/libuuid.so.1.3.0
>
> 7fba796f8000-7fba79772000 r-xp 00000000 fc:01 528536
> /lib/x86_64-linux-gnu/libgcrypt.so.11.7.0
>
> 7fba79772000-7fba79972000 ---p 0007a000 fc:01 528536
> /lib/x86_64-linux-gnu/libgcrypt.so.11.7.0
>
> 7fba79972000-7fba79973000 r--p 0007a000 fc:01 528536
> /lib/x86_64-linux-gnu/libgcrypt.so.11.7.0
>
> 7fba79973000-7fba79976000 rw-p 0007b000 fc:01 528536
> /lib/x86_64-linux-gnu/libgcrypt.so.11.7.0
>
> 7fba79978000-7fba7997a000 r-xp 00000000 fc:01 528565 /lib/x86_64-linux-gnu/
> libutil-2.15.so
>
> 7fba7997a000-7fba79b79000 ---p 00002000 fc:01 528565 /lib/x86_64-linux-gnu/
> libutil-2.15.so
>
> 7fba79b79000-7fba79b7a000 r--p 00001000 fc:01 528565 /lib/x86_64-linux-gnu/
> libutil-2.15.so
>
> 7fba79b7a000-7fba79b7b000 rw-p 00002000 fc:01 528565 /lib/x86_64-linux-gnu/
> libutil-2.15.so
>
> 7fba79b80000-7fba79b90000 r-xp 00000000 fc:01 663762
> /usr/lib/x86_64-linux-gnu/libavahi-client.so.3.2.9
>
> 7fba79b90000-7fba79d8f000 ---p 00010000 fc:01 663762
> /usr/lib/x86_64-linux-gnu/libavahi-client.so.3.2.9
>
> 7fba79d8f000-7fba79d90000 r--p 0000f000 fc:01 663762
> /usr/lib/x86_64-linux-gnu/libavahi-client.so.3.2.9
>
> 7fba79d90000-7fba79d91000 rw-p 00010000 fc:01 663762
> /usr/lib/x86_64-linux-gnu/libavahi-client.so.3.2.9
>
> 7fba79d98000-7fba79da3000 r-xp 00000000 fc:01 663758
> /usr/lib/x86_64-linux-gnu/libavahi-common.so.3.5.3
>
> 7fba79da3000-7fba79fa2000 ---p 0000b000 fc:01 663758
> /usr/lib/x86_64-linux-gnu/libavahi-common.so.3.5.3
>
> 7fba79fa2000-7fba79fa3000 r--p 0000a000 fc:01 663758
> /usr/lib/x86_64-linux-gnu/libavahi-common.so.3.5.3
>
> 7fba79fa3000-7fba79fa4000 rw-p 0000b000 fc:01 663758
> /usr/lib/x86_64-linux-gnu/libavahi-common.so.3.5.3
>
> 7fba79fa8000-7fba79fab000 r-xp 00000000 fc:01 666550
> /usr/lib/x86_64-linux-gnu/libavahi-glib.so.1.0.2
>
> 7fba79fab000-7fba7a1aa000 ---p 00003000 fc:01 666550
> /usr/lib/x86_64-linux-gnu/libavahi-glib.so.1.0.2
>
> 7fba7a1aa000-7fba7a1ab000 r--p 00002000 fc:01 666550
> /usr/lib/x86_64-linux-gnu/libavahi-glib.so.1.0.2
>
> 7fba7a1ab000-7fba7a1ac000 rw-p 00003000 fc:01 666550
> /usr/lib/x86_64-linux-gnu/libavahi-glib.so.1.0.2
>
> 7fba7a1b0000-7fba7a264000 r-xp 00000000 fc:01 660940
> /usr/lib/x86_64-linux-gnu/libgnutls.so.26.21.8
>
> 7fba7a264000-7fba7a464000 ---p 000b4000 fc:01 660940
> /usr/lib/x86_64-linux-gnu/libgnutls.so.26.21.8
>
> 7fba7a464000-7fba7a46a000 r--p 000b4000 fc:01 660940
> /usr/lib/x86_64-linux-gnu/libgnutls.so.26.21.8
>
> 7fba7a46a000-7fba7a46b000 rw-p 000ba000 fc:01 660940
> /usr/lib/x86_64-linux-gnu/libgnutls.so.26.21.8
>
> 7fba7a46b000-7fba7a46c000 rw-p 00000000 00:00 0
>
> 7fba7a470000-7fba7a495000 r-xp 00000000 fc:01 660737
> /usr/lib/x86_64-linux-gnu/libdbus-glib-1.so.2.2.2
>
> 7fba7a495000-7fba7a694000 ---p 00025000 fc:01 660737
> /usr/lib/x86_64-linux-gnu/libdbus-glib-1.so.2.2.2
>
> 7fba7a694000-7fba7a695000 r--p 00024000 fc:01 660737
> /usr/lib/x86_64-linux-gnu/libdbus-glib-1.so.2.2.2
>
> 7fba7a695000-7fba7a696000 rw-p 00025000 fc:01 660737
> /usr/lib/x86_64-linux-gnu/libdbus-glib-1.so.2.2.2
>
> 7fba7a698000-7fba7a69f000 r-xp 00000000 fc:01 666932
> /usr/lib/x86_64-linux-gnu/libgailutil.so.18.0.1
>
> 7fba7a69f000-7fba7a89e000 ---p 00007000 fc:01 666932
> /usr/lib/x86_64-linux-gnu/libgailutil.so.18.0.1
>
> 7fba7a89e000-7fba7a89f000 r--p 00006000 fc:01 666932
> /usr/lib/x86_64-linux-gnu/libgailutil.so.18.0.1
>
> 7fba7a89f000-7fba7a8a0000 rw-p 00007000 fc:01 666932
> /usr/lib/x86_64-linux-gnu/libgailutil.so.18.0.1
>
> 7fba7a8a0000-7fba7a8ab000 r-xp 00000000 fc:01 524529
> /lib/x86_64-linux-gnu/libpopt.so.0.0.0
>
> 7fba7a8ab000-7fba7aaaa000 ---p 0000b000 fc:01 524529
> /lib/x86_64-linux-gnu/libpopt.so.0.0.0
>
> 7fba7aaaa000-7fba7aaab000 r--p 0000a000 fc:01 524529
> /lib/x86_64-linux-gnu/libpopt.so.0.0.0
>
> 7fba7aaab000-7fba7aaac000 rw-p 0000b000 fc:01 524529
> /lib/x86_64-linux-gnu/libpopt.so.0.0.0
>
> 7fba7aab0000-7fba7ac01000 r-xp 00000000 fc:01 674742
> /usr/lib/x86_64-linux-gnu/libxml2.so.2.7.8
>
> 7fba7ac01000-7fba7ae01000 ---p 00151000 fc:01 674742
> /usr/lib/x86_64-linux-gnu/libxml2.so.2.7.8
>
> 7fba7ae01000-7fba7ae09000 r--p 00151000 fc:01 674742
> /usr/lib/x86_64-linux-gnu/libxml2.so.2.7.8
>
> 7fba7ae09000-7fba7ae0b000 rw-p 00159000 fc:01 674742
> /usr/lib/x86_64-linux-gnu/libxml2.so.2.7.8
>
> 7fba7ae0b000-7fba7ae0c000 rw-p 00000000 00:00 0
>
> 7fba7ae10000-7fba7ae6a000 r-xp 00000000 fc:01 677772
> /usr/lib/x86_64-linux-gnu/libORBit-2.so.0.1.0
>
> 7fba7ae6a000-7fba7b06a000 ---p 0005a000 fc:01 677772
> /usr/lib/x86_64-linux-gnu/libORBit-2.so.0.1.0
>
> 7fba7b06a000-7fba7b079000 r--p 0005a000 fc:01 677772
> /usr/lib/x86_64-linux-gnu/libORBit-2.so.0.1.0
>
> 7fba7b079000-7fba7b07c000 rw-p 00069000 fc:01 677772
> /usr/lib/x86_64-linux-gnu/libORBit-2.so.0.1.0
>
> 7fba7b080000-7fba7b097000 r-xp 00000000 fc:01 677788
> /usr/lib/x86_64-linux-gnu/libbonobo-activation.so.4.0.0
>
> 7fba7b097000-7fba7b296000 ---p 00017000 fc:01 677788
> /usr/lib/x86_64-linux-gnu/libbonobo-activation.so.4.0.0
>
> 7fba7b296000-7fba7b298000 r--p 00016000 fc:01 677788
> /usr/lib/x86_64-linux-gnu/libbonobo-activation.so.4.0.0
>
> 7fba7b298000-7fba7b29a000 rw-p 00018000 fc:01 677788
> /usr/lib/x86_64-linux-gnu/libbonobo-activation.so.4.0.0
>
> 7fba7b2a0000-7fba7b302000 r-xp 00000000 fc:01 677798
> /usr/lib/x86_64-linux-gnu/libbonobo-2.so.0.0.0
>
> 7fba7b302000-7fba7b502000 ---p 00062000 fc:01 677798
> /usr/lib/x86_64-linux-gnu/libbonobo-2.so.0.0.0
>
> 7fba7b502000-7fba7b508000 r--p 00062000 fc:01 677798
> /usr/lib/x86_64-linux-gnu/libbonobo-2.so.0.0.0
>
> 7fba7b508000-7fba7b513000 rw-p 00068000 fc:01 677798
> /usr/lib/x86_64-linux-gnu/libbonobo-2.so.0.0.0
>
> 7fba7b518000-7fba7b52e000 r-xp 00000000 fc:01 666274
> /usr/lib/x86_64-linux-gnu/libICE.so.6.3.0
>
> 7fba7b52e000-7fba7b72d000 ---p 00016000 fc:01 666274
> /usr/lib/x86_64-linux-gnu/libICE.so.6.3.0
>
> 7fba7b72d000-7fba7b72e000 r--p 00015000 fc:01 666274
> /usr/lib/x86_64-linux-gnu/libICE.so.6.3.0
>
> 7fba7b72e000-7fba7b72f000 rw-p 00016000 fc:01 666274
> /usr/lib/x86_64-linux-gnu/libICE.so.6.3.0
>
> 7fba7b72f000-7fba7b732000 rw-p 00000000 00:00 0
>
> 7fba7b738000-7fba7b73f000 r-xp 00000000 fc:01 666278
> /usr/lib/x86_64-linux-gnu/libSM.so.6.0.1
>
> 7fba7b73f000-7fba7b93e000 ---p 00007000 fc:01 666278
> /usr/lib/x86_64-linux-gnu/libSM.so.6.0.1
>
> 7fba7b93e000-7fba7b93f000 r--p 00006000 fc:01 666278
> /usr/lib/x86_64-linux-gnu/libSM.so.6.0.1
>
> 7fba7b93f000-7fba7b940000 rw-p 00007000 fc:01 666278
> /usr/lib/x86_64-linux-gnu/libSM.so.6.0.1
>
> 7fba7b940000-7fba7b961000 r-xp 00000000 fc:01 665750
> /usr/lib/x86_64-linux-gnu/libgnome-keyring.so.0.2.0
>
> 7fba7b961000-7fba7bb60000 ---p 00021000 fc:01 665750
> /usr/lib/x86_64-linux-gnu/libgnome-keyring.so.0.2.0
>
> 7fba7bb60000-7fba7bb61000 r--p 00020000 fc:01 665750
> /usr/lib/x86_64-linux-gnu/libgnome-keyring.so.0.2.0
>
> 7fba7bb61000-7fba7bb62000 rw-p 00021000 fc:01 665750
> /usr/lib/x86_64-linux-gnu/libgnome-keyring.so.0.2.0
>
> 7fba7bb68000-7fba7bb95000 r-xp 00000000 fc:01 665436
> /usr/lib/x86_64-linux-gnu/libgconf-2.so.4.1.5
>
> 7fba7bb95000-7fba7bd94000 ---p 0002d000 fc:01 665436
> /usr/lib/x86_64-linux-gnu/libgconf-2.so.4.1.5
>
> 7fba7bd94000-7fba7bd95000 r--p 0002c000 fc:01 665436
> /usr/lib/x86_64-linux-gnu/libgconf-2.so.4.1.5
>
> 7fba7bd95000-7fba7bd96000 rw-p 0002d000 fc:01 665436
> /usr/lib/x86_64-linux-gnu/libgconf-2.so.4.1.5
>
> 7fba7bd98000-7fba7bdfa000 r-xp 00000000 fc:01 677829
> /usr/lib/x86_64-linux-gnu/libgnomevfs-2.so.0.2400.4
>
> 7fba7bdfa000-7fba7bffa000 ---p 00062000 fc:01 677829
> /usr/lib/x86_64-linux-gnu/libgnomevfs-2.so.0.2400.4
>
> 7fba7bffa000-7fba7bffd000 r--p 00062000 fc:01 677829
> /usr/lib/x86_64-linux-gnu/libgnomevfs-2.so.0.2400.4
>
> 7fba7bffd000-7fba7bfff000 rw-p 00065000 fc:01 677829
> /usr/lib/x86_64-linux-gnu/libgnomevfs-2.so.0.2400.4
>
> 7fba7bfff000-7fba7c000000 rw-p 00000000 00:00 0
>
> 7fba7c000000-7fba7c022000 rw-p 00000000 00:00 0
>
> 7fba7c022000-7fba80000000 ---p 00000000 00:00 0
>
> 7fba80011000-7fba8005e000 rw-p 00000000 00:00 0
>
> 7fba80090000-7fba80110000 rwxp 00000000 00:00 0
>
> 7fba80110000-7fba80128000 r-xp 00000000 fc:01 666512
> /usr/lib/x86_64-linux-gnu/libart_lgpl_2.so.2.3.21
>
> 7fba80128000-7fba80327000 ---p 00018000 fc:01 666512
> /usr/lib/x86_64-linux-gnu/libart_lgpl_2.so.2.3.21
>
> 7fba80327000-7fba80328000 r--p 00017000 fc:01 666512
> /usr/lib/x86_64-linux-gnu/libart_lgpl_2.so.2.3.21
>
> 7fba80328000-7fba80329000 rw-p 00018000 fc:01 666512
> /usr/lib/x86_64-linux-gnu/libart_lgpl_2.so.2.3.21
>
> 7fba80330000-7fba80345000 r-xp 00000000 fc:01 677840
> /usr/lib/x86_64-linux-gnu/libgnome-2.so.0.3200.1
>
> 7fba80345000-7fba80545000 ---p 00015000 fc:01 677840
> /usr/lib/x86_64-linux-gnu/libgnome-2.so.0.3200.1
>
> 7fba80545000-7fba80546000 r--p 00015000 fc:01 677840
> /usr/lib/x86_64-linux-gnu/libgnome-2.so.0.3200.1
>
> 7fba80546000-7fba80547000 rw-p 00016000 fc:01 677840
> /usr/lib/x86_64-linux-gnu/libgnome-2.so.0.3200.1
>
> 7fba80548000-7fba8057b000 r-xp 00000000 fc:01 677842
> /usr/lib/x86_64-linux-gnu/libgnomecanvas-2.so.0.3000.3
>
> 7fba8057b000-7fba8077b000 ---p 00033000 fc:01 677842
> /usr/lib/x86_64-linux-gnu/libgnomecanvas-2.so.0.3000.3
>
> 7fba8077b000-7fba8077c000 r--p 00033000 fc:01 677842
> /usr/lib/x86_64-linux-gnu/libgnomecanvas-2.so.0.3000.3
>
> 7fba8077c000-7fba8077d000 rw-p 00034000 fc:01 677842
> /usr/lib/x86_64-linux-gnu/libgnomecanvas-2.so.0.3000.3
>
> 7fba80780000-7fba807e9000 r-xp 00000000 fc:01 677844
> /usr/lib/x86_64-linux-gnu/libbonoboui-2.so.0.0.0
>
> 7fba807e9000-7fba809e8000 ---p 00069000 fc:01 677844
> /usr/lib/x86_64-linux-gnu/libbonoboui-2.so.0.0.0
>
> 7fba809e8000-7fba809e9000 r--p 00068000 fc:01 677844
> /usr/lib/x86_64-linux-gnu/libbonoboui-2.so.0.0.0
>
> 7fba809e9000-7fba809ec000 rw-p 00069000 fc:01 677844
> /usr/lib/x86_64-linux-gnu/libbonoboui-2.so.0.0.0
>
> 7fba809ec000-7fba809ed000 rw-p 00000000 00:00 0
>
> 7fba809f0000-7fba80a86000 r-xp 00000000 fc:01 677847
> /usr/lib/x86_64-linux-gnu/libgnomeui-2.so.0.2400.5
>
> 7fba80a86000-7fba80c85000 ---p 00096000 fc:01 677847
> /usr/lib/x86_64-linux-gnu/libgnomeui-2.so.0.2400.5
>
> 7fba80c85000-7fba80c88000 r--p 00095000 fc:01 677847
> /usr/lib/x86_64-linux-gnu/libgnomeui-2.so.0.2400.5
>
> 7fba80c88000-7fba80c8a000 rw-p 00098000 fc:01 677847
> /usr/lib/x86_64-linux-gnu/libgnomeui-2.so.0.2400.5
>
> 7fba80c8a000-7fba80c8b000 rw-p 00000000 00:00 0
>
> 7fba80c90000-7fba80c98000 r-xp 00000000 fc:01 663778
> /usr/lib/x86_64-linux-gnu/libltdl.so.7.3.0
>
> 7fba80c98000-7fba80e98000 ---p 00008000 fc:01 663778
> /usr/lib/x86_64-linux-gnu/libltdl.so.7.3.0
>
> 7fba80e98000-7fba80e99000 r--p 00008000 fc:01 663778
> /usr/lib/x86_64-linux-gnu/libltdl.so.7.3.0
>
> 7fba80e99000-7fba80e9a000 rw-p 00009000 fc:01 663778
> /usr/lib/x86_64-linux-gnu/libltdl.so.7.3.0
>
> 7fba80ea0000-7fba80eb0000 r-xp 00000000 fc:01 666602
> /usr/lib/x86_64-linux-gnu/libtdb.so.1.2.9
>
> 7fba80eb0000-7fba810af000 ---p 00010000 fc:01 666602
> /usr/lib/x86_64-linux-gnu/libtdb.so.1.2.9
>
> 7fba810af000-7fba810b0000 r--p 0000f000 fc:01 666602
> /usr/lib/x86_64-linux-gnu/libtdb.so.1.2.9
>
> 7fba810b0000-7fba810b1000 rw-p 00010000 fc:01 666602
> /usr/lib/x86_64-linux-gnu/libtdb.so.1.2.9
>
> 7fba810b8000-7fba810bf000 r-xp 00000000 fc:01 666608
> /usr/lib/x86_64-linux-gnu/libvorbisfile.so.3.3.4
>
> 7fba810bf000-7fba812be000 ---p 00007000 fc:01 666608
> /usr/lib/x86_64-linux-gnu/libvorbisfile.so.3.3.4
>
> 7fba812be000-7fba812bf000 r--p 00006000 fc:01 666608
> /usr/lib/x86_64-linux-gnu/libvorbisfile.so.3.3.4
>
> 7fba812bf000-7fba812c0000 rw-p 00007000 fc:01 666608
> /usr/lib/x86_64-linux-gnu/libvorbisfile.so.3.3.4
>
> 7fba812c0000-7fba812cf000 r-xp 00000000 fc:01 666614
> /usr/lib/x86_64-linux-gnu/libcanberra.so.0.2.5
>
> 7fba812cf000-7fba814ce000 ---p 0000f000 fc:01 666614
> /usr/lib/x86_64-linux-gnu/libcanberra.so.0.2.5
>
> 7fba814ce000-7fba814cf000 r--p 0000e000 fc:01 666614
> /usr/lib/x86_64-linux-gnu/libcanberra.so.0.2.5
>
> 7fba814cf000-7fba814d0000 rw-p 0000f000 fc:01 666614
> /usr/lib/x86_64-linux-gnu/libcanberra.so.0.2.5
>
> 7fba814d0000-7fba814d4000 r-xp 00000000 fc:01 666622
> /usr/lib/x86_64-linux-gnu/libcanberra-gtk.so.0.1.8
>
> 7fba814d4000-7fba816d3000 ---p 00004000 fc:01 666622
> /usr/lib/x86_64-linux-gnu/libcanberra-gtk.so.0.1.8
>
> 7fba816d3000-7fba816d4000 r--p 00003000 fc:01 666622
> /usr/lib/x86_64-linux-gnu/libcanberra-gtk.so.0.1.8
>
> 7fba816d4000-7fba816d5000 rw-p 00004000 fc:01 666622
> /usr/lib/x86_64-linux-gnu/libcanberra-gtk.so.0.1.8
>
> 7fba816d8000-7fba816dd000 r-xp 00000000 fc:01 1588299
> /usr/lib/x86_64-linux-gnu/gtk-2.0/modules/libcanberra-gtk-module.so
>
> 7fba816dd000-7fba818dc000 ---p 00005000 fc:01 1588299
> /usr/lib/x86_64-linux-gnu/gtk-2.0/modules/libcanberra-gtk-module.so
>
> 7fba818dc000-7fba818dd000 r--p 00004000 fc:01 1588299
> /usr/lib/x86_64-linux-gnu/gtk-2.0/modules/libcanberra-gtk-module.so
>
> 7fba818dd000-7fba818de000 rw-p 00005000 fc:01 1588299
> /usr/lib/x86_64-linux-gnu/gtk-2.0/modules/libcanberra-gtk-module.so
>
> 7fba818e0000-7fba8190f000 r-xp 00000000 fc:01 1588165
> /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/engines/libmurrine.so
>
> 7fba8190f000-7fba81b0f000 ---p 0002f000 fc:01 1588165
> /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/engines/libmurrine.so
>
> 7fba81b0f000-7fba81b10000 r--p 0002f000 fc:01 1588165
> /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/engines/libmurrine.so
>
> 7fba81b10000-7fba81b11000 rw-p 00030000 fc:01 1588165
> /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/engines/libmurrine.so
>
> 7fba81b16000-7fba81b17000 ---p 00000000 00:00 0
>
> 7fba81b17000-7fba82317000 rwxp 00000000 00:00 0
>
> 7fba82317000-7fba82318000 ---p 00000000 00:00 0
>
> 7fba82318000-7fba82b18000 rwxp 00000000 00:00 0
>
> 7fba82b18000-7fba82b1f000 r-xp 00000000 fc:01 793692
> /usr/lib/x86_64-linux-gnu/gio/modules/libdconfsettings.so
>
> 7fba82b1f000-7fba82d1e000 ---p 00007000 fc:01 793692
> /usr/lib/x86_64-linux-gnu/gio/modules/libdconfsettings.so
>
> 7fba82d1e000-7fba82d1f000 r--p 00006000 fc:01 793692
> /usr/lib/x86_64-linux-gnu/gio/modules/libdconfsettings.so
>
> 7fba82d1f000-7fba82d20000 rw-p 00007000 fc:01 793692
> /usr/lib/x86_64-linux-gnu/gio/modules/libdconfsettings.so
>
> 7fba82d20000-7fba82d30000 r-xp 00000000 fc:01 671176
> /usr/lib/liboverlay-scrollbar-0.2.so.0.0.16
>
> 7fba82d30000-7fba82f2f000 ---p 00010000 fc:01 671176
> /usr/lib/liboverlay-scrollbar-0.2.so.0.0.16
>
> 7fba82f2f000-7fba82f30000 r--p 0000f000 fc:01 671176
> /usr/lib/liboverlay-scrollbar-0.2.so.0.0.16
>
> 7fba82f30000-7fba82f31000 rw-p 00010000 fc:01 671176
> /usr/lib/liboverlay-scrollbar-0.2.so.0.0.16
>
> 7fba82f38000-7fba82f44000 r-xp 00000000 fc:01 528558 /lib/x86_64-linux-gnu/
> libnss_files-2.15.so
>
> 7fba82f44000-7fba83143000 ---p 0000c000 fc:01 528558 /lib/x86_64-linux-gnu/
> libnss_files-2.15.so
>
> 7fba83143000-7fba83144000 r--p 0000b000 fc:01 528558 /lib/x86_64-linux-gnu/
> libnss_files-2.15.so
>
> 7fba83144000-7fba83145000 rw-p 0000c000 fc:01 528558 /lib/x86_64-linux-gnu/
> libnss_files-2.15.so
>
> 7fba83148000-7fba83152000 r-xp 00000000 fc:01 528566 /lib/x86_64-linux-gnu/
> libnss_nis-2.15.so
>
> 7fba83152000-7fba83352000 ---p 0000a000 fc:01 528566 /lib/x86_64-linux-gnu/
> libnss_nis-2.15.so
>
> 7fba83352000-7fba83353000 r--p 0000a000 fc:01 528566 /lib/x86_64-linux-gnu/
> libnss_nis-2.15.so
>
> 7fba83353000-7fba83354000 rw-p 0000b000 fc:01 528566 /lib/x86_64-linux-gnu/
> libnss_nis-2.15.so
>
> 7fba83358000-7fba8336f000 r-xp 00000000 fc:01 528560 /lib/x86_64-linux-gnu/
> libnsl-2.15.so
>
> 7fba8336f000-7fba8356e000 ---p 00017000 fc:01 528560 /lib/x86_64-linux-gnu/
> libnsl-2.15.so
>
> 7fba8356e000-7fba8356f000 r--p 00016000 fc:01 528560 /lib/x86_64-linux-gnu/
> libnsl-2.15.so
>
> 7fba8356f000-7fba83570000 rw-p 00017000 fc:01 528560 /lib/x86_64-linux-gnu/
> libnsl-2.15.so
>
> 7fba83570000-7fba83572000 rw-p 00000000 00:00 0
>
> 7fba83578000-7fba83580000 r-xp 00000000 fc:01 524328 /lib/x86_64-linux-gnu/
> libnss_compat-2.15.so
>
> 7fba83580000-7fba8377f000 ---p 00008000 fc:01 524328 /lib/x86_64-linux-gnu/
> libnss_compat-2.15.so
>
> 7fba8377f000-7fba83780000 r--p 00007000 fc:01 524328 /lib/x86_64-linux-gnu/
> libnss_compat-2.15.so
>
> 7fba83780000-7fba83781000 rw-p 00008000 fc:01 524328 /lib/x86_64-linux-gnu/
> libnss_compat-2.15.so
>
> 7fba83788000-7fba837a0000 r-xp 00000000 fc:01 528567 /lib/x86_64-linux-gnu/
> libresolv-2.15.so
>
> 7fba837a0000-7fba839a0000 ---p 00018000 fc:01 528567 /lib/x86_64-linux-gnu/
> libresolv-2.15.so
>
> 7fba839a0000-7fba839a1000 r--p 00018000 fc:01 528567 /lib/x86_64-linux-gnu/
> libresolv-2.15.so
>
> 7fba839a1000-7fba839a2000 rw-p 00019000 fc:01 528567 /lib/x86_64-linux-gnu/
> libresolv-2.15.so
>
> 7fba839a2000-7fba839a4000 rw-p 00000000 00:00 0
>
> 7fba839a8000-7fba839c5000 r-xp 00000000 fc:01 524387
> /lib/x86_64-linux-gnu/libselinux.so.1
>
> 7fba839c5000-7fba83bc4000 ---p 0001d000 fc:01 524387
> /lib/x86_64-linux-gnu/libselinux.so.1
>
> 7fba83bc4000-7fba83bc5000 r--p 0001c000 fc:01 524387
> /lib/x86_64-linux-gnu/libselinux.so.1
>
> 7fba83bc5000-7fba83bc6000 rw-p 0001d000 fc:01 524387
> /lib/x86_64-linux-gnu/libselinux.so.1
>
> 7fba83bc6000-7fba83bc7000 rw-p 00000000 00:00 0
>
> 7fba83bc8000-7fba83bd0000 r-xp 00000000 fc:01 663380
> /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0
>
> 7fba83bd0000-7fba83dd0000 ---p 00008000 fc:01 663380
> /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0
>
> 7fba83dd0000-7fba83dd1000 r--p 00008000 fc:01 663380
> /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0
>
> 7fba83dd1000-7fba83dd2000 rw-p 00009000 fc:01 663380
> /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0
>
> 7fba83dd8000-7fba83dfe000 r-xp 00000000 fc:01 524383
> /lib/x86_64-linux-gnu/libpng12.so.0.46.0
>
> 7fba83dfe000-7fba83ffe000 ---p 00026000 fc:01 524383
> /lib/x86_64-linux-gnu/libpng12.so.0.46.0
>
> 7fba83ffe000-7fba83fff000 r--p 00026000 fc:01 524383
> /lib/x86_64-linux-gnu/libpng12.so.0.46.0
>
> 7fba83fff000-7fba84000000 rw-p 00027000 fc:01 524383
> /lib/x86_64-linux-gnu/libpng12.so.0.46.0
>
> 7fba84000000-7fba84021000 rw-p 00000000 00:00 0
>
> 7fba84021000-7fba88000000 ---p 00000000 00:00 0
>
> 7fba88000000-7fba88002000 r-xp 00000000 fc:01 663384
> /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0
>
> 7fba88002000-7fba88201000 ---p 00002000 fc:01 663384
> /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0
>
> 7fba88201000-7fba88202000 r--p 00001000 fc:01 663384
> /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0
>
> 7fba88202000-7fba88203000 rw-p 00002000 fc:01 663384
> /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0
>
> 7fba88208000-7fba88289000 r-xp 00000000 fc:01 663376
> /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.24.4
>
> 7fba88289000-7fba88488000 ---p 00081000 fc:01 663376
> /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.24.4
>
> 7fba88488000-7fba8848e000 r--p 00080000 fc:01 663376
> /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.24.4
>
> 7fba8848e000-7fba8848f000 rw-p 00086000 fc:01 663376
> /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.24.4
>
> 7fba88490000-7fba88493000 r-xp 00000000 fc:01 660040
> /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.3200.3
>
> 7fba88493000-7fba88692000 ---p 00003000 fc:01 660040
> /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.3200.3
>
> 7fba88692000-7fba88693000 r--p 00002000 fc:01 660040
> /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.3200.3
>
> 7fba88693000-7fba88694000 rw-p 00003000 fc:01 660040
> /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.3200.3
>
> 7fba88698000-7fba8869a000 r-xp 00000000 fc:01 665492
> /usr/lib/x86_64-linux-gnu/libXcomposite.so.1.0.0
>
> 7fba8869a000-7fba88899000 ---p 00002000 fc:01 665492
> /usr/lib/x86_64-linux-gnu/libXcomposite.so.1.0.0
>
> 7fba88899000-7fba8889a000 r--p 00001000 fc:01 665492
> /usr/lib/x86_64-linux-gnu/libXcomposite.so.1.0.0
>
> 7fba8889a000-7fba8889b000 rw-p 00002000 fc:01 665492
> /usr/lib/x86_64-linux-gnu/libXcomposite.so.1.0.0
>
> 7fba888a0000-7fba888a7000 r-xp 00000000 fc:01 665516
> /usr/lib/x86_64-linux-gnu/libXrandr.so.2.2.0
>
> 7fba888a7000-7fba88aa6000 ---p 00007000 fc:01 665516
> /usr/lib/x86_64-linux-gnu/libXrandr.so.2.2.0
>
> 7fba88aa6000-7fba88aa7000 r--p 00006000 fc:01 665516
> /usr/lib/x86_64-linux-gnu/libXrandr.so.2.2.0
>
> 7fba88aa7000-7fba88aa8000 rw-p 00007000 fc:01 665516
> /usr/lib/x86_64-linux-gnu/libXrandr.so.2.2.0
>
> 7fba88aa8000-7fba88aaa000 r-xp 00000000 fc:01 665512
> /usr/lib/x86_64-linux-gnu/libXinerama.so.1.0.0
>
> 7fba88aaa000-7fba88ca9000 ---p 00002000 fc:01 665512
> /usr/lib/x86_64-linux-gnu/libXinerama.so.1.0.0
>
> 7fba88ca9000-7fba88caa000 r--p 00001000 fc:01 665512
> /usr/lib/x86_64-linux-gnu/libXinerama.so.1.0.0
>
> 7fba88caa000-7fba88cab000 rw-p 00002000 fc:01 665512
> /usr/lib/x86_64-linux-gnu/libXinerama.so.1.0.0
>
> 7fba88cb0000-7fba88cd9000 r-xp 00000000 fc:01 663440
> /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.3000.0
>
> 7fba88cd9000-7fba88ed8000 ---p 00029000 fc:01 663440
> /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.3000.0
>
> 7fba88ed8000-7fba88ed9000 r--p 00028000 fc:01 663440
> /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.3000.0
>
> 7fba88ed9000-7fba88eda000 rw-p 00029000 fc:01 663440
> /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.3000.0
>
> 7fba88ee0000-7fba89028000 r-xp 00000000 fc:01 660044
> /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.3200.3
>
> 7fba89028000-7fba89227000 ---p 00148000 fc:01 660044
> /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.3200.3
>
> 7fba89227000-7fba8922b000 r--p 00147000 fc:01 660044
> /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.3200.3
>
> 7fba8922b000-7fba8922d000 rw-p 0014b000 fc:01 660044
> /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.3200.3
>
> 7fba8922d000-7fba8922f000 rw-p 00000000 00:00 0
>
> 7fba89230000-7fba8924e000 r-xp 00000000 fc:01 663364
> /usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0.2600.1
>
> 7fba8924e000-7fba8944e000 ---p 0001e000 fc:01 663364
> /usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0.2600.1
>
> 7fba8944e000-7fba8944f000 r--p 0001e000 fc:01 663364
> /usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0.2600.1
>
> 7fba8944f000-7fba89450000 rw-p 0001f000 fc:01 663364
> /usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0.2600.1
>
> 7fba89450000-7fba89509000 r-xp 00000000 fc:01 663392
> /usr/lib/x86_64-linux-gnu/libcairo.so.2.11000.2
>
> 7fba89509000-7fba89708000 ---p 000b9000 fc:01 663392
> /usr/lib/x86_64-linux-gnu/libcairo.so.2.11000.2
>
> 7fba89708000-7fba8970a000 r--p 000b8000 fc:01 663392
> /usr/lib/x86_64-linux-gnu/libcairo.so.2.11000.2
>
> 7fba8970a000-7fba8970b000 rw-p 000ba000 fc:01 663392
> /usr/lib/x86_64-linux-gnu/libcairo.so.2.11000.2
>
> 7fba8970b000-7fba8970e000 rw-p 00000000 00:00 0
>
> 7fba89710000-7fba8972f000 r-xp 00000000 fc:01 663342
> /usr/lib/x86_64-linux-gnu/libatk-1.0.so.0.20409.1
>
> 7fba8972f000-7fba8992f000 ---p 0001f000 fc:01 663342
> /usr/lib/x86_64-linux-gnu/libatk-1.0.so.0.20409.1
>
> 7fba8992f000-7fba89931000 r--p 0001f000 fc:01 663342
> /usr/lib/x86_64-linux-gnu/libatk-1.0.so.0.20409.1
>
> 7fba89931000-7fba89932000 rw-p 00021000 fc:01 663342
> /usr/lib/x86_64-linux-gnu/libatk-1.0.so.0.20409.1
>
> 7fba89938000-7fba89943000 r-xp 00000000 fc:01 663444
> /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.3000.0
>
> 7fba89943000-7fba89b42000 ---p 0000b000 fc:01 663444
> /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.3000.0
>
> 7fba89b42000-7fba89b43000 r--p 0000a000 fc:01 663444
> /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.3000.0
>
> 7fba89b43000-7fba89b44000 rw-p 0000b000 fc:01 663444
> /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.3000.0
>
> 7fba89b48000-7fba89b8e000 r-xp 00000000 fc:01 663442
> /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.3000.0
>
> 7fba89b8e000-7fba89d8e000 ---p 00046000 fc:01 663442
> /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.3000.0
>
> 7fba89d8e000-7fba89d90000 r--p 00046000 fc:01 663442
> /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.3000.0
>
> 7fba89d90000-7fba89d91000 rw-p 00048000 fc:01 663442
> /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.3000.0
>
> 7fba89d98000-7fba89e45000 r-xp 00000000 fc:01 666474
> /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0.2400.10
>
> 7fba89e45000-7fba8a044000 ---p 000ad000 fc:01 666474
> /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0.2400.10
>
> 7fba8a044000-7fba8a048000 r--p 000ac000 fc:01 666474
> /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0.2400.10
>
> 7fba8a048000-7fba8a04a000 rw-p 000b0000 fc:01 666474
> /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0.2400.10
>
> 7fba8a050000-7fba8a47d000 r-xp 00000000 fc:01 666472
> /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0.2400.10
>
> 7fba8a47d000-7fba8a67d000 ---p 0042d000 fc:01 666472
> /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0.2400.10
>
> 7fba8a67d000-7fba8a684000 r--p 0042d000 fc:01 666472
> /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0.2400.10
>
> 7fba8a684000-7fba8a688000 rw-p 00434000 fc:01 666472
> /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0.2400.10
>
> 7fba8a688000-7fba8a68a000 rw-p 00000000 00:00 0
>
> 7fba8a690000-7fba8a6a3000 r-xp 00000000 fc:03 10355591
> /home/stima/Qt/5.1.0/gcc_64/plugins/platformthemes/libqgtk2.so
>
> 7fba8a6a3000-7fba8a8a3000 ---p 00013000 fc:03 10355591
> /home/stima/Qt/5.1.0/gcc_64/plugins/platformthemes/libqgtk2.so
>
> 7fba8a8a3000-7fba8a8a4000 r--p 00013000 fc:03 10355591
> /home/stima/Qt/5.1.0/gcc_64/plugins/platformthemes/libqgtk2.so
>
> 7fba8a8a4000-7fba8a8a6000 rw-p 00014000 fc:03 10355591
> /home/stima/Qt/5.1.0/gcc_64/plugins/platformthemes/libqgtk2.so
>
> 7fba8a8a8000-7fba8a8ea000 r-xp 00000000 fc:01 524303
> /lib/x86_64-linux-gnu/libdbus-1.so.3.5.8
>
> 7fba8a8ea000-7fba8aaea000 ---p 00042000 fc:01 524303
> /lib/x86_64-linux-gnu/libdbus-1.so.3.5.8
>
> 7fba8aaea000-7fba8aaeb000 r--p 00042000 fc:01 524303
> /lib/x86_64-linux-gnu/libdbus-1.so.3.5.8
>
> 7fba8aaeb000-7fba8aaec000 rw-p 00043000 fc:01 524303
> /lib/x86_64-linux-gnu/libdbus-1.so.3.5.8
>
> 7fba8aaf0000-7fba8ab48000 r-xp 00000000 fc:03 10355568
> /home/stima/Qt/5.1.0/gcc_64/plugins/platforminputcontexts/libcomposeplatforminputcontextplugin.so
>
> 7fba8ab48000-7fba8ad48000 ---p 00058000 fc:03 10355568
> /home/stima/Qt/5.1.0/gcc_64/plugins/platforminputcontexts/libcomposeplatforminputcontextplugin.so
>
> 7fba8ad48000-7fba8ad5c000 r--p 00058000 fc:03 10355568
> /home/stima/Qt/5.1.0/gcc_64/plugins/platforminputcontexts/libcomposeplatforminputcontextplugin.so
>
> 7fba8ad5c000-7fba8ad5d000 rw-p 0006c000 fc:03 10355568
> /home/stima/Qt/5.1.0/gcc_64/plugins/platforminputcontexts/libcomposeplatforminputcontextplugin.so
>
> 7fba8ad60000-7fba8ad69000 r-xp 00000000 fc:01 665500
> /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
>
> 7fba8ad69000-7fba8af68000 ---p 00009000 fc:01 665500
> /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
>
> 7fba8af68000-7fba8af69000 r--p 00008000 fc:01 665500
> /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
>
> 7fba8af69000-7fba8af6a000 rw-p 00009000 fc:01 665500
> /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
>
> 7fba8af6f000-7fba8af70000 ---p 00000000 00:00 0
>
> 7fba8af70000-7fba8b770000 rwxp 00000000 00:00 0
>
> 7fba8b770000-7fba8b797000 r-xp 00000000 fc:01 524329
> /lib/x86_64-linux-gnu/libexpat.so.1.5.2
>
> 7fba8b797000-7fba8b997000 ---p 00027000 fc:01 524329
> /lib/x86_64-linux-gnu/libexpat.so.1.5.2
>
> 7fba8b997000-7fba8b999000 r--p 00027000 fc:01 524329
> /lib/x86_64-linux-gnu/libexpat.so.1.5.2
>
> 7fba8b999000-7fba8b99a000 rw-p 00029000 fc:01 524329
> /lib/x86_64-linux-gnu/libexpat.so.1.5.2
>
> 7fba8b9a0000-7fba8ba15000 r-xp 00000000 fc:03 9448127
> /home/stima/Qt/5.1.0/gcc_64/lib/libQt5DBus.so.5.1.0
>
> 7fba8ba15000-7fba8bc14000 ---p 00075000 fc:03 9448127
> /home/stima/Qt/5.1.0/gcc_64/lib/libQt5DBus.so.5.1.0
>
> 7fba8bc14000-7fba8bc16000 r--p 00074000 fc:03 9448127
> /home/stima/Qt/5.1.0/gcc_64/lib/libQt5DBus.so.5.1.0
>
> 7fba8bc16000-7fba8bc19000 rw-p 00076000 fc:03 9448127
> /home/stima/Qt/5.1.0/gcc_64/lib/libQt5DBus.so.5.1.0
>
> 7fba8bc20000-7fba8bc29000 r-xp 00000000 fc:01 663388
> /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
>
> 7fba8bc29000-7fba8be28000 ---p 00009000 fc:01 663388
> /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
>
> 7fba8be28000-7fba8be29000 r--p 00008000 fc:01 663388
> /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
>
> 7fba8be29000-7fba8be2a000 rw-p 00009000 fc:01 663388
> /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
>
> 7fba8be30000-7fba8bec6000 r-xp 00000000 fc:01 658612
> /usr/lib/x86_64-linux-gnu/libfreetype.so.6.8.0
>
> 7fba8bec6000-7fba8c0c5000 ---p 00096000 fc:01 658612
> /usr/lib/x86_64-linux-gnu/libfreetype.so.6.8.0
>
> 7fba8c0c5000-7fba8c0cb000 r--p 00095000 fc:01 658612
> /usr/lib/x86_64-linux-gnu/libfreetype.so.6.8.0
>
> 7fba8c0cb000-7fba8c0cc000 rw-p 0009b000 fc:01 658612
> /usr/lib/x86_64-linux-gnu/libfreetype.so.6.8.0
>
> 7fba8c0d0000-7fba8c104000 r-xp 00000000 fc:01 663372
> /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.4.4
>
> 7fba8c104000-7fba8c304000 ---p 00034000 fc:01 663372
> /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.4.4
>
> 7fba8c304000-7fba8c305000 r--p 00034000 fc:01 663372
> /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.4.4
>
> 7fba8c305000-7fba8c306000 rw-p 00035000 fc:01 663372
> /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.4.4
>
> 7fba8c308000-7fba8c316000 r-xp 00000000 fc:01 665508
> /usr/lib/x86_64-linux-gnu/libXi.so.6.1.0
>
> 7fba8c316000-7fba8c515000 ---p 0000e000 fc:01 665508
> /usr/lib/x86_64-linux-gnu/libXi.so.6.1.0
>
> 7fba8c515000-7fba8c516000 r--p 0000d000 fc:01 665508
> /usr/lib/x86_64-linux-gnu/libXi.so.6.1.0
>
> 7fba8c516000-7fba8c517000 rw-p 0000e000 fc:01 665508
> /usr/lib/x86_64-linux-gnu/libXi.so.6.1.0
>
> 7fba8c518000-7fba8c63b000 r-xp 00000000 fc:03 10355617
> /home/stima/Qt/5.1.0/gcc_64/plugins/platforms/libqxcb.so
>
> 7fba8c63b000-7fba8c83b000 ---p 00123000 fc:03 10355617
> /home/stima/Qt/5.1.0/gcc_64/plugins/platforms/libqxcb.so
>
> 7fba8c83b000-7fba8c854000 r--p 00123000 fc:03 10355617
> /home/stima/Qt/5.1.0/gcc_64/plugins/platforms/libqxcb.so
>
> 7fba8c854000-7fba8c85a000 rw-p 0013c000 fc:03 10355617
> /home/stima/Qt/5.1.0/gcc_64/plugins/platforms/libqxcb.so
>
> 7fba8c860000-7fba8cb29000 r--p 00000000 fc:01 661099
> /usr/lib/locale/locale-archive
>
> 7fba8cb30000-7fba8cb35000 r-xp 00000000 fc:01 661061
> /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
>
> 7fba8cb35000-7fba8cd34000 ---p 00005000 fc:01 661061
> /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
>
> 7fba8cd34000-7fba8cd35000 r--p 00004000 fc:01 661061
> /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
>
> 7fba8cd35000-7fba8cd36000 rw-p 00005000 fc:01 661061
> /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
>
> 7fba8cd38000-7fba8cd3a000 r-xp 00000000 fc:01 661059
> /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
>
> 7fba8cd3a000-7fba8cf39000 ---p 00002000 fc:01 661059
> /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
>
> 7fba8cf39000-7fba8cf3a000 r--p 00001000 fc:01 661059
> /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
>
> 7fba8cf3a000-7fba8cf3b000 rw-p 00002000 fc:01 661059
> /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
>
> 7fba8cf40000-7fba8e488000 r--p 00000000 fc:03 9449213
> /home/stima/Qt/5.1.0/gcc_64/lib/libicudata.so.51.1
>
> 7fba8e488000-7fba8e688000 ---p 01548000 fc:03 9449213
> /home/stima/Qt/5.1.0/gcc_64/lib/libicudata.so.51.1
>
> 7fba8e688000-7fba8e689000 rw-p 01548000 fc:03 9449213
> /home/stima/Qt/5.1.0/gcc_64/lib/libicudata.so.51.1
>
> 7fba8e690000-7fba8e69a000 r-xp 00000000 fc:01 665102
> /usr/lib/x86_64-linux-gnu/libdrm.so.2.4.0
>
> 7fba8e69a000-7fba8e899000 ---p 0000a000 fc:01 665102
> /usr/lib/x86_64-linux-gnu/libdrm.so.2.4.0
>
> 7fba8e899000-7fba8e89a000 r--p 00009000 fc:01 665102
> /usr/lib/x86_64-linux-gnu/libdrm.so.2.4.0
>
> 7fba8e89a000-7fba8e89b000 rw-p 0000a000 fc:01 665102
> /usr/lib/x86_64-linux-gnu/libdrm.so.2.4.0
>
> 7fba8e8a0000-7fba8e8a4000 r-xp 00000000 fc:01 666055
> /usr/lib/x86_64-linux-gnu/libXxf86vm.so.1.0.0
>
> 7fba8e8a4000-7fba8eaa3000 ---p 00004000 fc:01 666055
> /usr/lib/x86_64-linux-gnu/libXxf86vm.so.1.0.0
>
> 7fba8eaa3000-7fba8eaa4000 r--p 00003000 fc:01 666055
> /usr/lib/x86_64-linux-gnu/libXxf86vm.so.1.0.0
>
> 7fba8eaa4000-7fba8eaa5000 rw-p 00004000 fc:01 666055
> /usr/lib/x86_64-linux-gnu/libXxf86vm.so.1.0.0
>
> 7fba8eaa8000-7fba8eabd000 r-xp 00000000 fc:01 666042
> /usr/lib/x86_64-linux-gnu/libxcb-glx.so.0.0.0
>
> 7fba8eabd000-7fba8ecbc000 ---p 00015000 fc:01 666042
> /usr/lib/x86_64-linux-gnu/libxcb-glx.so.0.0.0
>
> 7fba8ecbc000-7fba8ecbe000 r--p 00014000 fc:01 666042
> /usr/lib/x86_64-linux-gnu/libxcb-glx.so.0.0.0
>
> 7fba8ecbe000-7fba8ecbf000 rw-p 00016000 fc:01 666042
> /usr/lib/x86_64-linux-gnu/libxcb-glx.so.0.0.0
>
> 7fba8ecc0000-7fba8ecc1000 r-xp 00000000 fc:01 666011
> /usr/lib/x86_64-linux-gnu/libX11-xcb.so.1.0.0
>
> 7fba8ecc1000-7fba8eec0000 ---p 00001000 fc:01 666011
> /usr/lib/x86_64-linux-gnu/libX11-xcb.so.1.0.0
>
> 7fba8eec0000-7fba8eec1000 r--p 00000000 fc:01 666011
> /usr/lib/x86_64-linux-gnu/libX11-xcb.so.1.0.0
>
> 7fba8eec1000-7fba8eec2000 rw-p 00001000 fc:01 666011
> /usr/lib/x86_64-linux-gnu/libX11-xcb.so.1.0.0
>
> 7fba8eec8000-7fba8eecd000 r-xp 00000000 fc:01 665496
> /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
>
> 7fba8eecd000-7fba8f0cc000 ---p 00005000 fc:01 665496
> /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
>
> 7fba8f0cc000-7fba8f0cd000 r--p 00004000 fc:01 665496
> /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
>
> 7fba8f0cd000-7fba8f0ce000 rw-p 00005000 fc:01 665496
> /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
>
> 7fba8f0d0000-7fba8f0d2000 r-xp 00000000 fc:01 665504
> /usr/lib/x86_64-linux-gnu/libXdamage.so.1.1.0
>
> 7fba8f0d2000-7fba8f2d1000 ---p 00002000 fc:01 665504
> /usr/lib/x86_64-linux-gnu/libXdamage.so.1.1.0
>
> 7fba8f2d1000-7fba8f2d2000 r--p 00001000 fc:01 665504
> /usr/lib/x86_64-linux-gnu/libXdamage.so.1.1.0
>
> 7fba8f2d2000-7fba8f2d3000 rw-p 00002000 fc:01 665504
> /usr/lib/x86_64-linux-gnu/libXdamage.so.1.1.0
>
> 7fba8f2d8000-7fba8f2e8000 r-xp 00000000 fc:01 661070
> /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
>
> 7fba8f2e8000-7fba8f4e7000 ---p 00010000 fc:01 661070
> /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
>
> 7fba8f4e7000-7fba8f4e8000 r--p 0000f000 fc:01 661070
> /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
>
> 7fba8f4e8000-7fba8f4e9000 rw-p 00010000 fc:01 661070
> /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
>
> 7fba8f4f0000-7fba8f511000 r-xp 00000000 fc:01 665988
> /usr/lib/x86_64-linux-gnu/libglapi.so.0.0.0
>
> 7fba8f511000-7fba8f710000 ---p 00021000 fc:01 665988
> /usr/lib/x86_64-linux-gnu/libglapi.so.0.0.0
>
> 7fba8f710000-7fba8f713000 r--p 00020000 fc:01 665988
> /usr/lib/x86_64-linux-gnu/libglapi.so.0.0.0
>
> 7fba8f713000-7fba8f714000 rw-p 00023000 fc:01 665988
> /usr/lib/x86_64-linux-gnu/libglapi.so.0.0.0
>
> 7fba8f714000-7fba8f715000 rw-p 00000000 00:00 0
>
> 7fba8f718000-7fba8f754000 r-xp 00000000 fc:01 524374
> /lib/x86_64-linux-gnu/libpcre.so.3.12.1
>
> 7fba8f754000-7fba8f953000 ---p 0003c000 fc:01 524374
> /lib/x86_64-linux-gnu/libpcre.so.3.12.1
>
> 7fba8f953000-7fba8f954000 r--p 0003b000 fc:01 524374
> /lib/x86_64-linux-gnu/libpcre.so.3.12.1
>
> 7fba8f954000-7fba8f955000 rw-p 0003c000 fc:01 524374
> /lib/x86_64-linux-gnu/libpcre.so.3.12.1
>
> 7fba8f958000-7fba8f95f000 r-xp 00000000 fc:01 656105
> /usr/lib/x86_64-linux-gnu/libffi.so.6.0.0
>
> 7fba8f95f000-7fba8fb5e000 ---p 00007000 fc:01 656105
> /usr/lib/x86_64-linux-gnu/libffi.so.6.0.0
>
> 7fba8fb5e000-7fba8fb5f000 r--p 00006000 fc:01 656105
> /usr/lib/x86_64-linux-gnu/libffi.so.6.0.0
>
> 7fba8fb5f000-7fba8fb60000 rw-p 00007000 fc:01 656105
> /usr/lib/x86_64-linux-gnu/libffi.so.6.0.0
>
> 7fba8fb60000-7fba8fb9e000 r-xp 00000000 fc:01 663348
> /usr/lib/x86_64-linux-gnu/libjpeg.so.8.0.2
>
> 7fba8fb9e000-7fba8fd9e000 ---p 0003e000 fc:01 663348
> /usr/lib/x86_64-linux-gnu/libjpeg.so.8.0.2
>
> 7fba8fd9e000-7fba8fd9f000 r--p 0003e000 fc:01 663348
> /usr/lib/x86_64-linux-gnu/libjpeg.so.8.0.2
>
> 7fba8fd9f000-7fba8fda0000 rw-p 0003f000 fc:01 663348
> /usr/lib/x86_64-linux-gnu/libjpeg.so.8.0.2
>
> 7fba8fda0000-7fba8fdb0000 rw-p 00000000 00:00 0
>
> 7fba8fdb0000-7fba8fdb6000 r-xp 00000000 fc:01 665642
> /usr/lib/x86_64-linux-gnu/libogg.so.0.7.1
>
> 7fba8fdb6000-7fba8ffb5000 ---p 00006000 fc:01 665642
> /usr/lib/x86_64-linux-gnu/libogg.so.0.7.1
>
> 7fba8ffb5000-7fba8ffb6000 r--p 00005000 fc:01 665642
> /usr/lib/x86_64-linux-gnu/libogg.so.0.7.1
>
> 7fba8ffb6000-7fba8ffb7000 rw-p 00006000 fc:01 665642
> /usr/lib/x86_64-linux-gnu/libogg.so.0.7.1
>
> 7fba8ffb8000-7fba8ffd5000 r-xp 00000000 fc:01 661063
> /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
>
> 7fba8ffd5000-7fba901d4000 ---p 0001d000 fc:01 661063
> /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
>
> 7fba901d4000-7fba901d5000 r--p 0001c000 fc:01 661063
> /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
>
> 7fba901d5000-7fba901d6000 rw-p 0001d000 fc:01 661063
> /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
>
> 7fba901d8000-7fba901d9000 r-xp 00000000 fc:01 660039
> /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.3200.3
>
> 7fba901d9000-7fba903d8000 ---p 00001000 fc:01 660039
> /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.3200.3
>
> 7fba903d8000-7fba903d9000 r--p 00000000 fc:01 660039
> /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.3200.3
>
> 7fba903d9000-7fba903da000 rw-p 00001000 fc:01 660039
> /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.3200.3
>
> 7fba903e0000-7fba90550000 r-xp 00000000 fc:03 9449215
> /home/stima/Qt/5.1.0/gcc_64/lib/libicuuc.so.51.1
>
> 7fba90550000-7fba9074f000 ---p 00170000 fc:03 9449215
> /home/stima/Qt/5.1.0/gcc_64/lib/libicuuc.so.51.1
>
> 7fba9074f000-7fba90760000 r--p 0016f000 fc:03 9449215
> /home/stima/Qt/5.1.0/gcc_64/lib/libicuuc.so.51.1
>
> 7fba90760000-7fba90761000 rw-p 00180000 fc:03 9449215
> /home/stima/Qt/5.1.0/gcc_64/lib/libicuuc.so.51.1
>
> 7fba90761000-7fba90766000 rw-p 00000000 00:00 0
>
> 7fba90768000-7fba90971000 r-xp 00000000 fc:03 9449214
> /home/stima/Qt/5.1.0/gcc_64/lib/libicui18n.so.51.1
>
> 7fba90971000-7fba90b71000 ---p 00209000 fc:03 9449214
> /home/stima/Qt/5.1.0/gcc_64/lib/libicui18n.so.51.1
>
> 7fba90b71000-7fba90b7e000 r--p 00209000 fc:03 9449214
> /home/stima/Qt/5.1.0/gcc_64/lib/libicui18n.so.51.1
>
> 7fba90b7e000-7fba90b80000 rw-p 00216000 fc:03 9449214
> /home/stima/Qt/5.1.0/gcc_64/lib/libicui18n.so.51.1
>
> 7fba90b80000-7fba90b81000 rw-p 00000000 00:00 0
>
> 7fba90b88000-7fba90be5000 r-xp 00000000 fc:01 666096
> /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2
>
> 7fba90be5000-7fba90de4000 ---p 0005d000 fc:01 .662*** glibc detected ***
> /home/stima/projects/Webcam/build/debug/webcam: free(): invalid next size
> (normal): 0x00000000024dc000 ***
>
> ======= Backtrace: =========
>
> /lib/x86_64-linux-gnu/libc.so.6(+0x7eb96)[0x7fba9377eb96]
>
>
> /home/stima/Qt/5.1.0/gcc_64/lib/libQt5Gui.so.5(_ZN8QPainter3endEv+0x15b)[0x7fba94e4002b]
>
>
> /home/stima/Qt/5.1.0/gcc_64/lib/libQt5Gui.so.5(_ZN8QPainterD2Ev+0x88)[0x7fba94e403c8]
>
>
> /home/stima/Qt/5.1.0/gcc_64/lib/libQt5Widgets.so.5(+0x16f915)[0x7fba956b7915]
>
>
> /home/stima/Qt/5.1.0/gcc_64/lib/libQt5Widgets.so.5(+0x147af9)[0x7fba9568faf9]
>
>
> /home/stima/Qt/5.1.0/gcc_64/lib/libQt5Widgets.so.5(_ZN14QWidgetPrivate16syncBackingStoreEv+0x3e)[0x7fba956af48e]
>
>
> /home/stima/Qt/5.1.0/gcc_64/lib/libQt5Widgets.so.5(_ZN7QWidget5eventEP6QEvent+0x7af)[0x7fba956ba88f]
>
>
> /home/stima/Qt/5.1.0/gcc_64/lib/libQt5Widgets.so.5(_ZN19QApplicationPrivate13notify_helperEP7QObjectP6QEvent+0xb4)[0x7fba95683b44]
>
>
> /home/stima/Qt/5.1.0/gcc_64/lib/libQt5Widgets.so.5(_ZN12QApplication6notifyEP7QObjectP6QEvent+0x456)[0x7fba95686e96]
>
>
> /home/stima/Qt/5.1.0/gcc_64/lib/libQt5Core.so.5(_ZN16QCoreApplication14notifyInternalEP7QObjectP6QEvent+0x84)[0x7fba94759a94]
>
>
> /home/stima/Qt/5.1.0/gcc_64/lib/libQt5Core.so.5(_ZN23QCoreApplicationPrivate16sendPostedEventsEP7QObjectiP11QThreadData+0x280)[0x7fba9475c360]
>
> /home/stima/Qt/5.1.0/gcc_64/lib/libQt5Core.so.5(+0x2a3a13)[0x7fba947a3a13]
>
>
> /lib/x86_64-linux-gnu/libglib-2.0.so.0(g_main_context_dispatch+0x133)[0x7fba90e2fd53]
>
> /lib/x86_64-linux-gnu/libglib-2.0.so.0(+0x480a0)[0x7fba90e300a0]
>
>
> /lib/x86_64-linux-gnu/libglib-2.0.so.0(g_main_context_iteration+0x34)[0x7fba90e30164]
>
>
> /home/stima/Qt/5.1.0/gcc_64/lib/libQt5Core.so.5(_ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE+0x64)[0x7fba947a3e54]
>
>
> /home/stima/Qt/5.1.0/gcc_64/lib/libQt5Core.so.5(_ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE+0xcb)[0x7fba9475882b]
>
>
> /home/stima/Qt/5.1.0/gcc_64/lib/libQt5Core.so.5(_ZN16QCoreApplication4execEv+0x80)[0x7fba9475c8f0]
>
> /home/stima/projects/Webcam/build/debug/webcam[0x41559c]
>
> /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xed)[0x7fba9372176d]
>
> /home/stima/projects/Webcam/build/debug/webcam[0x412bc9]
>
> ======= Memory map: ========
>
> 00400000-00638000 r-xp 00000000 fc:03 8920131
> /home/stima/projects/Webcam/build/debug/webcam
>
> 00837000-0083a000 r--p 00237000 fc:03 8920131
> /home/stima/projects/Webcam/build/debug/webcam
>
> 0083a000-00845000 rw-p 0023a000 fc:03 8920131
> /home/stima/projects/Webcam/build/debug/webcam
>
> 00845000-008c7000 rw-p 00000000 00:00 0
>
> 02173000-0261d000 rw-p 00000000 00:00 0 [heap]
>
> 7fba58000000-7fba58021000 rw-p 00000000 00:00 0
>
> 7fba58021000-7fba5c000000 ---p 00000000 00:00 0
>
> 7fba5c000000-7fba5c021000 rw-p 00000000 00:00 0
>
> 7fba5c021000-7fba60000000 ---p 00000000 00:00 0
>
> 7fba60000000-7fba602aa000 rw-p 00000000 00:00 0
>
> 7fba602aa000-7fba64000000 ---p 00000000 00:00 0
>
> 7fba66e27000-7fba66e28000 ---p 00000000 00:00 0
>
> 7fba66e28000-7fba67628000 rwxp 00000000 00:00 0
>
> 7fba67628000-7fba6779c000 rw-s 00000000 00:04 381845506 /SYSV00000000
> (deleted)
>
> 7fba677a0000-7fba677a4000 r-xp 00000000 fc:03 10357067
> /home/stima/Qt/5.1.0/gcc_64/plugins/imageformats/libqwbmp.so
>
> 7fba677a4000-7fba679a4000 ---p 00004000 fc:03 10357067
> /home/stima/Qt/5.1.0/gcc_64/plugins/imageformats/libqwbmp.so
>
> 7fba679a4000-7fba679a5000 r--p 00004000 fc:03 10357067
> /home/stima/Qt/5.1.0/gcc_64/plugins/imageformats/libqwbmp.so
>
> 7fba679a5000-7fba679a6000 rw-p 00005000 fc:03 10357067
> /home/stima/Qt/5.1.0/gcc_64/plugins/imageformats/libqwbmp.so
>
> 7fba679a8000-7fba67a00000 r-xp 00000000 fc:03 10357066
> /home/stima/Qt/5.1.0/gcc_64/plugins/imageformats/libqtiff.so
>
> 7fba67a00000-7fba67c00000 ---p 00058000 fc:03 10357066
> /home/stima/Qt/5.1.0/gcc_64/plugins/imageformats/libqtiff.so
>
> 7fba67c00000-7fba67c02000 r--p 00058000 fc:03 10357066
> /home/stima/Qt/5.1.0/gcc_64/plugins/imageformats/libqtiff.so
>
> 7fba67c02000-7fba67c03000 rw-p 0005a000 fc:03 10357066
> /home/stima/Qt/5.1.0/gcc_64/plugins/imageformats/libqtiff.so
>
> 7fba67c08000-7fba67c0d000 r-xp 00000000 fc:03 10357065
> /home/stima/Qt/5.1.0/gcc_64/plugins/imageformats/libqtga.so
>
> 7fba67c0d000-7fba67e0c000 ---p 00005000 fc:03 10357065
> /home/stima/Qt/5.1.0/gcc_64/plugins/imageformats/libqtga.so
>
> 7fba67e0c000-7fba67e0d000 r--p 00004000 fc:03 10357065
> /home/stima/Qt/5.1.0/gcc_64/plugins/imageformats/libqtga.so
>
> 7fba67e0d000-7fba67e0e000 rw-p 00005000 fc:03 10357065
> /home/stima/Qt/5.1.0/gcc_64/plugins/imageformats/libqtga.so
>
> 7fba67e10000-7fba67e5e000 r-xp 00000000 fc:03 9449229
> /home/stima/Qt/5.1.0/gcc_64/lib/libQt5Svg.so.5.1.0
>
> 7fba67e5e000-7fba6805e000 ---p 0004e000 fc:03 9449229
> /home/stima/Qt/5.1.0/gcc_64/lib/libQt5Svg.so.5.1.0
>
> 7fba6805e000-7fba68060000 r--p 0004e000 fc:03 9449229
> /home/stima/Qt/5.1.0/gcc_64/lib/libQt5Svg.so.5.1.0
>
> 7fba68060000-7fba68062000 rw-p 00050000 fc:03 9449229
> /home/stima/Qt/5.1.0/gcc_64/lib/libQt5Svg.so.5.1.0
>
> 7fba68068000-7fba6806d000 r-xp 00000000 fc:03 10357064
> /home/stima/Qt/5.1.0/gcc_64/plugins/imageformats/libqsvg.so
>
> 7fba6806d000-7fba6826c000 ---p 00005000 fc:03 10357064
> /home/stima/Qt/5.1.0/gcc_64/plugins/imageformats/libqsvg.so
>
> 7fba6826c000-7fba6826d000 r--p 00004000 fc:03 10357064
> /home/stima/Qt/5.1.0/gcc_64/plugins/imageformats/libqsvg.so
>
> 7fba6826d000-7fba6826e000 rw-p 00005000 fc:03 10357064
> /home/stima/Qt/5.1.0/gcc_64/plugins/imageformats/libqsvg.so
>
> 7fba68270000-7fba682cb000 r-xp 00000000 fc:03 10355825
> /home/stima/Qt/5.1.0/gcc_64/plugins/imageformats/libqmng.so
>
> 7fba682cb000-7fba684cb000 ---p 0005b000 fc:03 10355825
> /home/stima/Qt/5.1.0/gcc_64/plugins/imageformats/libqmng.so
>
> 7fba684cb000-7fba684ce000 r--p 0005b000 fc:03 10355825
> /home/stima/Qt/5.1.0/gcc_64/plugins/imageformats/libqmng.so
>
> 7fba684ce000-7fba684cf000 rw-p 0005e000 fc:03 10355825
> /home/stima/Qt/5.1.0/gcc_64/plugins/imageformats/libqmng.so
>
> 7fba684d0000-7fba6850f000 r-xp 00000000 fc:03 10355593
> /home/stima/Qt/5.1.0/gcc_64/plugins/imageformats/libqjpeg.so
>
> 7fba6850f000-7fba6870e000 ---p 0003f000 fc:03 10355593
> /home/stima/Qt/5.1.0/gcc_64/plugins/imageformats/libqjpeg.so
>
> 7fba6870e000-7fba6870f000 r--p 0003e000 fc:03 10355593
> /home/stima/Qt/5.1.0/gcc_64/plugins/imageformats/libqjpeg.so
>
> 7fba6870f000-7fba68710000 rw-p 0003f000 fc:03 10355593
> /home/stima/Qt/5.1.0/gcc_64/plugins/imageformats/libqjpeg.so
>
> 7fba68710000-7fba68716000 r-xp 00000000 fc:03 10355592
> /home/stima/Qt/5.1.0/gcc_64/plugins/imageformats/libqico.so
>
> 7fba68716000-7fba68915000 ---p 00006000 fc:03 10355592
> /home/stima/Qt/5.1.0/gcc_64/plugins/imageformats/libqico.so
>
> 7fba68915000-7fba68916000 r--p 00005000 fc:03 10355592
> /home/stima/Qt/5.1.0/gcc_64/plugins/imageformats/libqico.so
>
> 7fba68916000-7fba68917000 rw-p 00006000 fc:03 10355592
> /home/stima/Qt/5.1.0/gcc_64/plugins/imageformats/libqico.so
>
> 7fba68918000-7fba6891e000 r-xp 00000000 fc:03 10355589
> /home/stima/Qt/5.1.0/gcc_64/plugins/imageformats/libqgif.so
>
> 7fba6891e000-7fba68b1d000 ---p 00006000 fc:03 10355589
> /home/stima/Qt/5.1.0/gcc_64/plugins/imageformats/libqgif.so
>
> 7fba68b1d000-7fba68b1e000 r--p 00005000 fc:03 10355589
> /home/stima/Qt/5.1.0/gcc_64/plugins/imageformats/libqgif.so
>
> 7fba68b1e000-7fba68b1f000 rw-p 00006000 fc:03 10355589
> /home/stima/Qt/5.1.0/gcc_64/plugins/imageformats/libqgif.so
>
> 7fba68b26000-7fba68b27000 ---p 00000000 00:00 0
>
> 7fba68b27000-7fba69327000 rwxp 00000000 00:00 0
>
> 7fba69327000-7fba69328000 ---p 00000000 00:00 0
>
> 7fba69328000-7fba69b28000 rwxp 00000000 00:00 0
>
> 7fba69b28000-7fba6ae03000 r-xp 00000000 fc:01 667824
> /usr/lib/x86_64-linux-gnu/libLLVM-3.0.so.1
>
> 7fba6ae03000-7fba6b003000 ---p 012db000 fc:01 667824
> /usr/lib/x86_64-linux-gnu/libLLVM-3.0.so.1
>
> 7fba6b003000-7fba6b17c000 r--p 012db000 fc:01 667824
> /usr/lib/x86_64-linux-gnu/libLLVM-3.0.so.1
>
> 7fba6b17c000-7fba6b290000 rw-p 01454000 fc:01 667824
> /usr/lib/x86_64-linux-gnu/libLLVM-3.0.so.1
>
> 7fba6b290000-7fba6b2a4000 rw-p 00000000 00:00 0
>
> 7fba6b2a8000-7fba6b483000 r-xp 00000000 fc:01 671032
> /usr/lib/x86_64-linux-gnu/dri/libgallium.so
>
> 7fba6b483000-7fba6b683000 ---p 001db000 fc:01 671032
> /usr/lib/x86_64-linux-gnu/dri/libgallium.so
>
> 7fba6b683000-7fba6b692000 r--p 001db000 fc:01 671032
> /usr/lib/x86_64-linux-gnu/dri/libgallium.so
>
> 7fba6b692000-7fba6b694000 rw-p 001ea000 fc:01 671032
> /usr/lib/x86_64-linux-gnu/dri/libgallium.so
>
> 7fba6b694000-7fba6b85c000 rw-p 00000000 00:00 0
>
> 7fba6b860000-7fba6b986000 r-xp 00000000 fc:01 671025
> /usr/lib/x86_64-linux-gnu/dri/libglsl.so
>
> 7fba6b986000-7fba6bb85000 ---p 00126000 fc:01 671025
> /usr/lib/x86_64-linux-gnu/dri/libglsl.so
>
> 7fba6bb85000-7fba6bb8e000 r--p 00125000 fc:01 671025
> /usr/lib/x86_64-linux-gnu/dri/libglsl.so
>
> 7fba6bb8e000-7fba6bb91000 rw-p 0012e000 fc:01 671025
> /usr/lib/x86_64-linux-gnu/dri/libglsl.so
>
> 7fba6bb91000-7fba6bb92000 rw-p 00000000 00:00 0
>
> 7fba6bb98000-7fba6bdd7000 r-xp 00000000 fc:01 671026
> /usr/lib/x86_64-linux-gnu/dri/libdricore.so
>
> 7fba6bdd7000-7fba6bfd7000 ---p 0023f000 fc:01 671026
> /usr/lib/x86_64-linux-gnu/dri/libdricore.so
>
> 7fba6bfd7000-7fba6bfe1000 r--p 0023f000 fc:01 671026
> /usr/lib/x86_64-linux-gnu/dri/libdricore.so
>
> 7fba6bfe1000-7fba6bfe4000 rw-p 00249000 fc:01 671026
> /usr/lib/x86_64-linux-gnu/dri/libdricore.so
>
> 7fba6bfe4000-7fba6bffa000 rw-p 00000000 00:00 0
>
> 7fba6c000000-7fba6c022000 rw-p 00000000 00:00 0
>
> 7fba6c022000-7fba70000000 ---p 00000000 00:00 0
>
> 7fba70020000-7fba70077000 r--p 00000000 fc:01 1588744
> /usr/share/fonts/truetype/ubuntu-font-family/Ubuntu-R.ttf
>
> 7fba70078000-7fba70128000 r--p 00000000 fc:01 1313690
> /usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf
>
> 7fba70128000-7fba7024b000 r-xp 00000000 fc:01 671033
> /usr/lib/x86_64-linux-gnu/dri/r600_dri.so
>
> 7fba7024b000-7fba7044a000 ---p 00123000 fc:01 671033
> /usr/lib/x86_64-linux-gnu/dri/r600_dri.so
>
> 7fba7044a000-7fba70459000 r--p 00122000 fc:01 671033
> /usr/lib/x86_64-linux-gnu/dri/r600_dri.so
>
> 7fba70459000-7fba7045d000 rw-p 00131000 fc:01 671033
> /usr/lib/x86_64-linux-gnu/dri/r600_dri.so
>
> 7fba7045d000-7fba705e4000 rw-p 00000000 00:00 0
>
> 7fba705e6000-7fba705e7000 ---p 00000000 00:00 0
>
> 7fba705e7000-7fba70de7000 rwxp 00000000 00:00 0
>
> 7fba70de7000-7fba70de8000 ---p 00000000 00:00 0
>
> 7fba70de8000-7fba715e8000 rwxp 00000000 00:00 0
>
> 7fba715e8000-7fba71614000 r-xp 00000000 fc:01 668815
> /usr/lib/x86_64-linux-gnu/alsa-lib/libasound_module_pcm_bluetooth.so
>
> 7fba71614000-7fba71814000 ---p 0002c000 fc:01 668815
> /usr/lib/x86_64-linux-gnu/alsa-lib/libasound_module_pcm_bluetooth.so
>
> 7fba71814000-7fba71815000 r--p 0002c000 fc:01 668815
> /usr/lib/x86_64-linux-gnu/alsa-lib/libasound_module_pcm_bluetooth.so
>
> 7fba71815000-7fba71818000 rw-p 0002d000 fc:01 668815
> /usr/lib/x86_64-linux-gnu/alsa-lib/libasound_module_pcm_bluetooth.so
>
> 7fba7181f000-7fba71820000 ---p 00000000 00:00 0
>
> 7fba71820000-7fba72020000 rwxp 00000000 00:00 0
>
> 7fba72020000-7fba72068000 r-xp 00000000 fc:01 665724
> /usr/lib/x86_64-linux-gnu/libFLAC.so.8.2.0
>
> 7fba72068000-7fba72268000 ---p 00048000 fc:01 665724
> /usr/lib/x86_64-linux-gnu/libFLAC.so.8.2.0
>
> 7fba72268000-7fba72269000 r--p 00048000 fc:01 665724
> /usr/lib/x86_64-linux-gnu/libFLAC.so.8.2.0
>
> 7fba72269000-7fba7226a000 rw-p 00049000 fc:01 665724
> /usr/lib/x86_64-linux-gnu/libFLAC.so.8.2.0
>
> 7fba72270000-7fba72275000 r-xp 00000000 fc:01 666516
> /usr/lib/x86_64-linux-gnu/libasyncns.so.0.3.1
>
> 7fba72275000-7fba72474000 ---p 00005000 fc:01 666516
> /usr/lib/x86_64-linux-gnu/libasyncns.so.0.3.1
>
> 7fba72474000-7fba72475000 r--p 00004000 fc:01 666516
> /usr/lib/x86_64-linux-gnu/libasyncns.so.0.3.1
>
> 7fba72475000-7fba72476000 rw-p 00005000 fc:01 666516
> /usr/lib/x86_64-linux-gnu/libasyncns.so.0.3.1
>
> 7fba72478000-7fba724d8000 r-xp 00000000 fc:01 666844
> /usr/lib/x86_64-linux-gnu/libsndfile.so.1.0.25
>
> 7fba724d8000-7fba726d8000 ---p 00060000 fc:01 666844
> /usr/lib/x86_64-linux-gnu/libsndfile.so.1.0.25
>
> 7fba726d8000-7fba726da000 r--p 00060000 fc:01 666844
> /usr/lib/x86_64-linux-gnu/libsndfile.so.1.0.25
>
> 7fba726da000-7fba726db000 rw-p 00062000 fc:01 666844
> /usr/lib/x86_64-linux-gnu/libsndfile.so.1.0.25
>
> 7fba726db000-7fba726df000 rw-p 00000000 00:00 0
>
> 7fba726e0000-7fba726e8000 r-xp 00000000 fc:01 528328
> /lib/x86_64-linux-gnu/libwrap.so.0.7.6
>
> 7fba726e8000-7fba728e7000 ---p 00008000 fc:01 528328
> /lib/x86_64-linux-gnu/libwrap.so.0.7.6
>
> 7fba728e7000-7fba728e8000 r--p 00007000 fc:01 528328
> /lib/x86_64-linux-gnu/libwrap.so.0.7.6
>
> 7fba728e8000-7fba728e9000 rw-p 00008000 fc:01 528328
> /lib/x86_64-linux-gnu/libwrap.so.0.7.6
>
> 7fba728f0000-7fba7294c000 r-xp 00000000 fc:01 666856
> /usr/lib/x86_64-linux-gnu/libpulsecommon-1.1.so
>
> 7fba7294c000-7fba72b4c000 ---p 0005c000 fc:01 666856
> /usr/lib/x86_64-linux-gnu/libpulsecommon-1.1.so
>
> 7fba72b4c000-7fba72b4d000 r--p 0005c000 fc:01 666856
> /usr/lib/x86_64-linux-gnu/libpulsecommon-1.1.so
>
> 7fba72b4d000-7fba72b4e000 rw-p 0005d000 fc:01 666856
> /usr/lib/x86_64-linux-gnu/libpulsecommon-1.1.so
>
> 7fba72b50000-7fba72b57000 r-xp 00000000 fc:01 666840
> /usr/lib/x86_64-linux-gnu/libjson.so.0.0.1
>
> 7fba72b57000-7fba72d56000 ---p 00007000 fc:01 666840
> /usr/lib/x86_64-linux-gnu/libjson.so.0.0.1
>
> 7fba72d56000-7fba72d57000 r--p 00006000 fc:01 666840
> /usr/lib/x86_64-linux-gnu/libjson.so.0.0.1
>
> 7fba72d57000-7fba72d58000 rw-p 00007000 fc:01 666840
> /usr/lib/x86_64-linux-gnu/libjson.so.0.0.1
>
> 7fba72d58000-7fba72d9e000 r-xp 00000000 fc:01 666858
> /usr/lib/x86_64-linux-gnu/libpulse.so.0.13.5
>
> 7fba72d9e000-7fba72f9e000 ---p 00046000 fc:01 666858
> /usr/lib/x86_64-linux-gnu/libpulse.so.0.13.5
>
> 7fba72f9e000-7fba72f9f000 r--p 00046000 fc:01 666858
> /usr/lib/x86_64-linux-gnu/libpulse.so.0.13.5
>
> 7fba72f9f000-7fba72fa0000 rw-p 00047000 fc:01 666858
> /usr/lib/x86_64-linux-gnu/libpulse.so.0.13.5
>
> 7fba72fa0000-7fba72fa6000 r-xp 00000000 fc:01 670693
> /usr/lib/x86_64-linux-gnu/alsa-lib/libasound_module_pcm_pulse.so
>
> 7fba72fa6000-7fba731a5000 ---p 00006000 fc:01 670693
> /usr/lib/x86_64-linux-gnu/alsa-lib/libasound_module_pcm_pulse.so
>
> 7fba731a5000-7fba731a6000 r--p 00005000 fc:01 670693
> /usr/lib/x86_64-linux-gnu/alsa-lib/libasound_module_pcm_pulse.so
>
> 7fba731a6000-7fba731a7000 rw-p 00006000 fc:01 670693
> /usr/lib/x86_64-linux-gnu/alsa-lib/libasound_module_pcm_pulse.so
>
> 7fba731a8000-7fba731b4000 r-xp 00000000 fc:01 524318
> /lib/x86_64-linux-gnu/libudev.so.0.13.0
>
> 7fba731b4000-7fba733b3000 ---p 0000c000 fc:01 524318
> /lib/x86_64-linux-gnu/libudev.so.0.13.0
>
> 7fba733b3000-7fba733b4000 r--p 0000b000 fc:01 524318
> /lib/x86_64-linux-gnu/libudev.so.0.13.0
>
> 7fba733b4000-7fba733b5000 rw-p 0000c000 fc:01 524318
> /lib/x86_64-linux-gnu/libudev.so.0.13.0
>
> 7fba733b8000-7fba733ce000 r-xp 00000000 fc:01 668892
> /usr/lib/x86_64-linux-gnu/gvfs/libgvfscommon.so
>
> 7fba733ce000-7fba735cd000 ---p 00016000 fc:01 668892
> /usr/lib/x86_64-linux-gnu/gvfs/libgvfscommon.so
>
> 7fba735cd000-7fba735ce000 r--p 00015000 fc:01 668892
> /usr/lib/x86_64-linux-gnu/gvfs/libgvfscommon.so
>
> 7fba735ce000-7fba735cf000 rw-p 00016000 fc:01 668892
> /usr/lib/x86_64-linux-gnu/gvfs/libgvfscommon.so
>
> 7fba735d0000-7fba735f8000 r-xp 00000000 fc:01 794514
> /usr/lib/x86_64-linux-gnu/gio/modules/libgvfsdbus.so
>
> 7fba735f8000-7fba737f7000 ---p 00028000 fc:01 794514
> /usr/lib/x86_64-linux-gnu/gio/modules/libgvfsdbus.so
>
> 7fba737f7000-7fba737f8000 r--p 00027000 fc:01 794514
> /usr/lib/x86_64-linux-gnu/gio/modules/libgvfsdbus.so
>
> 7fba737f8000-7fba737f9000 rw-p 00028000 fc:01 794514
> /usr/lib/x86_64-linux-gnu/gio/modules/libgvfsdbus.so
>
> 7fba737ff000-7fba73800000 ---p 00000000 00:00 0
>
> 7fba73800000-7fba74000000 rwxp 00000000 00:00 0
>
> 7fba74000000-7fba74022000 rw-p 00000000 00:00 0
>
> 7fba74022000-7fba78000000 ---p 00000000 00:00 0
>
> 7fba78018000-7fba7805c000 r-xp 00000000 fc:01 667819
> /usr/lib/x86_64-linux-gnu/libibus-1.0.so.0.401.0
>
> 7fba7805c000-7fba7825b000 ---p 00044000 fc:01 667819
> /usr/lib/x86_64-linux-gnu/libibus-1.0.so.0.401.0
>
> 7fba7825b000-7fba7825d000 r--p 00043000 fc:01 667819
> /usr/lib/x86_64-linux-gnu/libibus-1.0.so.0.401.0
>
> 7fba7825d000-7fba7825e000 rw-p 00045000 fc:01 667819
> /usr/lib/x86_64-linux-gnu/libibus-1.0.so.0.401.0
>
> 7fba7825e000-7fba7825f000 rw-p 00000000 00:00 0
>
> 7fba78260000-7fba78266000 r-xp 00000000 fc:01 1588210
> /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/immodules/im-ibus.so
>
> 7fba78266000-7fba78465000 ---p 00006000 fc:01 1588210
> /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/immodules/im-ibus.so
>
> 7fba78465000-7fba78466000 r--p 00005000 fc:01 1588210
> /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/immodules/im-ibus.so
>
> 7fba78466000-7fba78467000 rw-p 00006000 fc:01 1588210
> /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/immodules/im-ibus.so
>
> 7fba78468000-7fba7846a000 r-xp 00000000 fc:01 922794
> /usr/lib/x86_64-linux-gnu/pango/1.6.0/modules/pango-basic-fc.so
>
> 7fba7846a000-7fba78669000 ---p 00002000 fc:01 922794
> /usr/lib/x86_64-linux-gnu/pango/1.6.0/modules/pango-basic-fc.so
>
> 7fba78669000-7fba7866a000 r--p 00001000 fc:01 922794
> /usr/lib/x86_64-linux-gnu/pango/1.6.0/modules/pango-basic-fc.so
>
> 7fba7866a000-7fba7866b000 rw-p 00002000 fc:01 922794
> /usr/lib/x86_64-linux-gnu/pango/1.6.0/modules/pango-basic-fc.so
>
> 7fba78670000-7fba7868a000 r-xp 00000000 fc:01 663338
> /usr/lib/x86_64-linux-gnu/libdbusmenu-glib.so.4.0.13
>
> 7fba7868a000-7fba78889000 ---p 0001a000 fc:01 663338
> /usr/lib/x86_64-linux-gnu/libdbusmenu-glib.so.4.0.13
>
> 7fba78889000-7fba7888a000 r--p 00019000 fc:01 663338
> /usr/lib/x86_64-linux-gnu/libdbusmenu-glib.so.4.0.13
>
> 7fba7888a000-7fba7888b000 rw-p 0001a000 fc:01 663338
> /usr/lib/x86_64-linux-gnu/libdbusmenu-glib.so.4.0.13
>
> 7fba78890000-7fba788a2000 r-xp 00000000 fc:01 663456
> /usr/lib/x86_64-linux-gnu/libdbusmenu-gtk.so.4.0.13
>
> 7fba788a2000-7fba78aa1000 ---p 00012000 fc:01 663456
> /usr/lib/x86_64-linux-gnu/libdbusmenu-gtk.so.4.0.13
>
> 7fba78aa1000-7fba78aa2000 r--p 00011000 fc:01 663456
> /usr/lib/x86_64-linux-gnu/libdbusmenu-gtk.so.4.0.13
>
> 7fba78aa2000-7fba78aa3000 rw-p 00012000 fc:01 663456
> /usr/lib/x86_64-linux-gnu/libdbusmenu-gtk.so.4.0.13
>
> 7fba78aa8000-7fba78aad000 r-xp 00000000 fc:01 1572970
> /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/menuproxies/libappmenu.so
>
> 7fba78aad000-7fba78cac000 ---p 00005000 fc:01 1572970
> /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/menuproxies/libappmenu.so
>
> 7fba78cac000-7fba78cad000 r--p 00004000 fc:01 1572970
> /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/menuproxies/libappmenu.so
>
> 7fba78cad000-7fba78cae000 rw-p 00005000 fc:01 1572970
> /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/menuproxies/libappmenu.so
>
> 7fba78cb0000-7fba78cb3000 r-xp 00000000 fc:01 524609
> /lib/x86_64-linux-gnu/libgpg-error.so.0.8.0
>
> 7fba78cb3000-7fba78eb2000 ---p 00003000 fc:01 524609
> /lib/x86_64-linux-gnu/libgpg-error.so.0.8.0
>
> 7fba78eb2000-7fba78eb3000 r--p 00002000 fc:01 524609
> /lib/x86_64-linux-gnu/libgpg-error.so.0.8.0
>
> 7fba78eb3000-7fba78eb4000 rw-p 00003000 fc:01 524609
> /lib/x86_64-linux-gnu/libgpg-error.so.0.8.0
>
> 7fba78eb8000-7fba78ec9000 r-xp 00000000 fc:01 660935
> /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.0.0
>
> 7fba78ec9000-7fba790c8000 ---p 00011000 fc:01 660935
> /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.0.0
>
> 7fba790c8000-7fba790c9000 r--p 00010000 fc:01 660935
> /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.0.0
>
> 7fba790c9000-7fba790ca000 rw-p 00011000 fc:01 660935
> /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.0.0
>
> 7fba790d0000-7fba790e0000 r-xp 00000000 fc:01 660937
> /usr/lib/x86_64-linux-gnu/libtasn1.so.3.1.12
>
> 7fba790e0000-7fba792df000 ---p 00010000 fc:01 660937
> /usr/lib/x86_64-linux-gnu/libtasn1.so.3.1.12
>
> 7fba792df000-7fba792e0000 r--p 0000f000 fc:01 660937
> /usr/lib/x86_64-linux-gnu/libtasn1.so.3.1.12
>
> 7fba792e0000-7fba792e1000 rw-p 00010000 fc:01 660937
> /usr/lib/x86_64-linux-gnu/libtasn1.so.3.1.12
>
> 7fba792e8000-7fba792ed000 r-xp 00000000 fc:01 677774
> /usr/lib/x86_64-linux-gnu/libORBitCosNaming-2.so.0.1.0
>
> 7fba792ed000-7fba794ed000 ---p 00005000 fc:01 677774
> /usr/lib/x86_64-linux-gnu/libORBitCosNaming-2.so.0.1.0
>
> 7fba794ed000-7fba794ee000 r--p 00005000 fc:01 677774
> /usr/lib/x86_64-linux-gnu/libORBitCosNaming-2.so.0.1.0
>
> 7fba794ee000-7fba794ef000 rw-p 00006000 fc:01 677774
> /usr/lib/x86_64-linux-gnu/libORBitCosNaming-2.so.0.1.0
>
> 7fba794f0000-7fba794f4000 r-xp 00000000 fc:01 524399
> /lib/x86_64-linux-gnu/libuuid.so.1.3.0
>
> 7fba794f4000-7fba796f3000 ---p 00004000 fc:01 524399
> /lib/x86_64-linux-gnu/libuuid.so.1.3.0
>
> 7fba796f3000-7fba796f4000 r--p 00003000 fc:01 524399
> /lib/x86_64-linux-gnu/libuuid.so.1.3.0
>
> 7fba796f4000-7fba796f5000 rw-p 00004000 fc:01 524399
> /lib/x86_64-linux-gnu/libuuid.so.1.3.0
>
> 7fba796f8000-7fba79772000 r-xp 00000000 fc:01 528536
> /lib/x86_64-linux-gnu/libgcrypt.so.11.7.0
>
> 7fba79772000-7fba79972000 ---p 0007a000 fc:01 528536
> /lib/x86_64-linux-gnu/libgcrypt.so.11.7.0
>
> 7fba79972000-7fba79973000 r--p 0007a000 fc:01 528536
> /lib/x86_64-linux-gnu/libgcrypt.so.11.7.0
>
> 7fba79973000-7fba79976000 rw-p 0007b000 fc:01 528536
> /lib/x86_64-linux-gnu/libgcrypt.so.11.7.0
>
> 7fba79978000-7fba7997a000 r-xp 00000000 fc:01 528565 /lib/x86_64-linux-gnu/
> libutil-2.15.so
>
> 7fba7997a000-7fba79b79000 ---p 00002000 fc:01 528565 /lib/x86_64-linux-gnu/
> libutil-2.15.so
>
> 7fba79b79000-7fba79b7a000 r--p 00001000 fc:01 528565 /lib/x86_64-linux-gnu/
> libutil-2.15.so
>
> 7fba79b7a000-7fba79b7b000 rw-p 00002000 fc:01 528565 /lib/x86_64-linux-gnu/
> libutil-2.15.so
>
> 7fba79b80000-7fba79b90000 r-xp 00000000 fc:01 663762
> /usr/lib/x86_64-linux-gnu/libavahi-client.so.3.2.9
>
> 7fba79b90000-7fba79d8f000 ---p 00010000 fc:01 663762
> /usr/lib/x86_64-linux-gnu/libavahi-client.so.3.2.9
>
> 7fba79d8f000-7fba79d90000 r--p 0000f000 fc:01 663762
> /usr/lib/x86_64-linux-gnu/libavahi-client.so.3.2.9
>
> 7fba79d90000-7fba79d91000 rw-p 00010000 fc:01 663762
> /usr/lib/x86_64-linux-gnu/libavahi-client.so.3.2.9
>
> 7fba79d98000-7fba79da3000 r-xp 00000000 fc:01 663758
> /usr/lib/x86_64-linux-gnu/libavahi-common.so.3.5.3
>
> 7fba79da3000-7fba79fa2000 ---p 0000b000 fc:01 663758
> /usr/lib/x86_64-linux-gnu/libavahi-common.so.3.5.3
>
> 7fba79fa2000-7fba79fa3000 r--p 0000a000 fc:01 663758
> /usr/lib/x86_64-linux-gnu/libavahi-common.so.3.5.3
>
> 7fba79fa3000-7fba79fa4000 rw-p 0000b000 fc:01 663758
> /usr/lib/x86_64-linux-gnu/libavahi-common.so.3.5.3
>
> 7fba79fa8000-7fba79fab000 r-xp 00000000 fc:01 666550
> /usr/lib/x86_64-linux-gnu/libavahi-glib.so.1.0.2
>
> 7fba79fab000-7fba7a1aa000 ---p 00003000 fc:01 666550
> /usr/lib/x86_64-linux-gnu/libavahi-glib.so.1.0.2
>
> 7fba7a1aa000-7fba7a1ab000 r--p 00002000 fc:01 666550
> /usr/lib/x86_64-linux-gnu/libavahi-glib.so.1.0.2
>
> 7fba7a1ab000-7fba7a1ac000 rw-p 00003000 fc:01 666550
> /usr/lib/x86_64-linux-gnu/libavahi-glib.so.1.0.2
>
> 7fba7a1b0000-7fba7a264000 r-xp 00000000 fc:01 660940
> /usr/lib/x86_64-linux-gnu/libgnutls.so.26.21.8
>
> 7fba7a264000-7fba7a464000 ---p 000b4000 fc:01 660940
> /usr/lib/x86_64-linux-gnu/libgnutls.so.26.21.8
>
> 7fba7a464000-7fba7a46a000 r--p 000b4000 fc:01 660940
> /usr/lib/x86_64-linux-gnu/libgnutls.so.26.21.8
>
> 7fba7a46a000-7fba7a46b000 rw-p 000ba000 fc:01 660940
> /usr/lib/x86_64-linux-gnu/libgnutls.so.26.21.8
>
> 7fba7a46b000-7fba7a46c000 rw-p 00000000 00:00 0
>
> 7fba7a470000-7fba7a495000 r-xp 00000000 fc:01 660737
> /usr/lib/x86_64-linux-gnu/libdbus-glib-1.so.2.2.2
>
> 7fba7a495000-7fba7a694000 ---p 00025000 fc:01 660737
> /usr/lib/x86_64-linux-gnu/libdbus-glib-1.so.2.2.2
>
> 7fba7a694000-7fba7a695000 r--p 00024000 fc:01 660737
> /usr/lib/x86_64-linux-gnu/libdbus-glib-1.so.2.2.2
>
> 7fba7a695000-7fba7a696000 rw-p 00025000 fc:01 660737
> /usr/lib/x86_64-linux-gnu/libdbus-glib-1.so.2.2.2
>
> 7fba7a698000-7fba7a69f000 r-xp 00000000 fc:01 666932
> /usr/lib/x86_64-linux-gnu/libgailutil.so.18.0.1
>
> 7fba7a69f000-7fba7a89e000 ---p 00007000 fc:01 666932
> /usr/lib/x86_64-linux-gnu/libgailutil.so.18.0.1
>
> 7fba7a89e000-7fba7a89f000 r--p 00006000 fc:01 666932
> /usr/lib/x86_64-linux-gnu/libgailutil.so.18.0.1
>
> 7fba7a89f000-7fba7a8a0000 rw-p 00007000 fc:01 666932
> /usr/lib/x86_64-linux-gnu/libgailutil.so.18.0.1
>
> 7fba7a8a0000-7fba7a8ab000 r-xp 00000000 fc:01 524529
> /lib/x86_64-linux-gnu/libpopt.so.0.0.0
>
> 7fba7a8ab000-7fba7aaaa000 ---p 0000b000 fc:01 524529
> /lib/x86_64-linux-gnu/libpopt.so.0.0.0
>
> 7fba7aaaa000-7fba7aaab000 r--p 0000a000 fc:01 524529
> /lib/x86_64-linux-gnu/libpopt.so.0.0.0
>
> 7fba7aaab000-7fba7aaac000 rw-p 0000b000 fc:01 524529
> /lib/x86_64-linux-gnu/libpopt.so.0.0.0
>
> 7fba7aab0000-7fba7ac01000 r-xp 00000000 fc:01 674742
> /usr/lib/x86_64-linux-gnu/libxml2.so.2.7.8
>
> 7fba7ac01000-7fba7ae01000 ---p 00151000 fc:01 674742
> /usr/lib/x86_64-linux-gnu/libxml2.so.2.7.8
>
> 7fba7ae01000-7fba7ae09000 r--p 00151000 fc:01 674742
> /usr/lib/x86_64-linux-gnu/libxml2.so.2.7.8
>
> 7fba7ae09000-7fba7ae0b000 rw-p 00159000 fc:01 674742
> /usr/lib/x86_64-linux-gnu/libxml2.so.2.7.8
>
> 7fba7ae0b000-7fba7ae0c000 rw-p 00000000 00:00 0
>
> 7fba7ae10000-7fba7ae6a000 r-xp 00000000 fc:01 677772
> /usr/lib/x86_64-linux-gnu/libORBit-2.so.0.1.0
>
> 7fba7ae6a000-7fba7b06a000 ---p 0005a000 fc:01 677772
> /usr/lib/x86_64-linux-gnu/libORBit-2.so.0.1.0
>
> 7fba7b06a000-7fba7b079000 r--p 0005a000 fc:01 677772
> /usr/lib/x86_64-linux-gnu/libORBit-2.so.0.1.0
>
> 7fba7b079000-7fba7b07c000 rw-p 00069000 fc:01 677772
> /usr/lib/x86_64-linux-gnu/libORBit-2.so.0.1.0
>
> 7fba7b080000-7fba7b097000 r-xp 00000000 fc:01 677788
> /usr/lib/x86_64-linux-gnu/libbonobo-activation.so.4.0.0
>
> 7fba7b097000-7fba7b296000 ---p 00017000 fc:01 677788
> /usr/lib/x86_64-linux-gnu/libbonobo-activation.so.4.0.0
>
> 7fba7b296000-7fba7b298000 r--p 00016000 fc:01 677788
> /usr/lib/x86_64-linux-gnu/libbonobo-activation.so.4.0.0
>
> 7fba7b298000-7fba7b29a000 rw-p 00018000 fc:01 677788
> /usr/lib/x86_64-linux-gnu/libbonobo-activation.so.4.0.0
>
> 7fba7b2a0000-7fba7b302000 r-xp 00000000 fc:01 677798
> /usr/lib/x86_64-linux-gnu/libbonobo-2.so.0.0.0
>
> 7fba7b302000-7fba7b502000 ---p 00062000 fc:01 677798
> /usr/lib/x86_64-linux-gnu/libbonobo-2.so.0.0.0
>
> 7fba7b502000-7fba7b508000 r--p 00062000 fc:01 677798
> /usr/lib/x86_64-linux-gnu/libbonobo-2.so.0.0.0
>
> 7fba7b508000-7fba7b513000 rw-p 00068000 fc:01 677798
> /usr/lib/x86_64-linux-gnu/libbonobo-2.so.0.0.0
>
> 7fba7b518000-7fba7b52e000 r-xp 00000000 fc:01 666274
> /usr/lib/x86_64-linux-gnu/libICE.so.6.3.0
>
> 7fba7b52e000-7fba7b72d000 ---p 00016000 fc:01 666274
> /usr/lib/x86_64-linux-gnu/libICE.so.6.3.0
>
> 7fba7b72d000-7fba7b72e000 r--p 00015000 fc:01 666274
> /usr/lib/x86_64-linux-gnu/libICE.so.6.3.0
>
> 7fba7b72e000-7fba7b72f000 rw-p 00016000 fc:01 666274
> /usr/lib/x86_64-linux-gnu/libICE.so.6.3.0
>
> 7fba7b72f000-7fba7b732000 rw-p 00000000 00:00 0
>
> 7fba7b738000-7fba7b73f000 r-xp 00000000 fc:01 666278
> /usr/lib/x86_64-linux-gnu/libSM.so.6.0.1
>
> 7fba7b73f000-7fba7b93e000 ---p 00007000 fc:01 666278
> /usr/lib/x86_64-linux-gnu/libSM.so.6.0.1
>
> 7fba7b93e000-7fba7b93f000 r--p 00006000 fc:01 666278
> /usr/lib/x86_64-linux-gnu/libSM.so.6.0.1
>
> 7fba7b93f000-7fba7b940000 rw-p 00007000 fc:01 666278
> /usr/lib/x86_64-linux-gnu/libSM.so.6.0.1
>
> 7fba7b940000-7fba7b961000 r-xp 00000000 fc:01 665750
> /usr/lib/x86_64-linux-gnu/libgnome-keyring.so.0.2.0
>
> 7fba7b961000-7fba7bb60000 ---p 00021000 fc:01 665750
> /usr/lib/x86_64-linux-gnu/libgnome-keyring.so.0.2.0
>
> 7fba7bb60000-7fba7bb61000 r--p 00020000 fc:01 665750
> /usr/lib/x86_64-linux-gnu/libgnome-keyring.so.0.2.0
>
> 7fba7bb61000-7fba7bb62000 rw-p 00021000 fc:01 665750
> /usr/lib/x86_64-linux-gnu/libgnome-keyring.so.0.2.0
>
> 7fba7bb68000-7fba7bb95000 r-xp 00000000 fc:01 665436
> /usr/lib/x86_64-linux-gnu/libgconf-2.so.4.1.5
>
> 7fba7bb95000-7fba7bd94000 ---p 0002d000 fc:01 665436
> /usr/lib/x86_64-linux-gnu/libgconf-2.so.4.1.5
>
> 7fba7bd94000-7fba7bd95000 r--p 0002c000 fc:01 665436
> /usr/lib/x86_64-linux-gnu/libgconf-2.so.4.1.5
>
> 7fba7bd95000-7fba7bd96000 rw-p 0002d000 fc:01 665436
> /usr/lib/x86_64-linux-gnu/libgconf-2.so.4.1.5
>
> 7fba7bd98000-7fba7bdfa000 r-xp 00000000 fc:01 677829
> /usr/lib/x86_64-linux-gnu/libgnomevfs-2.so.0.2400.4
>
> 7fba7bdfa000-7fba7bffa000 ---p 00062000 fc:01 677829
> /usr/lib/x86_64-linux-gnu/libgnomevfs-2.so.0.2400.4
>
> 7fba7bffa000-7fba7bffd000 r--p 00062000 fc:01 677829
> /usr/lib/x86_64-linux-gnu/libgnomevfs-2.so.0.2400.4
>
> 7fba7bffd000-7fba7bfff000 rw-p 00065000 fc:01 677829
> /usr/lib/x86_64-linux-gnu/libgnomevfs-2.so.0.2400.4
>
> 7fba7bfff000-7fba7c000000 rw-p 00000000 00:00 0
>
> 7fba7c000000-7fba7c022000 rw-p 00000000 00:00 0
>
> 7fba7c022000-7fba80000000 ---p 00000000 00:00 0
>
> 7fba80011000-7fba8005e000 rw-p 00000000 00:00 0
>
> 7fba80090000-7fba80110000 rwxp 00000000 00:00 0
>
> 7fba80110000-7fba80128000 r-xp 00000000 fc:01 666512
> /usr/lib/x86_64-linux-gnu/libart_lgpl_2.so.2.3.21
>
> 7fba80128000-7fba80327000 ---p 00018000 fc:01 666512
> /usr/lib/x86_64-linux-gnu/libart_lgpl_2.so.2.3.21
>
> 7fba80327000-7fba80328000 r--p 00017000 fc:01 666512
> /usr/lib/x86_64-linux-gnu/libart_lgpl_2.so.2.3.21
>
> 7fba80328000-7fba80329000 rw-p 00018000 fc:01 666512
> /usr/lib/x86_64-linux-gnu/libart_lgpl_2.so.2.3.21
>
> 7fba80330000-7fba80345000 r-xp 00000000 fc:01 677840
> /usr/lib/x86_64-linux-gnu/libgnome-2.so.0.3200.1
>
> 7fba80345000-7fba80545000 ---p 00015000 fc:01 677840
> /usr/lib/x86_64-linux-gnu/libgnome-2.so.0.3200.1
>
> 7fba80545000-7fba80546000 r--p 00015000 fc:01 677840
> /usr/lib/x86_64-linux-gnu/libgnome-2.so.0.3200.1
>
> 7fba80546000-7fba80547000 rw-p 00016000 fc:01 677840
> /usr/lib/x86_64-linux-gnu/libgnome-2.so.0.3200.1
>
> 7fba80548000-7fba8057b000 r-xp 00000000 fc:01 677842
> /usr/lib/x86_64-linux-gnu/libgnomecanvas-2.so.0.3000.3
>
> 7fba8057b000-7fba8077b000 ---p 00033000 fc:01 677842
> /usr/lib/x86_64-linux-gnu/libgnomecanvas-2.so.0.3000.3
>
> 7fba8077b000-7fba8077c000 r--p 00033000 fc:01 677842
> /usr/lib/x86_64-linux-gnu/libgnomecanvas-2.so.0.3000.3
>
> 7fba8077c000-7fba8077d000 rw-p 00034000 fc:01 677842
> /usr/lib/x86_64-linux-gnu/libgnomecanvas-2.so.0.3000.3
>
> 7fba80780000-7fba807e9000 r-xp 00000000 fc:01 677844
> /usr/lib/x86_64-linux-gnu/libbonoboui-2.so.0.0.0
>
> 7fba807e9000-7fba809e8000 ---p 00069000 fc:01 677844
> /usr/lib/x86_64-linux-gnu/libbonoboui-2.so.0.0.0
>
> 7fba809e8000-7fba809e9000 r--p 00068000 fc:01 677844
> /usr/lib/x86_64-linux-gnu/libbonoboui-2.so.0.0.0
>
> 7fba809e9000-7fba809ec000 rw-p 00069000 fc:01 677844
> /usr/lib/x86_64-linux-gnu/libbonoboui-2.so.0.0.0
>
> 7fba809ec000-7fba809ed000 rw-p 00000000 00:00 0
>
> 7fba809f0000-7fba80a86000 r-xp 00000000 fc:01 677847
> /usr/lib/x86_64-linux-gnu/libgnomeui-2.so.0.2400.5
>
> 7fba80a86000-7fba80c85000 ---p 00096000 fc:01 677847
> /usr/lib/x86_64-linux-gnu/libgnomeui-2.so.0.2400.5
>
> 7fba80c85000-7fba80c88000 r--p 00095000 fc:01 677847
> /usr/lib/x86_64-linux-gnu/libgnomeui-2.so.0.2400.5
>
> 7fba80c88000-7fba80c8a000 rw-p 00098000 fc:01 677847
> /usr/lib/x86_64-linux-gnu/libgnomeui-2.so.0.2400.5
>
> 7fba80c8a000-7fba80c8b000 rw-p 00000000 00:00 0
>
> 7fba80c90000-7fba80c98000 r-xp 00000000 fc:01 663778
> /usr/lib/x86_64-linux-gnu/libltdl.so.7.3.0
>
> 7fba80c98000-7fba80e98000 ---p 00008000 fc:01 663778
> /usr/lib/x86_64-linux-gnu/libltdl.so.7.3.0
>
> 7fba80e98000-7fba80e99000 r--p 00008000 fc:01 663778
> /usr/lib/x86_64-linux-gnu/libltdl.so.7.3.0
>
> 7fba80e99000-7fba80e9a000 rw-p 00009000 fc:01 663778
> /usr/lib/x86_64-linux-gnu/libltdl.so.7.3.0
>
> 7fba80ea0000-7fba80eb0000 r-xp 00000000 fc:01 666602
> /usr/lib/x86_64-linux-gnu/libtdb.so.1.2.9
>
> 7fba80eb0000-7fba810af000 ---p 00010000 fc:01 666602
> /usr/lib/x86_64-linux-gnu/libtdb.so.1.2.9
>
> 7fba810af000-7fba810b0000 r--p 0000f000 fc:01 666602
> /usr/lib/x86_64-linux-gnu/libtdb.so.1.2.9
>
> 7fba810b0000-7fba810b1000 rw-p 00010000 fc:01 666602
> /usr/lib/x86_64-linux-gnu/libtdb.so.1.2.9
>
> 7fba810b8000-7fba810bf000 r-xp 00000000 fc:01 666608
> /usr/lib/x86_64-linux-gnu/libvorbisfile.so.3.3.4
>
> 7fba810bf000-7fba812be000 ---p 00007000 fc:01 666608
> /usr/lib/x86_64-linux-gnu/libvorbisfile.so.3.3.4
>
> 7fba812be000-7fba812bf000 r--p 00006000 fc:01 666608
> /usr/lib/x86_64-linux-gnu/libvorbisfile.so.3.3.4
>
> 7fba812bf000-7fba812c0000 rw-p 00007000 fc:01 666608
> /usr/lib/x86_64-linux-gnu/libvorbisfile.so.3.3.4
>
> 7fba812c0000-7fba812cf000 r-xp 00000000 fc:01 666614
> /usr/lib/x86_64-linux-gnu/libcanberra.so.0.2.5
>
> 7fba812cf000-7fba814ce000 ---p 0000f000 fc:01 666614
> /usr/lib/x86_64-linux-gnu/libcanberra.so.0.2.5
>
> 7fba814ce000-7fba814cf000 r--p 0000e000 fc:01 666614
> /usr/lib/x86_64-linux-gnu/libcanberra.so.0.2.5
>
> 7fba814cf000-7fba814d0000 rw-p 0000f000 fc:01 666614
> /usr/lib/x86_64-linux-gnu/libcanberra.so.0.2.5
>
> 7fba814d0000-7fba814d4000 r-xp 00000000 fc:01 666622
> /usr/lib/x86_64-linux-gnu/libcanberra-gtk.so.0.1.8
>
> 7fba814d4000-7fba816d3000 ---p 00004000 fc:01 666622
> /usr/lib/x86_64-linux-gnu/libcanberra-gtk.so.0.1.8
>
> 7fba816d3000-7fba816d4000 r--p 00003000 fc:01 666622
> /usr/lib/x86_64-linux-gnu/libcanberra-gtk.so.0.1.8
>
> 7fba816d4000-7fba816d5000 rw-p 00004000 fc:01 666622
> /usr/lib/x86_64-linux-gnu/libcanberra-gtk.so.0.1.8
>
> 7fba816d8000-7fba816dd000 r-xp 00000000 fc:01 1588299
> /usr/lib/x86_64-linux-gnu/gtk-2.0/modules/libcanberra-gtk-module.so
>
> 7fba816dd000-7fba818dc000 ---p 00005000 fc:01 1588299
> /usr/lib/x86_64-linux-gnu/gtk-2.0/modules/libcanberra-gtk-module.so
>
> 7fba818dc000-7fba818dd000 r--p 00004000 fc:01 1588299
> /usr/lib/x86_64-linux-gnu/gtk-2.0/modules/libcanberra-gtk-module.so
>
> 7fba818dd000-7fba818de000 rw-p 00005000 fc:01 1588299
> /usr/lib/x86_64-linux-gnu/gtk-2.0/modules/libcanberra-gtk-module.so
>
> 7fba818e0000-7fba8190f000 r-xp 00000000 fc:01 1588165
> /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/engines/libmurrine.so
>
> 7fba8190f000-7fba81b0f000 ---p 0002f000 fc:01 1588165
> /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/engines/libmurrine.so
>
> 7fba81b0f000-7fba81b10000 r--p 0002f000 fc:01 1588165
> /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/engines/libmurrine.so
>
> 7fba81b10000-7fba81b11000 rw-p 00030000 fc:01 1588165
> /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/engines/libmurrine.so
>
> 7fba81b16000-7fba81b17000 ---p 00000000 00:00 0
>
> 7fba81b17000-7fba82317000 rwxp 00000000 00:00 0
>
> 7fba82317000-7fba82318000 ---p 00000000 00:00 0
>
> 7fba82318000-7fba82b18000 rwxp 00000000 00:00 0
>
> 7fba82b18000-7fba82b1f000 r-xp 00000000 fc:01 793692
> /usr/lib/x86_64-linux-gnu/gio/modules/libdconfsettings.so
>
> 7fba82b1f000-7fba82d1e000 ---p 00007000 fc:01 793692
> /usr/lib/x86_64-linux-gnu/gio/modules/libdconfsettings.so
>
> 7fba82d1e000-7fba82d1f000 r--p 00006000 fc:01 793692
> /usr/lib/x86_64-linux-gnu/gio/modules/libdconfsettings.so
>
> 7fba82d1f000-7fba82d20000 rw-p 00007000 fc:01 793692
> /usr/lib/x86_64-linux-gnu/gio/modules/libdconfsettings.so
>
> 7fba82d20000-7fba82d30000 r-xp 00000000 fc:01 671176
> /usr/lib/liboverlay-scrollbar-0.2.so.0.0.16
>
> 7fba82d30000-7fba82f2f000 ---p 00010000 fc:01 671176
> /usr/lib/liboverlay-scrollbar-0.2.so.0.0.16
>
> 7fba82f2f000-7fba82f30000 r--p 0000f000 fc:01 671176
> /usr/lib/liboverlay-scrollbar-0.2.so.0.0.16
>
> 7fba82f30000-7fba82f31000 rw-p 00010000 fc:01 671176
> /usr/lib/liboverlay-scrollbar-0.2.so.0.0.16
>
> 7fba82f38000-7fba82f44000 r-xp 00000000 fc:01 528558 /lib/x86_64-linux-gnu/
> libnss_files-2.15.so
>
> 7fba82f44000-7fba83143000 ---p 0000c000 fc:01 528558 /lib/x86_64-linux-gnu/
> libnss_files-2.15.so
>
> 7fba83143000-7fba83144000 r--p 0000b000 fc:01 528558 /lib/x86_64-linux-gnu/
> libnss_files-2.15.so
>
> 7fba83144000-7fba83145000 rw-p 0000c000 fc:01 528558 /lib/x86_64-linux-gnu/
> libnss_files-2.15.so
>
> 7fba83148000-7fba83152000 r-xp 00000000 fc:01 528566 /lib/x86_64-linux-gnu/
> libnss_nis-2.15.so
>
> 7fba83152000-7fba83352000 ---p 0000a000 fc:01 528566 /lib/x86_64-linux-gnu/
> libnss_nis-2.15.so
>
> 7fba83352000-7fba83353000 r--p 0000a000 fc:01 528566 /lib/x86_64-linux-gnu/
> libnss_nis-2.15.so
>
> 7fba83353000-7fba83354000 rw-p 0000b000 fc:01 528566 /lib/x86_64-linux-gnu/
> libnss_nis-2.15.so
>
> 7fba83358000-7fba8336f000 r-xp 00000000 fc:01 528560 /lib/x86_64-linux-gnu/
> libnsl-2.15.so
>
> 7fba8336f000-7fba8356e000 ---p 00017000 fc:01 528560 /lib/x86_64-linux-gnu/
> libnsl-2.15.so
>
> 7fba8356e000-7fba8356f000 r--p 00016000 fc:01 528560 /lib/x86_64-linux-gnu/
> libnsl-2.15.so
>
> 7fba8356f000-7fba83570000 rw-p 00017000 fc:01 528560 /lib/x86_64-linux-gnu/
> libnsl-2.15.so
>
> 7fba83570000-7fba83572000 rw-p 00000000 00:00 0
>
> 7fba83578000-7fba83580000 r-xp 00000000 fc:01 524328 /lib/x86_64-linux-gnu/
> libnss_compat-2.15.so
>
> 7fba83580000-7fba8377f000 ---p 00008000 fc:01 524328 /lib/x86_64-linux-gnu/
> libnss_compat-2.15.so
>
> 7fba8377f000-7fba83780000 r--p 00007000 fc:01 524328 /lib/x86_64-linux-gnu/
> libnss_compat-2.15.so
>
> 7fba83780000-7fba83781000 rw-p 00008000 fc:01 524328 /lib/x86_64-linux-gnu/
> libnss_compat-2.15.so
>
> 7fba83788000-7fba837a0000 r-xp 00000000 fc:01 528567 /lib/x86_64-linux-gnu/
> libresolv-2.15.so
>
> 7fba837a0000-7fba839a0000 ---p 00018000 fc:01 528567 /lib/x86_64-linux-gnu/
> libresolv-2.15.so
>
> 7fba839a0000-7fba839a1000 r--p 00018000 fc:01 528567 /lib/x86_64-linux-gnu/
> libresolv-2.15.so
>
> 7fba839a1000-7fba839a2000 rw-p 00019000 fc:01 528567 /lib/x86_64-linux-gnu/
> libresolv-2.15.so
>
> 7fba839a2000-7fba839a4000 rw-p 00000000 00:00 0
>
> 7fba839a8000-7fba839c5000 r-xp 00000000 fc:01 524387
> /lib/x86_64-linux-gnu/libselinux.so.1
>
> 7fba839c5000-7fba83bc4000 ---p 0001d000 fc:01 524387
> /lib/x86_64-linux-gnu/libselinux.so.1
>
> 7fba83bc4000-7fba83bc5000 r--p 0001c000 fc:01 524387
> /lib/x86_64-linux-gnu/libselinux.so.1
>
> 7fba83bc5000-7fba83bc6000 rw-p 0001d000 fc:01 524387
> /lib/x86_64-linux-gnu/libselinux.so.1
>
> 7fba83bc6000-7fba83bc7000 rw-p 00000000 00:00 0
>
> 7fba83bc8000-7fba83bd0000 r-xp 00000000 fc:01 663380
> /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0
>
> 7fba83bd0000-7fba83dd0000 ---p 00008000 fc:01 663380
> /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0
>
> 7fba83dd0000-7fba83dd1000 r--p 00008000 fc:01 663380
> /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0
>
> 7fba83dd1000-7fba83dd2000 rw-p 00009000 fc:01 663380
> /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0
>
> 7fba83dd8000-7fba83dfe000 r-xp 00000000 fc:01 524383
> /lib/x86_64-linux-gnu/libpng12.so.0.46.0
>
> 7fba83dfe000-7fba83ffe000 ---p 00026000 fc:01 524383
> /lib/x86_64-linux-gnu/libpng12.so.0.46.0
>
> 7fba83ffe000-7fba83fff000 r--p 00026000 fc:01 524383
> /lib/x86_64-linux-gnu/libpng12.so.0.46.0
>
> 7fba83fff000-7fba84000000 rw-p 00027000 fc:01 524383
> /lib/x86_64-linux-gnu/libpng12.so.0.46.0
>
> 7fba84000000-7fba84021000 rw-p 00000000 00:00 0
>
> 7fba84021000-7fba88000000 ---p 00000000 00:00 0
>
> 7fba88000000-7fba88002000 r-xp 00000000 fc:01 663384
> /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0
>
> 7fba88002000-7fba88201000 ---p 00002000 fc:01 663384
> /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0
>
> 7fba88201000-7fba88202000 r--p 00001000 fc:01 663384
> /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0
>
> 7fba88202000-7fba88203000 rw-p 00002000 fc:01 663384
> /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0
>
> 7fba88208000-7fba88289000 r-xp 00000000 fc:01 663376
> /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.24.4
>
> 7fba88289000-7fba88488000 ---p 00081000 fc:01 663376
> /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.24.4
>
> 7fba88488000-7fba8848e000 r--p 00080000 fc:01 663376
> /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.24.4
>
> 7fba8848e000-7fba8848f000 rw-p 00086000 fc:01 663376
> /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.24.4
>
> 7fba88490000-7fba88493000 r-xp 00000000 fc:01 660040
> /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.3200.3
>
> 7fba88493000-7fba88692000 ---p 00003000 fc:01 660040
> /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.3200.3
>
> 7fba88692000-7fba88693000 r--p 00002000 fc:01 660040
> /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.3200.3
>
> 7fba88693000-7fba88694000 rw-p 00003000 fc:01 660040
> /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.3200.3
>
> 7fba88698000-7fba8869a000 r-xp 00000000 fc:01 665492
> /usr/lib/x86_64-linux-gnu/libXcomposite.so.1.0.0
>
> 7fba8869a000-7fba88899000 ---p 00002000 fc:01 665492
> /usr/lib/x86_64-linux-gnu/libXcomposite.so.1.0.0
>
> 7fba88899000-7fba8889a000 r--p 00001000 fc:01 665492
> /usr/lib/x86_64-linux-gnu/libXcomposite.so.1.0.0
>
> 7fba8889a000-7fba8889b000 rw-p 00002000 fc:01 665492
> /usr/lib/x86_64-linux-gnu/libXcomposite.so.1.0.0
>
> 7fba888a0000-7fba888a7000 r-xp 00000000 fc:01 665516
> /usr/lib/x86_64-linux-gnu/libXrandr.so.2.2.0
>
> 7fba888a7000-7fba88aa6000 ---p 00007000 fc:01 665516
> /usr/lib/x86_64-linux-gnu/libXrandr.so.2.2.0
>
> 7fba88aa6000-7fba88aa7000 r--p 00006000 fc:01 665516
> /usr/lib/x86_64-linux-gnu/libXrandr.so.2.2.0
>
> 7fba88aa7000-7fba88aa8000 rw-p 00007000 fc:01 665516
> /usr/lib/x86_64-linux-gnu/libXrandr.so.2.2.0
>
> 7fba88aa8000-7fba88aaa000 r-xp 00000000 fc:01 665512
> /usr/lib/x86_64-linux-gnu/libXinerama.so.1.0.0
>
> 7fba88aaa000-7fba88ca9000 ---p 00002000 fc:01 665512
> /usr/lib/x86_64-linux-gnu/libXinerama.so.1.0.0
>
> 7fba88ca9000-7fba88caa000 r--p 00001000 fc:01 665512
> /usr/lib/x86_64-linux-gnu/libXinerama.so.1.0.0
>
> 7fba88caa000-7fba88cab000 rw-p 00002000 fc:01 665512
> /usr/lib/x86_64-linux-gnu/libXinerama.so.1.0.0
>
> 7fba88cb0000-7fba88cd9000 r-xp 00000000 fc:01 663440
> /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.3000.0
>
> 7fba88cd9000-7fba88ed8000 ---p 00029000 fc:01 663440
> /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.3000.0
>
> 7fba88ed8000-7fba88ed9000 r--p 00028000 fc:01 663440
> /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.3000.0
>
> 7fba88ed9000-7fba88eda000 rw-p 00029000 fc:01 663440
> /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.3000.0
>
> 7fba88ee0000-7fba89028000 r-xp 00000000 fc:01 660044
> /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.3200.3
>
> 7fba89028000-7fba89227000 ---p 00148000 fc:01 660044
> /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.3200.3
>
> 7fba89227000-7fba8922b000 r--p 00147000 fc:01 660044
> /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.3200.3
>
> 7fba8922b000-7fba8922d000 rw-p 0014b000 fc:01 660044
> /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.3200.3
>
> 7fba8922d000-7fba8922f000 rw-p 00000000 00:00 0
>
> 7fba89230000-7fba8924e000 r-xp 00000000 fc:01 663364
> /usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0.2600.1
>
> 7fba8924e000-7fba8944e000 ---p 0001e000 fc:01 663364
> /usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0.2600.1
>
> 7fba8944e000-7fba8944f000 r--p 0001e000 fc:01 663364
> /usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0.2600.1
>
> 7fba8944f000-7fba89450000 rw-p 0001f000 fc:01 663364
> /usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0.2600.1
>
> 7fba89450000-7fba89509000 r-xp 00000000 fc:01 663392
> /usr/lib/x86_64-linux-gnu/libcairo.so.2.11000.2
>
> 7fba89509000-7fba89708000 ---p 000b9000 fc:01 663392
> /usr/lib/x86_64-linux-gnu/libcairo.so.2.11000.2
>
> 7fba89708000-7fba8970a000 r--p 000b8000 fc:01 663392
> /usr/lib/x86_64-linux-gnu/libcairo.so.2.11000.2
>
> 7fba8970a000-7fba8970b000 rw-p 000ba000 fc:01 663392
> /usr/lib/x86_64-linux-gnu/libcairo.so.2.11000.2
>
> 7fba8970b000-7fba8970e000 rw-p 00000000 00:00 0
>
> 7fba89710000-7fba8972f000 r-xp 00000000 fc:01 663342
> /usr/lib/x86_64-linux-gnu/libatk-1.0.so.0.20409.1
>
> 7fba8972f000-7fba8992f000 ---p 0001f000 fc:01 663342
> /usr/lib/x86_64-linux-gnu/libatk-1.0.so.0.20409.1
>
> 7fba8992f000-7fba89931000 r--p 0001f000 fc:01 663342
> /usr/lib/x86_64-linux-gnu/libatk-1.0.so.0.20409.1
>
> 7fba89931000-7fba89932000 rw-p 00021000 fc:01 663342
> /usr/lib/x86_64-linux-gnu/libatk-1.0.so.0.20409.1
>
> 7fba89938000-7fba89943000 r-xp 00000000 fc:01 663444
> /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.3000.0
>
> 7fba89943000-7fba89b42000 ---p 0000b000 fc:01 663444
> /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.3000.0
>
> 7fba89b42000-7fba89b43000 r--p 0000a000 fc:01 663444
> /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.3000.0
>
> 7fba89b43000-7fba89b44000 rw-p 0000b000 fc:01 663444
> /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.3000.0
>
> 7fba89b48000-7fba89b8e000 r-xp 00000000 fc:01 663442
> /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.3000.0
>
> 7fba89b8e000-7fba89d8e000 ---p 00046000 fc:01 663442
> /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.3000.0
>
> 7fba89d8e000-7fba89d90000 r--p 00046000 fc:01 663442
> /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.3000.0
>
> 7fba89d90000-7fba89d91000 rw-p 00048000 fc:01 663442
> /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.3000.0
>
> 7fba89d98000-7fba89e45000 r-xp 00000000 fc:01 666474
> /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0.2400.10
>
> 7fba89e45000-7fba8a044000 ---p 000ad000 fc:01 666474
> /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0.2400.10
>
> 7fba8a044000-7fba8a048000 r--p 000ac000 fc:01 666474
> /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0.2400.10
>
> 7fba8a048000-7fba8a04a000 rw-p 000b0000 fc:01 666474
> /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0.2400.10
>
> 7fba8a050000-7fba8a47d000 r-xp 00000000 fc:01 666472
> /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0.2400.10
>
> 7fba8a47d000-7fba8a67d000 ---p 0042d000 fc:01 666472
> /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0.2400.10
>
> 7fba8a67d000-7fba8a684000 r--p 0042d000 fc:01 666472
> /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0.2400.10
>
> 7fba8a684000-7fba8a688000 rw-p 00434000 fc:01 666472
> /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0.2400.10
>
> 7fba8a688000-7fba8a68a000 rw-p 00000000 00:00 0
>
> 7fba8a690000-7fba8a6a3000 r-xp 00000000 fc:03 10355591
> /home/stima/Qt/5.1.0/gcc_64/plugins/platformthemes/libqgtk2.so
>
> 7fba8a6a3000-7fba8a8a3000 ---p 00013000 fc:03 10355591
> /home/stima/Qt/5.1.0/gcc_64/plugins/platformthemes/libqgtk2.so
>
> 7fba8a8a3000-7fba8a8a4000 r--p 00013000 fc:03 10355591
> /home/stima/Qt/5.1.0/gcc_64/plugins/platformthemes/libqgtk2.so
>
> 7fba8a8a4000-7fba8a8a6000 rw-p 00014000 fc:03 10355591
> /home/stima/Qt/5.1.0/gcc_64/plugins/platformthemes/libqgtk2.so
>
> 7fba8a8a8000-7fba8a8ea000 r-xp 00000000 fc:01 524303
> /lib/x86_64-linux-gnu/libdbus-1.so.3.5.8
>
> 7fba8a8ea000-7fba8aaea000 ---p 00042000 fc:01 524303
> /lib/x86_64-linux-gnu/libdbus-1.so.3.5.8
>
> 7fba8aaea000-7fba8aaeb000 r--p 00042000 fc:01 524303
> /lib/x86_64-linux-gnu/libdbus-1.so.3.5.8
>
> 7fba8aaeb000-7fba8aaec000 rw-p 00043000 fc:01 524303
> /lib/x86_64-linux-gnu/libdbus-1.so.3.5.8
>
> 7fba8aaf0000-7fba8ab48000 r-xp 00000000 fc:03 10355568
> /home/stima/Qt/5.1.0/gcc_64/plugins/platforminputcontexts/libcomposeplatforminputcontextplugin.so
>
> 7fba8ab48000-7fba8ad48000 ---p 00058000 fc:03 10355568
> /home/stima/Qt/5.1.0/gcc_64/plugins/platforminputcontexts/libcomposeplatforminputcontextplugin.so
>
> 7fba8ad48000-7fba8ad5c000 r--p 00058000 fc:03 10355568
> /home/stima/Qt/5.1.0/gcc_64/plugins/platforminputcontexts/libcomposeplatforminputcontextplugin.so
>
> 7fba8ad5c000-7fba8ad5d000 rw-p 0006c000 fc:03 10355568
> /home/stima/Qt/5.1.0/gcc_64/plugins/platforminputcontexts/libcomposeplatforminputcontextplugin.so
>
> 7fba8ad60000-7fba8ad69000 r-xp 00000000 fc:01 665500
> /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
>
> 7fba8ad69000-7fba8af68000 ---p 00009000 fc:01 665500
> /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
>
> 7fba8af68000-7fba8af69000 r--p 00008000 fc:01 665500
> /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
>
> 7fba8af69000-7fba8af6a000 rw-p 00009000 fc:01 665500
> /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
>
> 7fba8af6f000-7fba8af70000 ---p 00000000 00:00 0
>
> 7fba8af70000-7fba8b770000 rwxp 00000000 00:00 0
>
> 7fba8b770000-7fba8b797000 r-xp 00000000 fc:01 524329
> /lib/x86_64-linux-gnu/libexpat.so.1.5.2
>
> 7fba8b797000-7fba8b997000 ---p 00027000 fc:01 524329
> /lib/x86_64-linux-gnu/libexpat.so.1.5.2
>
> 7fba8b997000-7fba8b999000 r--p 00027000 fc:01 524329
> /lib/x86_64-linux-gnu/libexpat.so.1.5.2
>
> 7fba8b999000-7fba8b99a000 rw-p 00029000 fc:01 524329
> /lib/x86_64-linux-gnu/libexpat.so.1.5.2
>
> 7fba8b9a0000-7fba8ba15000 r-xp 00000000 fc:03 9448127
> /home/stima/Qt/5.1.0/gcc_64/lib/libQt5DBus.so.5.1.0
>
> 7fba8ba15000-7fba8bc14000 ---p 00075000 fc:03 9448127
> /home/stima/Qt/5.1.0/gcc_64/lib/libQt5DBus.so.5.1.0
>
> 7fba8bc14000-7fba8bc16000 r--p 00074000 fc:03 9448127
> /home/stima/Qt/5.1.0/gcc_64/lib/libQt5DBus.so.5.1.0
>
> 7fba8bc16000-7fba8bc19000 rw-p 00076000 fc:03 9448127
> /home/stima/Qt/5.1.0/gcc_64/lib/libQt5DBus.so.5.1.0
>
> 7fba8bc20000-7fba8bc29000 r-xp 00000000 fc:01 663388
> /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
>
> 7fba8bc29000-7fba8be28000 ---p 00009000 fc:01 663388
> /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
>
> 7fba8be28000-7fba8be29000 r--p 00008000 fc:01 663388
> /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
>
> 7fba8be29000-7fba8be2a000 rw-p 00009000 fc:01 663388
> /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
>
> 7fba8be30000-7fba8bec6000 r-xp 00000000 fc:01 658612
> /usr/lib/x86_64-linux-gnu/libfreetype.so.6.8.0
>
> 7fba8bec6000-7fba8c0c5000 ---p 00096000 fc:01 658612
> /usr/lib/x86_64-linux-gnu/libfreetype.so.6.8.0
>
> 7fba8c0c5000-7fba8c0cb000 r--p 00095000 fc:01 658612
> /usr/lib/x86_64-linux-gnu/libfreetype.so.6.8.0
>
> 7fba8c0cb000-7fba8c0cc000 rw-p 0009b000 fc:01 658612
> /usr/lib/x86_64-linux-gnu/libfreetype.so.6.8.0
>
> 7fba8c0d0000-7fba8c104000 r-xp 00000000 fc:01 663372
> /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.4.4
>
> 7fba8c104000-7fba8c304000 ---p 00034000 fc:01 663372
> /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.4.4
>
> 7fba8c304000-7fba8c305000 r--p 00034000 fc:01 663372
> /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.4.4
>
> 7fba8c305000-7fba8c306000 rw-p 00035000 fc:01 663372
> /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.4.4
>
> 7fba8c308000-7fba8c316000 r-xp 00000000 fc:01 665508
> /usr/lib/x86_64-linux-gnu/libXi.so.6.1.0
>
> 7fba8c316000-7fba8c515000 ---p 0000e000 fc:01 665508
> /usr/lib/x86_64-linux-gnu/libXi.so.6.1.0
>
> 7fba8c515000-7fba8c516000 r--p 0000d000 fc:01 665508
> /usr/lib/x86_64-linux-gnu/libXi.so.6.1.0
>
> 7fba8c516000-7fba8c517000 rw-p 0000e000 fc:01 665508
> /usr/lib/x86_64-linux-gnu/libXi.so.6.1.0
>
> 7fba8c518000-7fba8c63b000 r-xp 00000000 fc:03 10355617
> /home/stima/Qt/5.1.0/gcc_64/plugins/platforms/libqxcb.so
>
> 7fba8c63b000-7fba8c83b000 ---p 00123000 fc:03 10355617
> /home/stima/Qt/5.1.0/gcc_64/plugins/platforms/libqxcb.so
>
> 7fba8c83b000-7fba8c854000 r--p 00123000 fc:03 10355617
> /home/stima/Qt/5.1.0/gcc_64/plugins/platforms/libqxcb.so
>
> 7fba8c854000-7fba8c85a000 rw-p 0013c000 fc:03 10355617
> /home/stima/Qt/5.1.0/gcc_64/plugins/platforms/libqxcb.so
>
> 7fba8c860000-7fba8cb29000 r--p 00000000 fc:01 661099
> /usr/lib/locale/locale-archive
>
> 7fba8cb30000-7fba8cb35000 r-xp 00000000 fc:01 661061
> /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
>
> 7fba8cb35000-7fba8cd34000 ---p 00005000 fc:01 661061
> /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
>
> 7fba8cd34000-7fba8cd35000 r--p 00004000 fc:01 661061
> /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
>
> 7fba8cd35000-7fba8cd36000 rw-p 00005000 fc:01 661061
> /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
>
> 7fba8cd38000-7fba8cd3a000 r-xp 00000000 fc:01 661059
> /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
>
> 7fba8cd3a000-7fba8cf39000 ---p 00002000 fc:01 661059
> /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
>
> 7fba8cf39000-7fba8cf3a000 r--p 00001000 fc:01 661059
> /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
>
> 7fba8cf3a000-7fba8cf3b000 rw-p 00002000 fc:01 661059
> /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
>
> 7fba8cf40000-7fba8e488000 r--p 00000000 fc:03 9449213
> /home/stima/Qt/5.1.0/gcc_64/lib/libicudata.so.51.1
>
> 7fba8e488000-7fba8e688000 ---p 01548000 fc:03 9449213
> /home/stima/Qt/5.1.0/gcc_64/lib/libicudata.so.51.1
>
> 7fba8e688000-7fba8e689000 rw-p 01548000 fc:03 9449213
> /home/stima/Qt/5.1.0/gcc_64/lib/libicudata.so.51.1
>
> 7fba8e690000-7fba8e69a000 r-xp 00000000 fc:01 665102
> /usr/lib/x86_64-linux-gnu/libdrm.so.2.4.0
>
> 7fba8e69a000-7fba8e899000 ---p 0000a000 fc:01 665102
> /usr/lib/x86_64-linux-gnu/libdrm.so.2.4.0
>
> 7fba8e899000-7fba8e89a000 r--p 00009000 fc:01 665102
> /usr/lib/x86_64-linux-gnu/libdrm.so.2.4.0
>
> 7fba8e89a000-7fba8e89b000 rw-p 0000a000 fc:01 665102
> /usr/lib/x86_64-linux-gnu/libdrm.so.2.4.0
>
> 7fba8e8a0000-7fba8e8a4000 r-xp 00000000 fc:01 666055
> /usr/lib/x86_64-linux-gnu/libXxf86vm.so.1.0.0
>
> 7fba8e8a4000-7fba8eaa3000 ---p 00004000 fc:01 666055
> /usr/lib/x86_64-linux-gnu/libXxf86vm.so.1.0.0
>
> 7fba8eaa3000-7fba8eaa4000 r--p 00003000 fc:01 666055
> /usr/lib/x86_64-linux-gnu/libXxf86vm.so.1.0.0
>
> 7fba8eaa4000-7fba8eaa5000 rw-p 00004000 fc:01 666055
> /usr/lib/x86_64-linux-gnu/libXxf86vm.so.1.0.0
>
> 7fba8eaa8000-7fba8eabd000 r-xp 00000000 fc:01 666042
> /usr/lib/x86_64-linux-gnu/libxcb-glx.so.0.0.0
>
> 7fba8eabd000-7fba8ecbc000 ---p 00015000 fc:01 666042
> /usr/lib/x86_64-linux-gnu/libxcb-glx.so.0.0.0
>
> 7fba8ecbc000-7fba8ecbe000 r--p 00014000 fc:01 666042
> /usr/lib/x86_64-linux-gnu/libxcb-glx.so.0.0.0
>
> 7fba8ecbe000-7fba8ecbf000 rw-p 00016000 fc:01 666042
> /usr/lib/x86_64-linux-gnu/libxcb-glx.so.0.0.0
>
> 7fba8ecc0000-7fba8ecc1000 r-xp 00000000 fc:01 666011
> /usr/lib/x86_64-linux-gnu/libX11-xcb.so.1.0.0
>
> 7fba8ecc1000-7fba8eec0000 ---p 00001000 fc:01 666011
> /usr/lib/x86_64-linux-gnu/libX11-xcb.so.1.0.0
>
> 7fba8eec0000-7fba8eec1000 r--p 00000000 fc:01 666011
> /usr/lib/x86_64-linux-gnu/libX11-xcb.so.1.0.0
>
> 7fba8eec1000-7fba8eec2000 rw-p 00001000 fc:01 666011
> /usr/lib/x86_64-linux-gnu/libX11-xcb.so.1.0.0
>
> 7fba8eec8000-7fba8eecd000 r-xp 00000000 fc:01 665496
> /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
>
> 7fba8eecd000-7fba8f0cc000 ---p 00005000 fc:01 665496
> /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
>
> 7fba8f0cc000-7fba8f0cd000 r--p 00004000 fc:01 665496
> /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
>
> 7fba8f0cd000-7fba8f0ce000 rw-p 00005000 fc:01 665496
> /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
>
> 7fba8f0d0000-7fba8f0d2000 r-xp 00000000 fc:01 665504
> /usr/lib/x86_64-linux-gnu/libXdamage.so.1.1.0
>
> 7fba8f0d2000-7fba8f2d1000 ---p 00002000 fc:01 665504
> /usr/lib/x86_64-linux-gnu/libXdamage.so.1.1.0
>
> 7fba8f2d1000-7fba8f2d2000 r--p 00001000 fc:01 665504
> /usr/lib/x86_64-linux-gnu/libXdamage.so.1.1.0
>
> 7fba8f2d2000-7fba8f2d3000 rw-p 00002000 fc:01 665504
> /usr/lib/x86_64-linux-gnu/libXdamage.so.1.1.0
>
> 7fba8f2d8000-7fba8f2e8000 r-xp 00000000 fc:01 661070
> /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
>
> 7fba8f2e8000-7fba8f4e7000 ---p 00010000 fc:01 661070
> /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
>
> 7fba8f4e7000-7fba8f4e8000 r--p 0000f000 fc:01 661070
> /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
>
> 7fba8f4e8000-7fba8f4e9000 rw-p 00010000 fc:01 661070
> /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
>
> 7fba8f4f0000-7fba8f511000 r-xp 00000000 fc:01 665988
> /usr/lib/x86_64-linux-gnu/libglapi.so.0.0.0
>
> 7fba8f511000-7fba8f710000 ---p 00021000 fc:01 665988
> /usr/lib/x86_64-linux-gnu/libglapi.so.0.0.0
>
> 7fba8f710000-7fba8f713000 r--p 00020000 fc:01 665988
> /usr/lib/x86_64-linux-gnu/libglapi.so.0.0.0
>
> 7fba8f713000-7fba8f714000 rw-p 00023000 fc:01 665988
> /usr/lib/x86_64-linux-gnu/libglapi.so.0.0.0
>
> 7fba8f714000-7fba8f715000 rw-p 00000000 00:00 0
>
> 7fba8f718000-7fba8f754000 r-xp 00000000 fc:01 524374
> /lib/x86_64-linux-gnu/libpcre.so.3.12.1
>
> 7fba8f754000-7fba8f953000 ---p 0003c000 fc:01 524374
> /lib/x86_64-linux-gnu/libpcre.so.3.12.1
>
> 7fba8f953000-7fba8f954000 r--p 0003b000 fc:01 524374
> /lib/x86_64-linux-gnu/libpcre.so.3.12.1
>
> 7fba8f954000-7fba8f955000 rw-p 0003c000 fc:01 524374
> /lib/x86_64-linux-gnu/libpcre.so.3.12.1
>
> 7fba8f958000-7fba8f95f000 r-xp 00000000 fc:01 656105
> /usr/lib/x86_64-linux-gnu/libffi.so.6.0.0
>
> 7fba8f95f000-7fba8fb5e000 ---p 00007000 fc:01 656105
> /usr/lib/x86_64-linux-gnu/libffi.so.6.0.0
>
> 7fba8fb5e000-7fba8fb5f000 r--p 00006000 fc:01 656105
> /usr/lib/x86_64-linux-gnu/libffi.so.6.0.0
>
> 7fba8fb5f000-7fba8fb60000 rw-p 00007000 fc:01 656105
> /usr/lib/x86_64-linux-gnu/libffi.so.6.0.0
>
> 7fba8fb60000-7fba8fb9e000 r-xp 00000000 fc:01 663348
> /usr/lib/x86_64-linux-gnu/libjpeg.so.8.0.2
>
> 7fba8fb9e000-7fba8fd9e000 ---p 0003e000 fc:01 663348
> /usr/lib/x86_64-linux-gnu/libjpeg.so.8.0.2
>
> 7fba8fd9e000-7fba8fd9f000 r--p 0003e000 fc:01 663348
> /usr/lib/x86_64-linux-gnu/libjpeg.so.8.0.2
>
> 7fba8fd9f000-7fba8fda0000 rw-p 0003f000 fc:01 663348
> /usr/lib/x86_64-linux-gnu/libjpeg.so.8.0.2
>
> 7fba8fda0000-7fba8fdb0000 rw-p 00000000 00:00 0
>
> 7fba8fdb0000-7fba8fdb6000 r-xp 00000000 fc:01 665642
> /usr/lib/x86_64-linux-gnu/libogg.so.0.7.1
>
> 7fba8fdb6000-7fba8ffb5000 ---p 00006000 fc:01 665642
> /usr/lib/x86_64-linux-gnu/libogg.so.0.7.1
>
> 7fba8ffb5000-7fba8ffb6000 r--p 00005000 fc:01 665642
> /usr/lib/x86_64-linux-gnu/libogg.so.0.7.1
>
> 7fba8ffb6000-7fba8ffb7000 rw-p 00006000 fc:01 665642
> /usr/lib/x86_64-linux-gnu/libogg.so.0.7.1
>
> 7fba8ffb8000-7fba8ffd5000 r-xp 00000000 fc:01 661063
> /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
>
> 7fba8ffd5000-7fba901d4000 ---p 0001d000 fc:01 661063
> /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
>
> 7fba901d4000-7fba901d5000 r--p 0001c000 fc:01 661063
> /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
>
> 7fba901d5000-7fba901d6000 rw-p 0001d000 fc:01 661063
> /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
>
> 7fba901d8000-7fba901d9000 r-xp 00000000 fc:01 660039
> /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.3200.3
>
> 7fba901d9000-7fba903d8000 ---p 00001000 fc:01 660039
> /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.3200.3
>
> 7fba903d8000-7fba903d9000 r--p 00000000 fc:01 660039
> /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.3200.3
>
> 7fba903d9000-7fba903da000 rw-p 00001000 fc:01 660039
> /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.3200.3
>
> 7fba903e0000-7fba90550000 r-xp 00000000 fc:03 9449215
> /home/stima/Qt/5.1.0/gcc_64/lib/libicuuc.so.51.1
>
> 7fba90550000-7fba9074f000 ---p 00170000 fc:03 9449215
> /home/stima/Qt/5.1.0/gcc_64/lib/libicuuc.so.51.1
>
> 7fba9074f000-7fba90760000 r--p 0016f000 fc:03 9449215
> /home/stima/Qt/5.1.0/gcc_64/lib/libicuuc.so.51.1
>
> 7fba90760000-7fba90761000 rw-p 00180000 fc:03 9449215
> /home/stima/Qt/5.1.0/gcc_64/lib/libicuuc.so.51.1
>
> 7fba90761000-7fba90766000 rw-p 00000000 00:00 0
>
> 7fba90768000-7fba90971000 r-xp 00000000 fc:03 9449214
> /home/stima/Qt/5.1.0/gcc_64/lib/libicui18n.so.51.1
>
> 7fba90971000-7fba90b71000 ---p 00209000 fc:03 9449214
> /home/stima/Qt/5.1.0/gcc_64/lib/libicui18n.so.51.1
>
> 7fba90b71000-7fba90b7e000 r--p 00209000 fc:03 9449214
> /home/stima/Qt/5.1.0/gcc_64/lib/libicui18n.so.51.1
>
> 7fba90b7e000-7fba90b80000 rw-p 00216000 fc:03 9449214
> /home/stima/Qt/5.1.0/gcc_64/lib/libicui18n.so.51.1
>
> 7fba90b80000-7fba90b81000 rw-p 00000000 00:00 0
>
> 7fba90b88000-7fba90be5000 r-xp 00000000 fc:01 666096
> /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2
>
> 7fba90be5000-7fba90de4000 ---p 0005d000 fc:01 .662
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20130806/b08f29c2/attachment-0001.html>


[Index of Archives]     [Asterisk Users]     [Asterisk App Development]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [Linux API]
  Powered by Linux