Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Please provide AppImage for download on GitHub Releases #1092

Closed
probonopd opened this issue Aug 18, 2017 · 124 comments
Closed

Please provide AppImage for download on GitHub Releases #1092

probonopd opened this issue Aug 18, 2017 · 124 comments

Comments

@probonopd
Copy link
Contributor

Please provide the AppImage for download on GitHub Releases, thanks.

Reference:
AppImage/appimage.github.io#15

@justinclift
Copy link
Member

Good timing. Working on our 3.10.0 release bits soon. 😄

@justinclift
Copy link
Member

justinclift commented Aug 18, 2017

k, to make this happen, what do we need to do? Is there an example "best practice" one I can look at and pretty much cut-n-paste what they did? 😉

@probonopd
Copy link
Contributor Author

Check out https://github.com/probonopd/uploadtool

@justinclift
Copy link
Member

k, I'll probably muck around with this tomorrow and see if I can figure it out. 😄

@justinclift
Copy link
Member

justinclift commented Sep 2, 2017

@deepsidhu1313 You mentioned an interest in Snap packaging on Linux. Any interest in AppImage packages too? 😄

Ahhh, ignore that. Seems things are mostly setup atm and just needs a bit of tweaking (as per below).

@probonopd
Copy link
Contributor Author

In case you are not aware, the AppImage is already being built for each git push on Travis CI. It is just not uploaded to GitHub Releases yet.

@justinclift
Copy link
Member

k. Looking at it now. I've just done the token generation and added the env variable to Travis. Next step figuring out what to put in .travis.yml

@justinclift
Copy link
Member

k, seem to have gotten an initial first pass of things working:

Is there any way to change the title for the release it generates to "Continuous Linux build" instead of just "Continuous build"? Pretty sure it'll be confusing to newbie users on Windows and/or OSX otherwise. 😄

@justinclift
Copy link
Member

... and then looking at the source there's an obvious RELEASE_NAME variable. Testing now. 🙄

@probonopd
Copy link
Contributor Author

Is there any way to change the title for the release it generates to "Continuous Linux build" instead of just "Continuous build"?

Sure, it's just a bash script...

@deepsidhu1313
Copy link
Contributor

deepsidhu1313 commented Sep 2, 2017

@justinclift Good you handled AppImage packaging.

But be sure you are using Ubuntu 14.04 contain image in travis.

dist: trusty

If this creates problems for you upgrade it to 'xenial'.

Some interesting links:
https://docs.travis-ci.com/user/multi-os/
https://docs.travis-ci.com/user/reference/osx/

@probonopd
Copy link
Contributor Author

If this creates problems for you upgrade it to 'xenial'.

Can you elaborate on this? AppImages generated on trusty should run on newer distributions as well; if not, it's a bug.

@justinclift
Copy link
Member

justinclift commented Sep 2, 2017

@deepsidhu1313 Thx... I'm just getting the scripting to work atm. It's pretty simple stuff, but the iteration time is pretty slow so it'll probably take another hour or two.

Haven't even looked at tested the generated images yet. Which I should probably do eh? 😁

@deepsidhu1313
Copy link
Contributor

deepsidhu1313 commented Sep 2, 2017 via email

@probonopd
Copy link
Contributor Author

probonopd commented Sep 2, 2017

With AppImage this will not cause problems or bugs, since the subset of Qt that is required to run this application will be privately bundled inside the AppImage. This means that to run the AppImage, the user will not need the PPA. That's the whole point of it!

@justinclift
Copy link
Member

justinclift commented Sep 2, 2017

@deepsidhu1313 Hmmm, don't AppImages bundle all of the needed dependencies internally?

If so, that means there shouldn't be any missing external libraries when deployed, as all of the needed pieces are contained inside the AppImage itself. So the PPA's (and packages in them) configured for the users' system shouldn't have any kind of effect.

@probonopd
Copy link
Contributor Author

Hmmm, don't AppImages bundle all of the needed dependencies internally?

Not all, only those that cannot reasonably be expected to already be present on all target systems (e.g., glibc). But the subset of Qt that this specific application needs to run will be bundled by linuxdeployqt.

@justinclift
Copy link
Member

Ahhh, no worries. 😄

@deepsidhu1313
Copy link
Contributor

deepsidhu1313 commented Sep 2, 2017 via email

@probonopd
Copy link
Contributor Author

probonopd commented Sep 2, 2017

AppImage is the direct equivalent of an .app in a .dmg in macOS. Out of the bundling systems for Linux, it's the easiest.

@deepsidhu1313
Copy link
Contributor

deepsidhu1313 commented Sep 2, 2017 via email

@probonopd
Copy link
Contributor Author

Providing an AppImage would have, among others, these advantages:

  • Applications packaged as an AppImage can run on many distributions (including Ubuntu, Fedora, openSUSE, CentOS, elementaryOS, Linux Mint, and others)
  • One app = one file = super simple for users: just download one AppImage file, make it executable, and run
  • No unpacking or installation necessary
  • No root needed
  • No system libraries changed
  • Works out of the box, no installation of runtimes needed
  • Optional desktop integration with appimaged
  • Optional binary delta updates, e.g., for continuous builds (only download the binary diff) using AppImageUpdate
  • Can optionally GPG2-sign your AppImages (inside the file)
  • Works on Live ISOs
  • Can use the same AppImages when dual-booting multiple distributions
  • Can be listed in the AppImageHub central directory of available AppImages

@probonopd
Copy link
Contributor Author

But again, _the AppImage is already being built for each git push. It's just a matter of uploading it to GitHub Releases.

@deepsidhu1313
Copy link
Contributor

deepsidhu1313 commented Sep 2, 2017 via email

@deepsidhu1313
Copy link
Contributor

deepsidhu1313 commented Sep 2, 2017 via email

@deepsidhu1313
Copy link
Contributor

deepsidhu1313 commented Feb 20, 2019 via email

probonopd added a commit to AppImage/appimage.github.io that referenced this issue Feb 21, 2019
@probonopd
Copy link
Contributor Author

Thanks for providing an AppImage. Please export VERSION=... prior to building the AppImage so that it gets the version information in the file name. Can it be that you are not using the latest versions of the AppImage tools? This should be taken care of automatically...

@probonopd
Copy link
Contributor Author

probonopd commented Feb 21, 2019

Still getting AppRun: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version 'CXXABI_1.3.8' not found (required by /run/firejail/appimage/.appimage-10256/AppRun). Please see #1118 and https://github.com/AppImage/AppImageKit/wiki/Creating-AppImages#creating-appimages-that-are-compatible-with-many-systems.

@deepsidhu1313
Copy link
Contributor

deepsidhu1313 commented Feb 22, 2019

Thanks for providing an AppImage. Please export VERSION=... prior to building the AppImage so that it gets the version information in the file name. Can it be that you are not using the latest versions of the AppImage tools? This should be taken care of automatically...

I am exporting the VERSION variable. We tried nightly build of linuxdepoyqt which caused our build to fail as we are using xenial image in our build. If you can please provide a solution to the notification problem at every continuous release (Every time it runs (once for every single commit), it then causes a new
notification to be sent to all 400+ people watching the repo.), that will be great .

Still getting AppRun: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version 'CXXABI_1.3.8' not found (required by /run/firejail/appimage/.appimage-10256/AppRun).

we can deal this in separate issue. This issue is turning into more of some Epic book story. (Title can be " Quest to release AppImage." 😄 , I am open to title suggestions, lets close this issue with Epic title)

@justinclift
Copy link
Member

Wonder if it'd be possible to upload the continuous Linux builds to somewhere other than the GitHub releases area? eg maybe have them uploaded to nightly build server, same as our windows and macOS builds?

The uploading bit itself (eg rsync/scp) is probably feasible. Not sure how to make the authentication piece work though, as the nightlies server requires a ssh public key. No idea (yet) how we'd provide that to the script in a way which doesn't make it publicly available. Guessing other people have already solved that problem though...?

@probonopd
Copy link
Contributor Author

we are using xenial image in our build

Please build on trusty, since this is currently the oldest still-supported version of Ubuntu. Else your AppImage will not run on all still-supported versions of Ubuntu. Thanks.

@deepsidhu1313
Copy link
Contributor

deepsidhu1313 commented Feb 23, 2019 via email

@justinclift
Copy link
Member

Heh Heh Heh, you'll need to manually attach that pic. 😄

@deepsidhu1313
Copy link
Contributor

image

@ratijas
Copy link

ratijas commented Jul 29, 2020

Hi. Still no AppImage for the June release, but it gets its separate "Continuous build" section. Is this the final form of releasing, like it's not going to change anymore? What about this issue then?

@ratijas
Copy link

ratijas commented Jul 29, 2020

Well, tried to run "Continuous build". Guess what? segmentation fault (core dumped). In the meantime, normal ArchLinux distribution of "DB Browser for SQLite" works just fine.

