Giter Club home page Giter Club logo

freecad-addons's Introduction

Your own 3D parametric modeler

WebsiteDocumentationForumBug trackerGit repositoryBlog

Release Crowdin Liberapay

Overview

  • Freedom to build what you want FreeCAD is an open-source parametric 3D modeler made primarily to design real-life objects of any size. Parametric modeling allows you to easily modify your design by going back into your model history to change its parameters.

  • Create 3D from 2D and back FreeCAD lets you to sketch geometry constrained 2D shapes and use them as a base to build other objects. It contains many components to adjust dimensions or extract design details from 3D models to create high quality production-ready drawings.

  • Designed for your needs FreeCAD is designed to fit a wide range of uses including product design, mechanical engineering and architecture, whether you are a hobbyist, programmer, experienced CAD user, student or teacher.

  • Cross platform FreeCAD runs on Windows, macOS and Linux operating systems.

  • Underlying technology

    • OpenCASCADE A powerful geometry kernel, the most important component of FreeCAD
    • Coin3D library Open Inventor-compliant 3D scene representation model
    • Python FreeCAD offers a broad Python API
    • Qt Graphical user interface built with Qt

Installing

Precompiled packages for stable releases are available for Windows, macOS and Linux on the Releases page.

On most Linux distributions, FreeCAD is also directly installable from the software center application.

For development releases check the weekly-builds page.

Other options are described at the wiki Download page.

Compiling

Compiling FreeCAD requires installation of several libraries and their development files such as OCCT (Open Cascade), Coin and Qt, listed in the pages below. Once this is done, FreeCAD can be compiled with CMake. On Windows, these libraries are bundled and offered by the FreeCAD team in a convenient package. On Linux, they are usually found in your distribution's repositories, and on macOS and other platforms, you will usually have to compile them yourself.

The pages below contain up-to-date build instructions:

Reporting Issues

To report an issue please:

  • First post to forum to verify the issue;
  • Link forum thread to bug tracker ticket and vice-a-versa;
  • Use the most updated stable or development versions of FreeCAD;
  • Post version info from eg. Help > About FreeCAD > Copy to clipboard;
  • Post a Step-By-Step explanation on how to recreate the issue;
  • Upload an example file to demonstrate problem.

For more detail see:

The FPA offers developers the opportunity to apply for a grant to work on projects of their choosing. Check jobs and funding to know more.

Usage & Getting help

The FreeCAD wiki contains documentation on general FreeCAD usage, Python scripting, and development. These pages might help you get started:

The FreeCAD forum is also a great place to find help and solve specific problems you might encounter when learning to use FreeCAD.

This project receives generous infrastructure support from and KiCad Services Corp.

freecad-addons's People

Contributors

afester avatar alexneufeld avatar apebbers avatar berndhahnebach avatar chennes avatar chrismettal avatar donovaly avatar ebrahimraeyat avatar elanlb avatar execuc avatar gigahawk avatar hakanseven12 avatar hasecilu avatar heissgetraenk avatar j-wiedemann avatar joha2 avatar keithsloan avatar kinagaki avatar kkremitzki avatar knipknap avatar limikael avatar luzpaz avatar mistermakernl avatar mwganson avatar oliveroxtoby avatar pieterhijma avatar ramezquitao avatar roy-043 avatar stu142 avatar yorikvanhavre avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

freecad-addons's Issues

Check for macro directory before symlinking

Hi Yorik,

I tested the addon manager including it's new metadata functionality in my new freecad-daily installation on my Linux Mint. There is some small bug: The addon manager cannot finish the installation procedure if the macro directory not exists. For freecad-daily the macro directory is set to ~/.FreeCAD/Macro by default, but directly after installation this directory does not exist. Therefore the addon manager throws an exception letting the installation process in an undefined state. (And the user, too ;-) )

My suggestions:

  • Either you may check whether the directory exists and if not mkdir it without any message
  • Or you create a try block throwing a warning if the directory not exists

On the other hand when I mkdir the macro directory manually, the addon manager works perfect. :-)

Best wishes
Johannes

CadQuery Workbench Add-On

I have a scripting workbench for FreeCAD that allows general Python scripting, but is targeted at CadQuery for model generation. I was wondering what the steps are to get a workbench included in this repo.

Tutorial isn't informative enough

The tutorial I am following from FreeCAD isn't informative enough. For example, when it says to install the macro I have no idea how to get the macro in the first place. Its no problem, I will ask my Robotics teacher how we did it a few weeks ago but, I will have to turn in my project late. Some of us are not so tech-savy as you so please consider expanding the tutorial. Thanks.

BOLTS does not work

Hi Yorik,

BOLTS does not work. See https://forum.freecadweb.org/viewtopic.php?f=8&t=4549&p=180700#p172208

the BOLTS package can not just copied. One needs to run some command to make a FreeCAD package out of BOLTS. Refere to http://www.bolts-library.org/en/docs/0.3/general/utility-script.html for more information.

Johannes has not been active for a long time (2 years on FreeCAD forum and 1 year on BOLTS github). I will get in touch with Johannes these days, but this may take some time. Sometimes it could be cumbersome to get in touch with people who have left a project.

I have set up a BOLTS backend for Allplan and fixed some FreeCAD related stuff. I even added new data. I do not want to see BOLTS dying. On https://github.com/berndhahnebach/BOLTS/commits/boltsdev you can see my latest development in this regard.

I made a FreeCAD package out of my latest development. On https://github.com/berndhahnebach/BOLTSFC I have set up a repository which only contains the BOLTS FreeCAD package. Means this data (the FreeCAD macro file and the directory BOLTS) have to be copied to the FreeCAD macro folder and BOLTS should run smooth. At least it does on my FreeCAD. You may could add this to the AddOn manager as long as we do not have any better.

cheers bernd

CadQuery Restructure to Work with Addons

I'm the developer of the CadQuery workbench. I've restructured that repo so that it should work properly now with the addons system. Could you update the commit that this repo is pointing to? The latest commit to master has the directory structure changes.

Add FreeCADTools

Hello,

I'm using FreeCADTools which is really fine for working with IPN, SHS, RHS beams and small stuff : it would be nice to have it added to the addons as well as others. The dynamics beams should be extended to others beams or BOLTS should take ideas from it.

https://github.com/Siardeni/FreeCADTools

Thank you very much

Ludovic (Belgium)

Pre-requisite checker

A pre-requisite checker would be a helpful tool for FreeCAD in general, I believe. Maybe it's worth making a FC wide function that can do this for addons in general?
It would help working towards realizing issue 857

We wanted to wait until we have a decent pre-requisite checker, so that a user who installs it via the addon manager and tries to run it without first having installed necessary dependencies, will at least get a helpful error message. This is in the works right now

References:
Mentioned in CFDFoam thread
Discussion going on in Splitting FreeCAD up in to smaller packages thread.
Mantis: Ticket 3032 and 857

What it could check for:

Serve raw files through RawGit instead of having people download raw "addons_installer.FCMacro"

