huxingyi / dust3d

Dust3D is a cross-platform 3D modeling software that makes it easy to create low poly 3D models for video games, 3D printing, and more.
https://dust3d.org/
MIT License
2.98k stars 222 forks source link

Add to requirements gcc-4.9 or fix error #16

Closed powpingdone closed 5 years ago

powpingdone commented 6 years ago

When compiling dust3d I was greeted with this glorious error:

src/meshgenerator.cpp:396:20: error: converting to ‘bool’ from ‘std::nullptr_t’ requires direct-initialization [-fpermissive]
             return nullptr;

Here is the compile log

I did a quick search and this was a set feature from gcc <5. I was using gcc 8.2.3 to compile.

Either fix the error or add to the requirements that you need gcc-4.9.

huxingyi commented 6 years ago

Thanks for reporting, good catch! That nullptr was put there mistakenly. Could you help to replace return nullptr; to return isDirty; and see if it compiles, if compiles please make a pull request also.

powpingdone commented 6 years ago

return isDirty; works, it compiles fine. I have another problem though, dust3d segfaults when creating a node now. I'll create the pull request if you want me to now.

huxingyi commented 6 years ago

Could you paste the stack trace here please, maybe is the same crash as https://github.com/huxingyi/dust3d/issues/15 ?

powpingdone commented 6 years ago
Register dump:

 RAX: 0000000000000001   RBX: 00007fcb9f6e8a40   RCX: 0000000000000000
 RDX: 00007fcb800108e0   RSI: 00007fcb8c86e0a0   RDI: 0000000000000000
 RBP: 0000000000000000   R8 : 0000000000008058   R9 : 0000000000000010
 R10: 0000000000000000   R11: 00007fcb8d032c40   R12: 00007fcb9f6e8a50
 R13: 00007fcb8c86e0a0   R14: 0000000000008058   R15: 0000000000000de1
 RSP: 00007fcb8c86dc28

 RIP: 00007fcb9f2abdf0   EFLAGS: 00010202

 CS: 0033   FS: 0000   GS: 0000

 Trap: 0000000e   Error: 00000004   OldMask: 00000000   CR2: 00000008

 FPUCW: 0000037f   FPUSW: 00000000   TAG: 00000000
 RIP: 00007fcb   RDP: 8c1a9a08

 ST(0) 0000 0000000000000000   ST(1) 0000 0000000000000000
 ST(2) 0000 0000000000000000   ST(3) 0000 0000000000000000
 ST(4) 0000 0000000000000000   ST(5) 0000 0000000000000000
 ST(6) 0000 0000000000000000   ST(7) 8000 8000000000000000
 mxcsr: 1fa0
 XMM0:  00000000000000000000000000000000 XMM1:  00000000000000000000000000000000
 XMM2:  00000000000000000000000000000000 XMM3:  00000000000000000000000000000000
 XMM4:  00000000000000000000000000000000 XMM5:  00000000000000000000000000000000
 XMM6:  00000000000000000000000000000000 XMM7:  00000000000000000000000000000000
 XMM8:  00000000000000000000000000000000 XMM9:  00000000000000000000000000000000
 XMM10: 00000000000000000000000000000000 XMM11: 00000000000000000000000000000000
 XMM12: 00000000000000000000000000000000 XMM13: 00000000000000000000000000000000
 XMM14: 00000000000000000000000000000000 XMM15: 00000000000000000000000000000000

Backtrace:
/usr/lib/libQt5Gui.so.5(_ZNK14QOpenGLContext10shareGroupEv+0x0)[0x7fcb9f2abdf0]
/usr/lib/libQt5Gui.so.5(+0x4376c6)[0x7fcb9f58f6c6]
/usr/lib/libQt5Gui.so.5(_ZN16QOpenGLFunctions25initializeOpenGLFunctionsEv+0xb)[0x7fcb9f58f8db]
/usr/lib/libQt5Gui.so.5(+0x43a2a1)[0x7fcb9f5922a1]
/usr/lib/libQt5Gui.so.5(_ZN24QOpenGLFramebufferObjectC2ERK5QSizeRK30QOpenGLFramebufferObjectFormat+0xcb)[0x7fcb9f5927fb]
./dust3d(+0x36442)[0x56166f4f4442]
./dust3d(+0xd6027)[0x56166f594027]
./dust3d(+0xd71e3)[0x56166f5951e3]
./dust3d(+0xd74d0)[0x56166f5954d0]
./dust3d(+0xd8bf6)[0x56166f596bf6]
./dust3d(+0x68e11)[0x56166f526e11]
./dust3d(+0x6719d)[0x56166f52519d]
./dust3d(+0x627a7)[0x56166f5207a7]
/usr/lib/libQt5Core.so.5(_ZN11QMetaObject8activateEP7QObjectiiPPv+0x8d0)[0x7fcb9eeec0b0]
/usr/lib/libQt5Core.so.5(_ZN7QThread7startedENS_14QPrivateSignalE+0x38)[0x7fcb9ed08e98]
/usr/lib/libQt5Core.so.5(+0xc3fec)[0x7fcb9ed13fec]
/usr/lib/libpthread.so.0(+0x7a9d)[0x7fcb9e67fa9d]
/usr/lib/libc.so.6(clone+0x43)[0x7fcb9e7b3a43]

Memory map:

401b0000-401b2000 r-xs 00000000 00:2a 27                                 /tmp/.glfV8xEk (deleted)
4034c000-403ed000 rw-p 00000000 00:00 0 
4055a000-405fb000 rw-p 00000000 00:00 0 
41477000-41518000 rw-p 00000000 00:00 0 
41a91000-41b32000 rw-p 00000000 00:00 0 
41b66000-41c07000 rw-p 00000000 00:00 0 
56166f4be000-56166f4ea000 r--p 00000000 08:11 7610520                    /home/argil/build/dust3d/dust3d
56166f4ea000-56166f81e000 r-xp 0002c000 08:11 7610520                    /home/argil/build/dust3d/dust3d
56166f81e000-56166f997000 r--p 00360000 08:11 7610520                    /home/argil/build/dust3d/dust3d
56166f998000-56166f9a3000 r--p 004d9000 08:11 7610520                    /home/argil/build/dust3d/dust3d
56166f9a3000-56166f9a4000 rw-p 004e4000 08:11 7610520                    /home/argil/build/dust3d/dust3d
56166f9d0000-5616708b2000 rw-p 00000000 00:00 0                          [heap]
7fcb78000000-7fcb780fc000 rw-p 00000000 00:00 0 
7fcb780fc000-7fcb7c000000 ---p 00000000 00:00 0 
7fcb7eae6000-7fcb7f170000 rw-p 00000000 00:00 0 
7fcb7f170000-7fcb7f570000 rw-s 00000000 00:06 533                        /dev/nvidiactl
7fcb7f570000-7fcb7f970000 rw-s 00000000 00:06 533                        /dev/nvidiactl
7fcb80000000-7fcb80103000 rw-p 00000000 00:00 0 
7fcb80103000-7fcb84000000 ---p 00000000 00:00 0 
7fcb84098000-7fcb84498000 rw-s 00000000 00:06 533                        /dev/nvidiactl
7fcb84498000-7fcb84898000 rw-s 00000000 00:06 533                        /dev/nvidiactl
7fcb84a9b000-7fcb85258000 rw-p 00000000 00:00 0 
7fcb85258000-7fcb85a14000 rw-s 00000000 00:2a 40                         /tmp/#40 (deleted)
7fcb85a17000-7fcb85a18000 ---p 00000000 00:00 0 
7fcb85a18000-7fcb86218000 rw-p 00000000 00:00 0 
7fcb86218000-7fcb86318000 rw-s 00000000 00:06 533                        /dev/nvidiactl
7fcb86318000-7fcb873f1000 r-xp 00000000 08:11 48513557                   /usr/lib/libnvidia-glcore.so.396.54
7fcb873f1000-7fcb87412000 rwxp 010d9000 08:11 48513557                   /usr/lib/libnvidia-glcore.so.396.54
7fcb87412000-7fcb87ae2000 r-xp 010fa000 08:11 48513557                   /usr/lib/libnvidia-glcore.so.396.54
7fcb87ae2000-7fcb87ce2000 ---p 017ca000 08:11 48513557                   /usr/lib/libnvidia-glcore.so.396.54
7fcb87ce2000-7fcb87fe4000 rw-p 017ca000 08:11 48513557                   /usr/lib/libnvidia-glcore.so.396.54
7fcb87fe4000-7fcb87ffe000 rw-p 00000000 00:00 0 
7fcb88000000-7fcb88021000 rw-p 00000000 00:00 0 
7fcb88021000-7fcb8c000000 ---p 00000000 00:00 0 
7fcb8c018000-7fcb8c01b000 r--p 00000000 08:11 48502629                   /usr/lib/libnss_files-2.28.so
7fcb8c01b000-7fcb8c022000 r-xp 00003000 08:11 48502629                   /usr/lib/libnss_files-2.28.so
7fcb8c022000-7fcb8c025000 r--p 0000a000 08:11 48502629                   /usr/lib/libnss_files-2.28.so
7fcb8c025000-7fcb8c026000 r--p 0000c000 08:11 48502629                   /usr/lib/libnss_files-2.28.so
7fcb8c026000-7fcb8c027000 rw-p 0000d000 08:11 48502629                   /usr/lib/libnss_files-2.28.so
7fcb8c027000-7fcb8c02d000 rw-p 00000000 00:00 0 
7fcb8c06f000-7fcb8c070000 ---p 00000000 00:00 0 
7fcb8c070000-7fcb8c870000 rw-p 00000000 00:00 0 
7fcb8c870000-7fcb8c890000 rw-s 00000000 08:11 6822538                    /home/argil/#6822538 (deleted)
7fcb8c890000-7fcb8c8b0000 r-xs 00000000 08:11 6822538                    /home/argil/#6822538 (deleted)
7fcb8c8b0000-7fcb8c930000 rw-s 00000000 00:06 533                        /dev/nvidiactl
7fcb8c930000-7fcb8c932000 rw-s 00000000 00:2a 27                         /tmp/.glfV8xEk (deleted)
7fcb8c938000-7fcb8c9b8000 rw-s 00000000 00:06 533                        /dev/nvidiactl
7fcb8c9b8000-7fcb8ca38000 rw-s 00000000 00:06 533                        /dev/nvidiactl
7fcb8cb38000-7fcb8cb4b000 rw-s 00000000 00:06 533                        /dev/nvidiactl
7fcb8cb50000-7fcb8cb70000 rw-s 00000000 00:06 534                        /dev/nvidia0
7fcb8cb70000-7fcb8cbb0000 rw-s 00000000 00:06 533                        /dev/nvidiactl
7fcb8cbb0000-7fcb8cbd0000 rw-s 00000000 00:06 533                        /dev/nvidiactl
7fcb8cbd0000-7fcb8cc10000 rw-s 00000000 00:06 533                        /dev/nvidiactl
7fcb8cc10000-7fcb8cc30000 rw-s 00000000 00:06 533                        /dev/nvidiactl
7fcb8cc30000-7fcb8cc70000 rw-s 00000000 00:06 533                        /dev/nvidiactl
7fcb8cc70000-7fcb8cd75000 rw-s 00000000 00:06 533                        /dev/nvidiactl
7fcb8cd78000-7fcb8cd7b000 r-xp 00000000 08:11 48630627                   /usr/lib/tls/libnvidia-tls.so.396.54
7fcb8cd7b000-7fcb8cf7b000 ---p 00003000 08:11 48630627                   /usr/lib/tls/libnvidia-tls.so.396.54
7fcb8cf7b000-7fcb8cf7c000 rw-p 00003000 08:11 48630627                   /usr/lib/tls/libnvidia-tls.so.396.54
7fcb8cf80000-7fcb8d049000 r-xp 00000000 08:11 48513532                   /usr/lib/libGLX_nvidia.so.396.54
7fcb8d049000-7fcb8d07d000 rwxp 000c9000 08:11 48513532                   /usr/lib/libGLX_nvidia.so.396.54
7fcb8d07d000-7fcb8d091000 r-xp 000fd000 08:11 48513532                   /usr/lib/libGLX_nvidia.so.396.54
7fcb8d091000-7fcb8d291000 ---p 00111000 08:11 48513532                   /usr/lib/libGLX_nvidia.so.396.54
7fcb8d291000-7fcb8d2b6000 rw-p 00111000 08:11 48513532                   /usr/lib/libGLX_nvidia.so.396.54
7fcb8d2b6000-7fcb8d2bd000 rw-p 00000000 00:00 0 
7fcb8d2c0000-7fcb8d311000 r-xp 00000000 08:11 48510819                   /usr/lib/libQt5Svg.so.5.11.1
7fcb8d311000-7fcb8d511000 ---p 00051000 08:11 48510819                   /usr/lib/libQt5Svg.so.5.11.1
7fcb8d511000-7fcb8d514000 r--p 00051000 08:11 48510819                   /usr/lib/libQt5Svg.so.5.11.1
7fcb8d514000-7fcb8d515000 rw-p 00054000 08:11 48510819                   /usr/lib/libQt5Svg.so.5.11.1
7fcb8d518000-7fcb8d51c000 r-xp 00000000 08:11 49807436                   /usr/lib/qt/plugins/imageformats/libqsvg.so
7fcb8d51c000-7fcb8d71c000 ---p 00004000 08:11 49807436                   /usr/lib/qt/plugins/imageformats/libqsvg.so
7fcb8d71c000-7fcb8d71d000 r--p 00004000 08:11 49807436                   /usr/lib/qt/plugins/imageformats/libqsvg.so
7fcb8d71d000-7fcb8d71e000 rw-p 00005000 08:11 49807436                   /usr/lib/qt/plugins/imageformats/libqsvg.so
7fcb8d720000-7fcb8d724000 r--p 00000000 08:11 48510510                   /usr/lib/libjpeg.so.8.2.2
7fcb8d724000-7fcb8d778000 r-xp 00004000 08:11 48510510                   /usr/lib/libjpeg.so.8.2.2
7fcb8d778000-7fcb8d7b2000 r--p 00058000 08:11 48510510                   /usr/lib/libjpeg.so.8.2.2
7fcb8d7b2000-7fcb8d7b3000 ---p 00092000 08:11 48510510                   /usr/lib/libjpeg.so.8.2.2
7fcb8d7b3000-7fcb8d7b4000 r--p 00092000 08:11 48510510                   /usr/lib/libjpeg.so.8.2.2
7fcb8d7b4000-7fcb8d7b5000 rw-p 00093000 08:11 48510510                   /usr/lib/libjpeg.so.8.2.2
7fcb8d7b7000-7fcb8d7b8000 ---p 00000000 00:00 0 
7fcb8d7b8000-7fcb8dfb8000 rw-p 00000000 00:00 0 
7fcb8dfb8000-7fcb8dfbd000 r-xp 00000000 08:11 49420244                   /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so
7fcb8dfbd000-7fcb8e1bc000 ---p 00005000 08:11 49420244                   /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so
7fcb8e1bc000-7fcb8e1bd000 r--p 00004000 08:11 49420244                   /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so
7fcb8e1bd000-7fcb8e1be000 rw-p 00005000 08:11 49420244                   /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so
7fcb8e1c0000-7fcb8e1c2000 r-xp 00000000 08:11 49420896                   /usr/lib/gtk-2.0/2.10.0/engines/libadwaita.so
7fcb8e1c2000-7fcb8e3c1000 ---p 00002000 08:11 49420896                   /usr/lib/gtk-2.0/2.10.0/engines/libadwaita.so
7fcb8e3c1000-7fcb8e3c2000 r--p 00001000 08:11 49420896                   /usr/lib/gtk-2.0/2.10.0/engines/libadwaita.so
7fcb8e3c2000-7fcb8e3c3000 rw-p 00002000 08:11 49420896                   /usr/lib/gtk-2.0/2.10.0/engines/libadwaita.so
7fcb8e3c8000-7fcb8e3d1000 r-xp 00000000 08:11 49420898                   /usr/lib/gtk-2.0/2.10.0/engines/libpixmap.so
7fcb8e3d1000-7fcb8e5d1000 ---p 00009000 08:11 49420898                   /usr/lib/gtk-2.0/2.10.0/engines/libpixmap.so
7fcb8e5d1000-7fcb8e5d2000 r--p 00009000 08:11 49420898                   /usr/lib/gtk-2.0/2.10.0/engines/libpixmap.so
7fcb8e5d2000-7fcb8e5d3000 rw-p 0000a000 08:11 49420898                   /usr/lib/gtk-2.0/2.10.0/engines/libpixmap.so
7fcb8e5d8000-7fcb8e612000 r-xp 00000000 08:11 49420897                   /usr/lib/gtk-2.0/2.10.0/engines/libmurrine.so
7fcb8e612000-7fcb8e812000 ---p 0003a000 08:11 49420897                   /usr/lib/gtk-2.0/2.10.0/engines/libmurrine.so
7fcb8e812000-7fcb8e813000 r--p 0003a000 08:11 49420897                   /usr/lib/gtk-2.0/2.10.0/engines/libmurrine.so
7fcb8e813000-7fcb8e814000 rw-p 0003b000 08:11 49420897                   /usr/lib/gtk-2.0/2.10.0/engines/libmurrine.so
7fcb8e818000-7fcb8e81d000 r-xp 00000000 08:11 48511301                   /usr/lib/libogg.so.0.8.3
7fcb8e81d000-7fcb8ea1d000 ---p 00005000 08:11 48511301                   /usr/lib/libogg.so.0.8.3
7fcb8ea1d000-7fcb8ea1e000 r--p 00005000 08:11 48511301                   /usr/lib/libogg.so.0.8.3
7fcb8ea1e000-7fcb8ea1f000 rw-p 00006000 08:11 48511301                   /usr/lib/libogg.so.0.8.3
7fcb8ea20000-7fcb8ea4a000 r-xp 00000000 08:11 48511516                   /usr/lib/libvorbis.so.0.4.8
7fcb8ea4a000-7fcb8ec4a000 ---p 0002a000 08:11 48511516                   /usr/lib/libvorbis.so.0.4.8
7fcb8ec4a000-7fcb8ec4b000 r--p 0002a000 08:11 48511516                   /usr/lib/libvorbis.so.0.4.8
7fcb8ec4b000-7fcb8ec4c000 rw-p 0002b000 08:11 48511516                   /usr/lib/libvorbis.so.0.4.8
7fcb8ec50000-7fcb8ec57000 r-xp 00000000 08:11 48511518                   /usr/lib/libvorbisfile.so.3.3.7
7fcb8ec57000-7fcb8ee57000 ---p 00007000 08:11 48511518                   /usr/lib/libvorbisfile.so.3.3.7
7fcb8ee57000-7fcb8ee58000 r--p 00007000 08:11 48511518                   /usr/lib/libvorbisfile.so.3.3.7
7fcb8ee58000-7fcb8ee59000 rw-p 00008000 08:11 48511518                   /usr/lib/libvorbisfile.so.3.3.7
7fcb8ee60000-7fcb8ee71000 r-xp 00000000 08:11 48510986                   /usr/lib/libcanberra.so.0.2.5
7fcb8ee71000-7fcb8f070000 ---p 00011000 08:11 48510986                   /usr/lib/libcanberra.so.0.2.5
7fcb8f070000-7fcb8f071000 r--p 00010000 08:11 48510986                   /usr/lib/libcanberra.so.0.2.5
7fcb8f071000-7fcb8f072000 rw-p 00011000 08:11 48510986                   /usr/lib/libcanberra.so.0.2.5
7fcb8f078000-7fcb8f07c000 r-xp 00000000 08:11 48510983                   /usr/lib/libcanberra-gtk.so.0.1.9
7fcb8f07c000-7fcb8f27b000 ---p 00004000 08:11 48510983                   /usr/lib/libcanberra-gtk.so.0.1.9
7fcb8f27b000-7fcb8f27c000 r--p 00003000 08:11 48510983                   /usr/lib/libcanberra-gtk.so.0.1.9
7fcb8f27c000-7fcb8f27d000 rw-p 00004000 08:11 48510983                   /usr/lib/libcanberra-gtk.so.0.1.9
7fcb8f280000-7fcb8f285000 r-xp 00000000 08:11 49420917                   /usr/lib/gtk-2.0/modules/libcanberra-gtk-module.so
7fcb8f285000-7fcb8f484000 ---p 00005000 08:11 49420917                   /usr/lib/gtk-2.0/modules/libcanberra-gtk-module.so
7fcb8f484000-7fcb8f485000 r--p 00004000 08:11 49420917                   /usr/lib/gtk-2.0/modules/libcanberra-gtk-module.so
7fcb8f485000-7fcb8f486000 rw-p 00005000 08:11 49420917                   /usr/lib/gtk-2.0/modules/libcanberra-gtk-module.so
7fcb8f488000-7fcb8f4d2000 r-xp 00000000 08:11 48502451                   /usr/lib/libblkid.so.1.1.0
7fcb8f4d2000-7fcb8f6d2000 ---p 0004a000 08:11 48502451                   /usr/lib/libblkid.so.1.1.0
7fcb8f6d2000-7fcb8f6d7000 r--p 0004a000 08:11 48502451                   /usr/lib/libblkid.so.1.1.0
7fcb8f6d7000-7fcb8f6d8000 rw-p 0004f000 08:11 48502451                   /usr/lib/libblkid.so.1.1.0
7fcb8f6d8000-7fcb8f6d9000 rw-p 00000000 00:00 0 
7fcb8f6e0000-7fcb8f6e6000 r-xp 00000000 08:11 48511020                   /usr/lib/libdatrie.so.1.3.5
7fcb8f6e6000-7fcb8f8e5000 ---p 00006000 08:11 48511020                   /usr/lib/libdatrie.so.1.3.5
7fcb8f8e5000-7fcb8f8e6000 r--p 00005000 08:11 48511020                   /usr/lib/libdatrie.so.1.3.5
7fcb8f8e6000-7fcb8f8e7000 rw-p 00006000 08:11 48511020                   /usr/lib/libdatrie.so.1.3.5
7fcb8f8e8000-7fcb8f93d000 r-xp 00000000 08:11 48502596                   /usr/lib/libmount.so.1.1.0
7fcb8f93d000-7fcb8fb3c000 ---p 00055000 08:11 48502596                   /usr/lib/libmount.so.1.1.0
7fcb8fb3c000-7fcb8fb3f000 r--p 00054000 08:11 48502596                   /usr/lib/libmount.so.1.1.0
7fcb8fb3f000-7fcb8fb40000 rw-p 00057000 08:11 48502596                   /usr/lib/libmount.so.1.1.0
7fcb8fb40000-7fcb8fb41000 rw-p 00000000 00:00 0 
7fcb8fb48000-7fcb8fbe7000 r-xp 00000000 08:11 48511333                   /usr/lib/libpixman-1.so.0.34.0
7fcb8fbe7000-7fcb8fde7000 ---p 0009f000 08:11 48511333                   /usr/lib/libpixman-1.so.0.34.0
7fcb8fde7000-7fcb8fdef000 r--p 0009f000 08:11 48511333                   /usr/lib/libpixman-1.so.0.34.0
7fcb8fdef000-7fcb8fdf0000 rw-p 000a7000 08:11 48511333                   /usr/lib/libpixman-1.so.0.34.0
7fcb8fdf0000-7fcb8fdf7000 r-xp 00000000 08:11 48502508                   /usr/lib/libffi.so.6.0.4
7fcb8fdf7000-7fcb8fff7000 ---p 00007000 08:11 48502508                   /usr/lib/libffi.so.6.0.4
7fcb8fff7000-7fcb8fff8000 r--p 00007000 08:11 48502508                   /usr/lib/libffi.so.6.0.4
7fcb8fff8000-7fcb8fff9000 rw-p 00008000 08:11 48502508                   /usr/lib/libffi.so.6.0.4
7fcb90000000-7fcb90051000 rw-p 00000000 00:00 0 
7fcb90051000-7fcb94000000 ---p 00000000 00:00 0 
7fcb94008000-7fcb94009000 rw-s 00000000 00:06 533                        /dev/nvidiactl
7fcb94010000-7fcb94014000 rw-s 00000000 00:06 533                        /dev/nvidiactl
7fcb94018000-7fcb9401c000 r--p 00000000 08:11 48500777                   /usr/lib/libdrm.so.2.4.0
7fcb9401c000-7fcb94026000 r-xp 00004000 08:11 48500777                   /usr/lib/libdrm.so.2.4.0
7fcb94026000-7fcb94029000 r--p 0000e000 08:11 48500777                   /usr/lib/libdrm.so.2.4.0
7fcb94029000-7fcb9402a000 ---p 00011000 08:11 48500777                   /usr/lib/libdrm.so.2.4.0
7fcb9402a000-7fcb9402b000 r--p 00011000 08:11 48500777                   /usr/lib/libdrm.so.2.4.0
7fcb9402b000-7fcb9402c000 rw-p 00012000 08:11 48500777                   /usr/lib/libdrm.so.2.4.0
7fcb94030000-7fcb94031000 rw-s 00000000 00:06 534                        /dev/nvidia0
7fcb94038000-7fcb94039000 rw-s 00000000 00:06 534                        /dev/nvidia0
7fcb94040000-7fcb94041000 rw-s 00000000 00:06 534                        /dev/nvidia0
7fcb94068000-7fcb9408a000 r--p 00000000 08:11 49964118                   /usr/share/fonts/cantarell/Cantarell-Regular.otf
7fcb94090000-7fcb940b3000 r--p 00000000 08:11 49953129                   /usr/share/fonts/cantarell/Cantarell-Bold.otf
7fcb940b8000-7fcb940bc000 r--p 00000000 08:11 49807435                   /usr/lib/qt/plugins/imageformats/libqjpeg.so
7fcb940bc000-7fcb940c1000 r-xp 00004000 08:11 49807435                   /usr/lib/qt/plugins/imageformats/libqjpeg.so
7fcb940c1000-7fcb940c2000 r--p 00009000 08:11 49807435                   /usr/lib/qt/plugins/imageformats/libqjpeg.so
7fcb940c2000-7fcb940c3000 ---p 0000a000 08:11 49807435                   /usr/lib/qt/plugins/imageformats/libqjpeg.so
7fcb940c3000-7fcb940c4000 r--p 0000a000 08:11 49807435                   /usr/lib/qt/plugins/imageformats/libqjpeg.so
7fcb940c4000-7fcb940c5000 rw-p 0000b000 08:11 49807435                   /usr/lib/qt/plugins/imageformats/libqjpeg.so
7fcb940c7000-7fcb940f0000 rw-p 00000000 00:00 0 
7fcb940f0000-7fcb940f1000 rw-s 00000000 00:06 533                        /dev/nvidiactl
7fcb940f8000-7fcb940fb000 r--p 00000000 08:11 49807433                   /usr/lib/qt/plugins/imageformats/libqico.so
7fcb940fb000-7fcb940fe000 r-xp 00003000 08:11 49807433                   /usr/lib/qt/plugins/imageformats/libqico.so
7fcb940fe000-7fcb940ff000 r--p 00006000 08:11 49807433                   /usr/lib/qt/plugins/imageformats/libqico.so
7fcb940ff000-7fcb94100000 ---p 00007000 08:11 49807433                   /usr/lib/qt/plugins/imageformats/libqico.so
7fcb94100000-7fcb94101000 r--p 00007000 08:11 49807433                   /usr/lib/qt/plugins/imageformats/libqico.so
7fcb94101000-7fcb94102000 rw-p 00008000 08:11 49807433                   /usr/lib/qt/plugins/imageformats/libqico.so
7fcb94108000-7fcb9410a000 r--p 00000000 08:11 49807432                   /usr/lib/qt/plugins/imageformats/libqgif.so
7fcb9410a000-7fcb9410e000 r-xp 00002000 08:11 49807432                   /usr/lib/qt/plugins/imageformats/libqgif.so
7fcb9410e000-7fcb9410f000 r--p 00006000 08:11 49807432                   /usr/lib/qt/plugins/imageformats/libqgif.so
7fcb9410f000-7fcb94110000 r--p 00006000 08:11 49807432                   /usr/lib/qt/plugins/imageformats/libqgif.so
7fcb94110000-7fcb94111000 rw-p 00007000 08:11 49807432                   /usr/lib/qt/plugins/imageformats/libqgif.so
7fcb94118000-7fcb9413c000 r--s 00000000 08:11 49814609                   /usr/share/mime/mime.cache
7fcb94140000-7fcb9414d000 r--p 00000000 08:11 49953108                   /usr/share/fonts/TTF/VeraMono.ttf
7fcb94150000-7fcb94172000 r--p 00000000 08:11 49964118                   /usr/share/fonts/cantarell/Cantarell-Regular.otf
7fcb94178000-7fcb9417c000 r--p 00000000 08:11 48502679                   /usr/lib/libresolv-2.28.so
7fcb9417c000-7fcb94188000 r-xp 00004000 08:11 48502679                   /usr/lib/libresolv-2.28.so
7fcb94188000-7fcb9418c000 r--p 00010000 08:11 48502679                   /usr/lib/libresolv-2.28.so
7fcb9418c000-7fcb9418d000 ---p 00014000 08:11 48502679                   /usr/lib/libresolv-2.28.so
7fcb9418d000-7fcb9418e000 r--p 00014000 08:11 48502679                   /usr/lib/libresolv-2.28.so
7fcb9418e000-7fcb9418f000 rw-p 00015000 08:11 48502679                   /usr/lib/libresolv-2.28.so
7fcb9418f000-7fcb94191000 rw-p 00000000 00:00 0 
7fcb94198000-7fcb941b3000 r-xp 00000000 08:11 48511074                   /usr/lib/libfribidi.so.0.4.0
7fcb941b3000-7fcb943b2000 ---p 0001b000 08:11 48511074                   /usr/lib/libfribidi.so.0.4.0
7fcb943b2000-7fcb943b3000 r--p 0001a000 08:11 48511074                   /usr/lib/libfribidi.so.0.4.0
7fcb943b3000-7fcb943b4000 rw-p 0001b000 08:11 48511074                   /usr/lib/libfribidi.so.0.4.0
7fcb943b8000-7fcb943c0000 r-xp 00000000 08:11 48511475                   /usr/lib/libthai.so.0.3.0
7fcb943c0000-7fcb945c0000 ---p 00008000 08:11 48511475                   /usr/lib/libthai.so.0.3.0
7fcb945c0000-7fcb945c1000 r--p 00008000 08:11 48511475                   /usr/lib/libthai.so.0.3.0
7fcb945c1000-7fcb945c2000 rw-p 00009000 08:11 48511475                   /usr/lib/libthai.so.0.3.0
7fcb945c8000-7fcb945ca000 r-xp 00000000 08:11 48502431                   /usr/lib/libXdamage.so.1.1.0
7fcb945ca000-7fcb947c9000 ---p 00002000 08:11 48502431                   /usr/lib/libXdamage.so.1.1.0
7fcb947c9000-7fcb947ca000 r--p 00001000 08:11 48502431                   /usr/lib/libXdamage.so.1.1.0
7fcb947ca000-7fcb947cb000 rw-p 00002000 08:11 48502431                   /usr/lib/libXdamage.so.1.1.0
7fcb947d0000-7fcb947d2000 r-xp 00000000 08:11 48510842                   /usr/lib/libXcomposite.so.1.0.0
7fcb947d2000-7fcb949d1000 ---p 00002000 08:11 48510842                   /usr/lib/libXcomposite.so.1.0.0
7fcb949d1000-7fcb949d2000 r--p 00001000 08:11 48510842                   /usr/lib/libXcomposite.so.1.0.0
7fcb949d2000-7fcb949d3000 rw-p 00002000 08:11 48510842                   /usr/lib/libXcomposite.so.1.0.0
7fcb949d8000-7fcb949e2000 r-xp 00000000 08:11 48510851                   /usr/lib/libXrandr.so.2.2.0
7fcb949e2000-7fcb94be1000 ---p 0000a000 08:11 48510851                   /usr/lib/libXrandr.so.2.2.0
7fcb94be1000-7fcb94be2000 r--p 00009000 08:11 48510851                   /usr/lib/libXrandr.so.2.2.0
7fcb94be2000-7fcb94be3000 rw-p 0000a000 08:11 48510851                   /usr/lib/libXrandr.so.2.2.0
7fcb94be8000-7fcb94bea000 r-xp 00000000 08:11 48510847                   /usr/lib/libXinerama.so.1.0.0
7fcb94bea000-7fcb94de9000 ---p 00002000 08:11 48510847                   /usr/lib/libXinerama.so.1.0.0
7fcb94de9000-7fcb94dea000 r--p 00001000 08:11 48510847                   /usr/lib/libXinerama.so.1.0.0
7fcb94dea000-7fcb94deb000 rw-p 00002000 08:11 48510847                   /usr/lib/libXinerama.so.1.0.0
7fcb94df0000-7fcb94df7000 r--p 00000000 08:11 48512166                   /usr/lib/libpangoft2-1.0.so.0.4200.3
7fcb94df7000-7fcb94e00000 r-xp 00007000 08:11 48512166                   /usr/lib/libpangoft2-1.0.so.0.4200.3
7fcb94e00000-7fcb94e04000 r--p 00010000 08:11 48512166                   /usr/lib/libpangoft2-1.0.so.0.4200.3
7fcb94e04000-7fcb94e05000 r--p 00013000 08:11 48512166                   /usr/lib/libpangoft2-1.0.so.0.4200.3
7fcb94e05000-7fcb94e06000 rw-p 00014000 08:11 48512166                   /usr/lib/libpangoft2-1.0.so.0.4200.3
7fcb94e08000-7fcb94e3d000 r--p 00000000 08:11 48500842                   /usr/lib/libgio-2.0.so.0.5800.0
7fcb94e3d000-7fcb94f28000 r-xp 00035000 08:11 48500842                   /usr/lib/libgio-2.0.so.0.5800.0
7fcb94f28000-7fcb94f9f000 r--p 00120000 08:11 48500842                   /usr/lib/libgio-2.0.so.0.5800.0
7fcb94f9f000-7fcb94fa0000 ---p 00197000 08:11 48500842                   /usr/lib/libgio-2.0.so.0.5800.0
7fcb94fa0000-7fcb94fa7000 r--p 00197000 08:11 48500842                   /usr/lib/libgio-2.0.so.0.5800.0
7fcb94fa7000-7fcb94fa8000 rw-p 0019e000 08:11 48500842                   /usr/lib/libgio-2.0.so.0.5800.0
7fcb94fa8000-7fcb94faa000 rw-p 00000000 00:00 0 
7fcb94fb0000-7fcb950cd000 r-xp 00000000 08:11 48510980                   /usr/lib/libcairo.so.2.11512.0
7fcb950cd000-7fcb952cd000 ---p 0011d000 08:11 48510980                   /usr/lib/libcairo.so.2.11512.0
7fcb952cd000-7fcb952d1000 r--p 0011d000 08:11 48510980                   /usr/lib/libcairo.so.2.11512.0
7fcb952d1000-7fcb952d2000 rw-p 00121000 08:11 48510980                   /usr/lib/libcairo.so.2.11512.0
7fcb952d2000-7fcb952d3000 rw-p 00000000 00:00 0 
7fcb952d8000-7fcb952fb000 r-xp 00000000 08:11 48510874                   /usr/lib/libatk-1.0.so.0.22810.1
7fcb952fb000-7fcb954fa000 ---p 00023000 08:11 48510874                   /usr/lib/libatk-1.0.so.0.22810.1
7fcb954fa000-7fcb954fd000 r--p 00022000 08:11 48510874                   /usr/lib/libatk-1.0.so.0.22810.1
7fcb954fd000-7fcb954fe000 rw-p 00025000 08:11 48510874                   /usr/lib/libatk-1.0.so.0.22810.1
7fcb95500000-7fcb95505000 r--p 00000000 08:11 48511689                   /usr/lib/libpangocairo-1.0.so.0.4200.3
7fcb95505000-7fcb9550b000 r-xp 00005000 08:11 48511689                   /usr/lib/libpangocairo-1.0.so.0.4200.3
7fcb9550b000-7fcb9550d000 r--p 0000b000 08:11 48511689                   /usr/lib/libpangocairo-1.0.so.0.4200.3
7fcb9550d000-7fcb9550e000 ---p 0000d000 08:11 48511689                   /usr/lib/libpangocairo-1.0.so.0.4200.3
7fcb9550e000-7fcb9550f000 r--p 0000d000 08:11 48511689                   /usr/lib/libpangocairo-1.0.so.0.4200.3
7fcb9550f000-7fcb95510000 rw-p 0000e000 08:11 48511689                   /usr/lib/libpangocairo-1.0.so.0.4200.3
7fcb95510000-7fcb95511000 r--p 00000000 08:11 48500879                   /usr/lib/libgmodule-2.0.so.0.5800.0
7fcb95511000-7fcb95513000 r-xp 00001000 08:11 48500879                   /usr/lib/libgmodule-2.0.so.0.5800.0
7fcb95513000-7fcb95514000 r--p 00003000 08:11 48500879                   /usr/lib/libgmodule-2.0.so.0.5800.0
7fcb95514000-7fcb95515000 r--p 00003000 08:11 48500879                   /usr/lib/libgmodule-2.0.so.0.5800.0
7fcb95515000-7fcb95516000 rw-p 00004000 08:11 48500879                   /usr/lib/libgmodule-2.0.so.0.5800.0
7fcb95518000-7fcb95523000 r--p 00000000 08:11 48502470                   /usr/lib/libgobject-2.0.so.0.5800.0
7fcb95523000-7fcb95556000 r-xp 0000b000 08:11 48502470                   /usr/lib/libgobject-2.0.so.0.5800.0
7fcb95556000-7fcb9556b000 r--p 0003e000 08:11 48502470                   /usr/lib/libgobject-2.0.so.0.5800.0
7fcb9556b000-7fcb9556c000 ---p 00053000 08:11 48502470                   /usr/lib/libgobject-2.0.so.0.5800.0
7fcb9556c000-7fcb9556d000 r--p 00053000 08:11 48502470                   /usr/lib/libgobject-2.0.so.0.5800.0
7fcb9556d000-7fcb9556e000 rw-p 00054000 08:11 48502470                   /usr/lib/libgobject-2.0.so.0.5800.0
7fcb95570000-7fcb9557d000 r--p 00000000 08:11 48510234                   /usr/lib/libpango-1.0.so.0.4200.3
7fcb9557d000-7fcb955a0000 r-xp 0000d000 08:11 48510234                   /usr/lib/libpango-1.0.so.0.4200.3
7fcb955a0000-7fcb955b5000 r--p 00030000 08:11 48510234                   /usr/lib/libpango-1.0.so.0.4200.3
7fcb955b5000-7fcb955b8000 r--p 00044000 08:11 48510234                   /usr/lib/libpango-1.0.so.0.4200.3
7fcb955b8000-7fcb955b9000 rw-p 00047000 08:11 48510234                   /usr/lib/libpango-1.0.so.0.4200.3
7fcb955c0000-7fcb955e3000 r-xp 00000000 08:11 48511093                   /usr/lib/libgdk_pixbuf-2.0.so.0.3600.12
7fcb955e3000-7fcb957e2000 ---p 00023000 08:11 48511093                   /usr/lib/libgdk_pixbuf-2.0.so.0.3600.12
7fcb957e2000-7fcb957e3000 r--p 00022000 08:11 48511093                   /usr/lib/libgdk_pixbuf-2.0.so.0.3600.12
7fcb957e3000-7fcb957e4000 rw-p 00023000 08:11 48511093                   /usr/lib/libgdk_pixbuf-2.0.so.0.3600.12
7fcb957e8000-7fcb95896000 r-xp 00000000 08:11 48511092                   /usr/lib/libgdk-x11-2.0.so.0.2400.32
7fcb95896000-7fcb95a96000 ---p 000ae000 08:11 48511092                   /usr/lib/libgdk-x11-2.0.so.0.2400.32
7fcb95a96000-7fcb95a9b000 r--p 000ae000 08:11 48511092                   /usr/lib/libgdk-x11-2.0.so.0.2400.32
7fcb95a9b000-7fcb95a9c000 rw-p 000b3000 08:11 48511092                   /usr/lib/libgdk-x11-2.0.so.0.2400.32
7fcb95aa0000-7fcb95ed0000 r-xp 00000000 08:11 48511165                   /usr/lib/libgtk-x11-2.0.so.0.2400.32
7fcb95ed0000-7fcb960d0000 ---p 00430000 08:11 48511165                   /usr/lib/libgtk-x11-2.0.so.0.2400.32
7fcb960d0000-7fcb960da000 r--p 00430000 08:11 48511165                   /usr/lib/libgtk-x11-2.0.so.0.2400.32
7fcb960da000-7fcb960db000 rw-p 0043a000 08:11 48511165                   /usr/lib/libgtk-x11-2.0.so.0.2400.32
7fcb960db000-7fcb960dd000 rw-p 00000000 00:00 0 
7fcb960e0000-7fcb960e1000 rw-s 00000000 00:06 533                        /dev/nvidiactl
7fcb960e8000-7fcb960e9000 r--s 00000000 08:11 6816631                    /home/argil/.local/share/mime/mime.cache
7fcb960f0000-7fcb960f2000 r--p 00000000 08:11 48511238                   /usr/lib/libltdl.so.7.3.1
7fcb960f2000-7fcb960f7000 r-xp 00002000 08:11 48511238                   /usr/lib/libltdl.so.7.3.1
7fcb960f7000-7fcb960f9000 r--p 00007000 08:11 48511238                   /usr/lib/libltdl.so.7.3.1
7fcb960f9000-7fcb960fa000 ---p 00009000 08:11 48511238                   /usr/lib/libltdl.so.7.3.1
7fcb960fa000-7fcb960fb000 r--p 00009000 08:11 48511238                   /usr/lib/libltdl.so.7.3.1
7fcb960fb000-7fcb960fc000 rw-p 0000a000 08:11 48511238                   /usr/lib/libltdl.so.7.3.1
7fcb96100000-7fcb96104000 r--p 00000000 08:11 48512231                   /usr/lib/libtdb.so.1.3.16
7fcb96104000-7fcb96110000 r-xp 00004000 08:11 48512231                   /usr/lib/libtdb.so.1.3.16
7fcb96110000-7fcb96116000 r--p 00010000 08:11 48512231                   /usr/lib/libtdb.so.1.3.16
7fcb96116000-7fcb96117000 r--p 00015000 08:11 48512231                   /usr/lib/libtdb.so.1.3.16
7fcb96117000-7fcb96118000 rw-p 00016000 08:11 48512231                   /usr/lib/libtdb.so.1.3.16
7fcb96118000-7fcb96146000 r-xp 00000000 08:11 49807470                   /usr/lib/qt/plugins/styles/libqgtk2style.so
7fcb96146000-7fcb96345000 ---p 0002e000 08:11 49807470                   /usr/lib/qt/plugins/styles/libqgtk2style.so
7fcb96345000-7fcb96347000 r--p 0002d000 08:11 49807470                   /usr/lib/qt/plugins/styles/libqgtk2style.so
7fcb96347000-7fcb96348000 rw-p 0002f000 08:11 49807470                   /usr/lib/qt/plugins/styles/libqgtk2style.so
7fcb96348000-7fcb9638a000 r--s 00000000 08:11 20447708                   /var/cache/fontconfig/69331654-372b-4cd0-8770-85cab130060f-le64.cache-7
7fcb96390000-7fcb9639c000 r--p 00000000 08:11 49811914                   /usr/lib/qt/plugins/platformthemes/libqt5ct.so
7fcb9639c000-7fcb963cf000 r-xp 0000c000 08:11 49811914                   /usr/lib/qt/plugins/platformthemes/libqt5ct.so
7fcb963cf000-7fcb963db000 r--p 0003f000 08:11 49811914                   /usr/lib/qt/plugins/platformthemes/libqt5ct.so
7fcb963db000-7fcb963dc000 ---p 0004b000 08:11 49811914                   /usr/lib/qt/plugins/platformthemes/libqt5ct.so
7fcb963dc000-7fcb963de000 r--p 0004b000 08:11 49811914                   /usr/lib/qt/plugins/platformthemes/libqt5ct.so
7fcb963de000-7fcb963df000 rw-p 0004d000 08:11 49811914                   /usr/lib/qt/plugins/platformthemes/libqt5ct.so
7fcb963e0000-7fcb963f9000 r-xp 00000000 08:11 48502734                   /usr/lib/libxcb-glx.so.0.0.0
7fcb963f9000-7fcb965f8000 ---p 00019000 08:11 48502734                   /usr/lib/libxcb-glx.so.0.0.0
7fcb965f8000-7fcb965fa000 r--p 00018000 08:11 48502734                   /usr/lib/libxcb-glx.so.0.0.0
7fcb965fa000-7fcb965fb000 rw-p 0001a000 08:11 48502734                   /usr/lib/libxcb-glx.so.0.0.0
7fcb96600000-7fcb96605000 r-xp 00000000 08:11 48502434                   /usr/lib/libXfixes.so.3.1.0
7fcb96605000-7fcb96804000 ---p 00005000 08:11 48502434                   /usr/lib/libXfixes.so.3.1.0
7fcb96804000-7fcb96805000 r--p 00004000 08:11 48502434                   /usr/lib/libXfixes.so.3.1.0
7fcb96805000-7fcb96806000 rw-p 00005000 08:11 48502434                   /usr/lib/libXfixes.so.3.1.0
7fcb96808000-7fcb96811000 r-xp 00000000 08:11 48510843                   /usr/lib/libXcursor.so.1.0.2
7fcb96811000-7fcb96a10000 ---p 00009000 08:11 48510843                   /usr/lib/libXcursor.so.1.0.2
7fcb96a10000-7fcb96a11000 r--p 00008000 08:11 48510843                   /usr/lib/libXcursor.so.1.0.2
7fcb96a11000-7fcb96a12000 rw-p 00009000 08:11 48510843                   /usr/lib/libXcursor.so.1.0.2
7fcb96a17000-7fcb96a18000 ---p 00000000 00:00 0 
7fcb96a18000-7fcb97218000 rw-p 00000000 00:00 0 
7fcb97218000-7fcb9721c000 r-xp 00000000 08:11 48511548                   /usr/lib/libxcb-util.so.1.0.0
7fcb9721c000-7fcb9741c000 ---p 00004000 08:11 48511548                   /usr/lib/libxcb-util.so.1.0.0
7fcb9741c000-7fcb9741d000 r--p 00004000 08:11 48511548                   /usr/lib/libxcb-util.so.1.0.0
7fcb9741d000-7fcb9741e000 rw-p 00005000 08:11 48511548                   /usr/lib/libxcb-util.so.1.0.0
7fcb97420000-7fcb9742e000 r--p 00000000 08:11 48506940                   /usr/lib/libdbus-1.so.3.19.8
7fcb9742e000-7fcb9745b000 r-xp 0000e000 08:11 48506940                   /usr/lib/libdbus-1.so.3.19.8
7fcb9745b000-7fcb97470000 r--p 0003b000 08:11 48506940                   /usr/lib/libdbus-1.so.3.19.8
7fcb97470000-7fcb97472000 r--p 0004f000 08:11 48506940                   /usr/lib/libdbus-1.so.3.19.8
7fcb97472000-7fcb97473000 rw-p 00051000 08:11 48506940                   /usr/lib/libdbus-1.so.3.19.8
7fcb97478000-7fcb9747e000 r-xp 00000000 08:11 48502721                   /usr/lib/libuuid.so.1.3.0
7fcb9747e000-7fcb9767d000 ---p 00006000 08:11 48502721                   /usr/lib/libuuid.so.1.3.0
7fcb9767d000-7fcb9767e000 r--p 00005000 08:11 48502721                   /usr/lib/libuuid.so.1.3.0
7fcb9767e000-7fcb9767f000 rw-p 00006000 08:11 48502721                   /usr/lib/libuuid.so.1.3.0
7fcb97680000-7fcb97684000 r--p 00000000 08:11 48506433                   /usr/lib/libexpat.so.1.6.8
7fcb97684000-7fcb976a4000 r-xp 00004000 08:11 48506433                   /usr/lib/libexpat.so.1.6.8
7fcb976a4000-7fcb976b8000 r--p 00024000 08:11 48506433                   /usr/lib/libexpat.so.1.6.8
7fcb976b8000-7fcb976b9000 ---p 00038000 08:11 48506433                   /usr/lib/libexpat.so.1.6.8
7fcb976b9000-7fcb976bb000 r--p 00038000 08:11 48506433                   /usr/lib/libexpat.so.1.6.8
7fcb976bb000-7fcb976bc000 rw-p 0003a000 08:11 48506433                   /usr/lib/libexpat.so.1.6.8
7fcb976c0000-7fcb976fd000 r-xp 00000000 08:11 48511559                   /usr/lib/libxkbcommon.so.0.0.0
7fcb976fd000-7fcb978fc000 ---p 0003d000 08:11 48511559                   /usr/lib/libxkbcommon.so.0.0.0
7fcb978fc000-7fcb978fe000 r--p 0003c000 08:11 48511559                   /usr/lib/libxkbcommon.so.0.0.0
7fcb978fe000-7fcb978ff000 rw-p 0003e000 08:11 48511559                   /usr/lib/libxkbcommon.so.0.0.0
7fcb97900000-7fcb97906000 r-xp 00000000 08:11 48511558                   /usr/lib/libxkbcommon-x11.so.0.0.0
7fcb97906000-7fcb97b05000 ---p 00006000 08:11 48511558                   /usr/lib/libxkbcommon-x11.so.0.0.0
7fcb97b05000-7fcb97b06000 r--p 00005000 08:11 48511558                   /usr/lib/libxkbcommon-x11.so.0.0.0
7fcb97b06000-7fcb97b07000 rw-p 00006000 08:11 48511558                   /usr/lib/libxkbcommon-x11.so.0.0.0
7fcb97b08000-7fcb97b0b000 r-xp 00000000 08:11 48502741                   /usr/lib/libxcb-shape.so.0.0.0
7fcb97b0b000-7fcb97d0a000 ---p 00003000 08:11 48502741                   /usr/lib/libxcb-shape.so.0.0.0
7fcb97d0a000-7fcb97d0b000 r--p 00002000 08:11 48502741                   /usr/lib/libxcb-shape.so.0.0.0
7fcb97d0b000-7fcb97d0c000 rw-p 00003000 08:11 48502741                   /usr/lib/libxcb-shape.so.0.0.0
7fcb97d10000-7fcb97d14000 r-xp 00000000 08:11 48511544                   /usr/lib/libxcb-icccm.so.4.0.0
7fcb97d14000-7fcb97f13000 ---p 00004000 08:11 48511544                   /usr/lib/libxcb-icccm.so.4.0.0
7fcb97f13000-7fcb97f14000 r--p 00003000 08:11 48511544                   /usr/lib/libxcb-icccm.so.4.0.0
7fcb97f14000-7fcb97f15000 rw-p 00004000 08:11 48511544                   /usr/lib/libxcb-icccm.so.4.0.0
7fcb97f18000-7fcb97f1a000 r-xp 00000000 08:11 48511546                   /usr/lib/libxcb-keysyms.so.1.0.0
7fcb97f1a000-7fcb98119000 ---p 00002000 08:11 48511546                   /usr/lib/libxcb-keysyms.so.1.0.0
7fcb98119000-7fcb9811a000 r--p 00001000 08:11 48511546                   /usr/lib/libxcb-keysyms.so.1.0.0
7fcb9811a000-7fcb9811b000 rw-p 00002000 08:11 48511546                   /usr/lib/libxcb-keysyms.so.1.0.0
7fcb98120000-7fcb98122000 r-xp 00000000 08:11 48502742                   /usr/lib/libxcb-shm.so.0.0.0
7fcb98122000-7fcb98322000 ---p 00002000 08:11 48502742                   /usr/lib/libxcb-shm.so.0.0.0
7fcb98322000-7fcb98323000 r--p 00002000 08:11 48502742                   /usr/lib/libxcb-shm.so.0.0.0
7fcb98323000-7fcb98324000 rw-p 00003000 08:11 48502742                   /usr/lib/libxcb-shm.so.0.0.0
7fcb98328000-7fcb9832b000 r-xp 00000000 08:11 48511545                   /usr/lib/libxcb-image.so.0.0.0
7fcb9832b000-7fcb9852b000 ---p 00003000 08:11 48511545                   /usr/lib/libxcb-image.so.0.0.0
7fcb9852b000-7fcb9852c000 r--p 00003000 08:11 48511545                   /usr/lib/libxcb-image.so.0.0.0
7fcb9852c000-7fcb9852d000 rw-p 00004000 08:11 48511545                   /usr/lib/libxcb-image.so.0.0.0
7fcb98530000-7fcb9853f000 r-xp 00000000 08:11 48502736                   /usr/lib/libxcb-randr.so.0.1.0
7fcb9853f000-7fcb9873e000 ---p 0000f000 08:11 48502736                   /usr/lib/libxcb-randr.so.0.1.0
7fcb9873e000-7fcb9873f000 r--p 0000e000 08:11 48502736                   /usr/lib/libxcb-randr.so.0.1.0
7fcb9873f000-7fcb98740000 rw-p 0000f000 08:11 48502736                   /usr/lib/libxcb-randr.so.0.1.0
7fcb98740000-7fcb98742000 r-xp 00000000 08:11 48502746                   /usr/lib/libxcb-xinerama.so.0.0.0
7fcb98742000-7fcb98941000 ---p 00002000 08:11 48502746                   /usr/lib/libxcb-xinerama.so.0.0.0
7fcb98941000-7fcb98942000 r--p 00001000 08:11 48502746                   /usr/lib/libxcb-xinerama.so.0.0.0
7fcb98942000-7fcb98943000 rw-p 00002000 08:11 48502746                   /usr/lib/libxcb-xinerama.so.0.0.0
7fcb98948000-7fcb9894f000 r-xp 00000000 08:11 48502745                   /usr/lib/libxcb-xfixes.so.0.0.0
7fcb9894f000-7fcb98b4e000 ---p 00007000 08:11 48502745                   /usr/lib/libxcb-xfixes.so.0.0.0
7fcb98b4e000-7fcb98b4f000 r--p 00006000 08:11 48502745                   /usr/lib/libxcb-xfixes.so.0.0.0
7fcb98b4f000-7fcb98b50000 rw-p 00007000 08:11 48502745                   /usr/lib/libxcb-xfixes.so.0.0.0
7fcb98b50000-7fcb98b56000 r-xp 00000000 08:11 48502743                   /usr/lib/libxcb-sync.so.1.0.0
7fcb98b56000-7fcb98d55000 ---p 00006000 08:11 48502743                   /usr/lib/libxcb-sync.so.1.0.0
7fcb98d55000-7fcb98d56000 r--p 00005000 08:11 48502743                   /usr/lib/libxcb-sync.so.1.0.0
7fcb98d56000-7fcb98d57000 rw-p 00006000 08:11 48502743                   /usr/lib/libxcb-sync.so.1.0.0
7fcb98d58000-7fcb98d64000 r-xp 00000000 08:11 48502738                   /usr/lib/libxcb-render.so.0.0.0
7fcb98d64000-7fcb98f64000 ---p 0000c000 08:11 48502738                   /usr/lib/libxcb-render.so.0.0.0
7fcb98f64000-7fcb98f65000 r--p 0000c000 08:11 48502738                   /usr/lib/libxcb-render.so.0.0.0
7fcb98f65000-7fcb98f66000 rw-p 0000d000 08:11 48502738                   /usr/lib/libxcb-render.so.0.0.0
7fcb98f68000-7fcb98f6b000 r-xp 00000000 08:11 48511547                   /usr/lib/libxcb-render-util.so.0.0.0
7fcb98f6b000-7fcb9916a000 ---p 00003000 08:11 48511547                   /usr/lib/libxcb-render-util.so.0.0.0
7fcb9916a000-7fcb9916b000 r--p 00002000 08:11 48511547                   /usr/lib/libxcb-render-util.so.0.0.0
7fcb9916b000-7fcb9916c000 rw-p 00003000 08:11 48511547                   /usr/lib/libxcb-render-util.so.0.0.0
7fcb99170000-7fcb9918c000 r-xp 00000000 08:11 48502748                   /usr/lib/libxcb-xkb.so.1.0.0
7fcb9918c000-7fcb9938b000 ---p 0001c000 08:11 48502748                   /usr/lib/libxcb-xkb.so.1.0.0
7fcb9938b000-7fcb9938c000 r--p 0001b000 08:11 48502748                   /usr/lib/libxcb-xkb.so.1.0.0
7fcb9938c000-7fcb9938d000 rw-p 0001c000 08:11 48502748                   /usr/lib/libxcb-xkb.so.1.0.0
7fcb99390000-7fcb99399000 r-xp 00000000 08:11 48510852                   /usr/lib/libXrender.so.1.3.0
7fcb99399000-7fcb99599000 ---p 00009000 08:11 48510852                   /usr/lib/libXrender.so.1.3.0
7fcb99599000-7fcb9959a000 r--p 00009000 08:11 48510852                   /usr/lib/libXrender.so.1.3.0
7fcb9959a000-7fcb9959b000 rw-p 0000a000 08:11 48510852                   /usr/lib/libXrender.so.1.3.0
7fcb995a0000-7fcb995b7000 r-xp 00000000 08:11 48510753                   /usr/lib/libICE.so.6.3.0
7fcb995b7000-7fcb997b7000 ---p 00017000 08:11 48510753                   /usr/lib/libICE.so.6.3.0
7fcb997b7000-7fcb997b8000 r--p 00017000 08:11 48510753                   /usr/lib/libICE.so.6.3.0
7fcb997b8000-7fcb997b9000 rw-p 00018000 08:11 48510753                   /usr/lib/libICE.so.6.3.0
7fcb997b9000-7fcb997bc000 rw-p 00000000 00:00 0 
7fcb997c0000-7fcb997c7000 r-xp 00000000 08:11 48510838                   /usr/lib/libSM.so.6.0.1
7fcb997c7000-7fcb999c6000 ---p 00007000 08:11 48510838                   /usr/lib/libSM.so.6.0.1
7fcb999c6000-7fcb999c7000 r--p 00006000 08:11 48510838                   /usr/lib/libSM.so.6.0.1
7fcb999c7000-7fcb999c8000 rw-p 00007000 08:11 48510838                   /usr/lib/libSM.so.6.0.1
7fcb999c8000-7fcb999d7000 r-xp 00000000 08:11 48510846                   /usr/lib/libXi.so.6.1.0
7fcb999d7000-7fcb99bd7000 ---p 0000f000 08:11 48510846                   /usr/lib/libXi.so.6.1.0
7fcb99bd7000-7fcb99bd8000 r--p 0000f000 08:11 48510846                   /usr/lib/libXi.so.6.1.0
7fcb99bd8000-7fcb99bd9000 rw-p 00010000 08:11 48510846                   /usr/lib/libXi.so.6.1.0
7fcb99be0000-7fcb99bf4000 r--p 00000000 08:11 48510777                   /usr/lib/libQt5DBus.so.5.11.1
7fcb99bf4000-7fcb99c56000 r-xp 00014000 08:11 48510777                   /usr/lib/libQt5DBus.so.5.11.1
7fcb99c56000-7fcb99c6d000 r--p 00076000 08:11 48510777                   /usr/lib/libQt5DBus.so.5.11.1
7fcb99c6d000-7fcb99c6e000 ---p 0008d000 08:11 48510777                   /usr/lib/libQt5DBus.so.5.11.1
7fcb99c6e000-7fcb99c70000 r--p 0008d000 08:11 48510777                   /usr/lib/libQt5DBus.so.5.11.1
7fcb99c70000-7fcb99c71000 rw-p 0008f000 08:11 48510777                   /usr/lib/libQt5DBus.so.5.11.1
7fcb99c78000-7fcb99c7f000 r--p 00000000 08:11 48509779                   /usr/lib/libfontconfig.so.1.11.1
7fcb99c7f000-7fcb99ca2000 r-xp 00007000 08:11 48509779                   /usr/lib/libfontconfig.so.1.11.1
7fcb99ca2000-7fcb99cb9000 r--p 0002a000 08:11 48509779                   /usr/lib/libfontconfig.so.1.11.1
7fcb99cb9000-7fcb99cba000 ---p 00041000 08:11 48509779                   /usr/lib/libfontconfig.so.1.11.1
7fcb99cba000-7fcb99cbc000 r--p 00041000 08:11 48509779                   /usr/lib/libfontconfig.so.1.11.1
7fcb99cbc000-7fcb99cbd000 rw-p 00043000 08:11 48509779                   /usr/lib/libfontconfig.so.1.11.1
7fcb99cc0000-7fcb99cf8000 r--p 00000000 08:11 48510831                   /usr/lib/libQt5XcbQpa.so.5.11.1
7fcb99cf8000-7fcb99dcc000 r-xp 00038000 08:11 48510831                   /usr/lib/libQt5XcbQpa.so.5.11.1
7fcb99dcc000-7fcb99e2f000 r--p 0010c000 08:11 48510831                   /usr/lib/libQt5XcbQpa.so.5.11.1
7fcb99e2f000-7fcb99e37000 r--p 0016e000 08:11 48510831                   /usr/lib/libQt5XcbQpa.so.5.11.1
7fcb99e37000-7fcb99e38000 rw-p 00176000 08:11 48510831                   /usr/lib/libQt5XcbQpa.so.5.11.1
7fcb99e38000-7fcb99e39000 rw-p 00000000 00:00 0 
7fcb99e40000-7fcb99e44000 r--p 00000000 08:11 49814213                   /usr/lib/qt/plugins/styles/libqt5ct-style.so
7fcb99e44000-7fcb99e47000 r-xp 00004000 08:11 49814213                   /usr/lib/qt/plugins/styles/libqt5ct-style.so
7fcb99e47000-7fcb99e48000 r--p 00007000 08:11 49814213                   /usr/lib/qt/plugins/styles/libqt5ct-style.so
7fcb99e48000-7fcb99e49000 ---p 00008000 08:11 49814213                   /usr/lib/qt/plugins/styles/libqt5ct-style.so
7fcb99e49000-7fcb99e4a000 r--p 00008000 08:11 49814213                   /usr/lib/qt/plugins/styles/libqt5ct-style.so
7fcb99e4a000-7fcb99e4b000 rw-p 00009000 08:11 49814213                   /usr/lib/qt/plugins/styles/libqt5ct-style.so
7fcb99e50000-7fcb99e54000 r--p 00000000 08:11 49807439                   /usr/lib/qt/plugins/platforminputcontexts/libcomposeplatforminputcontextplugin.so
7fcb99e54000-7fcb99e5a000 r-xp 00004000 08:11 49807439                   /usr/lib/qt/plugins/platforminputcontexts/libcomposeplatforminputcontextplugin.so
7fcb99e5a000-7fcb99e5c000 r--p 0000a000 08:11 49807439                   /usr/lib/qt/plugins/platforminputcontexts/libcomposeplatforminputcontextplugin.so
7fcb99e5c000-7fcb99e5d000 r--p 0000b000 08:11 49807439                   /usr/lib/qt/plugins/platforminputcontexts/libcomposeplatforminputcontextplugin.so
7fcb99e5d000-7fcb99e5e000 rw-p 0000c000 08:11 49807439                   /usr/lib/qt/plugins/platforminputcontexts/libcomposeplatforminputcontextplugin.so
7fcb99e60000-7fcb99e6e000 r--s 00000000 08:11 20447700                   /var/cache/fontconfig/bfac27af-3957-4a24-bf7f-bac0c1d54aa8-le64.cache-7
7fcb99e70000-7fcb99e73000 r--s 00000000 08:11 20447675                   /var/cache/fontconfig/edcef6b9-649b-42a0-b6be-41eab627a8f3-le64.cache-7
7fcb99e78000-7fcb9a15d000 r--p 00000000 08:11 48511719                   /usr/lib/locale/locale-archive
7fcb9a160000-7fcb9a165000 r-xp 00000000 08:11 48502432                   /usr/lib/libXdmcp.so.6.0.0
7fcb9a165000-7fcb9a364000 ---p 00005000 08:11 48502432                   /usr/lib/libXdmcp.so.6.0.0
7fcb9a364000-7fcb9a365000 r--p 00004000 08:11 48502432                   /usr/lib/libXdmcp.so.6.0.0
7fcb9a365000-7fcb9a366000 rw-p 00005000 08:11 48502432                   /usr/lib/libXdmcp.so.6.0.0
7fcb9a368000-7fcb9a36a000 r-xp 00000000 08:11 48502430                   /usr/lib/libXau.so.6.0.0
7fcb9a36a000-7fcb9a56a000 ---p 00002000 08:11 48502430                   /usr/lib/libXau.so.6.0.0
7fcb9a56a000-7fcb9a56b000 r--p 00002000 08:11 48502430                   /usr/lib/libXau.so.6.0.0
7fcb9a56b000-7fcb9a56c000 rw-p 00003000 08:11 48502430                   /usr/lib/libXau.so.6.0.0
7fcb9a570000-7fcb9a58f000 r-xp 00000000 08:11 48502538                   /usr/lib/libgpg-error.so.0.24.3
7fcb9a58f000-7fcb9a78e000 ---p 0001f000 08:11 48502538                   /usr/lib/libgpg-error.so.0.24.3
7fcb9a78e000-7fcb9a78f000 r--p 0001e000 08:11 48502538                   /usr/lib/libgpg-error.so.0.24.3
7fcb9a78f000-7fcb9a790000 rw-p 0001f000 08:11 48502538                   /usr/lib/libgpg-error.so.0.24.3
7fcb9a790000-7fcb9a79f000 r-xp 00000000 08:11 48502454                   /usr/lib/libbz2.so.1.0.6
7fcb9a79f000-7fcb9a99e000 ---p 0000f000 08:11 48502454                   /usr/lib/libbz2.so.1.0.6
7fcb9a99e000-7fcb9a99f000 r--p 0000e000 08:11 48502454                   /usr/lib/libbz2.so.1.0.6
7fcb9a99f000-7fcb9a9a0000 rw-p 0000f000 08:11 48502454                   /usr/lib/libbz2.so.1.0.6
7fcb9a9a0000-7fcb9a9c7000 r-xp 00000000 08:11 48502752                   /usr/lib/libxcb.so.1.1.0
7fcb9a9c7000-7fcb9abc7000 ---p 00027000 08:11 48502752                   /usr/lib/libxcb.so.1.1.0
7fcb9abc7000-7fcb9abc8000 r--p 00027000 08:11 48502752                   /usr/lib/libxcb.so.1.1.0
7fcb9abc8000-7fcb9abc9000 rw-p 00028000 08:11 48502752                   /usr/lib/libxcb.so.1.1.0
7fcb9abd0000-7fcb9ac41000 r-xp 00000000 08:11 48502654                   /usr/lib/libpcre.so.1.2.10
7fcb9ac41000-7fcb9ae40000 ---p 00071000 08:11 48502654                   /usr/lib/libpcre.so.1.2.10
7fcb9ae40000-7fcb9ae41000 r--p 00070000 08:11 48502654                   /usr/lib/libpcre.so.1.2.10
7fcb9ae41000-7fcb9ae42000 rw-p 00071000 08:11 48502654                   /usr/lib/libpcre.so.1.2.10
7fcb9ae48000-7fcb9c7e2000 r--p 00000000 08:11 48502549                   /usr/lib/libicudata.so.62.1
7fcb9c7e2000-7fcb9c7e3000 r--p 01999000 08:11 48502549                   /usr/lib/libicudata.so.62.1
7fcb9c7e8000-7fcb9c8fe000 r-xp 00000000 08:11 48502520                   /usr/lib/libgcrypt.so.20.2.3
7fcb9c8fe000-7fcb9cafd000 ---p 00116000 08:11 48502520                   /usr/lib/libgcrypt.so.20.2.3
7fcb9cafd000-7fcb9caff000 r--p 00115000 08:11 48502520                   /usr/lib/libgcrypt.so.20.2.3
7fcb9caff000-7fcb9cb04000 rw-p 00117000 08:11 48502520                   /usr/lib/libgcrypt.so.20.2.3
7fcb9cb08000-7fcb9cb24000 r-xp 00000000 08:11 48502581                   /usr/lib/liblz4.so.1.8.2
7fcb9cb24000-7fcb9cd23000 ---p 0001c000 08:11 48502581                   /usr/lib/liblz4.so.1.8.2
7fcb9cd23000-7fcb9cd24000 r--p 0001b000 08:11 48502581                   /usr/lib/liblz4.so.1.8.2
7fcb9cd24000-7fcb9cd25000 rw-p 0001c000 08:11 48502581                   /usr/lib/liblz4.so.1.8.2
7fcb9cd28000-7fcb9cd4d000 r-xp 00000000 08:11 48502582                   /usr/lib/liblzma.so.5.2.4
7fcb9cd4d000-7fcb9cf4c000 ---p 00025000 08:11 48502582                   /usr/lib/liblzma.so.5.2.4
7fcb9cf4c000-7fcb9cf4d000 r--p 00024000 08:11 48502582                   /usr/lib/liblzma.so.5.2.4
7fcb9cf4d000-7fcb9cf4e000 rw-p 00025000 08:11 48502582                   /usr/lib/liblzma.so.5.2.4
7fcb9cf50000-7fcb9cf53000 r--p 00000000 08:11 48511873                   /usr/lib/libgraphite2.so.3.2.1
7fcb9cf53000-7fcb9cf6d000 r-xp 00003000 08:11 48511873                   /usr/lib/libgraphite2.so.3.2.1
7fcb9cf6d000-7fcb9cf72000 r--p 0001d000 08:11 48511873                   /usr/lib/libgraphite2.so.3.2.1
7fcb9cf72000-7fcb9cf74000 r--p 00021000 08:11 48511873                   /usr/lib/libgraphite2.so.3.2.1
7fcb9cf74000-7fcb9cf75000 rw-p 00023000 08:11 48511873                   /usr/lib/libgraphite2.so.3.2.1
7fcb9cf78000-7fcb9d039000 r-xp 00000000 08:11 48511073                   /usr/lib/libfreetype.so.6.16.1
7fcb9d039000-7fcb9d239000 ---p 000c1000 08:11 48511073                   /usr/lib/libfreetype.so.6.16.1
7fcb9d239000-7fcb9d240000 r--p 000c1000 08:11 48511073                   /usr/lib/libfreetype.so.6.16.1
7fcb9d240000-7fcb9d241000 rw-p 000c8000 08:11 48511073                   /usr/lib/libfreetype.so.6.16.1
7fcb9d248000-7fcb9d288000 r--p 00000000 08:11 48502422                   /usr/lib/libGLdispatch.so.0.0.0
7fcb9d288000-7fcb9d28b000 r-xp 00040000 08:11 48502422                   /usr/lib/libGLdispatch.so.0.0.0
7fcb9d28b000-7fcb9d2a5000 r-xp 00043000 08:11 48502422                   /usr/lib/libGLdispatch.so.0.0.0
7fcb9d2a5000-7fcb9d2a6000 r-xp 0005d000 08:11 48502422                   /usr/lib/libGLdispatch.so.0.0.0
7fcb9d2a6000-7fcb9d2b9000 r--p 0005e000 08:11 48502422                   /usr/lib/libGLdispatch.so.0.0.0
7fcb9d2b9000-7fcb9d2ba000 ---p 00071000 08:11 48502422                   /usr/lib/libGLdispatch.so.0.0.0
7fcb9d2ba000-7fcb9d2e3000 r--p 00071000 08:11 48502422                   /usr/lib/libGLdispatch.so.0.0.0
7fcb9d2e3000-7fcb9d2e4000 rw-p 0009a000 08:11 48502422                   /usr/lib/libGLdispatch.so.0.0.0
7fcb9d2e4000-7fcb9d304000 rw-p 00000000 00:00 0 
7fcb9d308000-7fcb9d319000 r-xp 00000000 08:11 48502433                   /usr/lib/libXext.so.6.4.0
7fcb9d319000-7fcb9d518000 ---p 00011000 08:11 48502433                   /usr/lib/libXext.so.6.4.0
7fcb9d518000-7fcb9d519000 r--p 00010000 08:11 48502433                   /usr/lib/libXext.so.6.4.0
7fcb9d519000-7fcb9d51a000 rw-p 00011000 08:11 48502433                   /usr/lib/libXext.so.6.4.0
7fcb9d520000-7fcb9d53c000 r--p 00000000 08:11 48506580                   /usr/lib/libX11.so.6.3.0
7fcb9d53c000-7fcb9d5c4000 r-xp 0001c000 08:11 48506580                   /usr/lib/libX11.so.6.3.0
7fcb9d5c4000-7fcb9d657000 r--p 000a4000 08:11 48506580                   /usr/lib/libX11.so.6.3.0
7fcb9d657000-7fcb9d65a000 r--p 00137000 08:11 48506580                   /usr/lib/libX11.so.6.3.0
7fcb9d65a000-7fcb9d65e000 rw-p 0013a000 08:11 48506580                   /usr/lib/libX11.so.6.3.0
7fcb9d660000-7fcb9d663000 r--p 00000000 08:11 48502420                   /usr/lib/libGLX.so.0.0.0
7fcb9d663000-7fcb9d66d000 r-xp 00003000 08:11 48502420                   /usr/lib/libGLX.so.0.0.0
7fcb9d66d000-7fcb9d670000 r--p 0000d000 08:11 48502420                   /usr/lib/libGLX.so.0.0.0
7fcb9d670000-7fcb9d671000 ---p 00010000 08:11 48502420                   /usr/lib/libGLX.so.0.0.0
7fcb9d671000-7fcb9d672000 r--p 00010000 08:11 48502420                   /usr/lib/libGLX.so.0.0.0
7fcb9d672000-7fcb9d673000 rw-p 00011000 08:11 48502420                   /usr/lib/libGLX.so.0.0.0
7fcb9d673000-7fcb9d693000 rw-p 00000000 00:00 0 
7fcb9d698000-7fcb9d6b3000 r--p 00000000 08:11 48500845                   /usr/lib/libglib-2.0.so.0.5800.0
7fcb9d6b3000-7fcb9d735000 r-xp 0001b000 08:11 48500845                   /usr/lib/libglib-2.0.so.0.5800.0
7fcb9d735000-7fcb9d7b7000 r--p 0009d000 08:11 48500845                   /usr/lib/libglib-2.0.so.0.5800.0
7fcb9d7b7000-7fcb9d7b8000 r--p 0011e000 08:11 48500845                   /usr/lib/libglib-2.0.so.0.5800.0
7fcb9d7b8000-7fcb9d7b9000 rw-p 0011f000 08:11 48500845                   /usr/lib/libglib-2.0.so.0.5800.0
7fcb9d7b9000-7fcb9d7ba000 rw-p 00000000 00:00 0 
7fcb9d7c0000-7fcb9d7cf000 r-xp 00000000 08:11 48511032                   /usr/lib/libdouble-conversion.so.1.0.0
7fcb9d7cf000-7fcb9d9ce000 ---p 0000f000 08:11 48511032                   /usr/lib/libdouble-conversion.so.1.0.0
7fcb9d9ce000-7fcb9d9cf000 r--p 0000e000 08:11 48511032                   /usr/lib/libdouble-conversion.so.1.0.0
7fcb9d9cf000-7fcb9d9d0000 rw-p 0000f000 08:11 48511032                   /usr/lib/libdouble-conversion.so.1.0.0
7fcb9d9d0000-7fcb9da46000 r-xp 00000000 08:11 48502656                   /usr/lib/libpcre2-16.so.0.7.0
7fcb9da46000-7fcb9dc45000 ---p 00076000 08:11 48502656                   /usr/lib/libpcre2-16.so.0.7.0
7fcb9dc45000-7fcb9dc46000 r--p 00075000 08:11 48502656                   /usr/lib/libpcre2-16.so.0.7.0
7fcb9dc46000-7fcb9dc47000 rw-p 00076000 08:11 48502656                   /usr/lib/libpcre2-16.so.0.7.0
7fcb9dc48000-7fcb9dca8000 r--p 00000000 08:11 48502554                   /usr/lib/libicuuc.so.62.1
7fcb9dca8000-7fcb9dd7b000 r-xp 00060000 08:11 48502554                   /usr/lib/libicuuc.so.62.1
7fcb9dd7b000-7fcb9ddfa000 r--p 00133000 08:11 48502554                   /usr/lib/libicuuc.so.62.1
7fcb9ddfa000-7fcb9de0d000 r--p 001b1000 08:11 48502554                   /usr/lib/libicuuc.so.62.1
7fcb9de0d000-7fcb9de0e000 rw-p 001c4000 08:11 48502554                   /usr/lib/libicuuc.so.62.1
7fcb9de0e000-7fcb9de0f000 rw-p 00000000 00:00 0 
7fcb9de10000-7fcb9dee5000 r--p 00000000 08:11 48502550                   /usr/lib/libicui18n.so.62.1
7fcb9dee5000-7fcb9e04a000 r-xp 000d5000 08:11 48502550                   /usr/lib/libicui18n.so.62.1
7fcb9e04a000-7fcb9e0c9000 r--p 0023a000 08:11 48502550                   /usr/lib/libicui18n.so.62.1
7fcb9e0c9000-7fcb9e0d9000 r--p 002b8000 08:11 48502550                   /usr/lib/libicui18n.so.62.1
7fcb9e0d9000-7fcb9e0da000 rw-p 002c8000 08:11 48502550                   /usr/lib/libicui18n.so.62.1
7fcb9e0da000-7fcb9e0db000 rw-p 00000000 00:00 0 
7fcb9e0e0000-7fcb9e0ef000 r--p 00000000 08:11 48513754                   /usr/lib/libsystemd.so.0.23.0
7fcb9e0ef000-7fcb9e14a000 r-xp 0000f000 08:11 48513754                   /usr/lib/libsystemd.so.0.23.0
7fcb9e14a000-7fcb9e167000 r--p 0006a000 08:11 48513754                   /usr/lib/libsystemd.so.0.23.0
7fcb9e167000-7fcb9e16a000 r--p 00086000 08:11 48513754                   /usr/lib/libsystemd.so.0.23.0
7fcb9e16a000-7fcb9e16b000 rw-p 00089000 08:11 48513754                   /usr/lib/libsystemd.so.0.23.0
7fcb9e16b000-7fcb9e16c000 rw-p 00000000 00:00 0 
7fcb9e170000-7fcb9e186000 r-xp 00000000 08:11 48502757                   /usr/lib/libz.so.1.2.11
7fcb9e186000-7fcb9e385000 ---p 00016000 08:11 48502757                   /usr/lib/libz.so.1.2.11
7fcb9e385000-7fcb9e386000 r--p 00015000 08:11 48502757                   /usr/lib/libz.so.1.2.11
7fcb9e386000-7fcb9e387000 rw-p 00016000 08:11 48502757                   /usr/lib/libz.so.1.2.11
7fcb9e388000-7fcb9e391000 r--p 00000000 08:11 48511177                   /usr/lib/libharfbuzz.so.0.10800.8
7fcb9e391000-7fcb9e401000 r-xp 00009000 08:11 48511177                   /usr/lib/libharfbuzz.so.0.10800.8
7fcb9e401000-7fcb9e43a000 r--p 00079000 08:11 48511177                   /usr/lib/libharfbuzz.so.0.10800.8
7fcb9e43a000-7fcb9e43b000 ---p 000b2000 08:11 48511177                   /usr/lib/libharfbuzz.so.0.10800.8
7fcb9e43b000-7fcb9e43c000 r--p 000b2000 08:11 48511177                   /usr/lib/libharfbuzz.so.0.10800.8
7fcb9e43c000-7fcb9e43d000 rw-p 000b3000 08:11 48511177                   /usr/lib/libharfbuzz.so.0.10800.8
7fcb9e440000-7fcb9e475000 r-xp 00000000 08:11 48511339                   /usr/lib/libpng16.so.16.34.0
7fcb9e475000-7fcb9e674000 ---p 00035000 08:11 48511339                   /usr/lib/libpng16.so.16.34.0
7fcb9e674000-7fcb9e675000 r--p 00034000 08:11 48511339                   /usr/lib/libpng16.so.16.34.0
7fcb9e675000-7fcb9e676000 rw-p 00035000 08:11 48511339                   /usr/lib/libpng16.so.16.34.0
7fcb9e678000-7fcb9e67e000 r--p 00000000 08:11 48502670                   /usr/lib/libpthread-2.28.so
7fcb9e67e000-7fcb9e68d000 r-xp 00006000 08:11 48502670                   /usr/lib/libpthread-2.28.so
7fcb9e68d000-7fcb9e693000 r--p 00015000 08:11 48502670                   /usr/lib/libpthread-2.28.so
7fcb9e693000-7fcb9e694000 r--p 0001a000 08:11 48502670                   /usr/lib/libpthread-2.28.so
7fcb9e694000-7fcb9e695000 rw-p 0001b000 08:11 48502670                   /usr/lib/libpthread-2.28.so
7fcb9e695000-7fcb9e699000 rw-p 00000000 00:00 0 
7fcb9e6a0000-7fcb9e6a2000 r--p 00000000 08:11 48502681                   /usr/lib/librt-2.28.so
7fcb9e6a2000-7fcb9e6a6000 r-xp 00002000 08:11 48502681                   /usr/lib/librt-2.28.so
7fcb9e6a6000-7fcb9e6a8000 r--p 00006000 08:11 48502681                   /usr/lib/librt-2.28.so
7fcb9e6a8000-7fcb9e6a9000 r--p 00007000 08:11 48502681                   /usr/lib/librt-2.28.so
7fcb9e6a9000-7fcb9e6aa000 rw-p 00008000 08:11 48502681                   /usr/lib/librt-2.28.so
7fcb9e6b0000-7fcb9e6b1000 r--p 00000000 08:11 48502480                   /usr/lib/libdl-2.28.so
7fcb9e6b1000-7fcb9e6b2000 r-xp 00001000 08:11 48502480                   /usr/lib/libdl-2.28.so
7fcb9e6b2000-7fcb9e6b3000 r--p 00002000 08:11 48502480                   /usr/lib/libdl-2.28.so
7fcb9e6b3000-7fcb9e6b4000 r--p 00002000 08:11 48502480                   /usr/lib/libdl-2.28.so
7fcb9e6b4000-7fcb9e6b5000 rw-p 00003000 08:11 48502480                   /usr/lib/libdl-2.28.so
7fcb9e6b8000-7fcb9e6da000 r--p 00000000 08:11 48502455                   /usr/lib/libc-2.28.so
7fcb9e6da000-7fcb9e825000 r-xp 00022000 08:11 48502455                   /usr/lib/libc-2.28.so
7fcb9e825000-7fcb9e871000 r--p 0016d000 08:11 48502455                   /usr/lib/libc-2.28.so
7fcb9e871000-7fcb9e872000 ---p 001b9000 08:11 48502455                   /usr/lib/libc-2.28.so
7fcb9e872000-7fcb9e876000 r--p 001b9000 08:11 48502455                   /usr/lib/libc-2.28.so
7fcb9e876000-7fcb9e878000 rw-p 001bd000 08:11 48502455                   /usr/lib/libc-2.28.so
7fcb9e878000-7fcb9e87c000 rw-p 00000000 00:00 0 
7fcb9e880000-7fcb9e883000 r--p 00000000 08:11 48500859                   /usr/lib/libgcc_s.so.1
7fcb9e883000-7fcb9e894000 r-xp 00003000 08:11 48500859                   /usr/lib/libgcc_s.so.1
7fcb9e894000-7fcb9e897000 r--p 00014000 08:11 48500859                   /usr/lib/libgcc_s.so.1
7fcb9e897000-7fcb9e898000 ---p 00017000 08:11 48500859                   /usr/lib/libgcc_s.so.1
7fcb9e898000-7fcb9e899000 r--p 00017000 08:11 48500859                   /usr/lib/libgcc_s.so.1
7fcb9e899000-7fcb9e89a000 rw-p 00018000 08:11 48500859                   /usr/lib/libgcc_s.so.1
7fcb9e8a0000-7fcb9e8ad000 r--p 00000000 08:11 48502585                   /usr/lib/libm-2.28.so
7fcb9e8ad000-7fcb9e94e000 r-xp 0000d000 08:11 48502585                   /usr/lib/libm-2.28.so
7fcb9e94e000-7fcb9ea23000 r--p 000ae000 08:11 48502585                   /usr/lib/libm-2.28.so
7fcb9ea23000-7fcb9ea24000 r--p 00182000 08:11 48502585                   /usr/lib/libm-2.28.so
7fcb9ea24000-7fcb9ea25000 rw-p 00183000 08:11 48502585                   /usr/lib/libm-2.28.so
7fcb9ea28000-7fcb9eab1000 r--p 00000000 08:11 48502674                   /usr/lib/libstdc++.so.6.0.25
7fcb9eab1000-7fcb9eb69000 r-xp 00089000 08:11 48502674                   /usr/lib/libstdc++.so.6.0.25
7fcb9eb69000-7fcb9eba6000 r--p 00141000 08:11 48502674                   /usr/lib/libstdc++.so.6.0.25
7fcb9eba6000-7fcb9eba7000 ---p 0017e000 08:11 48502674                   /usr/lib/libstdc++.so.6.0.25
7fcb9eba7000-7fcb9ebb3000 r--p 0017e000 08:11 48502674                   /usr/lib/libstdc++.so.6.0.25
7fcb9ebb3000-7fcb9ebb4000 rw-p 0018a000 08:11 48502674                   /usr/lib/libstdc++.so.6.0.25
7fcb9ebb4000-7fcb9ebb7000 rw-p 00000000 00:00 0 
7fcb9ebb8000-7fcb9ebfa000 r--p 00000000 08:11 48502417                   /usr/lib/libGL.so.1.7.0
7fcb9ebfa000-7fcb9ebfe000 r-xp 00042000 08:11 48502417                   /usr/lib/libGL.so.1.7.0
7fcb9ebfe000-7fcb9ec18000 r-xp 00046000 08:11 48502417                   /usr/lib/libGL.so.1.7.0
7fcb9ec18000-7fcb9ec19000 r-xp 00060000 08:11 48502417                   /usr/lib/libGL.so.1.7.0
7fcb9ec19000-7fcb9ec2e000 r--p 00061000 08:11 48502417                   /usr/lib/libGL.so.1.7.0
7fcb9ec2e000-7fcb9ec49000 r--p 00075000 08:11 48502417                   /usr/lib/libGL.so.1.7.0
7fcb9ec49000-7fcb9ec4a000 rw-p 00090000 08:11 48502417                   /usr/lib/libGL.so.1.7.0
7fcb9ec4a000-7fcb9ec4b000 rw-p 00000000 00:00 0 
7fcb9ec50000-7fcb9eccf000 r--p 00000000 08:11 48510775                   /usr/lib/libQt5Core.so.5.11.1
7fcb9eccf000-7fcb9ef7c000 r-xp 0007f000 08:11 48510775                   /usr/lib/libQt5Core.so.5.11.1
7fcb9ef7c000-7fcb9f141000 r--p 0032c000 08:11 48510775                   /usr/lib/libQt5Core.so.5.11.1
7fcb9f141000-7fcb9f14e000 r--p 004f0000 08:11 48510775                   /usr/lib/libQt5Core.so.5.11.1
7fcb9f14e000-7fcb9f14f000 rw-p 004fd000 08:11 48510775                   /usr/lib/libQt5Core.so.5.11.1
7fcb9f14f000-7fcb9f153000 rw-p 00000000 00:00 0 
7fcb9f158000-7fcb9f229000 r--p 00000000 08:11 48510797                   /usr/lib/libQt5Gui.so.5.11.1
7fcb9f229000-7fcb9f5fc000 r-xp 000d1000 08:11 48510797                   /usr/lib/libQt5Gui.so.5.11.1
7fcb9f5fc000-7fcb9f6ce000 r--p 004a4000 08:11 48510797                   /usr/lib/libQt5Gui.so.5.11.1
7fcb9f6ce000-7fcb9f6cf000 ---p 00576000 08:11 48510797                   /usr/lib/libQt5Gui.so.5.11.1
7fcb9f6cf000-7fcb9f6e0000 r--p 00576000 08:11 48510797                   /usr/lib/libQt5Gui.so.5.11.1
7fcb9f6e0000-7fcb9f6e4000 rw-p 00587000 08:11 48510797                   /usr/lib/libQt5Gui.so.5.11.1
7fcb9f6e4000-7fcb9f6e9000 rw-p 00000000 00:00 0 
7fcb9f6f0000-7fcb9f83b000 r--p 00000000 08:11 48510827                   /usr/lib/libQt5Widgets.so.5.11.1
7fcb9f83b000-7fcb9fbcc000 r-xp 0014b000 08:11 48510827                   /usr/lib/libQt5Widgets.so.5.11.1
7fcb9fbcc000-7fcb9fd1f000 r--p 004dc000 08:11 48510827                   /usr/lib/libQt5Widgets.so.5.11.1
7fcb9fd1f000-7fcb9fd51000 r--p 0062e000 08:11 48510827                   /usr/lib/libQt5Widgets.so.5.11.1
7fcb9fd51000-7fcb9fd52000 rw-p 00660000 08:11 48510827                   /usr/lib/libQt5Widgets.so.5.11.1
7fcb9fd52000-7fcb9fd58000 rw-p 00000000 00:00 0 
7fcb9fd58000-7fcb9fd73000 r-xp 00000000 08:11 48513630                   /usr/lib/libCGAL.so.13.0.2
7fcb9fd73000-7fcb9ff72000 ---p 0001b000 08:11 48513630                   /usr/lib/libCGAL.so.13.0.2
7fcb9ff72000-7fcb9ff73000 r--p 0001a000 08:11 48513630                   /usr/lib/libCGAL.so.13.0.2
7fcb9ff73000-7fcb9ff74000 rw-p 0001b000 08:11 48513630                   /usr/lib/libCGAL.so.13.0.2
7fcb9ff74000-7fcb9ff78000 rw-p 00000000 00:00 0 
7fcb9ff78000-7fcb9fff1000 r-xp 00000000 08:11 48502597                   /usr/lib/libmpfr.so.6.0.1
7fcb9fff1000-7fcba01f1000 ---p 00079000 08:11 48502597                   /usr/lib/libmpfr.so.6.0.1
7fcba01f1000-7fcba01f3000 r--p 00079000 08:11 48502597                   /usr/lib/libmpfr.so.6.0.1
7fcba01f3000-7fcba01f4000 rw-p 0007b000 08:11 48502597                   /usr/lib/libmpfr.so.6.0.1
7fcba01f4000-7fcba01f8000 rw-p 00000000 00:00 0 
7fcba01f8000-7fcba028a000 r-xp 00000000 08:11 48502531                   /usr/lib/libgmp.so.10.3.2
7fcba028a000-7fcba0489000 ---p 00092000 08:11 48502531                   /usr/lib/libgmp.so.10.3.2
7fcba0489000-7fcba048a000 r--p 00091000 08:11 48502531                   /usr/lib/libgmp.so.10.3.2
7fcba048a000-7fcba048b000 rw-p 00092000 08:11 48502531                   /usr/lib/libgmp.so.10.3.2
7fcba048c000-7fcba0490000 rw-p 00000000 00:00 0 
7fcba0490000-7fcba0496000 r--p 00000000 08:11 11010271                   /usr/lib/libmeshlite.so
7fcba0496000-7fcba04f1000 r-xp 00006000 08:11 11010271                   /usr/lib/libmeshlite.so
7fcba04f1000-7fcba050a000 r--p 00061000 08:11 11010271                   /usr/lib/libmeshlite.so
7fcba050a000-7fcba050b000 ---p 0007a000 08:11 11010271                   /usr/lib/libmeshlite.so
7fcba050b000-7fcba050f000 r--p 0007a000 08:11 11010271                   /usr/lib/libmeshlite.so
7fcba050f000-7fcba0510000 rw-p 0007e000 08:11 11010271                   /usr/lib/libmeshlite.so
7fcba0510000-7fcba0511000 r--p 00000000 08:11 48502427                   /usr/lib/libSegFault.so
7fcba0511000-7fcba0514000 r-xp 00001000 08:11 48502427                   /usr/lib/libSegFault.so
7fcba0514000-7fcba0515000 r--p 00004000 08:11 48502427                   /usr/lib/libSegFault.so
7fcba0515000-7fcba0516000 r--p 00004000 08:11 48502427                   /usr/lib/libSegFault.so
7fcba0516000-7fcba0517000 rw-p 00005000 08:11 48502427                   /usr/lib/libSegFault.so
7fcba0518000-7fcba0519000 r--s 00000000 08:11 20447755                   /var/cache/fontconfig/cd60cf24-208d-4725-9a8b-94d17abc9ec6-le64.cache-7
7fcba0520000-7fcba0523000 r--s 00000000 08:11 20447506                   /var/cache/fontconfig/be74f2fc-93d5-4271-be28-7f6b45e1694c-le64.cache-7
7fcba0528000-7fcba052f000 r--p 00000000 08:11 49807475                   /usr/lib/qt/plugins/xcbglintegrations/libqxcb-glx-integration.so
7fcba052f000-7fcba0535000 r-xp 00007000 08:11 49807475                   /usr/lib/qt/plugins/xcbglintegrations/libqxcb-glx-integration.so
7fcba0535000-7fcba0537000 r--p 0000d000 08:11 49807475                   /usr/lib/qt/plugins/xcbglintegrations/libqxcb-glx-integration.so
7fcba0537000-7fcba0538000 ---p 0000f000 08:11 49807475                   /usr/lib/qt/plugins/xcbglintegrations/libqxcb-glx-integration.so
7fcba0538000-7fcba0539000 r--p 0000f000 08:11 49807475                   /usr/lib/qt/plugins/xcbglintegrations/libqxcb-glx-integration.so
7fcba0539000-7fcba053a000 rw-p 00010000 08:11 49807475                   /usr/lib/qt/plugins/xcbglintegrations/libqxcb-glx-integration.so
7fcba0540000-7fcba0541000 r--p 00000000 08:11 48500671                   /usr/lib/libX11-xcb.so.1.0.0
7fcba0541000-7fcba0542000 r-xp 00001000 08:11 48500671                   /usr/lib/libX11-xcb.so.1.0.0
7fcba0542000-7fcba0543000 r--p 00002000 08:11 48500671                   /usr/lib/libX11-xcb.so.1.0.0
7fcba0543000-7fcba0544000 r--p 00002000 08:11 48500671                   /usr/lib/libX11-xcb.so.1.0.0
7fcba0544000-7fcba0545000 rw-p 00003000 08:11 48500671                   /usr/lib/libX11-xcb.so.1.0.0
7fcba0548000-7fcba054a000 r--p 00000000 08:11 49807449                   /usr/lib/qt/plugins/platforms/libqxcb.so
7fcba054a000-7fcba054b000 r-xp 00002000 08:11 49807449                   /usr/lib/qt/plugins/platforms/libqxcb.so
7fcba054b000-7fcba054c000 r--p 00003000 08:11 49807449                   /usr/lib/qt/plugins/platforms/libqxcb.so
7fcba054c000-7fcba054d000 r--p 00003000 08:11 49807449                   /usr/lib/qt/plugins/platforms/libqxcb.so
7fcba054d000-7fcba054e000 rw-p 00004000 08:11 49807449                   /usr/lib/qt/plugins/platforms/libqxcb.so
7fcba0550000-7fcba0552000 r--p 00000000 08:11 48502412                   /usr/lib/ld-2.28.so
7fcba0552000-7fcba0571000 r-xp 00002000 08:11 48502412                   /usr/lib/ld-2.28.so
7fcba0571000-7fcba0579000 r--p 00021000 08:11 48502412                   /usr/lib/ld-2.28.so
7fcba0579000-7fcba057a000 r--p 00028000 08:11 48502412                   /usr/lib/ld-2.28.so
7fcba057a000-7fcba057b000 rw-p 00029000 08:11 48502412                   /usr/lib/ld-2.28.so
7fcba057b000-7fcba057e000 rw-p 00000000 00:00 0 
7fcba057e000-7fcba0580000 rw-p 00000000 00:00 0 
7ffcc5810000-7ffcc5831000 rw-p 00000000 00:00 0                          [stack]
7ffcc58a0000-7ffcc58a3000 r--p 00000000 00:00 0                          [vvar]
7ffcc58a3000-7ffcc58a5000 r-xp 00000000 00:00 0                          [vdso]
ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0                  [vsyscall]

Sorry that took so long, I had some stuff happen as I was getting the dump.

huxingyi commented 6 years ago

Thanks for the dump, it crash on the same place as #15 I guess it's something related with the OpenGL offline render, but I couldn't figure out yet. Could you make a pull request regarding the compile error please? Never mind the crash, I am going the change this part after your pull request, by avoiding OpenGL offline render feature.

huxingyi commented 6 years ago

Thanks for your PR, and I will try to fix the crash, once it's done I will let you known by ping you in this issue.

huxingyi commented 6 years ago

Hi, @PowPingDone Could you help to verify if the latest build (master branch) still crash when you add the first node please? Thanks in advance.

powpingdone commented 6 years ago

@huxingyi It has been fixed. Thank you.