Logs
static QPlatformTheme* QKdeTheme::createKdeTheme(): Unable to determine KDE dirs
qt.network.ssl: QSslSocket: cannot resolve CRYPTO_num_locks
qt.network.ssl: QSslSocket: cannot resolve CRYPTO_set_id_callback
qt.network.ssl: QSslSocket: cannot resolve CRYPTO_set_locking_callback
qt.network.ssl: QSslSocket: cannot resolve ERR_free_strings
qt.network.ssl: QSslSocket: cannot resolve sk_new_null
qt.network.ssl: QSslSocket: cannot resolve sk_push
qt.network.ssl: QSslSocket: cannot resolve sk_free
qt.network.ssl: QSslSocket: cannot resolve sk_num
qt.network.ssl: QSslSocket: cannot resolve sk_pop_free
qt.network.ssl: QSslSocket: cannot resolve sk_value
qt.network.ssl: QSslSocket: cannot resolve SSL_library_init
qt.network.ssl: QSslSocket: cannot resolve SSL_load_error_strings
qt.network.ssl: QSslSocket: cannot resolve SSL_get_ex_new_index
qt.network.ssl: QSslSocket: cannot resolve SSLv3_client_method
qt.network.ssl: QSslSocket: cannot resolve SSLv23_client_method
qt.network.ssl: QSslSocket: cannot resolve SSLv3_server_method
qt.network.ssl: QSslSocket: cannot resolve SSLv23_server_method
qt.network.ssl: QSslSocket: cannot resolve X509_STORE_CTX_get_chain
qt.network.ssl: QSslSocket: cannot resolve OPENSSL_add_all_algorithms_noconf
qt.network.ssl: QSslSocket: cannot resolve OPENSSL_add_all_algorithms_conf
qt.network.ssl: QSslSocket: cannot resolve SSLeay
qt.network.ssl: QSslSocket: cannot resolve SSLeay_version
qt.network.ssl: QSslSocket: cannot call unresolved function SSLeay
qt.network.ssl: QSslSocket: cannot call unresolved function CRYPTO_num_locks
qt.network.ssl: QSslSocket: cannot call unresolved function CRYPTO_set_id_callback
qt.network.ssl: QSslSocket: cannot call unresolved function CRYPTO_set_locking_callback
qt.network.ssl: QSslSocket: cannot call unresolved function SSL_library_init
qt.network.ssl: QSslSocket: cannot call unresolved function SSLv23_client_method
qt.network.ssl: QSslSocket: cannot call unresolved function sk_num
[1]    553989 segmentation fault (core dumped)  ./DB_Browser_for_SQLite--x86_64.AppImage
gdb backtrace
#0  0x00007ffff7eea284 in  () at /tmp/.mount_DB_BroQsjd7f/usr/bin/../lib/libQt5Network.so.5
#1  0x00007ffff7edb3e7 in  () at /tmp/.mount_DB_BroQsjd7f/usr/bin/../lib/libQt5Network.so.5
#2  0x00007ffff7edc090 in  () at /tmp/.mount_DB_BroQsjd7f/usr/bin/../lib/libQt5Network.so.5
#3  0x00007ffff7ec86d5 in QSslCertificate::fromData(QByteArray const&, QSsl::EncodingFormat) ()
    at /tmp/.mount_DB_BroQsjd7f/usr/bin/../lib/libQt5Network.so.5
#4  0x00007ffff7eca84c in QSslCertificate::fromPath(QString const&, QSsl::EncodingFormat, QRegExp::PatternSyntax) ()
    at /tmp/.mount_DB_BroQsjd7f/usr/bin/../lib/libQt5Network.so.5