Right now in order for people to use the addon-macro they need to (per https://github.com/FreeCAD/FreeCAD-addons#1-using-the-installer-macro)

Click on addons_installer.FCMacro,right-click on the Raw button at the top of the page and choose Save as...

Enter RawGit

RawGit serves raw files directly from GitHub with proper Content-Type headers.

I've taken the liberty to add the addons_installer.FCMacro link to RawGit
https://github.com/FreeCAD/FreeCAD-addons/blob/master/addons_installer.FCMacro

Here is the generated production link:
https://cdn.rawgit.com/FreeCAD/FreeCAD-addons/cf4cfbaf/addons_installer.FCMacro

Here is the generated development link:
https://rawgit.com/FreeCAD/FreeCAD-addons/master/addons_installer.FCMacro

So we can essentially add one of these links to the instructions: https://github.com/FreeCAD/FreeCAD-addons#1-using-the-installer-macro

image

Please add Lattice2

Hi, Yorik! (or whoever is reading this)
Can you please add Lattice2 to this list?
Thanks.

I also think that Lattice1 should somehow be marked as deprecated.

Add a short description of each current addon in the README

Currently it's difficult to understand in a brief way (without clicking on each addon repo) what's each addon does. It's possible to speculate by the addon name.
I propose we have a section in the README.md that explains what each current addon does. We can ask addon authors to also provide this if they'd like to add their addon to this repo.

New Workbench for possible inclusion

Hi yorik, Kunda1 suggested i propose this workbench here, and i think it is a good idea.

Of course, it's not really a finished product, but few things ever are. It can conceivably be useful to some people, so if you can, please include it in the addon manager.

Thank you,
Edward Mills

repo location:
https://github.com/edwardvmills/Silk

proposed Readme entry:

Silk

NURBS Surface modeling tools focused on low degree and seam continuity

Silk_Demo_02

Request to add CfdOF (formerly CfdFoam) workbench

Could we kindly request that the CfdOF workbench be added? (We have decided to rename it from CfdFoam in deference to the OpenFOAM trademark guidelines)

https://github.com/jaheyns/CfdOF

Possible material for readme:

CfdOF

Computational fluid dynamics (CFD) workbench using the OpenFOAM solver.

screenshot

This workbench aims to help users set up and run CFD analysis. It guides the user in selecting the relevant physics, specifying the material properties, generating a mesh, assigning boundary conditions and setting the solver settings before running the simulation. Where possible, best practices are included to improve the stability of the solvers.

No download of the addons list...

The macro doesn't seem to work neither with FreeCAD 0.16, nor 0.17pre, neither on Windows x86 nor on x64.
It starts, shows the Little GUI "Addons installer" and says "Downloading addons list..." but nothing more happens. I have a direct internet connection and the repository links within the macro are working well in my browser.

The macro source says, that there is a python-git package needed. Shouldn't it be part of FreeCAD?
How to install if not?

Any ideas?

AddonManager does not work behind corporate NTLM-proxy

Dear all,
There is no code to handle any proxy settings. This hampers the proliferation of FreeCAD in more traditional corporate settings.
To remedy this situation, I suggest to add:

a checkbox to turn on/off proxy support
a text field for proxy server and port
checkbox for "use authentication"
a textbox for username (for proxy server)
a textbox for password (for proxy server)

the simplest form of adding support for the system-default proxy setting on Windows is: (this will not work for NTLM proxy, but at least "normal" proxies will work):
proxy = urllib2.ProxyHandler() #<--empty argument will use system-wide proxy from Windows network settings
proxy_opener = urllib2.build_opener(proxy)
urllib2.install_opener(proxy_opener)
FreeCAD.Console.PrintWarning("Proxy set in UpdateWorker\n")

For NTLM-proxy support, you need to add this library: https://github.com/mullender/python-ntlm
There is an example on the page, but I have not fully succeeded in using it.

Using arrow keys causes FreeCAD to freeze

Using the arrow keys to scroll down in the list of available addons in the Addons Installer causes FreeCAD to stop responding and consequently be terminated by windows.

My particular spefications are as follows:
OS: Windows 10
Word size of OS: 64-bit
Word size of FreeCAD: 32-bit
Version: 0.15.4671 (Git)
Branch: releases/FreeCAD-0-15
Hash: 244b3aef360841646cbfe80a1b225c8b39c8380c
Python version: 2.7.8
Qt version: 4.8.6
Coin version: 4.0.0a

document python-git dependency

I installed the addons-installer macro and had it sitting there "downloading addons list" for way too long, Decided to try again and randomly clicked install/update which it then came with "python-git not found" I believe that is most likely why it is unable to download the list, but i didn't see documentation for this in the readme, And it required clicking install/update to even see that error

Cannot retrieve any add-ons - URL error

I have just installed FreeCAD-addons by downloading from [the link shown in the readme file][https://github.com/FreeCAD/FreeCAD-addons/raw/master/addons_installer.FCMacro] and copying it to my user macro folder. When I run the macro, it opens a window, downloads the list of addons and shows the list of addons. When I select any addon in the list, it says "Retrieving info from " where depends on which entry I've clicked. The Report view shows the following error:

Traceback (most recent call last):
  File "C:/al/insync/Metalwork/Drawings/FreeCADMacros/addons_installer.FCMacro", line 241, in run
    u = urllib2.urlopen(url)
  File "C:\applications\graphics\freecad\bin\lib\urllib2.py", line 127, in urlopen
    return _opener.open(url, data, timeout)
  File "C:\applications\graphics\freecad\bin\lib\urllib2.py", line 396, in open
    protocol = req.get_type()
  File "C:\applications\graphics\freecad\bin\lib\urllib2.py", line 258, in get_type
    raise ValueError, "unknown url type: %s" % self.__original
ValueError: unknown url type: animation

This appears to be due to the way the URL is retrieved in the macro on line 239:

            url = self.repos[self.idx][1]

I added a short line before line 241:

            sys.stderr.write("Opening %s from %r\n" % (url, self.repos[self.idx]))

This gives:

Opening animation from ['animation @ fbeee84', 'animation', 0]

I suspect the second entry in that list should be a full URL, but although I think this is being created on line 207, I don't know enough about how it's supposed to work to know why it isn't!

Thanks for any help you can offer.

Installed with Auto installler but wont show workbench

i have tried manual install and still i get the same error message which is as follows...

During initialization the error DLL load failed: The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log or use the command-line sxstrace.exe tool for more detail. occurred in C:\Users\Dillan\AppData\Roaming\FreeCAD\Macro\Mod\assembly2\InitGui.py

even after many trials with the auto installer i still get the exact same error.

Creating a symlink on windows requires admin rights

When installing the BOLTSFC module, I am getting

  File ".../AppData/Roaming/FreeCAD/Macro/addons_installer.FCMacro", line 665, in run
    symlink(clonedir+os.sep+f, macrodir+os.sep+f)
  File ".../AppData/Roaming/FreeCAD/Macro/addons_installer.FCMacro", line 69, in symlink
    raise ctypes.WinError()
WindowsError: [Error 1314] A required privilege is not held by the client.

This is caused by a Windows Security Policy which restricts symbolic link creation to Administrators: https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-vista/cc766301(v=ws.10)#create-symbolic-links

I suggest to copy the file instead of creating a symlink on windows.

Alternatively, could modules directly be installed into the "Macro" directory, including their sub directories? Why is it required to install into "Mods" and then create a symlink of the macro file into the "Macro" directory?

empty submodules directories

Hi!
"git submodule foreach git pull" doesn't work, git version 2.5.0, ubuntu 15.10
git submodule init; git submodule update # works for me

OdooPLM Plug-IN corrupted size vs previous size

Hello,
I'm Developing a plug-in to connect odooPLM and FreeCad in order to have a proper PLM even for FreeCAD.
The plug-in works well but I gut some memory problem, FreeCAD randomly crash with the below error.
The Plug-in is made with pyqt4 not pyside could this couse this kind of problem ?
Any hint will be very appreciated.

Regards,
Matteo

*** Error in `./FreeCAD': corrupted size vs. prev_size: 0x0000555757bb3b40 ***
======= Backtrace: =========
/lib/x86_64-linux-gnu/libc.so.6(+0x70bcb)[0x7f6bce934bcb]
/lib/x86_64-linux-gnu/libc.so.6(+0x76f96)[0x7f6bce93af96]
/lib/x86_64-linux-gnu/libc.so.6(+0x78091)[0x7f6bce93c091]
/usr/lib/python2.7/lib-dynload/pyexpat.x86_64-linux-gnu.so(+0x89fa)[0x7f6b711c59fa]
/usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0(+0x1397d9)[0x7f6bd71817d9]
/usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0(PyEval_EvalFrameEx+0x6861)[0x7f6bd70c93b1]
/usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0(PyEval_EvalFrameEx+0x6840)[0x7f6bd70c9390]
/usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0(PyEval_EvalCodeEx+0x86c)[0x7f6bd723215c]
/usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0(PyEval_EvalFrameEx+0x670d)[0x7f6bd70c925d]
/usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0(PyEval_EvalCodeEx+0x86c)[0x7f6bd723215c]
/usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0(PyEval_EvalFrameEx+0x670d)[0x7f6bd70c925d]
/usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0(PyEval_EvalFrameEx+0x6840)[0x7f6bd70c9390]
/usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0(PyEval_EvalCodeEx+0x86c)[0x7f6bd723215c]
/usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0(+0x13e5b0)[0x7f6bd71865b0]
/usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0(PyObject_Call+0x43)[0x7f6bd711e543]
/usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0(+0x193cbc)[0x7f6bd71dbcbc]
/usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0(PyObject_Call+0x43)[0x7f6bd711e543]
/usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0(+0x194184)[0x7f6bd71dc184]
/usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0(PyObject_Call+0x43)[0x7f6bd711e543]
/usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0(PyEval_EvalFrameEx+0x52c0)[0x7f6bd70c7e10]
/usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0(PyEval_EvalFrameEx+0x6840)[0x7f6bd70c9390]
/usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0(PyEval_EvalFrameEx+0x6840)[0x7f6bd70c9390]
/usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0(PyEval_EvalCodeEx+0x86c)[0x7f6bd723215c]
/usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0(+0x13e5b0)[0x7f6bd71865b0]
/usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0(PyObject_Call+0x43)[0x7f6bd711e543]
/usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0(+0x193cbc)[0x7f6bd71dbcbc]
/usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0(PyObject_Call+0x43)[0x7f6bd711e543]
/usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0(PyEval_CallObjectWithKeywords+0x47)[0x7f6bd7231587]
/usr/lib/python2.7/dist-packages/sip.x86_64-linux-gnu.so(sip_api_invoke_slot_ex+0x208)[0x7f6b71a80738]
/usr/lib/python2.7/dist-packages/PyQt4/QtCore.x86_64-linux-gnu.so(+0x1b5df2)[0x7f6b71795df2]
/usr/lib/python2.7/dist-packages/PyQt4/QtCore.x86_64-linux-gnu.so(+0x1b615d)[0x7f6b7179615d]
/usr/lib/python2.7/dist-packages/PyQt4/QtCore.x86_64-linux-gnu.so(+0x1b6d3d)[0x7f6b71796d3d]
/usr/lib/x86_64-linux-gnu/libQtCore.so.4(_ZN11QMetaObject8activateEP7QObjectPKS_iPPv+0x5fe)[0x7f6bd003e78e]
/usr/lib/x86_64-linux-gnu/libQtGui.so.4(_ZN15QAbstractButton7clickedEb+0x42)[0x7f6bd118fc72]
/usr/lib/x86_64-linux-gnu/libQtGui.so.4(+0x59a5c3)[0x7f6bd0ec65c3]
/usr/lib/x86_64-linux-gnu/libQtGui.so.4(+0x59b944)[0x7f6bd0ec7944]
/usr/lib/x86_64-linux-gnu/libQtGui.so.4(_ZN15QAbstractButton17mouseReleaseEventEP11QMouseEvent+0x74)[0x7f6bd0ec7a54]
/usr/lib/python2.7/dist-packages/PyQt4/QtGui.x86_64-linux-gnu.so(+0x54959b)[0x7f6b721d659b]
/usr/lib/x86_64-linux-gnu/libQtGui.so.4(_ZN7QWidget5eventEP6QEvent+0x290)[0x7f6bd0b46e80]
/usr/lib/python2.7/dist-packages/PyQt4/QtGui.x86_64-linux-gnu.so(+0x5a39ab)[0x7f6b722309ab]
/usr/lib/x86_64-linux-gnu/libQtGui.so.4(_ZN19QApplicationPrivate13notify_helperEP7QObjectP6QEvent+0x8c)[0x7f6bd0af054c]
/usr/lib/x86_64-linux-gnu/libQtGui.so.4(_ZN12QApplication6notifyEP7QObjectP6QEvent+0x1a47)[0x7f6bd0af8ca7]
/home/mboscolo/workspace/FreeCad/lib/libFreeCADGui.so(_ZN3Gui14GUIApplication6notifyEP7QObjectP6QEvent+0x41)[0x7f6bd8175f11]
/usr/lib/x86_64-linux-gnu/libQtCore.so.4(_ZN16QCoreApplication14notifyInternalEP7QObjectP6QEvent+0x8d)[0x7f6bd0029f1d]
/usr/lib/x86_64-linux-gnu/libQtGui.so.4(_ZN19QApplicationPrivate14sendMouseEventEP7QWidgetP11QMouseEventS1_S1_PS1_R8QPointerIS0_Eb+0x14b)[0x7f6bd0af6ccb]
/usr/lib/x86_64-linux-gnu/libQtGui.so.4(+0x2461a9)[0x7f6bd0b721a9]
/usr/lib/x86_64-linux-gnu/libQtGui.so.4(_ZN12QApplication15x11ProcessEventEP7_XEvent+0xc9c)[0x7f6bd0b70b5c]
/usr/lib/x86_64-linux-gnu/libQtGui.so.4(+0x26e502)[0x7f6bd0b9a502]
/lib/x86_64-linux-gnu/libglib-2.0.so.0(g_main_context_dispatch+0x2a7)[0x7f6bc8d927f7]
/lib/x86_64-linux-gnu/libglib-2.0.so.0(+0x4aa60)[0x7f6bc8d92a60]
/lib/x86_64-linux-gnu/libglib-2.0.so.0(g_main_context_iteration+0x2c)[0x7f6bc8d92b0c]
/usr/lib/x86_64-linux-gnu/libQtCore.so.4(_ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE+0x64)[0x7f6bd005a854]
/usr/lib/x86_64-linux-gnu/libQtGui.so.4(+0x26e5d6)[0x7f6bd0b9a5d6]
/usr/lib/x86_64-linux-gnu/libQtCore.so.4(_ZN10QEventLoop13processEventsE6QFlagsINS_17ProcessEventsFlagEE+0x3f)[0x7f6bd00287ef]
/usr/lib/x86_64-linux-gnu/libQtCore.so.4(_ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE+0x1b5)[0x7f6bd0028b55]
/usr/lib/x86_64-linux-gnu/libQtGui.so.4(_ZN7QDialog4execEv+0xdc)[0x7f6bd0fce30c]
/usr/lib/python2.7/dist-packages/PyQt4/QtGui.x86_64-linux-gnu.so(+0x56bd45)[0x7f6b721f8d45]
/usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0(PyEval_EvalFrameEx+0x8541)[0x7f6bd70cb091]
/usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0(PyEval_EvalFrameEx+0x6840)[0x7f6bd70c9390]
/usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0(PyEval_EvalFrameEx+0x6840)[0x7f6bd70c9390]
/usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0(PyEval_EvalFrameEx+0x6840)[0x7f6bd70c9390]
/usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0(PyEval_EvalCodeEx+0x86c)[0x7f6bd723215c]
/usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0(+0x13e6ad)[0x7f6bd71866ad]
======= Memory map: ========
555754bb1000-555754bb8000 r-xp 00000000 08:11 19402017 /home/mboscolo/workspace/FreeCad/bin/FreeCAD
555754db7000-555754db8000 r--p 00006000 08:11 19402017 /home/mboscolo/workspace/FreeCad/bin/FreeCAD
555754db8000-555754db9000 rw-p 00007000 08:11 19402017 /home/mboscolo/workspace/FreeCad/bin/FreeCAD
555755e33000-555758130000 rw-p 00000000 00:00 0 [heap]
7f6b64000000-7f6b64021000 rw-p 00000000 00:00 0
7f6b64021000-7f6b68000000 ---p 00000000 00:00 0
7f6b6c000000-7f6b6c03a000 rw-p 00000000 00:00 0
7f6b6c03a000-7f6b70000000 ---p 00000000 00:00 0
7f6b706a9000-7f6b70770000 rw-s 00000000 00:05 24051747 /SYSV00000000 (deleted)
7f6b70824000-7f6b70829000 r-xp 00000000 08:11 3803567 /lib/x86_64-linux-gnu/libnss_dns-2.24.so
7f6b70829000-7f6b70a28000 ---p 00005000 08:11 3803567 /lib/x86_64-linux-gnu/libnss_dns-2.24.so
7f6b70a28000-7f6b70a29000 r--p 00004000 08:11 3803567 /lib/x86_64-linux-gnu/libnss_dns-2.24.so
7f6b70a29000-7f6b70a2a000 rw-p 00005000 08:11 3803567 /lib/x86_64-linux-gnu/libnss_dns-2.24.so
7f6b70a2a000-7f6b70a2c000 r-xp 00000000 08:11 3801850 /lib/x86_64-linux-gnu/libnss_mdns4_minimal.so.2
7f6b70a2c000-7f6b70c2b000 ---p 00002000 08:11 3801850 /lib/x86_64-linux-gnu/libnss_mdns4_minimal.so.2
7f6b70c2b000-7f6b70c2c000 r--p 00001000 08:11 3801850 /lib/x86_64-linux-gnu/libnss_mdns4_minimal.so.2
7f6b70c2c000-7f6b70c2d000 rw-p 00002000 08:11 3801850 /lib/x86_64-linux-gnu/libnss_mdns4_minimal.so.2
7f6b70c2d000-7f6b70c3e000 r-xp 00000000 08:11 3801841 /lib/x86_64-linux-gnu/libnss_myhostname.so.2
7f6b70c3e000-7f6b70c40000 r--p 00010000 08:11 3801841 /lib/x86_64-linux-gnu/libnss_myhostname.so.2
7f6b70c40000-7f6b70c41000 rw-p 00012000 08:11 3801841 /lib/x86_64-linux-gnu/libnss_myhostname.so.2
7f6b70c88000-7f6b70d48000 rw-p 00000000 00:00 0
7f6b70d48000-7f6b70d58000 r-xp 00000000 08:11 919307 /usr/lib/python2.7/lib-dynload/_elementtree.x86_64-linux-gnu.so
7f6b70d58000-7f6b70f57000 ---p 00010000 08:11 919307 /usr/lib/python2.7/lib-dynload/_elementtree.x86_64-linux-gnu.so
7f6b70f57000-7f6b70f58000 r--p 0000f000 08:11 919307 /usr/lib/python2.7/lib-dynload/_elementtree.x86_64-linux-gnu.so
7f6b70f58000-7f6b70f59000 rw-p 00010000 08:11 919307 /usr/lib/python2.7/lib-dynload/_elementtree.x86_64-linux-gnu.so
7f6b70f59000-7f6b70f99000 rw-p 00000000 00:00 0
7f6b70f99000-7f6b70fb9000 r-xp 00000000 08:11 919302 /usr/lib/python2.7/lib-dynload/_ctypes.x86_64-linux-gnu.so
7f6b70fb9000-7f6b711b8000 ---p 00020000 08:11 919302 /usr/lib/python2.7/lib-dynload/_ctypes.x86_64-linux-gnu.so
7f6b711b8000-7f6b711b9000 r--p 0001f000 08:11 919302 /usr/lib/python2.7/lib-dynload/_ctypes.x86_64-linux-gnu.so
7f6b711b9000-7f6b711bd000 rw-p 00020000 08:11 919302 /usr/lib/python2.7/lib-dynload/_ctypes.x86_64-linux-gnu.so
7f6b711bd000-7f6b711cd000 r-xp 00000000 08:11 919340 /usr/lib/python2.7/lib-dynload/pyexpat.x86_64-linux-gnu.so
7f6b711cd000-7f6b713cd000 ---p 00010000 08:11 919340 /usr/lib/python2.7/lib-dynload/pyexpat.x86_64-linux-gnu.so
7f6b713cd000-7f6b713ce000 r--p 00010000 08:11 919340 /usr/lib/python2.7/lib-dynload/pyexpat.x86_64-linux-gnu.so
7f6b713ce000-7f6b713d0000 rw-p 00011000 08:11 919340 /usr/lib/python2.7/lib-dynload/pyexpat.x86_64-linux-gnu.so
7f6b713d0000-7f6b713de000 r-xp 00000000 08:11 19401113 /home/mboscolo/workspace/FreeCad/Mod/Image/Image.so
7f6b713de000-7f6b715de000 ---p 0000e000 08:11 19401113 /home/mboscolo/workspace/FreeCad/Mod/Image/Image.so
7f6b715de000-7f6b715df000 r--p 0000e000 08:11 19401113 /home/mboscolo/workspace/FreeCad/Mod/Image/Image.so
7f6b715df000-7f6b715e0000 rw-p 0000f000 08:11 19401113 /home/mboscolo/workspace/FreeCad/Mod/Image/Image.so
7f6b715e0000-7f6b7180f000 r-xp 00000000 08:11 6169291 /usr/lib/python2.7/dist-packages/PyQt4/QtCore.x86_64-linux-gnu.so
7f6b7180f000-7f6b71a0e000 ---p 0022f000 08:11 6169291 /usr/lib/python2.7/dist-packages/PyQt4/QtCore.x86_64-linux-gnu.so
7f6b71a0e000-7f6b71a12000 r--p 0022e000 08:11 6169291 /usr/lib/python2.7/dist-packages/PyQt4/QtCore.x86_64-linux-gnu.so
7f6b71a12000-7f6b71a6b000 rw-p 00232000 08:11 6169291 /usr/lib/python2.7/dist-packages/PyQt4/QtCore.x86_64-linux-gnu.so
7f6b71a6b000-7f6b71a8a000 r-xp 00000000 08:11 655508 /usr/lib/python2.7/dist-packages/sip.x86_64-linux-gnu.so
7f6b71a8a000-7f6b71c8a000 ---p 0001f000 08:11 655508 /usr/lib/python2.7/dist-packages/sip.x86_64-linux-gnu.so
7f6b71c8a000-7f6b71c8b000 r--p 0001f000 08:11 655508 /usr/lib/python2.7/dist-packages/sip.x86_64-linux-gnu.so
7f6b71c8b000-7f6b71c8d000 rw-p 00020000 08:11 655508 /usr/lib/python2.7/dist-packages/sip.x86_64-linux-gnu.so
7f6b71c8d000-7f6b7239a000 r-xp 00000000 08:11 6169295 /usr/lib/python2.7/dist-packages/PyQt4/QtGui.x86_64-linux-gnu.so
7f6b7239a000-7f6b72599000 ---p 0070d000 08:11 6169295 /usr/lib/python2.7/dist-packages/PyQt4/QtGui.x86_64-linux-gnu.so
7f6b72599000-7f6b725af000 r--p 0070c000 08:11 6169295 /usr/lib/python2.7/dist-packages/PyQt4/QtGui.x86_64-linux-gnu.so
7f6b725af000-7f6b7269d000 rw-p 00722000 08:11 6169295 /usr/lib/python2.7/dist-packages/PyQt4/QtGui.x86_64-linux-gnu.so
7f6b7269d000-7f6b726ad000 r-xp 00000000 08:11 919311 /usr/lib/python2.7/lib-dynload/_json.x86_64-linux-gnu.so
7f6b726ad000-7f6b728ac000 ---p 00010000 08:11 919311 /usr/lib/python2.7/lib-dynload/_json.x86_64-linux-gnu.so
7f6b728ac000-7f6b728ad000 r--p 0000f000 08:11 919311 /usr/lib/python2.7/lib-dynload/_json.x86_64-linux-gnu.so
7f6b728ad000-7f6b728ae000 rw-p 00010000 08:11 919311 /usr/lib/python2.7/lib-dynload/_json.x86_64-linux-gnu.so
7f6b728ae000-7f6b72a6e000 rw-p 00000000 00:00 0
7f6b72a6e000-7f6b72bae000 rw-p 00000000 00:00 0
7f6b72bae000-7f6b73176000 rw-s 00000000 00:05 23855136 /SYSV00000000 (deleted)
7f6b73176000-7f6b731a6000 r-xp 00000000 08:11 6162743 /usr/lib/x86_64-linux-gnu/qt4/plugins/bearer/libqnmbearer.so
7f6b731a6000-7f6b733a6000 ---p 00030000 08:11 6162743 /usr/lib/x86_64-linux-gnu/qt4/plugins/bearer/libqnmbearer.so
7f6b733a6000-7f6b733a7000 r--p 00030000 08:11 6162743 /usr/lib/x86_64-linux-gnu/qt4/plugins/bearer/libqnmbearer.so
7f6b733a7000-7f6b733a8000 rw-p 00031000 08:11 6162743 /usr/lib/x86_64-linux-gnu/qt4/plugins/bearer/libqnmbearer.so
7f6b733a8000-7f6b733b7000 r-xp 00000000 08:11 6162742 /usr/lib/x86_64-linux-gnu/qt4/plugins/bearer/libqgenericbearer.so
7f6b733b7000-7f6b735b7000 ---p 0000f000 08:11 6162742 /usr/lib/x86_64-linux-gnu/qt4/plugins/bearer/libqgenericbearer.so
7f6b735b7000-7f6b735b8000 r--p 0000f000 08:11 6162742 /usr/lib/x86_64-linux-gnu/qt4/plugins/bearer/libqgenericbearer.so
7f6b735b8000-7f6b735b9000 rw-p 00010000 08:11 6162742 /usr/lib/x86_64-linux-gnu/qt4/plugins/bearer/libqgenericbearer.so
7f6b735b9000-7f6b735fb000 r-xp 00000000 08:11 6162741 /usr/lib/x86_64-linux-gnu/qt4/plugins/bearer/libqconnmanbearer.so
7f6b735fb000-7f6b737fa000 ---p 00042000 08:11 6162741 /usr/lib/x86_64-linux-gnu/qt4/plugins/bearer/libqconnmanbearer.so
7f6b737fa000-7f6b737fc000 r--p 00041000 08:11 6162741 /usr/lib/x86_64-linux-gnu/qt4/plugins/bearer/libqconnmanbearer.so
7f6b737fc000-7f6b737fd000 rw-p 00043000 08:11 6162741 /usr/lib/x86_64-linux-gnu/qt4/plugins/bearer/libqconnmanbearer.so
7f6b737fd000-7f6b737fe000 ---p 00000000 00:00 0
7f6b737fe000-7f6b73ffe000 rw-p 00000000 00:00 0
7f6b73ffe000-7f6b73fff000 ---p 00000000 00:00 0
7f6b73fff000-7f6bb3fff000 rwxp 00000000 00:00 0
7f6bb3fff000-7f6bb4000000 ---p 00000000 00:00 0
7f6bb4000000-7f6bb4021000 rw-p 00000000 00:00 0
7f6bb4021000-7f6bb8000000 ---p 00000000 00:00 0
7f6bb800e000-7f6bb8056000 rw-p 00000000 00:00 0
7f6bb8056000-7f6bb80ae000 rw-s 00000000 00:05 23920673 /SYSV00000000 (deleted)
7f6bb80ae000-7f6bb81ce000 rw-p 00000000 00:00 0
7f6bb81ce000-7f6bb81cf000 ---p 00000000 00:00 0
7f6bb81cf000-7f6bb8a4f000 rw-p 00000000 00:00 0
7f6bb8a4f000-7f6bb8a65000 r-xp 00000000 08:11 919318 /usr/lib/python2.7/lib-dynload/_ssl.x86_64-linux-gnu.so
7f6bb8a65000-7f6bb8c64000 ---p 00016000 08:11 919318 /usr/lib/python2.7/lib-dynload/_ssl.x86_64-linux-gnu.so
7f6bb8c64000-7f6bb8c65000 r--p 00015000 08:11 919318 /usr/lib/python2.7/lib-dynload/_ssl.x86_64-linux-gnu.so
7f6bb8c65000-7f6bb8c69000 rw-p 00016000 08:11 919318 /usr/lib/python2.7/lib-dynload/_ssl.x86_64-linux-gnu.so
7f6bb8c69000-7f6bb8ece000 r-xp 00000000 08:11 669864 /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1
7f6bb8ece000-7f6bb90cd000 ---p 00265000 08:11 669864 /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1
7f6bb90cd000-7f6bb90eb000 r--p 00264000 08:11 669864 /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1
7f6bb90eb000-7f6bb90f9000 rw-p 00282000 08:11 669864 /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1
7f6bb90f9000-7f6bb90fc000 rw-p 00000000 00:00 0
7f6bb90fc000-7f6bb915e000 r-xp 00000000 08:11 669865 /usr/lib/x86_64-linux-gnu/libssl.so.1.1
7f6bb915e000-7f6bb935e000 ---p 00062000 08:11 669865 /usr/lib/x86_64-linux-gnu/libssl.so.1.1
7f6bb935e000-7f6bb9362000 r--p 00062000 08:11 669865 /usr/lib/x86_64-linux-gnu/libssl.so.1.1
7f6bb9362000-7f6bb9368000 rw-p 00066000 08:11 669865 /usr/lib/x86_64-linux-gnu/libssl.so.1.1
7f6bb9368000-7f6bb936d000 r-xp 00000000 08:11 919309 /usr/lib/python2.7/lib-dynload/_hashlib.x86_64-linux-gnu.so
7f6bb936d000-7f6bb956d000 ---p 00005000 08:11 919309 /usr/lib/python2.7/lib-dynload/_hashlib.x86_64-linux-gnu.so
7f6bb956d000-7f6bb956e000 r--p 00005000 08:11 919309 /usr/lib/python2.7/lib-dynload/hashlib.x86_64-linux-gnu.so
7f6bb956e000-7f6bb956f000 rw-p 00006000 08:11 919309 /usr/lib/python2.7/lib-dynload/hashlib.x86_64-linux-gnu.so
7f6bb956f000-7f6bb95b4000 r-xp 00000000 08:11 19401974 /home/mboscolo/workspace/FreeCad/Mod/Web/WebGui.so
7f6bb95b4000-7f6bb97b4000 ---p 00045000 08:11 19401974 /home/mboscolo/workspace/FreeCad/Mod/Web/WebGui.so
7f6bb97b4000-7f6bb97b6000 r--p 00045000 08:11 19401974 /home/mboscolo/workspace/FreeCad/Mod/Web/WebGui.so
7f6bb97b6000-7f6bb97b7000 rw-p 00047000 08:11 19401974 /home/mboscolo/workspace/FreeCad/Mod/Web/WebGui.so
7f6bb97b7000-7f6bb97bd000 r-xp 00000000 08:11 19401124 /home/mboscolo/workspace/FreeCad/Mod/Start/Start.so
7f6bb97bd000-7f6bb99bc000 ---p 00006000 08:11 19401124 /home/mboscolo/workspace/FreeCad/Mod/Start/Start.so
7f6bb99bc000-7f6bb99bd000 r--p 00005000 08:11 19401124 /home/mboscolo/workspace/FreeCad/Mod/Start/Start.so
7f6bb99bd000-7f6bb99be000 rw-p 00006000 08:11 19401124 /home/mboscolo/workspace/FreeCad/Mod/Start/Start.so
7f6bb99be000-7f6bb9a2a000 r-xp 00000000 08:11 19401983 /home/mboscolo/workspace/FreeCad/Mod/Start/StartGui.so
7f6bb9a2a000-7f6bb9c2a000 ---p 0006c000 08:11 19401983 /home/mboscolo/workspace/FreeCad/Mod/Start/StartGui.so
7f6bb9c2a000-7f6bb9c2b000 r--p 0006c000 08:11 19401983 /home/mboscolo/workspace/FreeCad/Mod/Start/StartGui.so
7f6bb9c2b000-7f6bb9c2c000 rw-p 0006d000 08:11 19401983 /home/mboscolo/workspace/FreeCad/Mod/Start/StartGui.so
7f6bb9c2c000-7f6bba10b000 rw-p 00000000 00:00 0
7f6bba10b000-7f6bba114000 r-xp 00000000 08:11 6162701 /usr/lib/x86_64-linux-gnu/qt4/plugins/iconengines/libqsvgicon.so
7f6bba114000-7f6bba313000 ---p 00009000 08:11 6162701 /usr/lib/x86_64-linux-gnu/qt4/plugins/iconengines/libqsvgicon.so
7f6bba313000-7f6bba314000 r--p 00008000 08:11 6162701 /usr/lib/x86_64-linux-gnu/qt4/plugins/iconengines/libqsvgicon.so
7f6bba314000-7f6bba315000 rw-p 00009000 08:11 6162701 /usr/lib/x86_64-linux-gnu/qt4/plugins/iconengines/libqsvgicon.so
7f6bba315000-7f6bba9d8000 rw-p 00000000 00:00 0
7f6bba9d8000-7f6bbb4ce000 r-xp 00000000 08:11 7078543 /usr/lib/python2.7/dist-packages/PySide/QtGui.so
7f6bbb4ce000-7f6bbb6cd000 ---p 00af6000 08:11 7078543 /usr/lib/python2.7/dist-packages/PySide/QtGui.so
7f6bbb6cd000-7f6bbb6e2000 r--p 00af5000 08:11 7078543 /usr/lib/python2.7/dist-packages/PySide/QtGui.so
7f6bbb6e2000-7f6bbb784000 rw-p 00b0a000 08:11 7078543 /usr/lib/python2.7/dist-packages/PySide/QtGui.so
7f6bbb784000-7f6bbb88a000 rw-p 00000000 00:00 0
7f6bbb88a000-7f6bbbb14000 r-xp 00000000 08:11 7078544 /usr/lib/python2.7/dist-packages/PySide/QtCore.so
7f6bbbb14000-7f6bbbd14000 ---p 0028a000 08:11 7078544 /usr/lib/python2.7/dist-packages/PySide/QtCore.so
7f6bbbd14000-7f6bbbd17000 r--p 0028a000 08:11 7078544 /usr/lib/python2.7/dist-packages/PySide/QtCore.so
7f6bbbd17000-7f6bbbd47000 rw-p 0028d000 08:11 7078544 /usr/lib/python2.7/dist-packages/PySide/QtCore.so
7f6bbbd47000-7f6bbbd92000 rw-p 00000000 00:00 0
7f6bbbd92000-7f6bbbdea000 rw-p 00000000 00:00 0
7f6bbbdea000-7f6bbbe97000 r--p 00000000 08:11 920862 /usr/share/fonts/truetype/dejavu/DejaVuSans-Bold.ttf
7f6bbbe97000-7f6bbbf50000 r--p 00000000 08:11 920863 /usr/share/fonts/truetype/dejavu/DejaVuSans.ttf
7f6bbbf50000-7f6bbbf9b000 r-xp 00000000 08:11 1052006 /usr/lib/x86_64-linux-gnu/qt4/plugins/accessible/libqtaccessiblewidgets.so
7f6bbbf9b000-7f6bbc19b000 ---p 0004b000 08:11 1052006 /usr/lib/x86_64-linux-gnu/qt4/plugins/accessible/libqtaccessiblewidgets.so
7f6bbc19b000-7f6bbc19f000 r--p 0004b000 08:11 1052006 /usr/lib/x86_64-linux-gnu/qt4/plugins/accessible/libqtaccessiblewidgets.so
7f6bbc19f000-7f6bbc1a0000 rw-p 0004f000 08:11 1052006 /usr/lib/x86_64-linux-gnu/qt4/plugins/accessible/libqtaccessiblewidgets.so
7f6bbc1a0000-7f6bbc1b1000 r-xp 00000000 08:11 656156 /usr/lib/x86_64-linux-gnu/liblz4.so.1.7.1
7f6bbc1b1000-7f6bbc3b0000 ---p 00011000 08:11 656156 /usr/lib/x86_64-linux-gnu/liblz4.so.1.7.1
7f6bbc3b0000-7f6bbc3b1000 r--p 00010000 08:11 656156 /usr/lib/x86_64-linux-gnu/liblz4.so.1.7.1
7f6bbc3b1000-7f6bbc3b2000 rw-p 00011000 08:11 656156 /usr/lib/x86_64-linux-gnu/liblz4.so.1.7.1
7f6bbc3b2000-7f6bbc3d7000 r-xp 00000000 08:11 3801185 /lib/x86_64-linux-gnu/libselinux.so.1
7f6bbc3d7000-7f6bbc5d6000 ---p 00025000 08:11 3801185 /lib/x86_64-linux-gnu/libselinux.so.1
7f6bbc5d6000-7f6bbc5d7000 r--p 00024000 08:11 3801185 /lib/x86_64-linux-gnu/libselinux.so.1
7f6bbc5d7000-7f6bbc5d8000 rw-p 00025000 08:11 3801185 /lib/x86_64-linux-gnu/libselinux.so.1
7f6bbc5d8000-7f6bbc5da000 rw-p 00000000 00:00 0
7f6bbc5da000-7f6bbc65e000 r-xp 00000000 08:11 3803071 /lib/x86_64-linux-gnu/libsystemd.so.0.17.0
7f6bbc65e000-7f6bbc65f000 ---p 00084000 08:11 3803071 /lib/x86_64-linux-gnu/libsystemd.so.0.17.0
7f6bbc65f000-7f6bbc662000 r--p 00084000 08:11 3803071 /lib/x86_64-linux-gnu/libsystemd.so.0.17.0
7f6bbc662000-7f6bbc663000 rw-p 00087000 08:11 3803071 /lib/x86_64-linux-gnu/libsystemd.so.0.17.0
7f6bbc663000-7f6bbc664000 rw-p 00000000 00:00 0
7f6bbc664000-7f6bbc6b1000 r-xp 00000000 08:11 3801148 /lib/x86_64-linux-gnu/libdbus-1.so.3.14.13
7f6bbc6b1000-7f6bbc8b1000 ---p 0004d000 08:11 3801148 /lib/x86_64-linux-gnu/libdbus-1.so.3.14.13
7f6bbc8b1000-7f6bbc8b3000 r--p 0004d000 08:11 3801148 /lib/x86_64-linux-gnu/libdbus-1.so.3.14.13
7f6bbc8b3000-7f6bbc8b4000 rw-p 0004f000 08:11 3801148 /lib/x86_64-linux-gnu/libdbus-1.so.3.14.13
7f6bbc8b4000-7f6bbc935000 r-xp 00000000 08:11 663299 /usr/lib/x86_64-linux-gnu/libQtDBus.so.4.8.7
7f6bbc935000-7f6bbcb35000 ---p 00081000 08:11 663299 /usr/lib/x86_64-linux-gnu/libQtDBus.so.4.8.7
7f6bbcb35000-7f6bbcb36000 r--p 00081000 08:11 663299 /usr/lib/x86_64-linux-gnu/libQtDBus.so.4.8.7
7f6bbcb36000-7f6bbcb37000 rw-p 00082000 08:11 663299 /usr/lib/x86_64-linux-gnu/libQtDBus.so.4.8.77f6bbcb3c000-7f6bbcb4c000 rw-p 00000000 00:00 0
7f6bbcb4c000-7f6bbcb55000 r--p 00000000 08:11 2492166 /usr/share/fonts/X11/Type1/c0632bt
.pfb
7f6bbcb55000-7f6bbcb5d000 rw-p 00000000 00:00 0
7f6bbcb5d000-7f6bbcb75000 r--p 00000000 08:11 1835540 /usr/share/fonts/type1/gsfonts/n022003l.pfb
7f6bbcb75000-7f6bbcb7e000 r--p 00000000 08:11 2492167 /usr/share/fonts/X11/Type1/c0648bt
.pfb
7f6bbcb7e000-7f6bbcbbd000 r-xp 00000000 08:11 1052890 /usr/lib/x86_64-linux-gnu/qt4/plugins/accessiblebridge/libqspiaccessiblebridge.so
7f6bbcbbd000-7f6bbcdbd000 ---p 0003f000 08:11 1052890 /usr/lib/x86_64-linux-gnu/qt4/plugins/accessiblebridge/libqspiaccessiblebridge.so
7f6bbcdbd000-7f6bbcdbe000 r--p 0003f000 08:11 1052890 /usr/lib/x86_64-linux-gnu/qt4/plugins/accessiblebridge/libqspiaccessiblebridge.so
7f6bbcdbe000-7f6bbcdbf000 rw-p 00040000 08:11 1052890 /usr/lib/x86_64-linux-gnu/qt4/plugins/accessiblebridge/libqspiaccessiblebridge.so
7f6bbcdbf000-7f6bbcdc7000 rw-p 00000000 00:00 0
7f6bbcdc7000-7f6bbce47000 rw-s a3f49000 00:06 1923 /dev/nvidiactl
7f6bbce47000-7f6bbcec7000 rw-s 6453e000 00:06 1923 /dev/nvidiactl
7f6bbcec7000-7f6bbcf47000 rw-s 8cebe000 00:06 1923 /dev/nvidiactl
7f6bbcf47000-7f6bbcfc7000 rw-s 8cff6000 00:06 1923 /dev/nvidiactl
7f6bbcfc7000-7f6bbd0c7000 rw-s 8c5a1000 00:06 1923 /dev/nvidiactl
7f6bbd0c7000-7f6bbd0da000 rw-s 3691e000 00:06 1923 /dev/nvidiactl
7f6bbd0da000-7f6bbd0fa000 rw-s d0480000 00:06 20694 /dev/nvidia0
7f6bbd0fa000-7f6bbd13a000 rw-s 8bef2000 00:06 1923 /dev/nvidiactl
7f6bbd13a000-7f6bbd15a000 rw-s a08fc000 00:06 1923 /dev/nvidiactl
7f6bbd15a000-7f6bbd19a000 rw-s 8c0ea000 00:06 1923 /dev/nvidiactl
7f6bbd19a000-7f6bbd1ba000 rw-s a0cad000 00:06 1923 /dev/nvidiactl
7f6bbd1ba000-7f6bbd2be000 rw-s 20de2d000 00:06 1923 /dev/nvidiactl
7f6bbd2be000-7f6bbe6a3000 r-xp 00000000 08:11 662558 /usr/lib/x86_64-linux-gnu/libnvidia-glcore.so.375.82
7f6bbe6a3000-7f6bbe6c3000 rwxp 013e5000 08:11 662558 /usr/lib/x86_64-linux-gnu/libnvidia-glcore.so.375.82
7f6bbe6c3000-7f6bbea94000 r-xp 01405000 08:11 662558 /usr/lib/x86_64-linux-gnu/libnvidia-glcore.so.375.82
7f6bbea94000-7f6bbec94000 ---p 017d6000 08:11 662558 /usr/lib/x86_64-linux-gnu/libnvidia-glcore.so.375.82
7f6bbec94000-7f6bbf07b000 rw-p 017d6000 08:11 662558 /usr/lib/x86_64-linux-gnu/libnvidia-glcore.so.375.82
7f6bbf07b000-7f6bbf093000 rw-p 00000000 00:00 0
7f6bbf093000-7f6bbf096000 r-xp 00000000 08:11 9570463 /usr/lib/x86_64-linux-gnu/tls/libnvidia-tls.so.375.82
7f6bbf096000-7f6bbf296000 ---p 00003000 08:11 9570463 /usr/lib/x86_64-linux-gnu/tls/libnvidia-tls.so.375.82
7f6bbf296000-7f6bbf297000 rw-p 00003000 08:11 9570463 /usr/lib/x86_64-linux-gnu/tls/libnvidia-tls.so.375.82
7f6bbf297000-7f6bbf360000 r-xp 00000000 08:11 6033255 /usr/lib/x86_64-linux-gnu/nvidia/current/libGLX_nvidia.so.375.82
7f6bbf360000-7f6bbf394000 rwxp 000c9000 08:11 6033255 /usr/lib/x86_64-linux-gnu/nvidia/current/libGLX_nvidia.so.375.827f6bbf5cf000-7f6bbf5d6000 rw-p 00000000 00:00 0
7f6bbf5d6000-7f6bbf5e1000 r-xp 00000000 08:11 661297 /usr/lib/x86_64-linux-gnu/libjbig.so.0
7f6bbf5e1000-7f6bbf7e0000 ---p 0000b000 08:11 661297 /usr/lib/x86_64-linux-gnu/libjbig.so.0
7f6bbf7e0000-7f6bbf7e1000 r--p 0000a000 08:11 661297 /usr/lib/x86_64-linux-gnu/libjbig.so.0
7f6bbf7e1000-7f6bbf7e4000 rw-p 0000b000 08:11 661297 /usr/lib/x86_64-linux-gnu/libjbig.so.0
7f6bbf7e4000-7f6bbf809000 r-xp 00000000 08:11 3801286 /lib/x86_64-linux-gnu/liblzma.so.5.2.2
7f6bbf809000-7f6bbfa08000 ---p 00025000 08:11 3801286 /lib/x86_64-linux-gnu/liblzma.so.5.2.2
7f6bbfa08000-7f6bbfa09000 r--p 00024000 08:11 3801286 /lib/x86_64-linux-gnu/liblzma.so.5.2.2
7f6bbfa09000-7f6bbfa0a000 rw-p 00025000 08:11 3801286 /lib/x86_64-linux-gnu/liblzma.so.5.2.2
7f6bbfa0a000-7f6bbfa7d000 r-xp 00000000 08:11 656002 /usr/lib/x86_64-linux-gnu/libtiff.so.5.2.6
7f6bbfa7d000-7f6bbfc7c000 ---p 00073000 08:11 656002 /usr/lib/x86_64-linux-gnu/libtiff.so.5.2.6
7f6bbfc7c000-7f6bbfc80000 r--p 00072000 08:11 656002 /usr/lib/x86_64-linux-gnu/libtiff.so.5.2.6
7f6bbfc80000-7f6bbfc81000 rw-p 00076000 08:11 656002 /usr/lib/x86_64-linux-gnu/libtiff.so.5.2.6
7f6bbfc81000-7f6bbfc88000 r-xp 00000000 08:11 1052116 /usr/lib/x86_64-linux-gnu/qt4/plugins/imageformats/libqtiff.so
7f6bbfc88000-7f6bbfe87000 ---p 00007000 08:11 1052116 /usr/lib/x86_64-linux-gnu/qt4/plugins/imageformats/libqtiff.so
7f6bbfe87000-7f6bbfe88000 r--p 00006000 08:11 1052116 /usr/lib/x86_64-linux-gnu/qt4/plugins/imageformats/libqtiff.so
7f6bbfe88000-7f6bbfe89000 rw-p 00007000 08:11 1052116 /usr/lib/x86_64-linux-gnu/qt4/plugins/imageformats/libqtiff.so
7f6bbfe89000-7f6bbfe8e000 r-xp 00000000 08:11 1052115 /usr/lib/x86_64-linux-gnu/qt4/plugins/imageformats/libqtga.so
7f6bbfe8e000-7f6bc008d000 ---p 00005000 08:11 1052115 /usr/lib/x86_64-linux-gnu/qt4/plugins/imageformats/libqtga.so
7f6bc008d000-7f6bc008e000 r--p 00004000 08:11 1052115 /usr/lib/x86_64-linux-gnu/qt4/plugins/imageformats/libqtga.so
7f6bc008e000-7f6bc008f000 rw-p 00005000 08:11 1052115 /usr/lib/x86_64-linux-gnu/qt4/plugins/imageformats/libqtga.so
7f6bc008f000-7f6bc0094000 r-xp 00000000 08:11 1052118 /usr/lib/x86_64-linux-gnu/qt4/plugins/imageformats/libqsvg.so
7f6bc0094000-7f6bc0293000 ---p 00005000 08:11 1052118 /usr/lib/x86_64-linux-gnu/qt4/plugins/imageformats/libqsvg.so
7f6bc0293000-7f6bc0294000 r--p 00004000 08:11 1052118 /usr/lib/x86_64-linux-gnu/qt4/plugins/imageformats/libqsvg.so
7f6bc0294000-7f6bc0295000 rw-p 00005000 08:11 1052118 /usr/lib/x86_64-linux-gnu/qt4/plugins/imageformats/libqsvg.so
7f6bc0295000-7f6bc02eb000 r-xp 00000000 08:11 656502 /usr/lib/x86_64-linux-gnu/liblcms2.so.2.0.8
7f6bc02eb000-7f6bc04ea000 ---p 00056000 08:11 656502 /usr/lib/x86_64-linux-gnu/liblcms2.so.2.0.8
7f6bc04ea000-7f6bc04ec000 r--p 00055000 08:11 656502 /usr/lib/x86_64-linux-gnu/liblcms2.so.2.0.8
7f6bc04ec000-7f6bc04f0000 rw-p 00057000 08:11 656502 /usr/lib/x86_64-linux-gnu/liblcms2.so.2.0.8
7f6bc04f0000-7f6bc04f1000 rw-p 00000000 00:00 0
7f6bc04f1000-7f6bc0580000 r-xp 00000000 08:11 662564 /usr/lib/x86_64-linux-gnu/libmng.so.1.1.0.10
7f6bc0580000-7f6bc0780000 ---p 0008f000 08:11 662564 /usr/lib/x86_64-linux-gnu/libmng.so.1.1.0.10
7f6bc0780000-7f6bc0783000 r--p 0008f000 08:11 662564 /usr/lib/x86_64-linux-gnu/libmng.so.1.1.0.10
7f6bc0783000-7f6bc0785000 rw-p 00092000 08:11 662564 /usr/lib/x86_64-linux-gnu/libmng.so.1.1.0.10
7f6bc0785000-7f6bc078a000 r-xp 00000000 08:11 1052114 /usr/lib/x86_64-linux-gnu/qt4/plugins/imageformats/libqmng.so
7f6bc078a000-7f6bc098a000 ---p 00005000 08:11 1052114 /usr/lib/x86_64-linux-gnu/qt4/plugins/imageformats/libqmng.so
7f6bc098a000-7f6bc098b000 r--p 00005000 08:11 1052114 /usr/lib/x86_64-linux-gnu/qt4/plugins/imageformats/libqmng.so
7f6bc098b000-7f6bc098c000 rw-p 00006000 08:11 1052114 /usr/lib/x86_64-linux-gnu/qt4/plugins/imageformats/libqmng.so7f6bc098c000-7f6bc0993000 r-xp 00000000 08:11 1052011 /usr/lib/x86_64-linux-gnu/qt4/plugins/imageformats/libqjpeg.so
7f6bc0993000-7f6bc0b92000 ---p 00007000 08:11 1052011 /usr/lib/x86_64-linux-gnu/qt4/plugins/imageformats/libqjpeg.so
7f6bc0b92000-7f6bc0b93000 r--p 00006000 08:11 1052011 /usr/lib/x86_64-linux-gnu/qt4/plugins/imageformats/libqjpeg.so
7f6bc0b93000-7f6bc0b94000 rw-p 00007000 08:11 1052011 /usr/lib/x86_64-linux-gnu/qt4/plugins/imageformats/libqjpeg.so
7f6bc0b94000-7f6bc0b9b000 r-xp 00000000 08:11 1052009 /usr/lib/x86_64-linux-gnu/qt4/plugins/imageformats/libqico.so
7f6bc0b9b000-7f6bc0d9a000 ---p 00007000 08:11 1052009 /usr/lib/x86_64-linux-gnu/qt4/plugins/imageformats/libqico.so
7f6bc0d9a000-7f6bc0d9b000 r--p 00006000 08:11 1052009 /usr/lib/x86_64-linux-gnu/qt4/plugins/imageformats/libqico.so
7f6bc0d9b000-7f6bc0d9c000 rw-p 00007000 08:11 1052009 /usr/lib/x86_64-linux-gnu/qt4/plugins/imageformats/libqico.so
7f6bc0d9c000-7f6bc0da3000 r-xp 00000000 08:11 1052008 /usr/lib/x86_64-linux-gnu/qt4/plugins/imageformats/libqgif.so
7f6bc0da3000-7f6bc0fa2000 ---p 00007000 08:11 1052008 /usr/lib/x86_64-linux-gnu/qt4/plugins/imageformats/libqgif.so
7f6bc0fa2000-7f6bc0fa3000 r--p 00006000 08:11 1052008 /usr/lib/x86_64-linux-gnu/qt4/plugins/imageformats/libqgif.so
7f6bc0fa3000-7f6bc0fa4000 rw-p 00007000 08:11 1052008 /usr/lib/x86_64-linux-gnu/qt4/plugins/imageformats/libqgif.so
7f6bc0fa4000-7f6bc0fb3000 r-xp 00000000 08:11 669285 /usr/lib/x86_64-linux-gnu/libXi.so.6.1.0
7f6bc0fb3000-7f6bc11b2000 ---p 0000f000 08:11 669285 /usr/lib/x86_64-linux-gnu/libXi.so.6.1.0
7f6bc11b2000-7f6bc11b3000 r--p 0000e000 08:11 669285 /usr/lib/x86_64-linux-gnu/libXi.so.6.1.0
7f6bc11b3000-7f6bc11b4000 rw-p 0000f000 08:11 669285 /usr/lib/x86_64-linux-gnu/libXi.so.6.1.0
7f6bc11b4000-7f6bc11b6000 r-xp 00000000 08:11 662542 /usr/lib/x86_64-linux-gnu/libXinerama.so.1.0.0
7f6bc11b6000-7f6bc13b5000 ---p 00002000 08:11 662542 /usr/lib/x86_64-linux-gnu/libXinerama.so.1.0.0
7f6bc13b5000-7f6bc13b6000 r--p 00001000 08:11 662542 /usr/lib/x86_64-linux-gnu/libXinerama.so.1.0.0
7f6bc13b6000-7f6bc13b7000 rw-p 00002000 08:11 662542 /usr/lib/x86_64-linux-gnu/libXinerama.so.1.0.0
7f6bc13b7000-7f6bc13c1000 r-xp 00000000 08:11 662404 /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
7f6bc13c1000-7f6bc15c0000 ---p 0000a000 08:11 662404 /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
7f6bc15c0000-7f6bc15c1000 r--p 00009000 08:11 662404 /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
7f6bc15c1000-7f6bc15c2000 rw-p 0000a000 08:11 662404 /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
7f6bc15c2000-7f6bc15c7000 r-xp 00000000 08:11 672644 /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
7f6bc15c7000-7f6bc17c6000 ---p 00005000 08:11 672644 /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
7f6bc17c6000-7f6bc17c7000 r--p 00004000 08:11 672644 /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
7f6bc17c7000-7f6bc17c8000 rw-p 00005000 08:11 672644 /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
7f6bc17cf000-7f6bc180f000 rw-s 8c6a6000 00:06 1923 /dev/nvidiactl
7f6bc180f000-7f6bc1819000 r-xp 00000000 08:11 662310 /usr/lib/x86_64-linux-gnu/libXrandr.so.2.2.0
7f6bc1819000-7f6bc1a18000 ---p 0000a000 08:11 662310 /usr/lib/x86_64-linux-gnu/libXrandr.so.2.2.0
7f6bc1a18000-7f6bc1a19000 r--p 00009000 08:11 662310 /usr/lib/x86_64-linux-gnu/libXrandr.so.2.2.0
7f6bc1a19000-7f6bc1a1a000 rw-p 0000a000 08:11 662310 /usr/lib/x86_64-linux-gnu/libXrandr.so.2.2.0
7f6bc1a1f000-7f6bc1a20000 rw-s 6bc23000 00:06 1923 /dev/nvidiactl
7f6bc1a20000-7f6bc1a24000 rw-s 8cff2000 00:06 1923 /dev/nvidiactl
7f6bc1a24000-7f6bc1a25000 rw-s d7f71000 00:06 20694 /dev/nvidia0
7f6bc1a25000-7f6bc1a26000 rw-s d7f70000 00:06 20694 /dev/nvidia0
7f6bc1a26000-7f6bc1a27000 rw-s d7f6f000 00:06 20694 /dev/nvidia0
7f6bc1a27000-7f6bc1a47000 rw-s a40e6000 00:06 1923 /dev/nvidiactl
7f6bc1a47000-7f6bc1a48000 rw-s 6bc0d000 00:06 1923 /dev/nvidiactl
7f6bc1a48000-7f6bc1a50000 rw-p 00000000 00:00 0
7f6bc1a50000-7f6bc1a51000 rw-s de060000 00:06 20694 /dev/nvidia0
7f6bc1a51000-7f6bc1a5c000 rw-p 00000000 00:00 0
7f6bc1a5c000-7f6bc1a5d000 rw-p 00000000 00:00 0
7f6bc1a5d000-7f6bc1a5e000 r--p 00000000 00:00 0
7f6bc1a5e000-7f6bc1a5f000 rw-p 00000000 00:00 0
7f6bc1a5f000-7f6bc1a60000 r--p 00000000 00:00 0
7f6bc1a60000-7f6bc1a61000 r--p 00000000 08:11 659294 /usr/share/locale/en_GB/LC_MESSAGES/libc.mo
7f6bc1a61000-7f6bc1a6c000 r--s 00000000 08:11 6553826 /var/cache/fontconfig/945677eb7aeaf62f1d50efc3fb3ec7d8-le64.cache-4
7f6bc1a6c000-7f6bc1a70000 r--s 00000000 08:11 6553866 /var/cache/fontconfig/de156ccd2eddbdc19d37a45b8b2aac9c-le64.cache-4
7f6bc1a70000-7f6bc1a71000 r--s 00000000 08:11 6553805 /var/cache/fontconfig/4794a0821666d79190d59a36cb4f44b5-le64.cache-4
7f6bc1a71000-7f6bc1a75000 r--s 00000000 08:11 6553773 /var/cache/fontconfig/c57959a16110560c8d0fcea73374aeeb-le64.cache-4
7f6bc1a75000-7f6bc1a7d000 r--s 00000000 08:11 6554110 /var/cache/fontconfig/bf3b770c553c462765856025a94f1ce6-le64.cache-4
7f6bc1a7d000-7f6bc1a90000 r--s 00000000 08:11 6553820 /var/cache/fontconfig/d52a8644073d54c13679302ca1180695-le64.cache-4
7f6bc1a90000-7f6bc1a9c000 r--s 00000000 08:11 6553800 /var/cache/fontconfig/d589a48862398ed80a3d6066f4f56f4c-le64.cache-4
7f6bc1a9c000-7f6bc1b1c000 rw-p 00000000 00:00 0
7f6bc1b1c000-7f6bc1b5c000 rw-p 00000000 00:00 0
7f6bc1b5c000-7f6bc1cf7000 r--p 00000000 08:11 678886 /usr/lib/locale/locale-archive
7f6bc1cf7000-7f6bc1d01000 r-xp 00000000 08:11 3803568 /lib/x86_64-linux-gnu/libnss_files-2.24.so
7f6bc1d01000-7f6bc1f01000 ---p 0000a000 08:11 3803568 /lib/x86_64-linux-gnu/libnss_files-2.24.so
7f6bc1f01000-7f6bc1f02000 r--p 0000a000 08:11 3803568 /lib/x86_64-linux-gnu/libnss_files-2.24.so
7f6bc1f02000-7f6bc1f03000 rw-p 0000b000 08:11 3803568 /lib/x86_64-linux-gnu/libnss_files-2.24.so
7f6bc1f03000-7f6bc1f09000 rw-p 00000000 00:00 0
7f6bc1f09000-7f6bc1f14000 r-xp 00000000 08:11 3803571 /lib/x86_64-linux-gnu/libnss_nis-2.24.so
7f6bc1f14000-7f6bc2113000 ---p 0000b000 08:11 3803571 /lib/x86_64-linux-gnu/libnss_nis-2.24.so
7f6bc2113000-7f6bc2114000 r--p 0000a000 08:11 3803571 /lib/x86_64-linux-gnu/libnss_nis-2.24.so
7f6bc2114000-7f6bc2115000 rw-p 0000b000 08:11 3803571 /lib/x86_64-linux-gnu/libnss_nis-2.24.so
7f6bc2115000-7f6bc211c000 r-xp 00000000 08:11 3803303 /lib/x86_64-linux-gnu/libnss_compat-2.24.so
7f6bc211c000-7f6bc231b000 ---p 00007000 08:11 3803303 /lib/x86_64-linux-gnu/libnss_compat-2.24.so
7f6bc231b000-7f6bc231c000 r--p 00006000 08:11 3803303 /lib/x86_64-linux-gnu/libnss_compat-2.24.so
7f6bc231c000-7f6bc231d000 rw-p 00007000 08:11 3803303 /lib/x86_64-linux-gnu/libnss_compat-2.24.so
7f6bc231d000-7f6bc2320000 r-xp 00000000 08:11 661598 /usr/lib/x86_64-linux-gnu/gconv/UTF-16.so
7f6bc2320000-7f6bc251f000 ---p 00003000 08:11 661598 /usr/lib/x86_64-linux-gnu/gconv/UTF-16.so
7f6bc251f000-7f6bc2520000 r--p 00002000 08:11 661598 /usr/lib/x86_64-linux-gnu/gconv/UTF-16.so
7f6bc2520000-7f6bc2521000 rw-p 00003000 08:11 661598 /usr/lib/x86_64-linux-gnu/gconv/UTF-16.so
7f6bc2521000-7f6bc2534000 r-xp 00000000 08:11 3801288 /lib/x86_64-linux-gnu/libgpg-error.so.0.21.07f6bc231d000-7f6bc2320000 r-xp 00000000 08:11 661598 /usr/lib/x86_64-linux-gnu/gconv/UTF-16.so
7f6bc2320000-7f6bc251f000 ---p 00003000 08:11 661598 /usr/lib/x86_64-linux-gnu/gconv/UTF-16.so
7f6bc251f000-7f6bc2520000 r--p 00002000 08:11 661598 /usr/lib/x86_64-linux-gnu/gconv/UTF-16.so
7f6bc2520000-7f6bc2521000 rw-p 00003000 08:11 661598 /usr/lib/x86_64-linux-gnu/gconv/UTF-16.so
7f6bc2521000-7f6bc2534000 r-xp 00000000 08:11 3801288 /lib/x86_64-linux-gnu/libgpg-error.so.0.21.0
7f6bc2534000-7f6bc2733000 ---p 00013000 08:11 3801288 /lib/x86_64-linux-gnu/libgpg-error.so.0.21.0
7f6bc2733000-7f6bc2734000 r--p 00012000 08:11 3801288 /lib/x86_64-linux-gnu/libgpg-error.so.0.21.0
7f6bc2734000-7f6bc2735000 rw-p 00013000 08:11 3801288 /lib/x86_64-linux-gnu/libgpg-error.so.0.21.0
7f6bc2735000-7f6bc274f000 r-xp 00000000 08:11 666220 /usr/lib/x86_64-linux-gnu/libsasl2.so.2.0.25
7f6bc274f000-7f6bc294e000 ---p 0001a000 08:11 666220 /usr/lib/x86_64-linux-gnu/libsasl2.so.2.0.25
7f6bc294e000-7f6bc294f000 r--p 00019000 08:11 666220 /usr/lib/x86_64-linux-gnu/libsasl2.so.2.0.25
7f6bc294f000-7f6bc2950000 rw-p 0001a000 08:11 666220 /usr/lib/x86_64-linux-gnu/libsasl2.so.2.0.25
7f6bc2950000-7f6bc2964000 r-xp 00000000 08:11 3803576 /lib/x86_64-linux-gnu/libresolv-2.24.so
7f6bc2964000-7f6bc2b63000 ---p 00014000 08:11 3803576 /lib/x86_64-linux-gnu/libresolv-2.24.so
7f6bc2b63000-7f6bc2b64000 r--p 00013000 08:11 3803576 /lib/x86_64-linux-gnu/libresolv-2.24.so
7f6bc2b64000-7f6bc2b65000 rw-p 00014000 08:11 3803576 /lib/x86_64-linux-gnu/libresolv-2.24.so
7f6bc2b65000-7f6bc2b67000 rw-p 00000000 00:00 0
7f6bc2b67000-7f6bc2b6a000 r-xp 00000000 08:11 3801293 /lib/x86_64-linux-gnu/libkeyutils.so.1.5
7f6bc2b6a000-7f6bc2d69000 ---p 00003000 08:11 3801293 /lib/x86_64-linux-gnu/libkeyutils.so.1.5
7f6bc2d69000-7f6bc2d6a000 r--p 00002000 08:11 3801293 /lib/x86_64-linux-gnu/libkeyutils.so.1.5
7f6bc2d6a000-7f6bc2d6b000 rw-p 00003000 08:11 3801293 /lib/x86_64-linux-gnu/libkeyutils.so.1.5
7f6bc2d6b000-7f6bc2d76000 r-xp 00000000 08:11 656530 /usr/lib/x86_64-linux-gnu/libkrb5support.so.0.1
7f6bc2d76000-7f6bc2f75000 ---p 0000b000 08:11 656530 /usr/lib/x86_64-linux-gnu/libkrb5support.so.0.1
7f6bc2f75000-7f6bc2f76000 r--p 0000a000 08:11 656530 /usr/lib/x86_64-linux-gnu/libkrb5support.so.0.1
7f6bc2f76000-7f6bc2f77000 rw-p 0000b000 08:11 656530 /usr/lib/x86_64-linux-gnu/libkrb5support.so.0.1
7f6bc2f77000-7f6bc2f88000 r-xp 00000000 08:11 658591 /usr/lib/x86_64-linux-gnu/libtasn1.so.6.5.3
7f6bc2f88000-7f6bc3188000 ---p 00011000 08:11 658591 /usr/lib/x86_64-linux-gnu/libtasn1.so.6.5.3
7f6bc3188000-7f6bc3189000 r--p 00011000 08:11 658591 /usr/lib/x86_64-linux-gnu/libtasn1.so.6.5.3
7f6bc3189000-7f6bc318a000 rw-p 00012000 08:11 658591 /usr/lib/x86_64-linux-gnu/libtasn1.so.6.5.3
7f6bc318a000-7f6bc31bc000 r-xp 00000000 08:11 3801570 /lib/x86_64-linux-gnu/libidn.so.11.6.16
7f6bc31bc000-7f6bc33bc000 ---p 00032000 08:11 3801570 /lib/x86_64-linux-gnu/libidn.so.11.6.16
7f6bc33bc000-7f6bc33bd000 r--p 00032000 08:11 3801570 /lib/x86_64-linux-gnu/libidn.so.11.6.16
7f6bc33bd000-7f6bc33be000 rw-p 00033000 08:11 3801570 /lib/x86_64-linux-gnu/libidn.so.11.6.16Aborted

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.