#5  0x00000000006fa165 in RemoteNetwork::RemoteNetwork() ()
#6  0x0000000000689033 in RemoteNetwork::get() ()
#7  0x0000000000684d60 in RemoteDock::RemoteDock(MainWindow*) ()
#8  0x00000000005a7f11 in MainWindow::MainWindow(QWidget*) ()
#9  0x0000000000634f9f in Application::Application(int&, char**) ()
#10 0x000000000052698f in main ()
/proc/xxxx/maps
003ff000-00400000 rw-p 00000000 00:41 173                                /tmp/.mount_DB_BroQsjd7f/usr/bin/sqlitebrowser
00400000-00b1f000 r-xp 00001000 00:41 173                                /tmp/.mount_DB_BroQsjd7f/usr/bin/sqlitebrowser
00d1f000-00d33000 r--p 00720000 00:41 173                                /tmp/.mount_DB_BroQsjd7f/usr/bin/sqlitebrowser
00d33000-00d39000 rw-p 00734000 00:41 173                                /tmp/.mount_DB_BroQsjd7f/usr/bin/sqlitebrowser
00d39000-0102f000 rw-p 00000000 00:00 0                                  [heap]
7fffe0000000-7fffe0083000 rw-p 00000000 00:00 0 
7fffe0083000-7fffe4000000 ---p 00000000 00:00 0 
7fffe8000000-7fffe8021000 rw-p 00000000 00:00 0 
7fffe8021000-7fffec000000 ---p 00000000 00:00 0 
7fffedddb000-7fffeddf8000 r--p 00000000 103:02 664176                    /usr/lib/libssl.so.1.1
7fffeddf8000-7fffede44000 r-xp 0001d000 103:02 664176                    /usr/lib/libssl.so.1.1
7fffede44000-7fffede5e000 r--p 00069000 103:02 664176                    /usr/lib/libssl.so.1.1
7fffede5e000-7fffede67000 r--p 00082000 103:02 664176                    /usr/lib/libssl.so.1.1
7fffede67000-7fffede6b000 rw-p 0008b000 103:02 664176                    /usr/lib/libssl.so.1.1
7fffede6b000-7fffedee0000 r--p 00000000 103:02 664173                    /usr/lib/libcrypto.so.1.1
7fffedee0000-7fffee085000 r-xp 00075000 103:02 664173                    /usr/lib/libcrypto.so.1.1
7fffee085000-7fffee115000 r--p 0021a000 103:02 664173                    /usr/lib/libcrypto.so.1.1
7fffee115000-7fffee116000 ---p 002aa000 103:02 664173                    /usr/lib/libcrypto.so.1.1
7fffee116000-7fffee142000 r--p 002aa000 103:02 664173                    /usr/lib/libcrypto.so.1.1
7fffee142000-7fffee144000 rw-p 002d6000 103:02 664173                    /usr/lib/libcrypto.so.1.1
7fffee144000-7fffee148000 rw-p 00000000 00:00 0 
7fffee19a000-7fffee1ca000 r--p 00000000 103:02 687158                    /usr/share/locale/ru/LC_MESSAGES/libc.mo
7fffee1ca000-7fffee208000 r-xp 00000000 00:41 5177                       /tmp/.mount_DB_BroQsjd7f/usr/plugins/bearer/libqnmbearer.so
7fffee208000-7fffee20a000 r--p 0003d000 00:41 5177                       /tmp/.mount_DB_BroQsjd7f/usr/plugins/bearer/libqnmbearer.so
7fffee20a000-7fffee20b000 rw-p 0003f000 00:41 5177                       /tmp/.mount_DB_BroQsjd7f/usr/plugins/bearer/libqnmbearer.so
7fffee20b000-7fffee20e000 rw-p 00041000 00:41 5177                       /tmp/.mount_DB_BroQsjd7f/usr/plugins/bearer/libqnmbearer.so
7fffee20e000-7fffee242000 r-xp 00000000 00:41 5105                       /tmp/.mount_DB_BroQsjd7f/usr/plugins/bearer/libqconnmanbearer.so
7fffee242000-7fffee243000 ---p 00034000 00:41 5105                       /tmp/.mount_DB_BroQsjd7f/usr/plugins/bearer/libqconnmanbearer.so
7fffee243000-7fffee244000 r--p 00034000 00:41 5105                       /tmp/.mount_DB_BroQsjd7f/usr/plugins/bearer/libqconnmanbearer.so
7fffee244000-7fffee245000 rw-p 00035000 00:41 5105                       /tmp/.mount_DB_BroQsjd7f/usr/plugins/bearer/libqconnmanbearer.so
7fffee245000-7fffee248000 rw-p 00037000 00:41 5105                       /tmp/.mount_DB_BroQsjd7f/usr/plugins/bearer/libqconnmanbearer.so
7fffee248000-7fffee249000 ---p 00000000 00:00 0 
7fffee249000-7fffeea49000 rw-p 00000000 00:00 0 
7fffeea49000-7fffeeb15000 r--s 00000000 103:03 3419335                   /home/pitoo/.cache/fontconfig/923e285e415b1073c8df160bee08820f-le64.cache-7
7fffeeb29000-7fffeeb36000 r-xp 00000000 00:41 5145                       /tmp/.mount_DB_BroQsjd7f/usr/plugins/bearer/libqgenericbearer.so
7fffeeb36000-7fffeeb37000 ---p 0000d000 00:41 5145                       /tmp/.mount_DB_BroQsjd7f/usr/plugins/bearer/libqgenericbearer.so
7fffeeb37000-7fffeeb38000 r--p 0000d000 00:41 5145                       /tmp/.mount_DB_BroQsjd7f/usr/plugins/bearer/libqgenericbearer.so
7fffeeb38000-7fffeeb39000 rw-p 0000e000 00:41 5145                       /tmp/.mount_DB_BroQsjd7f/usr/plugins/bearer/libqgenericbearer.so
7fffeeb39000-7fffeeb3b000 rw-p 0000f000 00:41 5145                       /tmp/.mount_DB_BroQsjd7f/usr/plugins/bearer/libqgenericbearer.so
7fffeeb3b000-7fffeeb63000 r--p 00000000 103:02 1197192                   /usr/share/fonts/OTF/FiraCode-Regular.otf
7fffeeb63000-7fffeeb7d000 r--p 00000000 103:02 1188266                   /usr/share/fonts/TTF/AndaleMo.TTF
7fffeeb7d000-7fffeeba0000 r--p 00000000 103:02 1197515                   /usr/share/fonts/TTF/Verdana.TTF
7fffeeba0000-7fffeebc3000 r--s 00000000 103:03 3420746                   /home/pitoo/.cache/fontconfig/f2e43df3287529323e79e7929dc44cc9-le64.cache-7
7fffeebca000-7fffeebd5000 r--s 00000000 103:03 3420704                   /home/pitoo/.cache/fontconfig/e6aa7557ba0eabb3d95f304fe810600d-le64.cache-7
7fffeebe0000-7fffeebe7000 r--s 00000000 103:03 3420748                   /home/pitoo/.cache/fontconfig/7a19419109ed68583ee7f82d5f5e753c-le64.cache-7
7fffeebe7000-7fffeebf5000 r--s 00000000 103:03 3420742                   /home/pitoo/.cache/fontconfig/491f45a0a771fef1c10b9b647a97fb82-le64.cache-7
7fffeebf5000-7fffeec21000 r--s 00000000 103:03 3430307                   /home/pitoo/.cache/fontconfig/f6b893a7224233d96cb72fd88691c0b4-le64.cache-7
7fffeec29000-7fffeec34000 r--s 00000000 103:02 3540782                   /var/cache/fontconfig/f3ec410d4c616b3bcbbb155394e2c853-le64.cache-7
7fffeec34000-7fffeec41000 r--s 00000000 103:03 3423112                   /home/pitoo/.cache/fontconfig/210c0516121708a580e22e6b1f9a103a-le64.cache-7
7fffeec42000-7fffeec48000 r--s 00000000 103:03 3416760                   /home/pitoo/.cache/fontconfig/b67b32625a2bb51b023d3814a918f351-le64.cache-7
7fffeec4e000-7fffeec58000 r--s 00000000 103:03 3430377                   /home/pitoo/.cache/fontconfig/f349e9996a5320f6dd491cedd2b1f964-le64.cache-7
7fffeec58000-7fffeec5d000 r--s 00000000 103:03 3420737                   /home/pitoo/.cache/fontconfig/6ba42ae0000f58711b5caaf10d690066-le64.cache-7
7fffeec62000-7fffeecb9000 r-xp 00000000 00:41 3577                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libjpeg.so.8
7fffeecb9000-7fffeeeb9000 ---p 00057000 00:41 3577                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libjpeg.so.8
7fffeeeb9000-7fffeeeba000 r--p 00057000 00:41 3577                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libjpeg.so.8
7fffeeeba000-7fffeeebb000 rw-p 00058000 00:41 3577                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libjpeg.so.8
7fffeeebb000-7fffeeebc000 rw-p 00059000 00:41 3577                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libjpeg.so.8
7fffeeebc000-7fffeeec6000 r-xp 00000000 00:41 5317                       /tmp/.mount_DB_BroQsjd7f/usr/plugins/imageformats/libqjpeg.so
7fffeeec6000-7fffeeec7000 r--p 00009000 00:41 5317                       /tmp/.mount_DB_BroQsjd7f/usr/plugins/imageformats/libqjpeg.so
7fffeeec7000-7fffeeec8000 rw-p 0000a000 00:41 5317                       /tmp/.mount_DB_BroQsjd7f/usr/plugins/imageformats/libqjpeg.so
7fffeeec8000-7fffeeeca000 rw-p 0000b000 00:41 5317                       /tmp/.mount_DB_BroQsjd7f/usr/plugins/imageformats/libqjpeg.so
7fffeeeca000-7fffeeed0000 r-xp 00000000 00:41 5285                       /tmp/.mount_DB_BroQsjd7f/usr/plugins/imageformats/libqico.so
7fffeeed0000-7fffeeed1000 ---p 00006000 00:41 5285                       /tmp/.mount_DB_BroQsjd7f/usr/plugins/imageformats/libqico.so
7fffeeed1000-7fffeeed2000 r--p 00006000 00:41 5285                       /tmp/.mount_DB_BroQsjd7f/usr/plugins/imageformats/libqico.so
7fffeeed2000-7fffeeed3000 rw-p 00007000 00:41 5285                       /tmp/.mount_DB_BroQsjd7f/usr/plugins/imageformats/libqico.so
7fffeeed3000-7fffeeed4000 rw-p 00008000 00:41 5285                       /tmp/.mount_DB_BroQsjd7f/usr/plugins/imageformats/libqico.so
7fffeeed4000-7fffeeeda000 r-xp 00000000 00:41 5253                       /tmp/.mount_DB_BroQsjd7f/usr/plugins/imageformats/libqgif.so
7fffeeeda000-7fffeeedb000 r--p 00005000 00:41 5253                       /tmp/.mount_DB_BroQsjd7f/usr/plugins/imageformats/libqgif.so
7fffeeedb000-7fffeeedc000 rw-p 00006000 00:41 5253                       /tmp/.mount_DB_BroQsjd7f/usr/plugins/imageformats/libqgif.so
7fffeeedc000-7fffeeedd000 rw-p 00007000 00:41 5253                       /tmp/.mount_DB_BroQsjd7f/usr/plugins/imageformats/libqgif.so
7fffeeedd000-7fffeeef4000 r-xp 00000000 00:41 4521                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libxcb-glx.so.0
7fffeeef4000-7fffef0f3000 ---p 00017000 00:41 4521                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libxcb-glx.so.0
7fffef0f3000-7fffef0f5000 r--p 00016000 00:41 4521                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libxcb-glx.so.0
7fffef0f5000-7fffef0f6000 rw-p 00018000 00:41 4521                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libxcb-glx.so.0
7fffef0f6000-7fffef0fb000 rw-p 00019000 00:41 4521                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libxcb-glx.so.0
7fffef0fb000-7fffef0fd000 r--p 00000000 103:02 685395                    /usr/lib/libXfixes.so.3.1.0
7fffef0fd000-7fffef100000 r-xp 00002000 103:02 685395                    /usr/lib/libXfixes.so.3.1.0
7fffef100000-7fffef101000 r--p 00005000 103:02 685395                    /usr/lib/libXfixes.so.3.1.0
7fffef101000-7fffef102000 ---p 00006000 103:02 685395                    /usr/lib/libXfixes.so.3.1.0
7fffef102000-7fffef103000 r--p 00006000 103:02 685395                    /usr/lib/libXfixes.so.3.1.0
7fffef103000-7fffef104000 rw-p 00007000 103:02 685395                    /usr/lib/libXfixes.so.3.1.0
7fffef104000-7fffef105000 ---p 00000000 00:00 0 
7fffef105000-7fffef905000 rw-p 00000000 00:00 0 
7fffef905000-7fffef90a000 r--p 00000000 103:02 667573                    /usr/lib/libgpg-error.so.0.29.0
7fffef90a000-7fffef91f000 r-xp 00005000 103:02 667573                    /usr/lib/libgpg-error.so.0.29.0
7fffef91f000-7fffef929000 r--p 0001a000 103:02 667573                    /usr/lib/libgpg-error.so.0.29.0
7fffef929000-7fffef92a000 ---p 00024000 103:02 667573                    /usr/lib/libgpg-error.so.0.29.0
7fffef92a000-7fffef92b000 r--p 00024000 103:02 667573                    /usr/lib/libgpg-error.so.0.29.0
7fffef92b000-7fffef92c000 rw-p 00025000 103:02 667573                    /usr/lib/libgpg-error.so.0.29.0
7fffef92c000-7fffef99a000 r-xp 00000000 00:41 4057                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libpcre.so.3
7fffef99a000-7fffefb9a000 ---p 0006e000 00:41 4057                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libpcre.so.3
7fffefb9a000-7fffefb9b000 r--p 0006e000 00:41 4057                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libpcre.so.3
7fffefb9b000-7fffefb9c000 rw-p 0006f000 00:41 4057                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libpcre.so.3
7fffefb9c000-7fffefb9d000 rw-p 00070000 00:41 4057                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libpcre.so.3
7fffefb9d000-7fffefc74000 r-xp 00000000 00:41 2193                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libgcrypt.so.20
7fffefc74000-7fffefe74000 ---p 000d7000 00:41 2193                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libgcrypt.so.20
7fffefe74000-7fffefe75000 r--p 000d7000 00:41 2193                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libgcrypt.so.20
7fffefe75000-7fffefe7d000 rw-p 000d8000 00:41 2193                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libgcrypt.so.20
7fffefe7d000-7fffefe7e000 rw-p 00000000 00:00 0 
7fffefe7e000-7fffefe80000 rw-p 000e1000 00:41 2193                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libgcrypt.so.20
7fffefe80000-7fffefea1000 r-xp 00000000 00:41 3793                       /tmp/.mount_DB_BroQsjd7f/usr/lib/liblzma.so.5
7fffefea1000-7ffff00a0000 ---p 00021000 00:41 3793                       /tmp/.mount_DB_BroQsjd7f/usr/lib/liblzma.so.5
7ffff00a0000-7ffff00a1000 r--p 00020000 00:41 3793                       /tmp/.mount_DB_BroQsjd7f/usr/lib/liblzma.so.5
7ffff00a1000-7ffff00a2000 rw-p 00021000 00:41 3793                       /tmp/.mount_DB_BroQsjd7f/usr/lib/liblzma.so.5
7ffff00a2000-7ffff00a3000 rw-p 00022000 00:41 3793                       /tmp/.mount_DB_BroQsjd7f/usr/lib/liblzma.so.5
7ffff00a3000-7ffff00c2000 r-xp 00000000 00:41 4273                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libselinux.so.1
7ffff00c2000-7ffff02c1000 ---p 0001f000 00:41 4273                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libselinux.so.1
7ffff02c1000-7ffff02c2000 r--p 0001e000 00:41 4273                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libselinux.so.1
7ffff02c2000-7ffff02c3000 rw-p 0001f000 00:41 4273                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libselinux.so.1
7ffff02c3000-7ffff02c5000 rw-p 00000000 00:00 0 
7ffff02c5000-7ffff02c7000 rw-p 00020000 00:41 4273                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libselinux.so.1
7ffff02c7000-7ffff0347000 r-xp 00000000 00:41 4373                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libsystemd.so.0
7ffff0347000-7ffff034a000 r--p 0007f000 00:41 4373                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libsystemd.so.0
7ffff034a000-7ffff034b000 rw-p 00082000 00:41 4373                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libsystemd.so.0
7ffff034b000-7ffff034c000 rw-p 00000000 00:00 0 
7ffff034c000-7ffff0350000 rw-p 00083000 00:41 4373                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libsystemd.so.0
7ffff0350000-7ffff039b000 r-xp 00000000 00:41 2085                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libdbus-1.so.3
7ffff039b000-7ffff059a000 ---p 0004b000 00:41 2085                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libdbus-1.so.3
7ffff059a000-7ffff059b000 r--p 0004a000 00:41 2085                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libdbus-1.so.3
7ffff059b000-7ffff059c000 rw-p 0004b000 00:41 2085                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libdbus-1.so.3
7ffff059c000-7ffff05a0000 rw-p 0004c000 00:41 2085                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libdbus-1.so.3
7ffff05a0000-7ffff05a4000 r--p 00000000 103:02 685097                    /usr/lib/libexpat.so.1.6.11
7ffff05a4000-7ffff05c2000 r-xp 00004000 103:02 685097                    /usr/lib/libexpat.so.1.6.11
7ffff05c2000-7ffff05cc000 r--p 00022000 103:02 685097                    /usr/lib/libexpat.so.1.6.11
7ffff05cc000-7ffff05cd000 ---p 0002c000 103:02 685097                    /usr/lib/libexpat.so.1.6.11
7ffff05cd000-7ffff05cf000 r--p 0002c000 103:02 685097                    /usr/lib/libexpat.so.1.6.11
7ffff05cf000-7ffff05d0000 rw-p 0002e000 103:02 685097                    /usr/lib/libexpat.so.1.6.11
7ffff05d0000-7ffff05d5000 r-xp 00000000 00:41 4873                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libxcb-util.so.1
7ffff05d5000-7ffff07d4000 ---p 00005000 00:41 4873                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libxcb-util.so.1
7ffff07d4000-7ffff07d5000 r--p 00004000 00:41 4873                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libxcb-util.so.1
7ffff07d5000-7ffff07d6000 rw-p 00005000 00:41 4873                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libxcb-util.so.1
7ffff07d6000-7ffff07d7000 rw-p 00006000 00:41 4873                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libxcb-util.so.1
7ffff07d7000-7ffff07e8000 r-xp 00000000 00:41 1585                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libXext.so.6
7ffff07e8000-7ffff09e7000 ---p 00011000 00:41 1585                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libXext.so.6
7ffff09e7000-7ffff09e8000 r--p 00010000 00:41 1585                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libXext.so.6
7ffff09e8000-7ffff09e9000 rw-p 00011000 00:41 1585                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libXext.so.6
7ffff09e9000-7ffff09eb000 rw-p 00012000 00:41 1585                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libXext.so.6
7ffff09eb000-7ffff0a65000 r-xp 00000000 00:41 701                        /tmp/.mount_DB_BroQsjd7f/usr/lib/libQt5DBus.so.5
7ffff0a65000-7ffff0a66000 ---p 0007a000 00:41 701                        /tmp/.mount_DB_BroQsjd7f/usr/lib/libQt5DBus.so.5
7ffff0a66000-7ffff0a67000 r--p 0007a000 00:41 701                        /tmp/.mount_DB_BroQsjd7f/usr/lib/libQt5DBus.so.5
7ffff0a67000-7ffff0a68000 rw-p 0007b000 00:41 701                        /tmp/.mount_DB_BroQsjd7f/usr/lib/libQt5DBus.so.5
7ffff0a68000-7ffff0a69000 rw-p 00000000 00:00 0 
7ffff0a69000-7ffff0a71000 rw-p 0007d000 00:41 701                        /tmp/.mount_DB_BroQsjd7f/usr/lib/libQt5DBus.so.5
7ffff0a71000-7ffff0aae000 r-xp 00000000 00:41 5001                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libxkbcommon.so.0
7ffff0aae000-7ffff0cad000 ---p 0003d000 00:41 5001                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libxkbcommon.so.0
7ffff0cad000-7ffff0caf000 r--p 0003c000 00:41 5001                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libxkbcommon.so.0
7ffff0caf000-7ffff0cb0000 rw-p 0003e000 00:41 5001                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libxkbcommon.so.0
7ffff0cb0000-7ffff0cb1000 rw-p 0003f000 00:41 5001                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libxkbcommon.so.0
7ffff0cb1000-7ffff0cb9000 r--p 00000000 103:02 683292                    /usr/lib/libfontconfig.so.1.12.0
7ffff0cb9000-7ffff0ce0000 r-xp 00008000 103:02 683292                    /usr/lib/libfontconfig.so.1.12.0
7ffff0ce0000-7ffff0cf8000 r--p 0002f000 103:02 683292                    /usr/lib/libfontconfig.so.1.12.0
7ffff0cf8000-7ffff0cf9000 ---p 00047000 103:02 683292                    /usr/lib/libfontconfig.so.1.12.0
7ffff0cf9000-7ffff0cfb000 r--p 00047000 103:02 683292                    /usr/lib/libfontconfig.so.1.12.0
7ffff0cfb000-7ffff0cfc000 rw-p 00049000 103:02 683292                    /usr/lib/libfontconfig.so.1.12.0
7ffff0cfc000-7ffff0d03000 r-xp 00000000 00:41 4969                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libxkbcommon-x11.so.0
7ffff0d03000-7ffff0f02000 ---p 00007000 00:41 4969                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libxkbcommon-x11.so.0
7ffff0f02000-7ffff0f03000 r--p 00006000 00:41 4969                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libxkbcommon-x11.so.0
7ffff0f03000-7ffff0f04000 rw-p 00007000 00:41 4969                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libxkbcommon-x11.so.0
7ffff0f04000-7ffff0f05000 rw-p 00008000 00:41 4969                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libxkbcommon-x11.so.0
7ffff0f05000-7ffff0f1f000 r-xp 00000000 00:41 4937                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libxcb-xkb.so.1
7ffff0f1f000-7ffff111e000 ---p 0001a000 00:41 4937                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libxcb-xkb.so.1
7ffff111e000-7ffff111f000 r--p 00019000 00:41 4937                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libxcb-xkb.so.1
7ffff111f000-7ffff1120000 rw-p 0001a000 00:41 4937                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libxcb-xkb.so.1
7ffff1120000-7ffff1125000 rw-p 0001b000 00:41 4937                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libxcb-xkb.so.1
7ffff1125000-7ffff1127000 r-xp 00000000 00:41 4617                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libxcb-keysyms.so.1
7ffff1127000-7ffff1326000 ---p 00002000 00:41 4617                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libxcb-keysyms.so.1
7ffff1326000-7ffff1327000 r--p 00001000 00:41 4617                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libxcb-keysyms.so.1
7ffff1327000-7ffff1328000 rw-p 00002000 00:41 4617                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libxcb-keysyms.so.1
7ffff1328000-7ffff1329000 rw-p 00003000 00:41 4617                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libxcb-keysyms.so.1
7ffff1329000-7ffff132c000 r-xp 00000000 00:41 4777                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libxcb-shape.so.0
7ffff132c000-7ffff152b000 ---p 00003000 00:41 4777                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libxcb-shape.so.0
7ffff152b000-7ffff152c000 r--p 00002000 00:41 4777                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libxcb-shape.so.0
7ffff152c000-7ffff152d000 rw-p 00003000 00:41 4777                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libxcb-shape.so.0
7ffff152d000-7ffff152e000 rw-p 00004000 00:41 4777                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libxcb-shape.so.0
7ffff152e000-7ffff153a000 r-xp 00000000 00:41 4681                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libxcb-randr.so.0
7ffff153a000-7ffff173a000 ---p 0000c000 00:41 4681                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libxcb-randr.so.0
7ffff173a000-7ffff173b000 r--p 0000c000 00:41 4681                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libxcb-randr.so.0
7ffff173b000-7ffff173c000 rw-p 0000d000 00:41 4681                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libxcb-randr.so.0
7ffff173c000-7ffff173f000 rw-p 0000e000 00:41 4681                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libxcb-randr.so.0
7ffff173f000-7ffff1741000 r-xp 00000000 00:41 4809                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libxcb-shm.so.0
7ffff1741000-7ffff1941000 ---p 00002000 00:41 4809                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libxcb-shm.so.0
7ffff1941000-7ffff1942000 r--p 00002000 00:41 4809                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libxcb-shm.so.0
7ffff1942000-7ffff1943000 rw-p 00003000 00:41 4809                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libxcb-shm.so.0
7ffff1943000-7ffff1944000 rw-p 00004000 00:41 4809                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libxcb-shm.so.0
7ffff1944000-7ffff194a000 r-xp 00000000 00:41 4905                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libxcb-xfixes.so.0
7ffff194a000-7ffff1b4a000 ---p 00006000 00:41 4905                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libxcb-xfixes.so.0
7ffff1b4a000-7ffff1b4b000 r--p 00006000 00:41 4905                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libxcb-xfixes.so.0
7ffff1b4b000-7ffff1b4c000 rw-p 00007000 00:41 4905                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libxcb-xfixes.so.0
7ffff1b4c000-7ffff1b4e000 rw-p 00008000 00:41 4905                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libxcb-xfixes.so.0
7ffff1b4e000-7ffff1b53000 r-xp 00000000 00:41 4841                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libxcb-sync.so.1
7ffff1b53000-7ffff1d53000 ---p 00005000 00:41 4841                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libxcb-sync.so.1
7ffff1d53000-7ffff1d54000 r--p 00005000 00:41 4841                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libxcb-sync.so.1
7ffff1d54000-7ffff1d55000 rw-p 00006000 00:41 4841                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libxcb-sync.so.1
7ffff1d55000-7ffff1d56000 rw-p 00007000 00:41 4841                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libxcb-sync.so.1
7ffff1d56000-7ffff1d5a000 r-xp 00000000 00:41 4553                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libxcb-icccm.so.4
7ffff1d5a000-7ffff1f59000 ---p 00004000 00:41 4553                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libxcb-icccm.so.4
7ffff1f59000-7ffff1f5a000 r--p 00003000 00:41 4553                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libxcb-icccm.so.4
7ffff1f5a000-7ffff1f5b000 rw-p 00004000 00:41 4553                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libxcb-icccm.so.4
7ffff1f5b000-7ffff1f5c000 rw-p 00005000 00:41 4553                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libxcb-icccm.so.4
7ffff1f5c000-7ffff1f60000 r-xp 00000000 00:41 4585                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libxcb-image.so.0
7ffff1f60000-7ffff215f000 ---p 00004000 00:41 4585                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libxcb-image.so.0
7ffff215f000-7ffff2160000 r--p 00003000 00:41 4585                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libxcb-image.so.0
7ffff2160000-7ffff2161000 rw-p 00004000 00:41 4585                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libxcb-image.so.0
7ffff2161000-7ffff2162000 rw-p 00005000 00:41 4585                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libxcb-image.so.0
7ffff2162000-7ffff216a000 r-xp 00000000 00:41 4745                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libxcb-render.so.0
7ffff216a000-7ffff236a000 ---p 00008000 00:41 4745                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libxcb-render.so.0
7ffff236a000-7ffff236b000 r--p 00008000 00:41 4745                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libxcb-render.so.0
7ffff236b000-7ffff236c000 rw-p 00009000 00:41 4745                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libxcb-render.so.0
7ffff236c000-7ffff236e000 rw-p 0000a000 00:41 4745                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libxcb-render.so.0
7ffff2370000-7ffff2371000 r--s 00000000 103:03 3419117                   /home/pitoo/.cache/fontconfig/04c0ad87da18533d35304e6793434d47-le64.cache-7
7ffff2371000-7ffff239d000 rw-p 00000000 00:00 0 
7ffff239d000-7ffff23a7000 r-xp 00000000 00:41 5381                       /tmp/.mount_DB_BroQsjd7f/usr/plugins/platforminputcontexts/libcomposeplatforminputcontextplugin.so
7ffff23a7000-7ffff23a8000 r--p 00009000 00:41 5381                       /tmp/.mount_DB_BroQsjd7f/usr/plugins/platforminputcontexts/libcomposeplatforminputcontextplugin.so
7ffff23a8000-7ffff23a9000 rw-p 0000a000 00:41 5381                       /tmp/.mount_DB_BroQsjd7f/usr/plugins/platforminputcontexts/libcomposeplatforminputcontextplugin.so
7ffff23a9000-7ffff23ab000 rw-p 0000b000 00:41 5381                       /tmp/.mount_DB_BroQsjd7f/usr/plugins/platforminputcontexts/libcomposeplatforminputcontextplugin.so
7ffff23ab000-7ffff23ba000 r-xp 00000000 00:41 5637                       /tmp/.mount_DB_BroQsjd7f/usr/plugins/xcbglintegrations/libqxcb-glx-integration.so
7ffff23ba000-7ffff23bb000 ---p 0000f000 00:41 5637                       /tmp/.mount_DB_BroQsjd7f/usr/plugins/xcbglintegrations/libqxcb-glx-integration.so
7ffff23bb000-7ffff23bc000 r--p 0000f000 00:41 5637                       /tmp/.mount_DB_BroQsjd7f/usr/plugins/xcbglintegrations/libqxcb-glx-integration.so
7ffff23bc000-7ffff23bd000 rw-p 00010000 00:41 5637                       /tmp/.mount_DB_BroQsjd7f/usr/plugins/xcbglintegrations/libqxcb-glx-integration.so
7ffff23bd000-7ffff23c0000 rw-p 00012000 00:41 5637                       /tmp/.mount_DB_BroQsjd7f/usr/plugins/xcbglintegrations/libqxcb-glx-integration.so
7ffff23c0000-7ffff23c3000 r-xp 00000000 00:41 4713                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libxcb-render-util.so.0
7ffff23c3000-7ffff25c2000 ---p 00003000 00:41 4713                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libxcb-render-util.so.0
7ffff25c2000-7ffff25c3000 r--p 00002000 00:41 4713                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libxcb-render-util.so.0
7ffff25c3000-7ffff25c4000 rw-p 00003000 00:41 4713                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libxcb-render-util.so.0
7ffff25c4000-7ffff25c5000 rw-p 00004000 00:41 4713                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libxcb-render-util.so.0
7ffff25c5000-7ffff25d4000 r-xp 00000000 00:41 1649                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libXi.so.6
7ffff25d4000-7ffff27d3000 ---p 0000f000 00:41 1649                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libXi.so.6
7ffff27d3000-7ffff27d4000 r--p 0000e000 00:41 1649                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libXi.so.6
7ffff27d4000-7ffff27d5000 rw-p 0000f000 00:41 1649                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libXi.so.6
7ffff27d5000-7ffff27d6000 rw-p 00010000 00:41 1649                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libXi.so.6
7ffff27d6000-7ffff27d7000 r-xp 00000000 00:41 1457                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libX11-xcb.so.1
7ffff27d7000-7ffff29d6000 ---p 00001000 00:41 1457                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libX11-xcb.so.1
7ffff29d6000-7ffff29d7000 r--p 00000000 00:41 1457                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libX11-xcb.so.1
7ffff29d7000-7ffff29d8000 rw-p 00001000 00:41 1457                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libX11-xcb.so.1
7ffff29d8000-7ffff29d9000 rw-p 00002000 00:41 1457                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libX11-xcb.so.1
7ffff29d9000-7ffff2ab9000 r-xp 00000000 00:41 1349                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libQt5XcbQpa.so.5
7ffff2ab9000-7ffff2aba000 ---p 000e0000 00:41 1349                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libQt5XcbQpa.so.5
7ffff2aba000-7ffff2abe000 r--p 000e0000 00:41 1349                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libQt5XcbQpa.so.5
7ffff2abe000-7ffff2ac2000 rw-p 000e4000 00:41 1349                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libQt5XcbQpa.so.5
7ffff2ac2000-7ffff2ad3000 rw-p 000e8000 00:41 1349                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libQt5XcbQpa.so.5
7ffff2ad3000-7ffff2e56000 r--p 00000000 103:02 687415                    /usr/lib/locale/locale-archive
7ffff2e56000-7ffff2e5d000 rw-p 00000000 00:00 0 
7ffff2e5d000-7ffff2e63000 r--p 00000000 103:02 664079                    /usr/lib/libpng16.so.16.37.0
7ffff2e63000-7ffff2e89000 r-xp 00006000 103:02 664079                    /usr/lib/libpng16.so.16.37.0
7ffff2e89000-7ffff2e95000 r--p 0002c000 103:02 664079                    /usr/lib/libpng16.so.16.37.0
7ffff2e95000-7ffff2e96000 r--p 00037000 103:02 664079                    /usr/lib/libpng16.so.16.37.0
7ffff2e96000-7ffff2e97000 rw-p 00038000 103:02 664079                    /usr/lib/libpng16.so.16.37.0
7ffff2e97000-7ffff2e99000 r--p 00000000 103:02 663772                    /usr/lib/libbz2.so.1.0.8
7ffff2e99000-7ffff2ea6000 r-xp 00002000 103:02 663772                    /usr/lib/libbz2.so.1.0.8
7ffff2ea6000-7ffff2ea8000 r--p 0000f000 103:02 663772                    /usr/lib/libbz2.so.1.0.8
7ffff2ea8000-7ffff2ea9000 r--p 00010000 103:02 663772                    /usr/lib/libbz2.so.1.0.8
7ffff2ea9000-7ffff2eaa000 rw-p 00011000 103:02 663772                    /usr/lib/libbz2.so.1.0.8
7ffff2eaa000-7ffff2eac000 r--p 00000000 103:02 688712                    /usr/lib/libXdmcp.so.6.0.0
7ffff2eac000-7ffff2eae000 r-xp 00002000 103:02 688712                    /usr/lib/libXdmcp.so.6.0.0
7ffff2eae000-7ffff2eb0000 r--p 00004000 103:02 688712                    /usr/lib/libXdmcp.so.6.0.0
7ffff2eb0000-7ffff2eb1000 r--p 00005000 103:02 688712                    /usr/lib/libXdmcp.so.6.0.0
7ffff2eb1000-7ffff2eb2000 rw-p 00006000 103:02 688712                    /usr/lib/libXdmcp.so.6.0.0
7ffff2eb2000-7ffff2eb3000 r--p 00000000 103:02 679965                    /usr/lib/libXau.so.6.0.0
7ffff2eb3000-7ffff2eb4000 r-xp 00001000 103:02 679965                    /usr/lib/libXau.so.6.0.0
7ffff2eb4000-7ffff2eb5000 r--p 00002000 103:02 679965                    /usr/lib/libXau.so.6.0.0
7ffff2eb5000-7ffff2eb6000 r--p 00002000 103:02 679965                    /usr/lib/libXau.so.6.0.0
7ffff2eb6000-7ffff2eb7000 rw-p 00003000 103:02 679965                    /usr/lib/libXau.so.6.0.0
7ffff2eb7000-7ffff2eb9000 rw-p 00000000 00:00 0 
7ffff2eb9000-7ffff476f000 r-xp 00000000 00:41 2505                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libicudata.so.55
7ffff476f000-7ffff496e000 ---p 018b6000 00:41 2505                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libicudata.so.55
7ffff496e000-7ffff496f000 r--p 018b5000 00:41 2505                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libicudata.so.55
7ffff496f000-7ffff4970000 rw-p 018b6000 00:41 2505                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libicudata.so.55
7ffff4970000-7ffff4971000 rw-p 018b7000 00:41 2505                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libicudata.so.55
7ffff4971000-7ffff4974000 r--p 00000000 103:02 691746                    /usr/lib/libGLX.so.0.0.0
7ffff4974000-7ffff498e000 r-xp 00003000 103:02 691746                    /usr/lib/libGLX.so.0.0.0
7ffff498e000-7ffff4991000 r--p 0001d000 103:02 691746                    /usr/lib/libGLX.so.0.0.0
7ffff4991000-7ffff4992000 ---p 00020000 103:02 691746                    /usr/lib/libGLX.so.0.0.0
7ffff4992000-7ffff4993000 r--p 00020000 103:02 691746                    /usr/lib/libGLX.so.0.0.0
7ffff4993000-7ffff4994000 rw-p 00021000 103:02 691746                    /usr/lib/libGLX.so.0.0.0
7ffff4994000-7ffff49a4000 rw-p 00000000 00:00 0 
7ffff49a4000-7ffff49e4000 r--p 00000000 103:02 691749                    /usr/lib/libGLdispatch.so.0.0.0
7ffff49e4000-7ffff4a22000 r-xp 00040000 103:02 691749                    /usr/lib/libGLdispatch.so.0.0.0
7ffff4a22000-7ffff4a35000 r--p 0007e000 103:02 691749                    /usr/lib/libGLdispatch.so.0.0.0
7ffff4a35000-7ffff4a36000 ---p 00091000 103:02 691749                    /usr/lib/libGLdispatch.so.0.0.0
7ffff4a36000-7ffff4a52000 r--p 00091000 103:02 691749                    /usr/lib/libGLdispatch.so.0.0.0
7ffff4a52000-7ffff4a53000 rw-p 000ad000 103:02 691749                    /usr/lib/libGLdispatch.so.0.0.0
7ffff4a53000-7ffff4a5b000 rw-p 00000000 00:00 0 
7ffff4a5b000-7ffff4a5e000 r--p 00000000 103:02 739030                    /usr/lib/libgraphite2.so.3.2.1
7ffff4a5e000-7ffff4a78000 r-xp 00003000 103:02 739030                    /usr/lib/libgraphite2.so.3.2.1
7ffff4a78000-7ffff4a7d000 r--p 0001d000 103:02 739030                    /usr/lib/libgraphite2.so.3.2.1
7ffff4a7d000-7ffff4a7f000 r--p 00021000 103:02 739030                    /usr/lib/libgraphite2.so.3.2.1
7ffff4a7f000-7ffff4a80000 rw-p 00023000 103:02 739030                    /usr/lib/libgraphite2.so.3.2.1
7ffff4a80000-7ffff4a8e000 r--p 00000000 103:02 711399                    /usr/lib/libfreetype.so.6.17.2
7ffff4a8e000-7ffff4b13000 r-xp 0000e000 103:02 711399                    /usr/lib/libfreetype.so.6.17.2
7ffff4b13000-7ffff4b4b000 r--p 00093000 103:02 711399                    /usr/lib/libfreetype.so.6.17.2
7ffff4b4b000-7ffff4b4c000 ---p 000cb000 103:02 711399                    /usr/lib/libfreetype.so.6.17.2
7ffff4b4c000-7ffff4b53000 r--p 000cb000 103:02 711399                    /usr/lib/libfreetype.so.6.17.2
7ffff4b53000-7ffff4b54000 rw-p 000d2000 103:02 711399                    /usr/lib/libfreetype.so.6.17.2
7ffff4b54000-7ffff4b60000 r--p 00000000 103:02 680076                    /usr/lib/libxcb.so.1.1.0
7ffff4b60000-7ffff4b73000 r-xp 0000c000 103:02 680076                    /usr/lib/libxcb.so.1.1.0
7ffff4b73000-7ffff4b7c000 r--p 0001f000 103:02 680076                    /usr/lib/libxcb.so.1.1.0
7ffff4b7c000-7ffff4b7d000 r--p 00027000 103:02 680076                    /usr/lib/libxcb.so.1.1.0
7ffff4b7d000-7ffff4b7e000 rw-p 00028000 103:02 680076                    /usr/lib/libxcb.so.1.1.0
7ffff4b7e000-7ffff4b80000 rw-p 00000000 00:00 0 
7ffff4b80000-7ffff4b82000 r--p 00000000 103:02 670571                    /usr/lib/libpcre.so.1.2.12
7ffff4b82000-7ffff4bd2000 r-xp 00002000 103:02 670571                    /usr/lib/libpcre.so.1.2.12
7ffff4bd2000-7ffff4bf0000 r--p 00052000 103:02 670571                    /usr/lib/libpcre.so.1.2.12
7ffff4bf0000-7ffff4bf1000 r--p 0006f000 103:02 670571                    /usr/lib/libpcre.so.1.2.12
7ffff4bf1000-7ffff4bf2000 rw-p 00070000 103:02 670571                    /usr/lib/libpcre.so.1.2.12
7ffff4bf2000-7ffff4bf4000 r--p 00000000 103:02 670694                    /usr/lib/libffi.so.7.1.0
7ffff4bf4000-7ffff4bfa000 r-xp 00002000 103:02 670694                    /usr/lib/libffi.so.7.1.0
7ffff4bfa000-7ffff4bfb000 r--p 00008000 103:02 670694                    /usr/lib/libffi.so.7.1.0
7ffff4bfb000-7ffff4bfc000 ---p 00009000 103:02 670694                    /usr/lib/libffi.so.7.1.0
7ffff4bfc000-7ffff4bfd000 r--p 00009000 103:02 670694                    /usr/lib/libffi.so.7.1.0
7ffff4bfd000-7ffff4bfe000 rw-p 0000a000 103:02 670694                    /usr/lib/libffi.so.7.1.0
7ffff4bfe000-7ffff4c01000 r--p 00000000 103:02 658585                    /usr/lib/librt-2.31.so
7ffff4c01000-7ffff4c05000 r-xp 00003000 103:02 658585                    /usr/lib/librt-2.31.so
7ffff4c05000-7ffff4c06000 r--p 00007000 103:02 658585                    /usr/lib/librt-2.31.so
7ffff4c06000-7ffff4c07000 ---p 00008000 103:02 658585                    /usr/lib/librt-2.31.so
7ffff4c07000-7ffff4c08000 r--p 00008000 103:02 658585                    /usr/lib/librt-2.31.so
7ffff4c08000-7ffff4c09000 rw-p 00009000 103:02 658585                    /usr/lib/librt-2.31.so
7ffff4c09000-7ffff4c6d000 r-xp 00000000 00:41 4105                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libpcre16.so.3
7ffff4c6d000-7ffff4e6d000 ---p 00064000 00:41 4105                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libpcre16.so.3
7ffff4e6d000-7ffff4e6e000 r--p 00064000 00:41 4105                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libpcre16.so.3
7ffff4e6e000-7ffff4e6f000 rw-p 00065000 00:41 4105                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libpcre16.so.3
7ffff4e6f000-7ffff4e70000 rw-p 00066000 00:41 4105                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libpcre16.so.3
7ffff4e70000-7ffff4fef000 r-xp 00000000 00:41 3449                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libicuuc.so.55
7ffff4fef000-7ffff51ef000 ---p 0017f000 00:41 3449                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libicuuc.so.55
7ffff51ef000-7ffff51ff000 r--p 0017f000 00:41 3449                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libicuuc.so.55
7ffff51ff000-7ffff5200000 rw-p 0018f000 00:41 3449                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libicuuc.so.55
7ffff5200000-7ffff5204000 rw-p 00000000 00:00 0 
7ffff5204000-7ffff5223000 rw-p 00190000 00:41 3449                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libicuuc.so.55
7ffff5223000-7ffff5225000 rw-p 00000000 00:00 0 
7ffff5225000-7ffff5477000 r-xp 00000000 00:41 3329                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libicui18n.so.55
7ffff5477000-7ffff5677000 ---p 00252000 00:41 3329                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libicui18n.so.55
7ffff5677000-7ffff5686000 r--p 00252000 00:41 3329                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libicui18n.so.55
7ffff5686000-7ffff5687000 rw-p 00261000 00:41 3329                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libicui18n.so.55
7ffff5687000-7ffff56e1000 rw-p 00262000 00:41 3329                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libicui18n.so.55
7ffff56e1000-7ffff5723000 r--p 00000000 103:02 691740                    /usr/lib/libGL.so.1.7.0
7ffff5723000-7ffff5742000 r-xp 00042000 103:02 691740                    /usr/lib/libGL.so.1.7.0
7ffff5742000-7ffff5757000 r--p 00061000 103:02 691740                    /usr/lib/libGL.so.1.7.0
7ffff5757000-7ffff5765000 r--p 00075000 103:02 691740                    /usr/lib/libGL.so.1.7.0
7ffff5765000-7ffff5766000 rw-p 00083000 103:02 691740                    /usr/lib/libGL.so.1.7.0
7ffff5766000-7ffff5767000 rw-p 00000000 00:00 0 
7ffff5767000-7ffff5771000 r--p 00000000 103:02 669745                    /usr/lib/libharfbuzz.so.0.20608.0
7ffff5771000-7ffff5802000 r-xp 0000a000 103:02 669745                    /usr/lib/libharfbuzz.so.0.20608.0
7ffff5802000-7ffff5834000 r--p 0009b000 103:02 669745                    /usr/lib/libharfbuzz.so.0.20608.0
7ffff5834000-7ffff5835000 r--p 000cc000 103:02 669745                    /usr/lib/libharfbuzz.so.0.20608.0
7ffff5835000-7ffff5836000 rw-p 000cd000 103:02 669745                    /usr/lib/libharfbuzz.so.0.20608.0
7ffff5836000-7ffff585a000 r-xp 00000000 00:41 4153                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libpng12.so.0
7ffff585a000-7ffff5a59000 ---p 00024000 00:41 4153                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libpng12.so.0
7ffff5a59000-7ffff5a5a000 r--p 00023000 00:41 4153                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libpng12.so.0
7ffff5a5a000-7ffff5a5b000 rw-p 00024000 00:41 4153                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libpng12.so.0
7ffff5a5b000-7ffff5a5d000 rw-p 00025000 00:41 4153                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libpng12.so.0
7ffff5a5d000-7ffff5a79000 r--p 00000000 103:02 682435                    /usr/lib/libX11.so.6.3.0
7ffff5a79000-7ffff5b03000 r-xp 0001c000 103:02 682435                    /usr/lib/libX11.so.6.3.0
7ffff5b03000-7ffff5b96000 r--p 000a6000 103:02 682435                    /usr/lib/libX11.so.6.3.0
7ffff5b96000-7ffff5b97000 ---p 00139000 103:02 682435                    /usr/lib/libX11.so.6.3.0
7ffff5b97000-7ffff5b9a000 r--p 00139000 103:02 682435                    /usr/lib/libX11.so.6.3.0
7ffff5b9a000-7ffff5b9e000 rw-p 0013c000 103:02 682435                    /usr/lib/libX11.so.6.3.0
7ffff5b9e000-7ffff5bba000 r--p 00000000 103:02 677451                    /usr/lib/libglib-2.0.so.0.6400.4
7ffff5bba000-7ffff5c3f000 r-xp 0001c000 103:02 677451                    /usr/lib/libglib-2.0.so.0.6400.4
7ffff5c3f000-7ffff5cc3000 r--p 000a1000 103:02 677451                    /usr/lib/libglib-2.0.so.0.6400.4
7ffff5cc3000-7ffff5cc4000 ---p 00125000 103:02 677451                    /usr/lib/libglib-2.0.so.0.6400.4
7ffff5cc4000-7ffff5cc5000 r--p 00125000 103:02 677451                    /usr/lib/libglib-2.0.so.0.6400.4
7ffff5cc5000-7ffff5cc6000 rw-p 00126000 103:02 677451                    /usr/lib/libglib-2.0.so.0.6400.4
7ffff5cc6000-7ffff5cc9000 rw-p 00000000 00:00 0 
7ffff5cc9000-7ffff5cd7000 r--p 00000000 103:02 679452                    /usr/lib/libgobject-2.0.so.0.6400.4
7ffff5cd7000-7ffff5d05000 r-xp 0000e000 103:02 679452                    /usr/lib/libgobject-2.0.so.0.6400.4
7ffff5d05000-7ffff5d1d000 r--p 0003c000 103:02 679452                    /usr/lib/libgobject-2.0.so.0.6400.4
7ffff5d1d000-7ffff5d20000 r--p 00053000 103:02 679452                    /usr/lib/libgobject-2.0.so.0.6400.4
7ffff5d20000-7ffff5d21000 rw-p 00056000 103:02 679452                    /usr/lib/libgobject-2.0.so.0.6400.4
7ffff5d21000-7ffff5d22000 r--p 00000000 103:02 658521                    /usr/lib/libdl-2.31.so
7ffff5d22000-7ffff5d24000 r-xp 00001000 103:02 658521                    /usr/lib/libdl-2.31.so
7ffff5d24000-7ffff5d25000 r--p 00003000 103:02 658521                    /usr/lib/libdl-2.31.so
7ffff5d25000-7ffff5d26000 r--p 00003000 103:02 658521                    /usr/lib/libdl-2.31.so
7ffff5d26000-7ffff5d27000 rw-p 00004000 103:02 658521                    /usr/lib/libdl-2.31.so
7ffff5d27000-7ffff5f42000 r-xp 00000000 00:41 1925                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libcrypto.so.1.0.0
7ffff5f42000-7ffff6141000 ---p 0021b000 00:41 1925                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libcrypto.so.1.0.0
7ffff6141000-7ffff615d000 r--p 0021a000 00:41 1925                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libcrypto.so.1.0.0
7ffff615d000-7ffff6169000 rw-p 00236000 00:41 1925                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libcrypto.so.1.0.0
7ffff6169000-7ffff616c000 rw-p 00000000 00:00 0 
7ffff616c000-7ffff617e000 rw-p 00242000 00:41 1925                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libcrypto.so.1.0.0
7ffff617e000-7ffff619d000 r-xp 00000000 00:41 4233                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libproxy.so.1
7ffff619d000-7ffff639d000 ---p 0001f000 00:41 4233                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libproxy.so.1
7ffff639d000-7ffff639e000 r--p 0001f000 00:41 4233                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libproxy.so.1
7ffff639e000-7ffff639f000 rw-p 00020000 00:41 4233                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libproxy.so.1
7ffff639f000-7ffff63a2000 rw-p 00021000 00:41 4233                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libproxy.so.1
7ffff63a2000-7ffff63a5000 r--p 00000000 103:02 686587                    /usr/lib/libz.so.1.2.11
7ffff63a5000-7ffff63b3000 r-xp 00003000 103:02 686587                    /usr/lib/libz.so.1.2.11
7ffff63b3000-7ffff63b9000 r--p 00011000 103:02 686587                    /usr/lib/libz.so.1.2.11
7ffff63b9000-7ffff63ba000 ---p 00017000 103:02 686587                    /usr/lib/libz.so.1.2.11
7ffff63ba000-7ffff63bb000 r--p 00017000 103:02 686587                    /usr/lib/libz.so.1.2.11
7ffff63bb000-7ffff63bc000 rw-p 00018000 103:02 686587                    /usr/lib/libz.so.1.2.11
7ffff63bc000-7ffff63be000 rw-p 00000000 00:00 0 
7ffff63be000-7ffff63e3000 r--p 00000000 103:02 658496                    /usr/lib/libc-2.31.so
7ffff63e3000-7ffff6530000 r-xp 00025000 103:02 658496                    /usr/lib/libc-2.31.so
7ffff6530000-7ffff657a000 r--p 00172000 103:02 658496                    /usr/lib/libc-2.31.so
7ffff657a000-7ffff657b000 ---p 001bc000 103:02 658496                    /usr/lib/libc-2.31.so
7ffff657b000-7ffff657e000 r--p 001bc000 103:02 658496                    /usr/lib/libc-2.31.so
7ffff657e000-7ffff6581000 rw-p 001bf000 103:02 658496                    /usr/lib/libc-2.31.so
7ffff6581000-7ffff6585000 rw-p 00000000 00:00 0 
7ffff6585000-7ffff6588000 r--p 00000000 103:02 669688                    /usr/lib/libgcc_s.so.1
7ffff6588000-7ffff6599000 r-xp 00003000 103:02 669688                    /usr/lib/libgcc_s.so.1
7ffff6599000-7ffff659d000 r--p 00014000 103:02 669688                    /usr/lib/libgcc_s.so.1
7ffff659d000-7ffff659e000 r--p 00017000 103:02 669688                    /usr/lib/libgcc_s.so.1
7ffff659e000-7ffff659f000 rw-p 00018000 103:02 669688                    /usr/lib/libgcc_s.so.1
7ffff659f000-7ffff65ae000 r--p 00000000 103:02 658532                    /usr/lib/libm-2.31.so
7ffff65ae000-7ffff6649000 r-xp 0000f000 103:02 658532                    /usr/lib/libm-2.31.so
7ffff6649000-7ffff66e2000 r--p 000aa000 103:02 658532                    /usr/lib/libm-2.31.so
7ffff66e2000-7ffff66e3000 r--p 00142000 103:02 658532                    /usr/lib/libm-2.31.so
7ffff66e3000-7ffff66e4000 rw-p 00143000 103:02 658532                    /usr/lib/libm-2.31.so
7ffff66e4000-7ffff677a000 r--p 00000000 103:02 687717                    /usr/lib/libstdc++.so.6.0.28
7ffff677a000-7ffff6866000 r-xp 00096000 103:02 687717                    /usr/lib/libstdc++.so.6.0.28
7ffff6866000-7ffff68af000 r--p 00182000 103:02 687717                    /usr/lib/libstdc++.so.6.0.28
7ffff68af000-7ffff68b0000 ---p 001cb000 103:02 687717                    /usr/lib/libstdc++.so.6.0.28
7ffff68b0000-7ffff68bd000 r--p 001cb000 103:02 687717                    /usr/lib/libstdc++.so.6.0.28
7ffff68bd000-7ffff68be000 rw-p 001d8000 103:02 687717                    /usr/lib/libstdc++.so.6.0.28
7ffff68be000-7ffff68c1000 rw-p 00000000 00:00 0 
7ffff68c1000-7ffff6d85000 r-xp 00000000 00:41 505                        /tmp/.mount_DB_BroQsjd7f/usr/lib/libQt5Core.so.5
7ffff6d85000-7ffff6d86000 ---p 004c4000 00:41 505                        /tmp/.mount_DB_BroQsjd7f/usr/lib/libQt5Core.so.5
7ffff6d86000-7ffff6d92000 r--p 004c4000 00:41 505                        /tmp/.mount_DB_BroQsjd7f/usr/lib/libQt5Core.so.5
7ffff6d92000-7ffff6d93000 rw-p 004d0000 00:41 505                        /tmp/.mount_DB_BroQsjd7f/usr/lib/libQt5Core.so.5
7ffff6d93000-7ffff6d97000 rw-p 00000000 00:00 0 
7ffff6d97000-7ffff6dcb000 rw-p 004d6000 00:41 505                        /tmp/.mount_DB_BroQsjd7f/usr/lib/libQt5Core.so.5
7ffff6dcb000-7ffff72f2000 r-xp 00000000 00:41 753                        /tmp/.mount_DB_BroQsjd7f/usr/lib/libQt5Gui.so.5
7ffff72f2000-7ffff72f3000 ---p 00527000 00:41 753                        /tmp/.mount_DB_BroQsjd7f/usr/lib/libQt5Gui.so.5
7ffff72f3000-7ffff7308000 r--p 00527000 00:41 753                        /tmp/.mount_DB_BroQsjd7f/usr/lib/libQt5Gui.so.5
7ffff7308000-7ffff730e000 rw-p 0053c000 00:41 753                        /tmp/.mount_DB_BroQsjd7f/usr/lib/libQt5Gui.so.5
7ffff730e000-7ffff7313000 rw-p 00000000 00:00 0 
7ffff7313000-7ffff7363000 rw-p 00543000 00:41 753                        /tmp/.mount_DB_BroQsjd7f/usr/lib/libQt5Gui.so.5
7ffff7363000-7ffff7365000 rw-p 00000000 00:00 0 
7ffff7365000-7ffff79be000 r-xp 00000000 00:41 1093                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libQt5Widgets.so.5
7ffff79be000-7ffff79ec000 r--p 00658000 00:41 1093                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libQt5Widgets.so.5
7ffff79ec000-7ffff79f1000 rw-p 00686000 00:41 1093                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libQt5Widgets.so.5
7ffff79f1000-7ffff79f2000 rw-p 00000000 00:00 0 
7ffff79f2000-7ffff7a5a000 rw-p 0068c000 00:41 1093                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libQt5Widgets.so.5
7ffff7a5a000-7ffff7ac7000 r-xp 00000000 00:41 1045                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libQt5PrintSupport.so.5
7ffff7ac7000-7ffff7acb000 r--p 0006c000 00:41 1045                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libQt5PrintSupport.so.5
7ffff7acb000-7ffff7acd000 rw-p 00070000 00:41 1045                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libQt5PrintSupport.so.5
7ffff7acd000-7ffff7ad9000 rw-p 00073000 00:41 1045                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libQt5PrintSupport.so.5
7ffff7ad9000-7ffff7b9f000 r-xp 00000000 00:41 4313                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libsqlcipher.so.0
7ffff7b9f000-7ffff7d9e000 ---p 000c6000 00:41 4313                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libsqlcipher.so.0
7ffff7d9e000-7ffff7da2000 r--p 000c5000 00:41 4313                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libsqlcipher.so.0
7ffff7da2000-7ffff7da4000 rw-p 000c9000 00:41 4313                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libsqlcipher.so.0
7ffff7da4000-7ffff7da5000 rw-p 00000000 00:00 0 
7ffff7da5000-7ffff7da7000 rw-p 000cc000 00:41 4313                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libsqlcipher.so.0
7ffff7da7000-7ffff7de0000 r-xp 00000000 00:41 1413                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libQt5Xml.so.5
7ffff7de0000-7ffff7de2000 r--p 00038000 00:41 1413                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libQt5Xml.so.5
7ffff7de2000-7ffff7de3000 rw-p 0003a000 00:41 1413                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libQt5Xml.so.5
7ffff7de3000-7ffff7de9000 rw-p 0003b000 00:41 1413                       /tmp/.mount_DB_BroQsjd7f/usr/lib/libQt5Xml.so.5
7ffff7de9000-7ffff7f3a000 r-xp 00000000 00:41 965                        /tmp/.mount_DB_BroQsjd7f/usr/lib/libQt5Network.so.5
7ffff7f3a000-7ffff7f3b000 ---p 00151000 00:41 965                        /tmp/.mount_DB_BroQsjd7f/usr/lib/libQt5Network.so.5
7ffff7f3b000-7ffff7f41000 r--p 00151000 00:41 965                        /tmp/.mount_DB_BroQsjd7f/usr/lib/libQt5Network.so.5
7ffff7f41000-7ffff7f43000 rw-p 00157000 00:41 965                        /tmp/.mount_DB_BroQsjd7f/usr/lib/libQt5Network.so.5
7ffff7f43000-7ffff7f55000 rw-p 00159000 00:41 965                        /tmp/.mount_DB_BroQsjd7f/usr/lib/libQt5Network.so.5
7ffff7f55000-7ffff7f5c000 r--p 00000000 103:02 658576                    /usr/lib/libpthread-2.31.so
7ffff7f5c000-7ffff7f6c000 r-xp 00007000 103:02 658576                    /usr/lib/libpthread-2.31.so
7ffff7f6c000-7ffff7f71000 r--p 00017000 103:02 658576                    /usr/lib/libpthread-2.31.so
7ffff7f71000-7ffff7f72000 r--p 0001b000 103:02 658576                    /usr/lib/libpthread-2.31.so
7ffff7f72000-7ffff7f73000 rw-p 0001c000 103:02 658576                    /usr/lib/libpthread-2.31.so
7ffff7f73000-7ffff7f79000 rw-p 00000000 00:00 0 
7ffff7f79000-7ffff7f7a000 r--s 00000000 103:03 3420752                   /home/pitoo/.cache/fontconfig/1c0a88db7606d722e207873623e4d111-le64.cache-7
7ffff7f7a000-7ffff7f7b000 r--s 00000000 103:03 3420751                   /home/pitoo/.cache/fontconfig/e4e854e19093b3a10d48c1d28c821416-le64.cache-7
7ffff7f7b000-7ffff7f7c000 r--s 00000000 103:03 3420551                   /home/pitoo/.cache/fontconfig/5941099d344f2846701350b7a073370f-le64.cache-7
7ffff7f7c000-7ffff7f7d000 r--s 00000000 103:03 3420546                   /home/pitoo/.cache/fontconfig/e502d8dd850f51a8c8eaee3fe9b9ee87-le64.cache-7
7ffff7f7d000-7ffff7f7f000 r--p 00000000 103:02 689003                    /usr/lib/libXrender.so.1.3.0
7ffff7f7f000-7ffff7f86000 r-xp 00002000 103:02 689003                    /usr/lib/libXrender.so.1.3.0
7ffff7f86000-7ffff7f88000 r--p 00009000 103:02 689003                    /usr/lib/libXrender.so.1.3.0
7ffff7f88000-7ffff7f89000 r--p 0000a000 103:02 689003                    /usr/lib/libXrender.so.1.3.0
7ffff7f89000-7ffff7f8a000 rw-p 0000b000 103:02 689003                    /usr/lib/libXrender.so.1.3.0
7ffff7f8a000-7ffff7f8d000 r--p 00000000 103:02 677651                    /usr/lib/libXcursor.so.1.0.2
7ffff7f8d000-7ffff7f92000 r-xp 00003000 103:02 677651                    /usr/lib/libXcursor.so.1.0.2
7ffff7f92000-7ffff7f94000 r--p 00008000 103:02 677651                    /usr/lib/libXcursor.so.1.0.2
7ffff7f94000-7ffff7f95000 r--p 00009000 103:02 677651                    /usr/lib/libXcursor.so.1.0.2
7ffff7f95000-7ffff7f96000 rw-p 0000a000 103:02 677651                    /usr/lib/libXcursor.so.1.0.2
7ffff7f96000-7ffff7f98000 r--p 00000000 103:02 706791                    /usr/lib/libuuid.so.1.3.0
7ffff7f98000-7ffff7f9c000 r-xp 00002000 103:02 706791                    /usr/lib/libuuid.so.1.3.0
7ffff7f9c000-7ffff7f9d000 r--p 00006000 103:02 706791                    /usr/lib/libuuid.so.1.3.0
7ffff7f9d000-7ffff7f9e000 r--p 00006000 103:02 706791                    /usr/lib/libuuid.so.1.3.0
7ffff7f9e000-7ffff7f9f000 rw-p 00007000 103:02 706791                    /usr/lib/libuuid.so.1.3.0
7ffff7f9f000-7ffff7fa4000 r--p 00000000 103:02 705666                    /usr/lib/libICE.so.6.3.0
7ffff7fa4000-7ffff7fb2000 r-xp 00005000 103:02 705666                    /usr/lib/libICE.so.6.3.0
7ffff7fb2000-7ffff7fb7000 r--p 00013000 103:02 705666                    /usr/lib/libICE.so.6.3.0
7ffff7fb7000-7ffff7fb8000 r--p 00017000 103:02 705666                    /usr/lib/libICE.so.6.3.0
7ffff7fb8000-7ffff7fb9000 rw-p 00018000 103:02 705666                    /usr/lib/libICE.so.6.3.0
7ffff7fb9000-7ffff7fbc000 rw-p 00000000 00:00 0 
7ffff7fbc000-7ffff7fbe000 r--p 00000000 103:02 714333                    /usr/lib/libSM.so.6.0.1
7ffff7fbe000-7ffff7fc2000 r-xp 00002000 103:02 714333                    /usr/lib/libSM.so.6.0.1
7ffff7fc2000-7ffff7fc3000 r--p 00006000 103:02 714333                    /usr/lib/libSM.so.6.0.1
7ffff7fc3000-7ffff7fc4000 ---p 00007000 103:02 714333                    /usr/lib/libSM.so.6.0.1
7ffff7fc4000-7ffff7fc5000 r--p 00007000 103:02 714333                    /usr/lib/libSM.so.6.0.1
7ffff7fc5000-7ffff7fc6000 rw-p 00008000 103:02 714333                    /usr/lib/libSM.so.6.0.1
7ffff7fc6000-7ffff7fc8000 r-xp 00000000 00:41 5477                       /tmp/.mount_DB_BroQsjd7f/usr/plugins/platforms/libqxcb.so
7ffff7fc8000-7ffff7fc9000 r--p 00001000 00:41 5477                       /tmp/.mount_DB_BroQsjd7f/usr/plugins/platforms/libqxcb.so
7ffff7fc9000-7ffff7fca000 rw-p 00002000 00:41 5477                       /tmp/.mount_DB_BroQsjd7f/usr/plugins/platforms/libqxcb.so
7ffff7fca000-7ffff7fcb000 rw-p 00003000 00:41 5477                       /tmp/.mount_DB_BroQsjd7f/usr/plugins/platforms/libqxcb.so
7ffff7fcb000-7ffff7fcf000 r--p 00000000 00:00 0                          [vvar]
7ffff7fcf000-7ffff7fd1000 r-xp 00000000 00:00 0                          [vdso]
7ffff7fd1000-7ffff7fd3000 r--p 00000000 103:02 658456                    /usr/lib/ld-2.31.so
7ffff7fd3000-7ffff7ff3000 r-xp 00002000 103:02 658456                    /usr/lib/ld-2.31.so
7ffff7ff3000-7ffff7ffb000 r--p 00022000 103:02 658456                    /usr/lib/ld-2.31.so
7ffff7ffb000-7ffff7ffc000 r--s 00000000 103:03 3408463                   /home/pitoo/.cache/fontconfig/baa4355e-a4cf-4a32-aeaf-1c5503b30cc3-le64.cache-7
7ffff7ffc000-7ffff7ffd000 r--p 0002a000 103:02 658456                    /usr/lib/ld-2.31.so
7ffff7ffd000-7ffff7ffe000 rw-p 0002b000 103:02 658456                    /usr/lib/ld-2.31.so
7ffff7ffe000-7ffff7fff000 rw-p 00000000 00:00 0 
7ffffffdd000-7ffffffff000 rw-p 00000000 00:00 0                          [stack]
ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0                  [vsyscall]

My system:

OS: Arch Linux
Kernel: x86_64 Linux 5.7.7-arch1-1
DE: KDE 5.71.0 / Plasma 5.19.3
WM: KWin

qt5-base: 5.15.0-4 (Includes QSslSocket class)
openssl: 1.1.1.g-2

@justinclift
Copy link
Member

@ratijas Oops. I created the Windows and Linux builds for the 3.12.0 release, but adding in an AppImage completely slipped my mind.

Looking at our Release process wiki page (mostly used as a reminder), it already had a note about it, which I somehow missed. 😦

Just updated that page now, so it's more obvious for next time.

@deepsidhu1313 Would you be up for creating an AppImage for the v3.12.0 tag on the v3.12.x branch?

We could add that to the 3.12.0 downloads, and also create a blog entry about it so people know it's available now.

@justinclift
Copy link
Member

@ratijas For the error pieces there, I personally have no idea. It clearly has a lot of mentions of SSL in there, but that aside... I'm not sure where to even start.

@MKleusberg
Copy link
Member

The backtrace says that the crash happens while loading a certificate file and I assume the SSL errors are printed while that is happening. To me this looks like the SSL library is not included in the AppImage file or something similar.

@deepsidhu1313
Copy link
Contributor

Sorry guys, I have been recently very occupied with work. I will try building it on my forked repo then will create merge request if everything goes well.

@justinclift
Copy link
Member

@deepsidhu1313 No worries at all, we all go through stages like that. 😁

@mgrojo
Copy link
Member

mgrojo commented Nov 9, 2020

For me, current continuous build AppImage runs well under Ubuntu 18.04.

Built for x86_64-little_endian-lp64, running on x86_64
Qt Version 5.5.1
SQLCipher Version 3.2.0 (based on SQLite 3.8.6).

mgrojo added a commit that referenced this issue Feb 3, 2021
@mgrojo
Copy link
Member

mgrojo commented Feb 5, 2021

I've made a change in order to get continuous AppImage builds in the v3.12.x and the generated image is working for me. Using this, we could manually upload that AppImage when we release v3.12.2. The change is not expected to be merged to the master branch, and having a unified version would require a more elaborated configuration.

The current image does not match v3.12.1 because we have already advanced one commit in the branch.

My intention was that the continuous release would be called Continuous build (v3.12.x) but the command git rev-parse --abbrev-ref HEAD is not returning the branch name in the travis server; I don't know why.

@justinclift
Copy link
Member

That's a good idea. For the naming problem, is it something that could be solved by simply hard coding the correct name? It seems the config file there is only used for the v3.12.x branch anyway... 😄

@mgrojo
Copy link
Member

mgrojo commented Feb 6, 2021

Yes, that's the simplest approach. We can do that until someone comes up with a more general solution.

@FriedrichFroebel
Copy link
Contributor

Have you tried using the environment variables provided by Travis instead, especially TRAVIS_BRANCH for the branch name? See https://docs.travis-ci.com/user/environment-variables/#default-environment-variables for the environment variables available by default and what they map to.

mgrojo added a commit that referenced this issue Feb 6, 2021
The command `git rev-parse --abbrev-ref HEAD` is not returning the branch name
in the travis server, and for the version in AppImage filename it would be
enough to have the short commit id.

Note that these changes are branch dependant.

See issue #1092
mgrojo added a commit that referenced this issue Feb 6, 2021
Travis environment variables are used.

See issue #1092
@mgrojo
Copy link
Member

mgrojo commented Feb 6, 2021

Thanks, @FriedrichFroebel, that's very useful.

@MKleusberg
Copy link
Member

Closing this since we have had AppImage for quite a while now 😃 I'd say any remaining issues with the AppImages (if there are any) are probably a new issue.

@probonopd
Copy link
Contributor Author

Thank you very much @MKleusberg.

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

No branches or pull requests

10 participants