Mysql Workbench 5.1.2 PKGBUILD. Help needed.

Hi,
I'm trying to install the recently released mysql-workbench for linux.
I wrote a PKGBUILD:
pkgname=mysql-workbench
pkgver=5.1.2
pkgrel=1
pkgdesc="A cross-platform, visual database design tool developed by MySQL"
arch=('i686' 'x86_64')
url="http://dev.mysql.com/workbench/"
license=('GPL')
groups=()
depends=(libmysqlclient lua libglade libxml2 libsigc++2.0 libzip gtkmm freeglut pcre libgnome gtk2 pango cairo e2fsprogs)
makedepends=(autoconf automake libtool gcc ctemplate)
provides=()
conflicts=()
replaces=()
backup=()
options=()
install=
source=(ftp://ftp.mysql.com/pub/mysql/download/gui-tools/$pkgname-$pkgver-alpha-linux.tar.gz)
noextract=()
md5sums=('c60b3d3542f7a5d113a422c062ec3050')
build() {
cd "$srcdir/$pkgname-$pkgver-alpha-linux"
./autogen.sh --prefix=/usr
make || return 1
make DESTDIR="$pkgdir/" install
Build instructions are located here: http://dev.mysql.com/workbench/?page_id=152
I think all the dependencies are listed, and it compiles fine, but when I launch the app it segfaults:
$> mysql-workbench
** Message: MWB_PLUGIN_DIR is unset! Setting MWB_PLUGIN_DIR to predifined value '../lib/mysql-workbench'
(mysql-workbench-bin:18056): Gtk-CRITICAL **: gtk_notebook_set_tab_label: assertion `GTK_IS_WIDGET (child)' failed
(mysql-workbench-bin:18056): Gtk-CRITICAL **: gtk_notebook_set_tab_label: assertion `GTK_IS_WIDGET (child)' failed
(mysql-workbench-bin:18056): Gtk-CRITICAL **: gtk_notebook_set_tab_label: assertion `GTK_IS_WIDGET (child)' failed
MGGladeXML: _xml -> 0x8a38b90
** Message: Trying to load module '/usr/lib/mysql-workbench/modules/db.mysql.editors.wbp.so' (cpp)
** Message: Trying to load module '/usr/lib/mysql-workbench/modules/db.mysql.grt.so' (cpp)
** Message: Trying to load module '/usr/lib/mysql-workbench/modules/dbutils.grt.so' (cpp)
** Message: Trying to load module '/usr/lib/mysql-workbench/modules/forms.grt.so' (cpp)
** Message: Trying to load module '/usr/lib/mysql-workbench/modules/wb.model.editors.wbp.so' (cpp)
** Message: Trying to load module '/usr/lib/mysql-workbench/modules/wb.model.grt.so' (cpp)
/usr/bin/mysql-workbench: line 13: 18056 Segmentation fault $bindirname/mysql-workbench-bin $*
I also tried updating the ctemplate PKGBUILD to version 0.91 (since the one in community is an old 0.4 version)
pkgname=ctemplate
pkgver=0.91
pkgrel=1
pkgdesc="A library implementing a simple but powerful template language for C++."
arch=(i686 x86_64)
url="http://code.google.com/p/google-ctemplate/"
license="BSD"
depends=('gcc')
options=()
source=(http://google-ctemplate.googlecode.com/files/$pkgname-$pkgver.tar.gz)
build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr
make || return 1
make DESTDIR=$startdir/pkg install
md5sums=()
Recompiled mysql-workbench, but still segfaults as before.
Any guess?
Thanks.

Never used namcap, interesting tool...
I get some warnings but I'm not really sure how to interpret them
$> namcap mysql-workbench-5.1.2-1-i686.pkg.tar.gz
mysql-workbench E: Dependency detected and not included (mesa) from files ['usr/lib/mysql-workbench/libguiutil.so', 'usr/lib/mysql-workbench/libsqlparser.so.0', 'usr/lib/mysql-workbench/modules/wb.model.grt.so.0.0.0', 'usr/lib/mysql-workbench/db.wbp.so', 'usr/lib/mysql-workbench/db.mysql.wbp.so.0', 'usr/lib/mysql-workbench/libgrtui.so.0.0.0', 'usr/lib/mysql-workbench/modules/dbutils.grt.so.0.0.0', 'usr/lib/mysql-workbench/modules/wb.model.grt.so', 'usr/lib/mysql-workbench/libmforms.so.0', 'usr/bin/mysql-workbench-bin', 'usr/lib/mysql-workbench/libmdcanvasgtk.so.0.0.0', 'usr/lib/mysql-workbench/modules/db.mysql.grt.so.0.0.0', 'usr/lib/mysql-workbench/libgrt.so', 'usr/lib/mysql-workbench/libcdbc.mysql.so.0.0.0', 'usr/lib/mysql-workbench/modules/wb.model.grt.so.0', 'usr/lib/mysql-workbench/libgrtdbbe.so', 'usr/lib/mysql-workbench/libcdbc.so.0.0.0', 'usr/lib/mysql-workbench/libgrtbe.so.0.0.0', 'usr/lib/mysql-workbench/libcdbc.mysql.so', 'usr/lib/mysql-workbench/modules/forms.grt.so.0', 'usr/lib/mysql-workbench/libcdbc.so', 'usr/lib/mysql-workbench/db.wbp.so.0', 'usr/lib/mysql-workbench/libgrtsqlparser_mysql.so', 'usr/lib/mysql-workbench/libmforms.so', 'usr/lib/mysql-workbench/modules/db.mysql.editors.wbp.so', 'usr/lib/mysql-workbench/libgrtdbbe.so.0', 'usr/lib/mysql-workbench/libmforms.so.0.0.0', 'usr/lib/mysql-workbench/modules/db.mysql.editors.wbp.so.0.0.0', 'usr/lib/mysql-workbench/libgrtsqlparser_mysql.so.0.0.0', 'usr/lib/mysql-workbench/modules/dbutils.grt.so.0', 'usr/lib/mysql-workbench/modules/wb.model.editors.wbp.so', 'usr/lib/mysql-workbench/modules/forms.grt.so', 'usr/lib/mysql-workbench/libcanvasbe.so', 'usr/lib/mysql-workbench/libcanvasbe.so.0', 'usr/lib/mysql-workbench/db.wbp.so.0.0.0', 'usr/lib/mysql-workbench/libcdbc.so.0', 'usr/lib/mysql-workbench/modules/wb.model.editors.wbp.so.0.0.0', 'usr/lib/mysql-workbench/libmdcanvas.so', 'usr/lib/mysql-workbench/modules/db.mysql.grt.so', 'usr/lib/mysql-workbench/libgrt.so.0.0.0', 'usr/lib/mysql-workbench/libgrtsqlparser_mysql.so.0', 'usr/lib/mysql-workbench/libmdcanvas.so.0.0.0', 'usr/lib/mysql-workbench/libguiutil.so.0', 'usr/lib/mysql-workbench/libgrtbe.so','usr/lib/mysql-workbench/libcdbc.mysql.so.0', 'usr/lib/mysql-workbench/libsqlparser.so.0.0.0', 'usr/lib/mysql-workbench/libmdcanvasgtk.so', 'usr/lib/mysql-workbench/libcanvasbe.so.0.0.0', 'usr/lib/mysql-workbench/libgrtui.so.0', 'usr/lib/mysql-workbench/modules/db.mysql.editors.wbp.so.0', 'usr/lib/mysql-workbench/libgrt.so.0', 'usr/lib/mysql-workbench/libguiutil.so.0.0.0', 'usr/lib/mysql-workbench/libgrtdbbe.so.0.0.0', 'usr/bin/grtshell', 'usr/lib/mysql-workbench/libsqlparser.so', 'usr/lib/mysql-workbench/modules/db.mysql.grt.so.0', 'usr/lib/mysql-workbench/db.mysql.wbp.so', 'usr/lib/mysql-workbench/libgrtui.so', 'usr/lib/mysql-workbench/modules/wb.model.editors.wbp.so.0', 'usr/lib/mysql-workbench/modules/forms.grt.so.0.0.0', 'usr/lib/mysql-workbench/db.mysql.wbp.so.0.0.0', 'usr/lib/mysql-workbench/libmdcanvas.so.0', 'usr/lib/mysql-workbench/modules/dbutils.grt.so', 'usr/lib/mysql-workbench/libgrtbe.so.0', 'usr/lib/mysql-workbench/libmdcanvasgtk.so.0']
mysql-workbench E: Dependency detected and not included (ctemplate) from files ['usr/lib/mysql-workbench/modules/db.mysql.grt.so', 'usr/lib/mysql-workbench/modules/db.mysql.grt.so.0', 'usr/lib/mysql-workbench/modules/db.mysql.grt.so.0.0.0', 'usr/lib/mysql-workbench/modules/wb.model.grt.so', 'usr/lib/mysql-workbench/modules/wb.model.grt.so.0.0.0', 'usr/lib/mysql-workbench/modules/wb.model.grt.so.0']
mysql-workbench W: Dependency included but already satisfied (libxml2)
mysql-workbench W: Dependency included but already satisfied (libsigc++2.0)
mysql-workbench W: Dependency included and not needed (freeglut)
mysql-workbench W: Dependency included but already satisfied (pcre)
mysql-workbench W: Dependency included but already satisfied (gtk2)
mysql-workbench W: Dependency included but already satisfied (pango)
mysql-workbench W: Dependency included but already satisfied (cairo)
mysql-workbench W: File (usr/lib/mysql-workbench/db.mysql.wbp.la) is a libtool file.
mysql-workbench W: File (usr/lib/mysql-workbench/db.wbp.la) is a libtool file.
mysql-workbench W: File (usr/lib/mysql-workbench/libcanvasbe.la) is a libtool file.
mysql-workbench W: File (usr/lib/mysql-workbench/libcdbc.la) is a libtool file.
mysql-workbench W: File (usr/lib/mysql-workbench/libcdbc.mysql.la) is a libtool file.
mysql-workbench W: File (usr/lib/mysql-workbench/libgrt.la) is a libtool file.
mysql-workbench W: File (usr/lib/mysql-workbench/libgrtbe.la) is a libtool file.
mysql-workbench W: File (usr/lib/mysql-workbench/libgrtdbbe.la) is a libtool file.
mysql-workbench W: File (usr/lib/mysql-workbench/libgrtsqlparser_mysql.la) is a libtool file.
mysql-workbench W: File (usr/lib/mysql-workbench/libgrtui.la) is a libtool file.
mysql-workbench W: File (usr/lib/mysql-workbench/libguiutil.la) is a libtool file.
mysql-workbench W: File (usr/lib/mysql-workbench/libmdcanvas.la) is a libtool file.
mysql-workbench W: File (usr/lib/mysql-workbench/libmdcanvasgtk.la) is a libtool file.
mysql-workbench W: File (usr/lib/mysql-workbench/libmforms.la) is a libtool file.
mysql-workbench W: File (usr/lib/mysql-workbench/libsqlparser.la) is a libtool file.
mysql-workbench W: File (usr/lib/mysql-workbench/modules/db.mysql.editors.wbp.la) is a libtool file.
mysql-workbench W: File (usr/lib/mysql-workbench/modules/db.mysql.grt.la) is a libtool file.
mysql-workbench W: File (usr/lib/mysql-workbench/modules/dbutils.grt.la) is a libtool file.
mysql-workbench W: File (usr/lib/mysql-workbench/modules/forms.grt.la) is a libtool file.
mysql-workbench W: File (usr/lib/mysql-workbench/modules/wb.model.editors.wbp.la) is a libtool file.
mysql-workbench W: File (usr/lib/mysql-workbench/modules/wb.model.grt.la) is a libtool file.
It seems I missed the mesa dependency (but is a dependency of freeglut I think, which is listed)
I also guessed wrong inserting ctemplate as a makedepends. Moved to depends now, but I had it installed anyway.
I'm not sure about the "Dependency included but already satisfied" and "is a libtool file" warnings though...

Similar Messages

  • MySQL has run out of memory ::Help needed::

    ::Help needed::
    I've created a PHP web application in Dreamweaver, which uses a MySQL database, containing 14 tables.
    On one page, I use a an SQL query to select data from 10 of the tables in the database.
    However, when I try to preview the page in a browser, a PHP warning stating that the MySQL engine has run out of memory.
    Is there a way of increasing the Memory Cache of the engine, or a way to optimize the performance?

    Is this happening locally?
    If it is, try rebooting your system and see if this fixes the problem. If not then you have a problem with your code. If it works locally but not on the server, then you know it's not something in your code causing the issue, so you can confidently go to your host support and have them sort it out.
    With any such situation, testing locally first is a vital debugging step.
    Hope this gives you a path to follow.
    Lawrence   *Adobe Community Expert*
    www.Cartweaver.com
    Complete Shopping Cart Application for
    Dreamweaver, available in ASP, PHP and CF
    www.twitter.com/LawrenceCramer

  • Really stumped: compiling or pkgbuild help needed

    Hi, guys... hopefully, this is the correct forum for this.  If not, perhaps a moderator will be kind enough to move it.
    I'm not really familiar or had any experience with pkgbuilds other than downloading a few from AUR that have worked fine when I tried them, but I'm having one heck of a time trying to build one for my Realtek LAN controller, or by simply compiling the driver for it directly.  So, I'm wondering if it is possible to make an Arch pkgbuild for a LAN driver, or does it have to be compiled independently?
    The controller uses the RTL8111c chip which doesn't work with the r8169 driver that is already included in the default kernel.
    The Realtek website says to use their r8168 driver for this controller:   ftp://210.51.181.211/cn/nic/r8168-8.006.00.tar.bz2
    I've tried it numerous times, but can't get it to compile:
    Here are the errors given when trying to compile:
    # make clean modules
    make -C src/ clean
    make[1]: Entering directory `/usr/src/r8168-8.006.00/src'
    rm -rf *.o *.ko *~ core* .dep* .*.d .*.cmd *.mod.c *.a *.s .*.flags .tmp_versions Module.symvers Modules.symversrset
    make[1]: Leaving directory `/usr/src/r8168-8.006.00/src'
    make -C src/ modules
    make[1]: Entering directory `/usr/src/r8168-8.006.00/src'
    make -C /lib/modules/2.6.25-ARCH/build SUBDIRS=/usr/src/r8168-8.006.00/src modules
    make[2]: Entering directory `/usr/src/linux-2.6.25-ARCH' CC [M] /usr/src/r8168-8.006.00/src/r8168_n.o
    /usr/src/r8168-8.006.00/src/r8168_n.c: In function 'rtl8168_init_board':
    /usr/src/r8168-8.006.00/src/r8168_n.c:2300: error: implicit declaration of function 'SET_MODULE_OWNER'
    /usr/src/r8168-8.006.00/src/r8168_n.c: In function 'rtl8168_init_one':
    /usr/src/r8168-8.006.00/src/r8168_n.c:2600: error: 'struct net_device' has no member named 'poll'
    /usr/src/r8168-8.006.00/src/r8168_n.c:2601: error: 'struct net_device' has no member named 'weight'
    /usr/src/r8168-8.006.00/src/r8168_n.c: In function 'rtl8168_rx_interrupt':
    /usr/src/r8168-8.006.00/src/r8168_n.c:4029: error: 'struct net_device' has no member named 'quota'
    /usr/src/r8168-8.006.00/src/r8168_n.c:4029: warning: type defaults to 'int' in declaration of '_y'
    /usr/src/r8168-8.006.00/src/r8168_n.c:4029: error: 'struct net_device' has no member named 'quota'
    /usr/src/r8168-8.006.00/src/r8168_n.c:4029: warning: comparison of distinct pointer types lacks a cast
    /usr/src/r8168-8.006.00/src/r8168_n.c: In function 'rtl8168_interrupt':
    /usr/src/r8168-8.006.00/src/r8168_n.c:4225: error: too few arguments to function 'netif_rx_schedule_prep'
    /usr/src/r8168-8.006.00/src/r8168_n.c:4226: error: too few arguments to function '__netif_rx_schedule'
    /usr/src/r8168-8.006.00/src/r8168_n.c: In function 'rtl8168_poll':
    /usr/src/r8168-8.006.00/src/r8168_n.c:4274: error: 'struct net_device' has no member named 'quota'
    /usr/src/r8168-8.006.00/src/r8168_n.c:4274: warning: type defaults to 'int' in declaration of '_y'
    /usr/src/r8168-8.006.00/src/r8168_n.c:4274: error: 'struct net_device' has no member named 'quota'
    /usr/src/r8168-8.006.00/src/r8168_n.c:4282: error: 'struct net_device' has no member named 'quota'
    /usr/src/r8168-8.006.00/src/r8168_n.c:4285: error: too few arguments to function 'netif_rx_complete'
    make[3]: *** [/usr/src/r8168-8.006.00/src/r8168_n.o] Error 1
    make[2]: *** [_module_/usr/src/r8168-8.006.00/src] Error 2
    make[2]: Leaving directory `/usr/src/linux-2.6.25-ARCH'
    make[1]: *** [modules] Error 2
    make[1]: Leaving directory `/usr/src/r8168-8.006.00/src'
    make: *** [modules] Error 2
    Hope the errors are formatted correctly (it was all scrambled when I opened it with NotePad under WinXP).
    Do any of you know what these errors mean, what I'm doing wrong, or what packages might be needed in order to get the driver properly installed?
    Can a pkgbuild be created and used for this purpose if I have the downloaded source package already in my pkgbuild directory?  I can't download any packages once in Arch (no connection to net) but I can download them under Windows, then carry them over to Arch to complete the driver install so I can have Internet again.
    Any help would really be appreciated because Windows XP is driving me nutty.
    Thanks for your help.

    DonVla wrote:make clean modules?
    try "make clean" or "make distclean" and then make modules. (but maybe i´m wrong...)
    No, you may very well be right, but I got that straight out of the 'readme' file that was included with the driver source package:
    # make clean modules
    I'll try it the other two ways you mentioned as soon as I'm able to get back into Arch.
    Thanks for the suggestions.

  • PKGBUILD Help needed

    Ok, so I'm trying to install my first PKGBUILD it's XMMS2 from AUR.  Now after reading the wiki I'm not entirely sure because of this part of the AUR How-to:
        *  configure the package : generally, there is a little script called configure in the source directory which is used to configure the package (add or remove support for things, choose the install destination, ...) and check that your computer has all the software needed by the package. it can be run by :
    ./configure [[option]]
    First when I run ./configure I get a message that says "no file or directory" second there is no script called "configure" in the file I decompressed, only two files called PKGBUILD and xmms2.install.
    What am I missing here?

    with PKGBUILD its really cool
    open a terminal/console cd /to/the/PKGBUILD
    as root run "makepkg"
    it will begin the building process
    then when done , a new file will be in that dir ending in .pkg.tar.gz that is a arch package
    pacman -U /path/to/new/****.pkg.tar.gz
    its only recommended you edit the PKGBUILD if you want something specific or have problems building

  • Creating a database using MySQL on a mac. Professional help needed!!

    Hello i'm creating an online retail website. To start with i'm doing it locally using Apache as the local server. Bearing in mind i'm only 15 can someone help me with turning a product list and all it's information into a database in MySQL? If you can run me through the process from scratch i'll be grateful. If i've been to brief please say so and I'll see if i can add extra information.
    Thank you so much!
    Mike
    PS. Domain i'm with is One.com

    http://dev.mysql.com/tech-resources/articles/ddws/index.html

  • JAVA + MYSQL + ACCESS + ENCODING!!! help needed here!!!!

    i have to migrate some data from access to mysql. however, i have some japanese characters in the access table and whenever i am done w/ migration and open the mysql table, i see bunch of ?????? instead japanese character. since im now working for a japanese company, this pc is in japanese eviorioment.
    i set mysql table to use utf8. does anyone here know whats going wrong? i guess there is something to do w/ encoding stuff. please help!!!
    here is some more information:
    java1.5.1, access2003, mysql5.1 and japanese xp

    This is the third thread you have opened on the same problem within the last couple of days, and you have not provided any more information than in the first one that would let people figure out what you are doing and thus help you.
    In the first thread you opened it seems you had gotten to the point of realizing that you couldn't insert Japanese characters correctly in your mysql database, right? So it seems that the problem is simply with your mysql configuration and/or the way you interact with it from Java.
    So, to narrow the problem down further:
    1. Can you insert Japanese directly into mysql (not from Java) and get them rendered correctly? That would indicate your DB is configured correctly.
    2. What is the code you use to insert Japanese characters into mysql? (start with hardcoded Japanese, don't mix the Access migration into this yet)

  • Multiple ethernet network adaptors + MySQL/php5: configuration help needed

    I would be grateful if someone could give me some advice on how to configure multiple ethernet adapters under OS X 10.5.6
    I have set up my system to work nicely with two ethernet network adapters, each with its own fixed IP. This bit works just fine. The machine supports two separate servers - a mail server and the OS X Apache2 server. I have configured the mail server to only listen to one of the IPs, and the Apache2 server to listen to the other (via httpd.conf). The system also has MySQL and php5 installed / enabled, and these services are only used by the Apache2 server.
    The problem I have is that when I start the machine, initially the php5 system cannot connect reliably to the MySQL database system. The fix I have found is to temporarily make the ethernet adapter connected to the mail server 'inactive'. While this is so, the php5/MySQL connection to Apache2 works. Curiously, once an initial connection between php5 and MySQL has been made, subsequently I can make the mail server's ethernet adapter active again without further problems.
    I initially thought this might be due to 'service order' issues - but changing the service order (e.g. putting the Apache adapter 'above' the mail adapter in the service order does not help. The fix only works by making the mail adapter inactive temporarily.
    I suspect that there is some configuration change I can make to clarify the setup I have. The MySQL and Apache installations only need to talk to the Apache server - but I am not sure how to record this configuration in the OS X system.
    Thanks in advance for any assistance that you can provide.
    Message was edited by: Gavin Lawrie

    Hi Stepehen,
    Did the configuration as per your advice  but i am getting the below mentioned error which i have highlighted it in red. Please advice what needs to be done.
    Home
    Re: 1941W configuration help needed
    created by Stephen Rodriguez in Getting     Started with Wireless - View the full discussion
    conf t
    interface     Dot11Radio0
    no ssid     Cisco_Kamran_BGN
    no encryption mode     ciphers aes-ccm
    exit
    interface     Dot11Radio1
    no encryption mode     ciphers aes-ccm
    no ssid     Cisco_Kamran_A
    exit
    dot11 ssid     Cisco_Kamran_A
    vlan 10
    dot11 ssid     Cisco_Kamran_BGN
    vlan 11
    exit
    interface     Dot11Radio0
    encryption vlan 11     mode ciphers aes
    ssid     Cisco_Kamran_BGN
    exit
    interface     dot11radio0.1
    encapsulation     dot1q 1 native
    bridge-group 1
    interface     dot11radio 0.11
    encapsulation     dot1q 11
    bridge-group 11
    Configuration of     subinterfaces and main interface
    within the same bridge     group is not permitted
    exit
    interface     Dot11Radio1
    encryption vlan 10     mode ciphers aes-ccm
    ssid     Cisco_Kamran_A
    interface     dot11radio1.1
    encapsulation     dot1q 1 native
    bridge-group 1
    interface     dot11radio1.10
    encapuslation     dot1q 10
    bridge-group 10
    Configuration of subinterfaces and main     interface
    within the same bridge     group is not permitted
    end
    wr
    Reply to this message by going to Home
    Start a new discussion in Getting Started with Wireless at Home

  • MySql Workbench - Invalid Options

    I've followed the arch wiki and installed maria db. I've then installed mysql-workbench from that aur, but I cannot connect to a local db. I get this error:
    Your connection attempt failed for user 'root' from your host to server at 127.0.0.1:3306:
      Unsupported option provided to mysql_options()
    Please:
    1 Check that mysql is running on server 127.0.0.1
    2 Check that mysql is running on port 3306 (note: 3306 is the default, but this can be changed)
    3 Check the root has rights to connect to 127.0.0.1 from your address (mysql rights define what clients can connect to the server and from which machines)
    4 Make sure you are both providing a password if needed and using the correct password for 127.0.0.1 connecting from the host address you're connecting from
    When I click on the connection, and hit "Test Connection" I get this error:
    Unsupported option provided to mysql_options()
    I know mysql is running because I can connect via the CLI:
    ➜ Downloads mysql -u root -p
    Enter password:
    Welcome to the MariaDB monitor. Commands end with ; or \g.
    Your MariaDB connection id is 10
    Server version: 10.0.14-MariaDB-log MariaDB Server
    Copyright (c) 2000, 2014, Oracle, SkySQL Ab and others.
    Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
    MariaDB [(none)]> show databases;
    +--------------------+
    | Database |
    +--------------------+
    | blah |
    | information_schema |
    | mysql |
    | performance_schema |
    | test |
    +--------------------+
    5 rows in set (0.00 sec)
    MariaDB [(none)]>
    And I know it is running on port 3306:
    ➜ Downloads sudo netstat -nap | grep 3306
    tcp6 0 0 :::3306 :::* LISTEN 16369/mysqld
    Any idea?
    Last edited by n_t (2014-11-24 17:24:30)

    Did you find out what was wrong? I started to have exactly the same problem on my home computer, although it works correctly at my work computer with very similar configuration.

  • [SOLVED]mysql-workbench 5.2.38

    hi,
    mysql-workbench 5.2.36 is not working anymore, and 5.2.37 does not compile, the latest 38 i tried to compile it but it gives me this error when configure
    configure: error: Python C development headers/libraries not found
    so please someone help me compiling it plz
    Last edited by shalaby (2012-02-26 11:43:23)

    Great to hear that :-)
    How long did the compilation take on your computer? If it was really long, maybe an unofficial user repo would be nice to have:
    Comment by: shaman on Wed, 15 Feb 2012 11:35:42 +0000
    Finally I uploaded version of mysql-workbench working fine with me. Since it is building long time, during next days I will find the way to make a custom repository for it, so that you will be able to download and install it without need to build it yourself

  • Help needed for using BASIC authentication through JDBCRealm

    Help needed.
    Hello,
    I am doing a degree project, so far it works fine in my local machine, I need to try it on my virtual hosting (as it is a live server).
    My project requires JDBCRealm, that is BASIC authentication loading access data from mysql database. Normally this setup can be done in Server.xml file, because my Tomcat hosting is a virtual one, I only have permission to access the web.xml file.
    My question is: is it possible to get it done in an alternative way? In web.xml? Some properties file maybe?
    Thank you very much.

    You can set this up for your context using META-INF/context.xml instead of working with server.xml.
    Make a directory called META-INF under your webapp ( it'll be at the same level as WEB-INF ). Under this, add a context.xml with all your context specific configuration including the realm. A sample is below
    <?xml version="1.0" encoding="UTF-8"?>
    <Context path="/myApp" reloadable="true">
        <Realm
            className="org.apache.catalina.realm.JDBCRealm"            
            driverName="com.microsoft.jdbc.sqlserver.SQLServerDriver"         
            connectionURL="jdbc:microsoft:sqlserver://127.0.0.1:1433;DatabaseName=myDB;SelectMethod=Cursor;"
            connectionName="username" connectionPassword="password"
            digest="MD5" userTable="users" userNameCol="userid" userCredCol="userpassword"
            userRoleTable="user_roles" roleNameCol="rolename"
        />
    </Context>Hope this helps.
    People on the forum help others voluntarily, it's not their job.
    Help them help you.
    Learn how to ask questions first: http://faq.javaranch.com/java/HowToAskQuestionsOnJavaRanch
    ----------------------------------------------------------------

  • Help needed to run JSTL 1.1 in Tomcat 6.0.16

    Hi All,Help needed to run JSTL 1.1 in Tomcat 6.0.16. I am trying to run the example given in http://tomcat.apache.org/tomcat-6.0-doc/jndi-datasource-examples-howto.html The example tries to connect to MySQL database from JSP using JSTL and JNDI Datasource.I am running the example using Eclipse 3.4.2 using Sysdeo plugin to start and stop Tomcat server from Eclipse IDE.
    My web.xml file has <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" id="WebApp_ID" version="2.5">
    </web-app>
    and test.jsp has proper taglib directives
    <%@ taglib prefix="sql" uri="http://java.sun.com/jsp/jstl/sql" %>
    <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
    I have placed the jstl.jar and standard.jarof the jakarta-taglibs-standard-1.1.2.zip under E:\Deepa\workspace\DBTest\WebContent\WEB-INF\lib directory also placedcontext.xml file under E:\Deepa\workspace\DBTest\WebContent\META-INF and the content of context.xml is as below
    <Context path="/DBTest" docBase="DBTest"
    debug="5" reloadable="true" crossContext="true">
    <Resource name="jdbc/TestDB" auth="Container" type="javax.sql.DataSource"
    maxActive="100" maxIdle="30" maxWait="10000"
    username="deepa" password="mysql" driverClassName="com.mysql.jdbc.Driver"
    url="jdbc:mysql://localhost:3306/javatest?autoReconnect=true"/>
    </Context>
    Now while running the example, Eclipse creates one DBTest.xml file under C:\Program Files\Apache Software Foundation\Tomcat 6.0\conf\Catalina\localhost
    which has the following line:
    <Context path="/DBTest" reloadable="true" docBase="E:\Deepa\workspace\DBTest" workDir="E:\Deepa\workspace\DBTest\work" />
    I am getting the following error when running http://localhost/DBTest/WebContent/test.jsp
    in Browser:
    <HTTP Status 500 -
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    org.apache.jasper.JasperException: The absolute uri: http://java.sun.com/jsp/jstl/sql cannot be resolved in either web.xml or the jar files deployed with this application
    org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:51)
    org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:409)
    org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:116)
    org.apache.jasper.compiler.TagLibraryInfoImpl.generateTLDLocation(TagLibraryInfoImpl.java:315)
    org.apache.jasper.compiler.TagLibraryInfoImpl.<init>(TagLibraryInfoImpl.java:148)
    org.apache.jasper.compiler.Parser.parseTaglibDirective(Parser.java:431)
    org.apache.jasper.compiler.Parser.parseDirective(Parser.java:494)
    org.apache.jasper.compiler.Parser.parseElements(Parser.java:1444)
    org.apache.jasper.compiler.Parser.parse(Parser.java:138)
    org.apache.jasper.compiler.ParserController.doParse(ParserController.java:216)
    org.apache.jasper.compiler.ParserController.parse(ParserController.java:103)
    org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:154)
    org.apache.jasper.compiler.Compiler.compile(Compiler.java:315)
    org.apache.jasper.compiler.Compiler.compile(Compiler.java:295)
    org.apache.jasper.compiler.Compiler.compile(Compiler.java:282)
    org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:586)
    org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:317)
    org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:342)
    org.apache.jasper.servlet.JspServlet.service(JspServlet.java:267)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
    In the Tomcat Server console, I am getting the following error:
    INFO: Server startup in 7295 ms
    May 20, 2009 6:36:48 AM org.apache.jasper.compiler.TldLocationsCache processWebDotXml
    WARNING: Internal Error: File /WEB-INF/web.xml not found
    May 20, 2009 6:36:48 AM org.apache.catalina.core.StandardWrapperValve invoke
    SEVERE: Servlet.service() for servlet jsp threw exception
    org.apache.jasper.JasperException: The absolute uri: http://java.sun.com/jsp/jstl/sql cannot be resolved in either web.xml or the jar files deployed with this application
    what is the problem with my code?
    When running the same example, by creating a local server in Eclipse(creating new Server connection pointing to same Tomcat 6.0 installation) it runs fine without any error.

    Hi evnafets,
    Wow, very helpful information, great insight into working of Eclipse. Thanks a lot.
    I have one more question. I have a context.xml file under {color:#0000ff}E:\Deepa\workspace\DBTest\WebContent\META-INF{color} folder and that has the Resource element to connect to MySQL database:
    {code{color:#000000}}{color}<Context path="/DBTest" docBase="DBTest" debug="5" reloadable="true" crossContext="true">
    <Resource name="jdbc/TestDB" auth="Container" type="javax.sql.DataSource" maxActive="100" maxIdle="30" maxWait="10000" username="deepa" password="mysql" driverClassName="com.mysql.jdbc.Driver"
    {color:#0000ff}url="jdbc:mysql://localhost:3306/javatest?autoReconnect=true"/>{color}
    {color:#0000ff}</Context>{color}As usual when running application in local Tomcat server of Eclipse, this data source works fine. But when I run the application on Tomcat, by starting Sysdeo plugin from Eclipse, the DBTest.xml file created in C:\Tomcat 6.0\conf\Catalina\localhost has the context entry as<Context path="/DBTest" reloadable="true" docBase="E:\Deepa\workspace\DBTest\WebContent" workDir="E:\Deepa\workspace\DBTest\work">
    </Context>The<Resource> element I have specified in the context.xml of \WebContent\META-INF folder is not taken into account by Tomcat and it gives the following error:May 21, 2009 5:20:04 AM org.apache.catalina.core.StandardWrapperValve invoke
    SEVERE: Servlet.service() for servlet jsp threw exception
    javax.servlet.jsp.JspException: Unable to get connection, DataSource invalid: "org.apache.tomcat.dbcp.dbcp.SQLNestedException_: Cannot create JDBC driver of class '' for connect URL 'null'"
    _at org.apache.taglibs.standard.tag.common.sql.QueryTagSupport.getConnection(_QueryTagSupport.java:276_)
    at org.apache.taglibs.standard.tag.common.sql.QueryTagSupport.doStartTag(_QueryTagSupport.java:159_)
    at org.apache.jsp.test_jsp._jspx_meth_sql_005fquery_005f0(_test_jsp.java:113_)
    at org.apache.jsp.test_jsp._jspService(_test_jsp.java:66_)
    at org.apache.jasper.runtime.HttpJspBase.service(_HttpJspBase.java:70_)
    at javax.servlet.http.HttpServlet.service(_HttpServlet.java:717_)
    at org.apache.jasper.servlet.JspServletWrapper.service(_JspServletWrapper.java:374_)
    at org.apache.jasper.servlet.JspServlet.serviceJspFile(_JspServlet.java:342_)
    at org.apache.jasper.servlet.JspServlet.service(_JspServlet.java:267_)
    at javax.servlet.http.HttpServlet.service(_HttpServlet.java:717_)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(_ApplicationFilterChain.java:290_)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(_ApplicationFilterChain.java:206_)
    at org.apache.catalina.core.StandardWrapperValve.invoke(_StandardWrapperValve.java:233_)
    at org.apache.catalina.core.StandardContextValve.invoke(_StandardContextValve.java:191_)
    at org.apache.catalina.core.StandardHostValve.invoke(_StandardHostValve.java:128_)
    at org.apache.catalina.valves.ErrorReportValve.invoke(_ErrorReportValve.java:102_)
    at org.apache.catalina.core.StandardEngineValve.invoke(_StandardEngineValve.java:109_)
    at org.apache.catalina.connector.CoyoteAdapter.service(_CoyoteAdapter.java:286_)
    at org.apache.coyote.http11.Http11Processor.process(_Http11Processor.java:845_)
    at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(_Http11Protocol.java:583_)
    at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(_JIoEndpoint.java:447_)
    at java.lang.Thread.run(_Thread.java:619_)
    {code}
    So to overcome this error I had to place the <Resource> element in DBTest.xml under C:\Tomcat 6.0\conf\Catalina\localhost {color:#000000}and then it works fine. {color}{color:#ff0000}*Why is the context.xml file in META-INF not considered by Tomcat server using Sysdeo Plugin?*
    *Thanks,*
    *Deepa*{color}
    {color}
    Edited by: Deepa76 on May 26, 2009 9:32 PM

  • How do i install mySQL on my macbook air,please i need the assistance urgently,because i need to use the program for my course.

    how do i install mySQL on my macbook air.please i need urgent assistance,as it would help me do my course work.
    regarde garabella.

    Call AppleCare and ask them to send you a replacement set. They will charge you a nominal fee for shipping and handling.
    Allan

  • PDFActions on xMII12. Help needed immediately???

    Good Day everyone. I face a problem when trying to deploy PDFActions.jar file in xMII 12. The procedure i followed is ,
    1) I created a file called catalog.xml from the PDFComponentCatalog.xml file which presents in xMII 11.5.
    2) Then i created the PDFActions.jar file along with the xml file.
    3) Used Custom Actions link in System Management and added PDFActions.jar file as the assembly file and iText.jar file as the dependency file. The upload was successful and i deployed without any error.
    4) When i open workbench i can see a PDF action block on the left side without images, and when i try to add it to a sequence nothing happens. It is not getting added in sequence and i am not getting any error messages
    Can anyone help me out on this?

    I guess you've been posting this issue for quite sometime now and inspite of getting hints I am not sure why you are coming up with your own steps to resolve the problem.
    SAP note 1109054 has been mentioned probably a number of times before and I would advice you to open it up and read through , carefully , with a  relaxed mind , no need to panic (read - Help needed immediately???).
    The above mentioned note is for 12.0 SP2 so make sure you are on that version and because there have been no postings/notes for SP3 I would think the note would be applicable for SP3 as well.
    If you face any issues after that then raise your doubts.

  • MySql WorkBench crashes when saving, creating new stored procedure.

    Process:         MySQLWorkbench [5284]
    Path:            /Applications/MySQLWorkbench.app/Contents/MacOS/MySQLWorkbench
    Identifier:      com.oracle.mysql.workbench
    Version:         6.2.3 (1)
    Code Type:       X86 (Native)
    Parent Process:  launchd [270]
    Responsible:     MySQLWorkbench [5284]
    User ID:         501
    Date/Time:       2014-10-08 19:38:53.715 +0530
    OS Version:      Mac OS X 10.9.5 (13F34)
    Report Version:  11
    Anonymous UUID:  5E7DB8A9-29C7-B596-C2A8-0C0A1784765D
    Sleep/Wake UUID: F9E2CCB6-389C-448C-B322-1ECED6B8EEA5
    Crashed Thread:  19  Dispatch queue: com.apple.root.default-priority
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x00000000fefff000
    VM Regions Near 0xfefff000:
        CG shared images       00000000c871f000-00000000c8727000 [   32K] r--/r-- SM=SHM 
    --> VM_ALLOCATE            00000000fefff000-00000000ff000000 [    4K] rw-/rwx SM=COW 
        Submap                 00000000ffff0000-00000000ffff1000 [    4K] r--/r-- SM=PRV  process-only VM submap
    Application Specific Information:
    Performing @selector(perform:) from sender MFToolBarActionItemImpl 0x7e72dcb0
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib         0x97b1f7ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x956eed8a _pthread_cond_wait + 837
    2   libsystem_pthread.dylib       0x956ef042 pthread_cond_timedwait_relative_np + 47
    3   com.apple.FinderKit           0x9a9329ed TConditionVariable::WaitWithTimeout(TMutex&, unsigned long long, bool&) + 107
    4   com.apple.FinderKit           0x9a92e105 TIconFetcher::Fetch() + 211
    5   com.apple.FinderKit           0x9a92df2a UIconFetcher::Prefetch(TFENodeVector const&, TFENode const&, unsigned long, unsigned long, bool) + 117
    6   com.apple.FinderKit           0x9a92deb0 UIconFetcher::PrefetchIcons(TFENodeVector const&, unsigned long) + 56
    7   com.apple.FinderKit           0x9aa4459f -[FILocationPopUp setTargetNode:] + 161
    8   com.apple.FinderKit           0x9aa10b30 -[FIFinderViewGutsController setTargetNode:withViewStyle:] + 710
    9   com.apple.FinderKit           0x9aa106d8 -[FIFinderViewGutsController setTargetNode:] + 64
    10  com.apple.FinderKit           0x9aa11d3d -[FIFinderViewGutsController deferredRetargetAndReloadForNode:] + 188
    11  com.apple.FinderKit           0x9aa12247 -[FIFinderViewGutsController urlResolutionCompleted:] + 212
    12  com.apple.Foundation           0x95b5e9f2 __57-[NSNotificationCenter addObserver:selector:name:object:]_block_invoke + 49
    13  com.apple.CoreFoundation       0x9729b5a4 __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 20
    14  com.apple.CoreFoundation       0x9717d04b _CFXNotificationPost + 3435
    15  com.apple.Foundation           0x95b4d4df -[NSNotificationCenter postNotificationName:object:userInfo:] + 92
    16  com.apple.Foundation           0x95b6aa9e -[NSNotificationCenter postNotificationName:object:] + 55
    17  com.apple.FinderKit           0x9aa0cdb2 -[FI_FinderURLResolver resolutionCompleted:] + 193
    18  libobjc.A.dylib               0x998cb2af -[NSObject performSelector:withObject:] + 70
    19  com.apple.Foundation           0x95bb3772 __NSThreadPerformPerform + 318
    20  com.apple.CoreFoundation       0x971f2b5f __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 15
    21  com.apple.CoreFoundation       0x971e395b __CFRunLoopDoSources0 + 235
    22  com.apple.CoreFoundation       0x971e305e __CFRunLoopRun + 1022
    23  com.apple.CoreFoundation       0x971e29ea CFRunLoopRunSpecific + 394
    24  com.apple.CoreFoundation       0x971e284b CFRunLoopRunInMode + 123
    25  com.apple.HIToolbox           0x9397ab5d RunCurrentEventLoopInMode + 259
    26  com.apple.HIToolbox           0x9397a777 ReceiveNextEventCommon + 163
    27  com.apple.HIToolbox           0x9397a6bd _BlockUntilNextEventMatchingListInModeWithFilter + 92
    28  com.apple.AppKit               0x981d9349 _DPSNextEvent + 1602
    29  com.apple.AppKit               0x981d8870 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 119
    30  com.apple.AppKit               0x98556edc -[NSApplication _realDoModalLoop:peek:] + 828
    31  com.apple.AppKit               0x98556b8d -[NSApplication _doModalLoop:peek:] + 209
    32  com.apple.AppKit               0x98555556 -[NSApplication runModalForWindow:] + 235
    33  com.apple.AppKit               0x98888db7 -[NSSavePanel runModal] + 403
    34  libmforms.dylib               0x01d52b49 filechooser_run_modal(mforms::FileChooser*) + 148
    35  libmforms.dylib               0x01d21e7d mforms::FileChooser::run_modal() + 27
    36  libwbpublic.be.dylib           0x007bac76 save_file(MySQLEditor*) + 56
    37  libwbpublic.be.dylib           0x007c6163 boost::detail::function::void_function_obj_invoker1<boost::_bi::bind_t<void, void (*)(MySQLEditor*), boost::_bi::list1<boost::_bi::value<MySQLEditor*> > >, void, mforms::ToolBarItem*>::invoke(boost::detail::function::function_buffer&, mforms::ToolBarItem*) + 17
    38  libmforms.dylib               0x01d942e0 boost::function1<void, mforms::ToolBarItem*>::operator()(mforms::ToolBarItem*) const + 36
    39  libmforms.dylib               0x01d9428d boost::signals2::detail::signal1_impl<void, mforms::ToolBarItem*, boost::signals2::optional_last_value<void>, int, std::less<int>, boost::function<void (mforms::ToolBarItem*)>, boost::function<void (boost::signals2::connection const&, mforms::ToolBarItem*)>, boost::signals2::mutex>::slot_invoker::m_invoke(boost::shared_ptr<boost::signal s2::detail::connection_body<std::pair<boost::signals2::detail::slot_meta_group, boost::optional<int> >, boost::signals2::slot1<void, mforms::ToolBarItem*, boost::function<void (mforms::ToolBarItem*)> >, boost::signals2::mutex> > const&, boost::signals2::detail::void_type const*) const + 43
    40  libmforms.dylib               0x01d941a5 boost::signals2::detail::slot_call_iterator_t<boost::signals2::detail::signal1_ impl<void, mforms::ToolBarItem*, boost::signals2::optional_last_value<void>, int, std::less<int>, boost::function<void (mforms::ToolBarItem*)>, boost::function<void (boost::signals2::connection const&, mforms::ToolBarItem*)>, boost::signals2::mutex>::slot_invoker, std::_List_iterator<boost::shared_ptr<boost::signals2::detail::connection_body< std::pair<boost::signals2::detail::slot_meta_group, boost::optional<int> >, boost::signals2::slot1<void, mforms::ToolBarItem*, boost::function<void (mforms::ToolBarItem*)> >, boost::signals2::mutex> > >, boost::signals2::detail::connection_body<std::pair<boost::signals2::detail::slo t_meta_group, boost::optional<int> >, boost::signals2::slot1<void, mforms::ToolBarItem*, boost::function<void (mforms::ToolBarItem*)> >, boost::signals2::mutex> >::dereference() const + 57
    41  libmforms.dylib               0x01d9412a void boost::signals2::optional_last_value<void>::operator()<boost::signals2::detail: :slot_call_iterator_t<boost::signals2::detail::signal1_impl<void, mforms::ToolBarItem*, boost::signals2::optional_last_value<void>, int, std::less<int>, boost::function<void (mforms::ToolBarItem*)>, boost::function<void (boost::signals2::connection const&, mforms::ToolBarItem*)>, boost::signals2::mutex>::slot_invoker, std::_List_iterator<boost::shared_ptr<boost::signals2::detail::connection_body< std::pair<boost::signals2::detail::slot_meta_group, boost::optional<int> >, boost::signals2::slot1<void, mforms::ToolBarItem*, boost::function<void (mforms::ToolBarItem*)> >, boost::signals2::mutex> > >, boost::signals2::detail::connection_body<std::pair<boost::signals2::detail::slo t_meta_group, boost::optional<int> >, boost::signals2::slot1<void, mforms::ToolBarItem*, boost::function<void (mforms::ToolBarItem*)> >, boost::signals2::mutex> > >(boost::signals2::detail::slot_call_iterator_t<boost::signals2::detail::signal 1_impl<void, mforms::ToolBarItem*, boost::signals2::optional_last_value<void>, int, std::less<int>, boost::function<void (mforms::ToolBarItem*)>, boost::function<void (boost::signals2::connection const&, mforms::ToolBarItem*)>, boost::signals2::mutex>::slot_invoker, std::_List_iterator<boost::shared_ptr<boost::signals2::detail::connection_body< std::pair<boost::signals2::detail::slot_meta_group, boost::optional<int> >, boost::signals2::slot1<void, mforms::ToolBarItem*, boost::function<void (mforms::ToolBarItem*)> >, boost::signals2::mutex> > >, boost::signals2::detail::connection_body<std::pair<boost::signals2::detail::slo t_meta_group, boost::optional<int> >, boost::signals2::slot1<void, mforms::ToolBarItem*, boost::function<void (mforms::ToolBarItem*)> >, boost::signals2::mutex> >, boost::signals2::detail::slot_call_iterator_t<boost::signals2::detail::signal1_ impl<void, mforms::ToolBarItem*, boost::signals2::optional_last_value<void>, int, std::less<int>, boost::function<void (mforms::ToolBarItem*)>, boost::function<void (boost::signals2::connection const&, mforms::ToolBarItem*)>, boost::signals2::mutex>::slot_invoker, std::_List_iterator<boost::shared_ptr<boost::signals2::detail::connection_body< std::pair<boost::signals2::detail::slot_meta_group, boost::optional<int> >, boost::signals2::slot1<void, mforms::ToolBarItem*, boost::function<void (mforms::ToolBarItem*)> >, boost::signals2::mutex> > >, boost::signals2::detail::connection_body<std::pair<boost::signals2::detail::slo t_meta_group, boost::optional<int> >, boost::signals2::slot1<void, mforms::ToolBarItem*, boost::function<void (mforms::ToolBarItem*)> >, boost::signals2::mutex> >) const + 30
    42  libmforms.dylib               0x01d928d8 boost::signals2::detail::signal1_impl<void, mforms::ToolBarItem*, boost::signals2::optional_last_value<void>, int, std::less<int>, boost::function<void (mforms::ToolBarItem*)>, boost::function<void (boost::signals2::connection const&, mforms::ToolBarItem*)>, boost::signals2::mutex>::operator()(mforms::ToolBarItem*) + 386
    43  libmforms.dylib               0x01d9242b boost::signals2::signal1<void, mforms::ToolBarItem*, boost::signals2::optional_last_value<void>, int, std::less<int>, boost::function<void (mforms::ToolBarItem*)>, boost::function<void (boost::signals2::connection const&, mforms::ToolBarItem*)>, boost::signals2::mutex>::operator()(mforms::ToolBarItem*) + 37
    44  libmforms.dylib               0x01d9203c mforms::ToolBarItem::callback() + 42
    45  libmforms.dylib               0x01d95499 -[MFToolBarActionItemImpl perform:] + 28
    46  libobjc.A.dylib               0x998cb2af -[NSObject performSelector:withObject:] + 70
    47  com.apple.AppKit               0x984058a5 -[NSApplication sendAction:to:from:] + 438
    48  com.apple.AppKit               0x984056ad -[NSControl sendAction:to:] + 102
    49  com.apple.AppKit               0x98454c7b -[NSCell _sendActionFrom:] + 159
    50  com.apple.AppKit               0x9846ff2a -[NSCell trackMouse:inRect:ofView:untilMouseUp:] + 2465
    51  com.apple.AppKit               0x9846f161 -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 513
    52  com.apple.AppKit               0x9846e785 -[NSControl mouseDown:] + 690
    53  com.apple.AppKit               0x983eaa9d -[NSWindow sendEvent:] + 11953
    54  com.apple.AppKit               0x9838691d -[NSApplication sendEvent:] + 4034
    55  com.apple.AppKit               0x981cb1bc -[NSApplication run] + 823
    56  com.apple.AppKit               0x981b3ff8 NSApplicationMain + 1165
    57  com.oracle.mysql.workbench     0x00077475 start + 53
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x97b20992 kevent64 + 10
    1   libdispatch.dylib             0x9189f899 _dispatch_mgr_invoke + 238
    2   libdispatch.dylib             0x9189f532 _dispatch_mgr_thread + 52
    Thread 2:: Dispatch queue: com.apple.root.default-priority
    0   libsystem_kernel.dylib         0x97b1af7a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x97b1a16c mach_msg + 68
    2   com.apple.CoreFoundation       0x971e3bf9 __CFRunLoopServiceMachPort + 169
    3   com.apple.CoreFoundation       0x971e31d1 __CFRunLoopRun + 1393
    4   com.apple.CoreFoundation       0x971e29ea CFRunLoopRunSpecific + 394
    5   com.apple.CoreFoundation       0x971e284b CFRunLoopRunInMode + 123
    6   com.apple.Foundation           0x95bb95b9 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 277
    7   com.apple.AppKit               0x9849da10 -[NSAnimation(NSInternal) _runBlocking] + 463
    8   com.apple.AppKit               0x9849d827 -[NSAnimation(NSInternal) _animationThread] + 79
    9   com.apple.AppKit               0x9849d7bc __42-[NSAnimation(NSInternal) _runInNewThread]_block_invoke + 36
    10  libdispatch.dylib             0x918a076b _dispatch_call_block_and_release + 15
    11  libdispatch.dylib             0x9189d386 _dispatch_client_callout + 50
    12  libdispatch.dylib             0x9189f443 _dispatch_root_queue_drain + 257
    13  libdispatch.dylib             0x918a070e _dispatch_worker_thread2 + 39
    14  libsystem_pthread.dylib       0x956eddab _pthread_wqthread + 336
    15  libsystem_pthread.dylib       0x956f1cce start_wqthread + 30
    Thread 3:
    0   libsystem_kernel.dylib         0x97b20046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x956eddcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib       0x956f1cce start_wqthread + 30
    Thread 4:: GRTDispatcher
    0   libsystem_kernel.dylib         0x97b1f7ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x956eed1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x956f0c25 pthread_cond_timedwait$UNIX2003 + 71
    3   libglib-2.0.0.dylib           0x0019c1f3 g_cond_wait_until + 133
    4   libglib-2.0.0.dylib           0x00137e66 g_async_queue_unlock + 206
    5   libglib-2.0.0.dylib           0x00138048 g_async_queue_timed_pop + 186
    6   libwbpublic.be.dylib           0x007d9532 bec::GRTDispatcher::worker_thread(void*) + 378
    7   libglib-2.0.0.dylib           0x001834f5 g_thread_proxy + 161
    8   libsystem_pthread.dylib       0x956ec5fb _pthread_body + 144
    9   libsystem_pthread.dylib       0x956ec485 _pthread_start + 130
    10  libsystem_pthread.dylib       0x956f1cf2 thread_start + 34
    Thread 5:
    0   libsystem_kernel.dylib         0x97b1af7a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x97b1a16c mach_msg + 68
    2   com.apple.CoreFoundation       0x971e3bf9 __CFRunLoopServiceMachPort + 169
    3   com.apple.CoreFoundation       0x971e31d1 __CFRunLoopRun + 1393
    4   com.apple.CoreFoundation       0x971e29ea CFRunLoopRunSpecific + 394
    5   com.apple.CoreFoundation       0x971e284b CFRunLoopRunInMode + 123
    6   com.apple.AppKit               0x98382b88 _NSEventThread + 283
    7   libsystem_pthread.dylib       0x956ec5fb _pthread_body + 144
    8   libsystem_pthread.dylib       0x956ec485 _pthread_start + 130
    9   libsystem_pthread.dylib       0x956f1cf2 thread_start + 34
    Thread 6:: timer
    0   libsystem_kernel.dylib         0x97b1fb76 __semwait_signal + 10
    1   libsystem_c.dylib             0x96e1bfb7 nanosleep$UNIX2003 + 219
    2   libglib-2.0.0.dylib           0x001846a7 g_usleep + 75
    3   libwbpublic.be.dylib           0x007d18fb bec::TimerActionThread::main_loop() + 77
    4   libwbpublic.be.dylib           0x007d1803 bec::TimerActionThread::start(void*) + 75
    5   libglib-2.0.0.dylib           0x001834f5 g_thread_proxy + 161
    6   libsystem_pthread.dylib       0x956ec5fb _pthread_body + 144
    7   libsystem_pthread.dylib       0x956ec485 _pthread_start + 130
    8   libsystem_pthread.dylib       0x956f1cf2 thread_start + 34
    Thread 7:: GRTDispatcher
    0   libsystem_kernel.dylib         0x97b1f7ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x956eed1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x956f0c25 pthread_cond_timedwait$UNIX2003 + 71
    3   libglib-2.0.0.dylib           0x0019c1f3 g_cond_wait_until + 133
    4   libglib-2.0.0.dylib           0x00137e66 g_async_queue_unlock + 206
    5   libglib-2.0.0.dylib           0x00138048 g_async_queue_timed_pop + 186
    6   libwbpublic.be.dylib           0x007d9532 bec::GRTDispatcher::worker_thread(void*) + 378
    7   libglib-2.0.0.dylib           0x001834f5 g_thread_proxy + 161
    8   libsystem_pthread.dylib       0x956ec5fb _pthread_body + 144
    9   libsystem_pthread.dylib       0x956ec485 _pthread_start + 130
    10  libsystem_pthread.dylib       0x956f1cf2 thread_start + 34
    Thread 8:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib         0x97b1af7a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x97b1a16c mach_msg + 68
    2   com.apple.CoreFoundation       0x971e3bf9 __CFRunLoopServiceMachPort + 169
    3   com.apple.CoreFoundation       0x971e31d1 __CFRunLoopRun + 1393
    4   com.apple.CoreFoundation       0x971e29ea CFRunLoopRunSpecific + 394
    5   com.apple.CoreFoundation       0x971e284b CFRunLoopRunInMode + 123
    6   com.apple.Foundation           0x95bb7355 +[NSURLConnection(Loader) _resourceLoadLoop:] + 381
    7   com.apple.Foundation           0x95bb71ce -[NSThread main] + 45
    8   com.apple.Foundation           0x95bb7126 __NSThread__main__ + 1426
    9   libsystem_pthread.dylib       0x956ec5fb _pthread_body + 144
    10  libsystem_pthread.dylib       0x956ec485 _pthread_start + 130
    11  libsystem_pthread.dylib       0x956f1cf2 thread_start + 34
    Thread 9:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib         0x97b1f7ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x956eed1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x956f0bd9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.JavaScriptCore       0x95247ae4 JSC::BlockAllocator::blockFreeingThreadMain() + 276
    4   com.apple.JavaScriptCore       0x9523ee1c ***::threadEntryPoint(void*) + 76
    5   com.apple.JavaScriptCore       0x9523edb0 ***::wtfThreadEntryPoint(void*) + 16
    6   libsystem_pthread.dylib       0x956ec5fb _pthread_body + 144
    7   libsystem_pthread.dylib       0x956ec485 _pthread_start + 130
    8   libsystem_pthread.dylib       0x956f1cf2 thread_start + 34
    Thread 10:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x97b1f7ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x956eed1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x956f0bd9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.JavaScriptCore       0x952484eb JSC::GCThread::waitForNextPhase() + 123
    4   com.apple.JavaScriptCore       0x95248378 JSC::GCThread::gcThreadMain() + 88
    5   com.apple.JavaScriptCore       0x9523ee1c ***::threadEntryPoint(void*) + 76
    6   com.apple.JavaScriptCore       0x9523edb0 ***::wtfThreadEntryPoint(void*) + 16
    7   libsystem_pthread.dylib       0x956ec5fb _pthread_body + 144
    8   libsystem_pthread.dylib       0x956ec485 _pthread_start + 130
    9   libsystem_pthread.dylib       0x956f1cf2 thread_start + 34
    Thread 11:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x97b1f7ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x956eed1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x956f0bd9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.JavaScriptCore       0x952484eb JSC::GCThread::waitForNextPhase() + 123
    4   com.apple.JavaScriptCore       0x95248378 JSC::GCThread::gcThreadMain() + 88
    5   com.apple.JavaScriptCore       0x9523ee1c ***::threadEntryPoint(void*) + 76
    6   com.apple.JavaScriptCore       0x9523edb0 ***::wtfThreadEntryPoint(void*) + 16
    7   libsystem_pthread.dylib       0x956ec5fb _pthread_body + 144
    8   libsystem_pthread.dylib       0x956ec485 _pthread_start + 130
    9   libsystem_pthread.dylib       0x956f1cf2 thread_start + 34
    Thread 12:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x97b1f7ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x956eed1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x956f0bd9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.JavaScriptCore       0x952484eb JSC::GCThread::waitForNextPhase() + 123
    4   com.apple.JavaScriptCore       0x95248378 JSC::GCThread::gcThreadMain() + 88
    5   com.apple.JavaScriptCore       0x9523ee1c ***::threadEntryPoint(void*) + 76
    6   com.apple.JavaScriptCore       0x9523edb0 ***::wtfThreadEntryPoint(void*) + 16
    7   libsystem_pthread.dylib       0x956ec5fb _pthread_body + 144
    8   libsystem_pthread.dylib       0x956ec485 _pthread_start + 130
    9   libsystem_pthread.dylib       0x956f1cf2 thread_start + 34
    Thread 13:: GRTDispatcher
    0   libsystem_kernel.dylib         0x97b1f7ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x956eed1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x956f0c25 pthread_cond_timedwait$UNIX2003 + 71
    3   libglib-2.0.0.dylib           0x0019c1f3 g_cond_wait_until + 133
    4   libglib-2.0.0.dylib           0x00137e66 g_async_queue_unlock + 206
    5   libglib-2.0.0.dylib           0x00138048 g_async_queue_timed_pop + 186
    6   libwbpublic.be.dylib           0x007d9532 bec::GRTDispatcher::worker_thread(void*) + 378
    7   libglib-2.0.0.dylib           0x001834f5 g_thread_proxy + 161
    8   libsystem_pthread.dylib       0x956ec5fb _pthread_body + 144
    9   libsystem_pthread.dylib       0x956ec485 _pthread_start + 130
    10  libsystem_pthread.dylib       0x956f1cf2 thread_start + 34
    Thread 14:
    0   libsystem_kernel.dylib         0x97b1fb76 __semwait_signal + 10
    1   libsystem_c.dylib             0x96e1bfb7 nanosleep$UNIX2003 + 219
    2   libglib-2.0.0.dylib           0x001846a7 g_usleep + 75
    3   libwbbase.dylib               0x003f365b ThreadedTimer::main_loop() + 55
    4   libwbbase.dylib               0x003f3427 ThreadedTimer::start(void*) + 17
    5   libglib-2.0.0.dylib           0x001834f5 g_thread_proxy + 161
    6   libsystem_pthread.dylib       0x956ec5fb _pthread_body + 144
    7   libsystem_pthread.dylib       0x956ec485 _pthread_start + 130
    8   libsystem_pthread.dylib       0x956f1cf2 thread_start + 34
    Thread 15:: CVDisplayLink
    0   libsystem_kernel.dylib         0x97b1af7a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x97b1a16c mach_msg + 68
    2   com.apple.framework.IOKit     0x9112070c io_connect_method + 424
    3   com.apple.framework.IOKit     0x910ba44f IOConnectCallMethod + 546
    4   com.apple.framework.IOKit     0x910ba70b IOConnectCallStructMethod + 84
    5   com.apple.IOAccelerator       0x99a5b640 IOAccelContextSubmitDataBuffers + 232
    6   libGPUSupportMercury.dylib     0x997e139b gpusSubmitDataBuffers + 133
    7   com.apple.driver.AppleIntelHD5000GraphicsGLDriver 0x40349005 IntelCommandBuffer::getNew(GLDContextRec*) + 43
    8   com.apple.driver.AppleIntelHD5000GraphicsGLDriver 0x40345386 GenContext::prepareCommandBuffer() + 32
    9   com.apple.driver.AppleIntelHD5000GraphicsGLDriver 0x40348e69 intelSubmitCommands + 216
    10  com.apple.driver.AppleIntelHD5000GraphicsGLDriver 0x4034a241 gldPresentFramebufferData + 152
    11  GLEngine                       0x9b720590 glSwap_Exec + 96
    12  com.apple.opengl               0x97d843fb CGLFlushDrawable + 67
    13  com.apple.QuartzCore           0x91162ae4 view_draw(_CAView*, double, CVTimeStamp const*, bool) + 4610
    14  com.apple.QuartzCore           0x911618b8 view_display_link(double, CVTimeStamp const*, void*) + 148
    15  com.apple.QuartzCore           0x9116174b link_callback + 278
    16  com.apple.CoreVideo           0x960d0506 CVDisplayLink::performIO(CVTimeStamp*) + 288
    17  com.apple.CoreVideo           0x960cf4ff CVDisplayLink::runIOThread() + 871
    18  com.apple.CoreVideo           0x960cf180 startIOThread(void*) + 159
    19  libsystem_pthread.dylib       0x956ec5fb _pthread_body + 144
    20  libsystem_pthread.dylib       0x956ec485 _pthread_start + 130
    21  libsystem_pthread.dylib       0x956f1cf2 thread_start + 34
    Thread 16:: GRTDispatcher
    0   libsystem_kernel.dylib         0x97b1f7ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x956eed1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x956f0c25 pthread_cond_timedwait$UNIX2003 + 71
    3   libglib-2.0.0.dylib           0x0019c1f3 g_cond_wait_until + 133
    4   libglib-2.0.0.dylib           0x00137e66 g_async_queue_unlock + 206
    5   libglib-2.0.0.dylib           0x00138048 g_async_queue_timed_pop + 186
    6   libwbpublic.be.dylib           0x007d9532 bec::GRTDispatcher::worker_thread(void*) + 378
    7   libglib-2.0.0.dylib           0x001834f5 g_thread_proxy + 161
    8   libsystem_pthread.dylib       0x956ec5fb _pthread_body + 144
    9   libsystem_pthread.dylib       0x956ec485 _pthread_start + 130
    10  libsystem_pthread.dylib       0x956f1cf2 thread_start + 34
    Thread 17:
    0   libsystem_kernel.dylib         0x97b20046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x956eddcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib       0x956f1cce start_wqthread + 30
    Thread 18:
    0   libsystem_kernel.dylib         0x97b20046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x956eddcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib       0x956f1cce start_wqthread + 30
    Thread 19 Crashed:: Dispatch queue: com.apple.root.default-priority
    0   ???                           0xfefff000 0 + 4278185984
    1   com.apple.desktopservices     0x9813e2cc CopyIconRefForSizes(__CFURL const*, unsigned long, OpaqueIconRef*&) + 41
    2   com.apple.desktopservices     0x98136eb7 TFSInfo::CopyIconRef(unsigned long, OpaqueIconRef*&, bool&) const + 583
    3   com.apple.desktopservices     0x981347ba TFSInfo::GetIconRef(TPropertyReference&, TCountedPtr<TFSVolumeInfo> const&, unsigned long, bool&) const + 40
    4   com.apple.desktopservices     0x981356e3 TFSInfo::GetProperty(unsigned long, TPropertyReference&, TCountedPtr<TFSVolumeInfo> const&, unsigned long, bool&) const + 97
    5   com.apple.desktopservices     0x980bbbfe TNode::GetProperty(unsigned long, TPropertyReference&, unsigned long) const + 1266
    6   com.apple.desktopservices     0x980cbe5a TNode::GetProperty(unsigned long, TPropertyReference&, OpaqueNodeRequest* const&, unsigned long) const + 72
    7   com.apple.desktopservices     0x980fa3fd GetNodeProperty(OpaqueNodeRef*, unsigned long, TPropertyReference&, OpaqueNodeRequest*, unsigned long) + 192
    8   com.apple.desktopservices     0x980a8777 NodeGetPropertyAsIconRef + 74
    9   com.apple.FinderKit           0x9a8b7195 TFENode::Icon(unsigned long, unsigned long, short*, bool) const + 337
    10  com.apple.FinderKit           0x9a8b703d TFENode::Icon(unsigned long) const + 55
    11  com.apple.FinderKit           0x9a92dd12 TIconFetcher::FetchIcons(TFENodeVector const&) const + 56
    12  com.apple.FinderKit           0x9a92e5e7 TIconFetcher::Main() + 553
    13  com.apple.FinderKit           0x9a92dfdd ___ZN12TIconFetcher5FetchEv_block_invoke + 100
    14  libdispatch.dylib             0x918a076b _dispatch_call_block_and_release + 15
    15  libdispatch.dylib             0x9189d386 _dispatch_client_callout + 50
    16  libdispatch.dylib             0x9189f443 _dispatch_root_queue_drain + 257
    17  libdispatch.dylib             0x918a070e _dispatch_worker_thread2 + 39
    18  libsystem_pthread.dylib       0x956eddab _pthread_wqthread + 336
    19  libsystem_pthread.dylib       0x956f1cce start_wqthread + 30
    Thread 20:: com.apple.appkit-heartbeat
    0   libsystem_kernel.dylib         0x97b1fb76 __semwait_signal + 10
    1   libsystem_c.dylib             0x96e1bfb7 nanosleep$UNIX2003 + 219
    2   libsystem_c.dylib             0x96e1be62 usleep$UNIX2003 + 60
    3   com.apple.AppKit               0x9844da4c -[NSUIHeartBeat _heartBeatThread:] + 2318
    4   com.apple.Foundation           0x95bb71ce -[NSThread main] + 45
    5   com.apple.Foundation           0x95bb7126 __NSThread__main__ + 1426
    6   libsystem_pthread.dylib       0x956ec5fb _pthread_body + 144
    7   libsystem_pthread.dylib       0x956ec485 _pthread_start + 130
    8   libsystem_pthread.dylib       0x956f1cf2 thread_start + 34
    Thread 19 crashed with X86 Thread State (32-bit):
      eax: 0x00000009  ebx: 0x959f35eb  ecx: 0xb0b3c762  edx: 0x00000001
      edi: 0xb0b3c960  esi: 0xb0b3c9f0  ebp: 0xb0b3ca58  esp: 0xb0b3c72c
       ss: 0x00000023  efl: 0x00010202  eip: 0xfefff000   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000023   gs: 0x0000000f
      cr2: 0xfefff000
    Logical CPU:     2
    Error Code:      0x00000015
    Trap Number:     14
    Binary Images:
       0x6f000 -    0xdbfff +com.oracle.mysql.workbench (6.2.3 - 1) <2765CC4C-A45B-3C20-BC45-5DB2C54F68B7> /Applications/MySQLWorkbench.app/Contents/MacOS/MySQLWorkbench
      0x133000 -   0x21bfeb +libglib-2.0.0.dylib (3303) <3116D359-3426-3F61-B2F9-450417634FCA> /Applications/MySQLWorkbench.app/Contents/Frameworks/libglib-2.0.0.dylib
      0x239000 -   0x239ffd +libgthread-2.0.0.dylib (3303) <5961B07A-C925-3F03-99C6-59A8DC561956> /Applications/MySQLWorkbench.app/Contents/Frameworks/libgthread-2.0.0.dylib
      0x23e000 -   0x359ff7 +com.sun.Scintilla (1.0) <9A74C350-1FF4-3373-8BCC-88371B35C726> /Applications/MySQLWorkbench.app/Contents/Frameworks/Scintilla.framework/Versio ns/A/Scintilla
      0x3ef000 -   0x41dff3 +libwbbase.dylib (1) <F6F012C6-6119-3ADA-9F8B-13E57323C94D> /Applications/MySQLWorkbench.app/Contents/Frameworks/libwbbase.dylib
      0x449000 -   0x4f4ff3 +libgrt.dylib (1) <42E72546-021C-3102-BDDF-006BE243F078> /Applications/MySQLWorkbench.app/Contents/Frameworks/libgrt.dylib
      0x5a9000 -   0x610ff3 +libmysql.canvas.dylib (1) <4483BAEB-1E41-30DE-BBC0-D501586C2E07> /Applications/MySQLWorkbench.app/Contents/Frameworks/libmysql.canvas.dylib
      0x6ce000 -   0x6e2ffb +libcdbc.dylib (1) <68B0F24C-E9DC-3C40-B92A-16C1A6C6C5B5> /Applications/MySQLWorkbench.app/Contents/Frameworks/libcdbc.dylib
      0x702000 -   0xa87fff +libwbpublic.be.dylib (1) <AA30B579-7D0F-3D17-A170-3D3DFF5F139F> /Applications/MySQLWorkbench.app/Contents/Frameworks/libwbpublic.be.dylib
      0xf06000 -  0x1601ff7 +libwbprivate.be.dylib (1) <09D6F65B-C54C-398C-BDC1-95B878309F38> /Applications/MySQLWorkbench.app/Contents/Frameworks/libwbprivate.be.dylib
    0x1d1f000 -  0x1e40ffb +libmforms.dylib (1) <F8609BB3-C342-3AF3-92FB-24607561BF1C> /Applications/MySQLWorkbench.app/Contents/Frameworks/libmforms.dylib
    0x1fe2000 -  0x2049fff +com.oracle.mysql.workbench.WBExtras (1.0) <22F306B8-39FF-334A-BCD6-FAE77FE998C0> /Applications/MySQLWorkbench.app/Contents/Frameworks/WBExtras.framework/Version s/A/WBExtras
    0x20cf000 -  0x21b6ffe  org.python.python (2.7.5 - 2.7.5) <CEEA0C30-0A80-3055-8380-2702560D0190> /System/Library/Frameworks/Python.framework/Versions/2.7/Python
    0x2207000 -  0x2208fff +libgmodule-2.0.0.dylib (3303) <CD572830-C546-37BB-8A34-3752649E6B7D> /Applications/MySQLWorkbench.app/Contents/Frameworks/libgmodule-2.0.0.dylib
    0x220f000 -  0x47a8ff7 +mysql.parser.dylib (1) <97B0B1F3-6940-38CD-93F9-A638A91FFF33> /Applications/MySQLWorkbench.app/Contents/Frameworks/mysql.parser.dylib
    0x4a3c000 -  0x4a40ffb +libpcrecpp.0.dylib (1) <6C12DAD8-71D1-31D6-97DC-525C9D143DC4> /Applications/MySQLWorkbench.app/Contents/Frameworks/libpcrecpp.0.dylib
    0x4a49000 -  0x4a5cff3 +libtinyxml.dylib (1) <CE2171E4-9CB1-3E73-92A5-7E8224032A8A> /Applications/MySQLWorkbench.app/Contents/Frameworks/libtinyxml.dylib
    0x4a70000 -  0x4a8fff4 +libpcre.1.dylib (2) <49CF4D85-C23F-3565-8D99-79595FC90E8D> /Applications/MySQLWorkbench.app/Contents/Frameworks/libpcre.1.dylib
    0x4a96000 -  0x4b54ff3 +libcairo.2.dylib (0) <5E5AFB69-5C20-37CF-A5E9-756FA63D1877> /Applications/MySQLWorkbench.app/Contents/Frameworks/libcairo.2.dylib
    0x4b81000 -  0x4cd0fe9 +libpixman-1.0.dylib (0) <1690B90B-76DD-397A-A9B2-54E09FE01BD3> /Applications/MySQLWorkbench.app/Contents/Frameworks/libpixman-1.0.dylib
    0x4ce5000 -  0x4d10ffa +libpng12.0.dylib (0) <A828AF30-BA47-3195-91C4-0112FA35F876> /Applications/MySQLWorkbench.app/Contents/Frameworks/libpng12.0.dylib
    0x4d1a000 -  0x4d85ff7 +libmysqlcppconn.7.1.1.4.dylib (0) <3D2E513F-5386-3DBA-AED6-BC30BA9CC651> /Applications/MySQLWorkbench.app/Contents/Frameworks/libmysqlcppconn.7.1.1.4.dy lib
    0x4df3000 -  0x507effb +libmysqlclient.18.dylib (18) <4EE3497B-8C86-3E28-A47F-7F542EB91CFF> /Applications/MySQLWorkbench.app/Contents/Frameworks/libmysqlclient.18.dylib
    0x51c9000 -  0x5239ffb +libctemplate.0.dylib (2.2) <1430E75E-3032-791A-5948-49FFDB23B7DE> /Applications/MySQLWorkbench.app/Contents/Frameworks/libctemplate.0.dylib
    0x52e1000 -  0x52f6ffb +libvsqlitepp.0.dylib (0) <38E99F2E-B7D7-3CA9-A02F-0CC177132A32> /Applications/MySQLWorkbench.app/Contents/Frameworks/libvsqlitepp.0.dylib
    0x531a000 -  0x6046fff +libgdal.1.dylib (0) <4ABF3042-228F-3407-BC04-302D065A8706> /Applications/MySQLWorkbench.app/Contents/Frameworks/libgdal.1.dylib
    0x62da000 -  0x6333ff0 +libproj.0.dylib (0) <4D7F86B1-2644-33B7-A11E-47A80E38FD51> /Applications/MySQLWorkbench.app/Contents/Frameworks/libproj.0.dylib
    0x6344000 -  0x634fffc +libzip.1.0.0.dylib (0) <39E8E56B-861B-3D97-9E5B-2CBB1FDAEFBD> /Applications/MySQLWorkbench.app/Contents/Frameworks/libzip.1.0.0.dylib
    0x7c1b000 -  0x7c21ffb +db.grt.dylib (1) <12EEBDC8-B442-3CB5-BDD5-959D2980B509> /Applications/MySQLWorkbench.app/Contents/PlugIns/db.grt.dylib
    0x7c2c000 -  0x7cb7ff3 +db.mysql.grt.dylib (1) <4B4D2041-D404-323A-BA65-1780ACFF307F> /Applications/MySQLWorkbench.app/Contents/PlugIns/db.mysql.grt.dylib
    0x7d01000 -  0x7d04ffb  strop.so (76.100.1) <29C19707-E781-3E34-8884-83B69CDA5A83> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/strop.so
    0x7d09000 -  0x7d0cffe  operator.so (76.100.1) <2A24B38F-D09C-3C15-B14E-A3923F8033D7> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/operator.so
    0x7d11000 -  0x7d11ffc  _functools.so (76.100.1) <8B6B250E-E34B-3860-A08F-0C790A5019B4> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/_functools.so
    0x7d15000 -  0x7d16fff  _locale.so (76.100.1) <52B51C26-D880-3321-9B8A-7F0E922D21BF> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/_locale.so
    0x7d1a000 -  0x7d1cfff  _collections.so (76.100.1) <22BAA559-DAE3-3104-8D20-BC0044F39116> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/_collections.so
    0x7d21000 -  0x7d21fff +_ARC4.so (0) <91687EDB-4272-3F90-8971-B86AD03C5F43> /Applications/MySQLWorkbench.app/Contents/Resources/libraries/Crypto/Cipher/_AR C4.so
    0x8fe5000 -  0x900effb +db.mysql.parser.grt.dylib (1) <591EA3E7-D40F-3B40-971C-46913EB75274> /Applications/MySQLWorkbench.app/Contents/PlugIns/db.mysql.parser.grt.dylib
    0x9033000 -  0x904fffb +db.mysql.query.grt.dylib (1) <561161D6-F083-3030-A66E-8A9B8112CCEB> /Applications/MySQLWorkbench.app/Contents/PlugIns/db.mysql.query.grt.dylib
    0x906e000 -  0x912fff3 +db.mysql.sqlparser.grt.dylib (1) <0D38B2C7-AD33-3863-A7F3-96DB43C86187> /Applications/MySQLWorkbench.app/Contents/PlugIns/db.mysql.sqlparser.grt.dylib
    0x91eb000 -  0x933cff7 +libsql.parser.dylib (1) <19ABFB99-85AB-3B7C-8356-91479DD64220> /Applications/MySQLWorkbench.app/Contents/Frameworks/libsql.parser.dylib
    0x93cc000 -  0x9418fff +wb.model.grt.dylib (1) <D8EF8A1E-17AB-3955-9DFB-A32839DAEBFF> /Applications/MySQLWorkbench.app/Contents/PlugIns/wb.model.grt.dylib
    0x944d000 -  0x9493ff3 +wb.mysql.import.grt.dylib (1) <1BD8E598-C538-3988-A5EA-B4F88C75B8CB> /Applications/MySQLWorkbench.app/Contents/PlugIns/wb.mysql.import.grt.dylib
    0x955f000 -  0x967cff7 +_mforms.so (1) <A684ABC4-3F08-3EAE-A3B3-2DA97139F893> /Applications/MySQLWorkbench.app/Contents/Resources/libraries/_mforms.so
    0x9847000 -  0x984bffd  itertools.so (76.100.1) <BB875822-F784-3D55-B27F-16FEF82F8B2F> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/itertools.so
    0x9852000 -  0x9853fff  _heapq.so (76.100.1) <EB82769D-06EE-3191-B3D9-2768E7730649> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/_heapq.so
    0x9858000 -  0x9859ffb  time.so (76.100.1) <F45A4F21-964E-3CE2-9FB8-CBF3339C9B88> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/time.so
    0x989f000 -  0x98a1ffe  select.so (76.100.1) <61F400FB-79A1-3E03-B4C2-3A064885200C> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/select.so
    0x98a6000 -  0x98a7ffc  fcntl.so (76.100.1) <339A6F31-4760-31D8-ACF4-F77CC1C4D977> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/fcntl.so
    0x98ab000 -  0x98aefff  _struct.so (76.100.1) <F88E14EB-8604-3D26-A6DF-FEA85A80952E> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/_struct.so
    0x98b4000 -  0x98b6fff  binascii.so (76.100.1) <842C430F-9BB0-3610-9545-3F94CE0C08D0> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/binascii.so
    0x98ba000 -  0x98bbffd  cStringIO.so (76.100.1) <A9144569-57E5-3CCC-9036-1090842E85B0> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/cStringIO.so
    0x98bf000 -  0x98c1fff  _multiprocessing.so (76.100.1) <34718BD6-72E4-37EA-9398-3B427AD25178> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/_multiprocessing.so
    0x98c6000 -  0x98d0fff  cPickle.so (76.100.1) <AFA21217-0A1F-351C-970B-5F6C4A637CE1> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/cPickle.so
    0x9916000 -  0x9925fff  _io.so (76.100.1) <CF1D9070-1B67-36FC-986D-81CDC2505859> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/_io.so
    0x9933000 -  0x9936ff0  math.so (76.100.1) <1D3A53CC-C7E6-3128-AE6E-9393621D94F5> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/math.so
    0x993b000 -  0x993cffe  _hashlib.so (76.100.1) <43C57D47-95AE-3B32-9DBB-464C6A85B56F> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/_hashlib.so
    0x9940000 -  0x9941ff9  _random.so (76.100.1) <E3DE4628-CB89-3411-86E6-5DF5B5361E8C> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/_random.so
    0x99c5000 -  0x99ceffc  datetime.so (76.100.1) <9CDA0E9D-F57C-3A42-94B0-509A67DE45FA> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/datetime.so
    0x99d6000 -  0x99defff  _sqlite3.so (76.100.1) <40F725D1-B1A2-3579-A038-1E5DA513AF27> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/_sqlite3.so
    0x9b27000 -  0x9b2fff3  _socket.so (76.100.1) <A70A4F8F-8B9B-3A63-8FFB-E104C41D922A> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/_socket.so
    0x9b38000 -  0x9b3bfff  _ssl.so (76.100.1) <04E37108-2126-3F63-B99C-EC1CCCCC13E8> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/_ssl.so
    0x9b41000 -  0x9b45ffd  array.so (76.100.1) <26E74A26-B929-3955-B3F3-032FD0FAD61F> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/array.so
    0x9b4b000 -  0x9b4cff5 +_counter.so (0) <2458BD3E-9C06-31C3-8A6D-07AF59DA6268> /Applications/MySQLWorkbench.app/Contents/Resources/libraries/Crypto/Util/_coun ter.so
    0x9b4f000 -  0x9b54ff7 +_AES.so (0) <53E5A54B-063D-33EF-AB5F-368ADA8AE461> /Applications/MySQLWorkbench.app/Contents/Resources/libraries/Crypto/Cipher/_AE S.so
    0x9b97000 -  0x9b99fff  zlib.so (76.100.1) <90A50AF6-F710-3198-AA52-0489763DFCD5> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/zlib.so
    0x9b9d000 -  0x9ba8ff7 +_DES3.so (0) <280806C9-1C5C-3EB0-9F60-7145C86C1D85> /Applications/MySQLWorkbench.app/Contents/Resources/libraries/Crypto/Cipher/_DE S3.so
    0x9beb000 -  0x9beeff7 +_Blowfish.so (0) <0877DDE3-C900-3F3E-AF0F-7E61B472BFB5> /Applications/MySQLWorkbench.app/Contents/Resources/libraries/Crypto/Cipher/_Bl owfish.so
    0x9bf1000 -  0x9bf2ffd  termios.so (76.100.1) <59D05CA7-0E80-315D-91BC-160FF272B30D> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/termios.so
    0x9bf6000 -  0x9bf6ff6 +strxor.so (0) <1C060F90-8403-3995-9F0F-EE9004E224C0> /Applications/MySQLWorkbench.app/Contents/Resources/libraries/Crypto/Util/strxo r.so
    0x9bf9000 -  0x9c07ffb  _ctypes.so (76.100.1) <DC8228AC-4DEE-38A8-93EA-7356270066B9> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/_ctypes.so
    0x9c51000 -  0x9c51ffe  grp.so (76.100.1) <5D60CEC5-6B82-3527-84FF-5DDB975941BC> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/grp.so
    0x9d3c000 -  0x9d40ff7  _json.so (76.100.1) <9BF5E50D-9145-394E-829F-48523B217B94> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/_json.so
    0x9e05000 -  0x9e2cfff +_cairo.so (1) <95731EDE-144C-3728-9BD7-1880ABAD0743> /Applications/MySQLWorkbench.app/Contents/Resources/libraries/_cairo.so
    0x9fc8000 -  0xa001ffb +db.mysql.diff.reporting.wbp.dylib (1) <F23BA88D-A154-3E38-B1C2-3878960FF663> /Applications/MySQLWorkbench.app/Contents/PlugIns/db.mysql.diff.reporting.wbp.d ylib
    0xa055000 -  0xa16bffb +db.mysql.wbp.dylib (1) <E00D73CC-81C7-3F10-A831-62FFA3ECAC07> /Applications/MySQLWorkbench.app/Contents/PlugIns/db.mysql.wbp.dylib
    0xa28f000 -  0xa306fff +db.mysql.editors.wbp.dylib (1) <24BFC837-7B92-3BC3-8B78-756FFD9F6F59> /Applications/MySQLWorkbench.app/Contents/PlugIns/db.mysql.editors.mwbplugin/Co ntents/Frameworks/db.mysql.editors.wbp.dylib
    0xa3b3000 -  0xa3f2ffb +db.search.wbp.dylib (1) <D7F1BC58-4C7E-3D94-8F67-833154C065AB> /Applications/MySQLWorkbench.app/Contents/PlugIns/db.search.wbp.dylib
    0xa44d000 -  0xa471fff +wb.model.editors.wbp.dylib (1) <3029A06C-1E8C-30CE-855C-68D223A5E923> /Applications/MySQLWorkbench.app/Contents/PlugIns/wb.model.editors.mwbplugin/Co ntents/Frameworks/wb.model.editors.wbp.dylib
    0xa4b3000 -  0xa4d1fff +wb.model.snippets.wbp.dylib (1) <17040CCF-C18E-3869-B500-243E8ED64F87> /Applications/MySQLWorkbench.app/Contents/PlugIns/wb.model.snippets.wbp.dylib
    0xa4ef000 -  0xa505ff7 +wb.printing.wbp.dylib (1) <443EF14A-0531-3B2B-9D9D-EB20053951D3> /Applications/MySQLWorkbench.app/Contents/PlugIns/wb.printing.mwbplugin/Content s/Frameworks/wb.printing.wbp.dylib
    0xa5dd000 -  0xa5deff5 +cl_kernels (???) <5FDD1970-A21F-4DFF-AB2A-E861AA7B3637> cl_kernels
    0xa5ec000 -  0xa5edfff +cl_kernels (???) <58D2DE5A-F568-426B-86B2-5DC79BA8D2F8> cl_kernels
    0xada1000 -  0xae8cff7  unorm8_bgra.dylib (2.3.58) <73AEEEF2-DF38-33F9-994C-2BB7A76EB027> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_bgra.dylib
    0xaeb8000 -  0xaeeeff3 +com.oracle.mysql.workbench.dbmysqleditors (1.0) <7DE8A01C-A668-3B89-8ABB-26EF73803DA7> /Applications/MySQLWorkbench.app/Contents/PlugIns/db.mysql.editors.mwbplugin/Co ntents/MacOS/db.mysql.editors
    0xaf0b000 -  0xaf14ff3 +com.oracle.mysql.workbench.wbmodeleditors (1.0) <4B922804-45D2-3234-A555-9D252836F90E> /Applications/MySQLWorkbench.app/Contents/PlugIns/wb.model.editors.mwbplugin/Co ntents/MacOS/wb.model.editors
    0xaf20000 -  0xaf24ff3 +com.oracle.mysql.workbench.wbprinting (1.0) <9632227F-9AD8-35AA-A844-390F7B49AFA6> /Applications/MySQLWorkbench.app/Contents/PlugIns/wb.printing.mwbplugin/Content s/MacOS/wb.printing
    0xc00a000 -  0xc02fff9  com.apple.framework.familycontrols (4.1 - 410) <A33A97EE-C735-38BA-9B49-5D78DAA3DEDA> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0xc044000 -  0xc04fffa  com.apple.CommerceCore (1.0 - 42) <E59717F2-6770-3DBC-8510-F7AA61E60F57> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0xd088000 -  0xd088ff3 +cl_kernels (???) <B4216B69-4B0C-4678-B269-CE74801D4AAE> cl_kernels
    0xd097000 -  0xd097ffb +cl_kernels (???) <1BD8B991-04DB-499D-9DA0-7002726A7D3E> cl_kernels
    0xd099000 -  0xd17fff7  unorm8_rgba.dylib (2.3.58) <54C13C5A-EF13-3CB8-A736-CDA39A907F3C> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_rgba.dylib
    0xd934000 -  0xd934ffd +cl_kernels (???) <41032263-D9C5-438F-87A0-4B5B06D8FE76> cl_kernels
    0xd93a000 -  0xd93ffff +com.tee.NuFile (1.9 - 1.9) /Library/Contextual Menu Items/NuFile.plugin/Contents/MacOS/NuFile
    0xd945000 -  0xd949ff7 +org.tigris.scfinderplugin (169) <7EEC70AB-634F-D6C8-85BF-0AD1289630F3> /Library/Contextual Menu Items/SCFinderPlugin.plugin/Contents/MacOS/SCFinderPlugin
    0xd959000 -  0xd983fff  com.apple.datadetectors (5.0 - 246.0) <E78157B5-C380-3C09-8439-54F5E89209C9> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetect ors
    0xd9a0000 -  0xd9a1ff7 +cl_kernels (???) <E54B2CAD-3754-4898-8146-36775BDA1E8A> cl_kernels
    0xf754000 -  0xf943ffc  com.apple.WebKit2 (9537 - 9537.78.2) <7B6A5E63-15FA-3B8F-80EC-6A7703A55817> /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2
    0x40000000 - 0x4045fff7  com.apple.driver.AppleIntelHD5000GraphicsGLDriver (8.28.32 - 8.2.8) <E98BAE1C-BA6D-36AE-B76C-9FDD40BA1236> /System/Library/Extensions/AppleIntelHD5000GraphicsGLDriver.bundle/Contents/Mac OS/AppleIntelHD5000GraphicsGLDriver
    0x8fef7000 - 0x8ff29417  dyld (239.4) <0F2176BD-4239-3506-BA41-3B885269520E> /usr/lib/dyld
    0x90008000 - 0x90010ffe  libGFXShared.dylib (9.6.1) <632989B3-36C2-302E-8A85-A02125A9C5D6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x90011000 - 0x90013ffb  libRadiance.dylib (1044) <6713977E-A33A-395A-9933-719F72DF1A98> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
    0x90014000 - 0x9001ffff  com.apple.CrashReporterSupport (10.9 - 539) <10FE9B2D-404F-32B8-B3CA-CBA3524B4CFF> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x90020000 - 0x90095ff1  com.apple.ApplicationServices.ATS (360 - 363.3) <FD423680-01A1-357A-89A7-33910A87DE65> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x90096000 - 0x900a1fff  libcsfde.dylib (380.70.2) <B3FC85EE-BBC2-3A20-9C45-C1ABDD063A63> /usr/lib/libcsfde.dylib
    0x900a2000 - 0x900a3ffa  libsystem_sandbox.dylib (278.11.1) <DA875837-A5C2-3004-8117-65F378E4BD03> /usr/lib/system/libsystem_sandbox.dylib
    0x900a4000 - 0x90310ff5  com.apple.AddressBook.framework (8.0 - 1371.2) <4B02A52C-E6F6-3083-89C4-1B99E27E81C6> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x90311000 - 0x90745ff7  com.apple.vision.FaceCore (3.0.0 - 3.0.0) <5B12F3E9-84F6-3183-B85D-FD19EF800ADB> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x90746000 - 0x907a4ffd  com.apple.AE (665.5 - 665.5) <54F2F247-160C-3A22-A6E3-5D49655A67AB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x907a8000 - 0x907a9fff  libsystem_blocks.dylib (63) <2AC67D5E-ECD4-3644-A53C-9684F9B7AA33> /usr/lib/system/libsystem_blocks.dylib
    0x907aa000 - 0x907aeffe  libCoreVMClient.dylib (58.1) <0EB8FFD7-AFED-3A63-810E-29629831D43D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x907af000 - 0x90818ffa  com.apple.datadetectorscore (5.0 - 354.5) <CB793FA7-B873-39A9-855F-D86AB0C35298> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x90819000 - 0x90857ff7  com.apple.NavigationServices (3.8 - 215) <A093AAF0-248E-313E-BA82-01F69E269895> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x91019000 - 0x91031ff7  com.apple.CFOpenDirectory (10.9 - 173.90.1) <7F3A0094-3A24-302C-9B64-C32C65750EDE> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x91034000 - 0x91041fff  com.apple.AppleFSCompression (56.92.1 - 1.0) <D2E7A2DF-9E5B-35E6-9CCD-0D40ADA7E021> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    0x91042000 - 0x91088ff7  libFontRegistry.dylib (127) <A0930DB2-A6C6-3C6E-B4A2-119E0D76FD7D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x91089000 - 0x910b4ff7  libsystem_network.dylib (241.3) <71EBA489-386D-3608-ADE6-CB50EBD1AB1B> /usr/lib/system/libsystem_network.dylib
    0x910b5000 - 0x9112cffb  com.apple.framework.IOKit (2.0.1 - 907.100.13) <D1308EE0-96AA-3442-A27B-264F58AE12B4> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x9112d000 - 0x912d9fff  com.apple.QuartzCore (1.8 - 332.3) <DA347693-5E26-3E47-A2B3-3824C52EB08B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x912da000 - 0x91309ff7  com.apple.framework.SystemAdministration (1.0 - 1.0) <1BD6205B-7C66-3B7B-AC8C-11BE34F7CF6B> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/Sys temAdministration
    0x9130a000 - 0x9130afff  com.apple.ApplicationServices (48 - 48) <7967F6FA-2984-3CC3-AD9A-7B9AEC562A2A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x9130b000 - 0x91409fff  libJP2.dylib (1044) <E8873182-8B75-34A5-A104-BED94B0C6BF6> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x9140a000 - 0x9140bfff  com.apple.marco (10.0 - 1000) <F7AD1FF7-5B1E-3D3C-AF00-FA3A43118CE5> /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco
    0x9140c000 - 0x9168bff7  com.apple.imageKit (2.5 - 774) <53C3FA27-3830-3A15-9707-AF7369119866> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x9168c000 - 0x916bdff4  com.apple.securityinterface (9.0 - 55047) <0D5ED2B8-C973-3C91-BA45-22501A043263> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x916be000 - 0x916e9ff5  com.apple.ChunkingLibrary (2.0 - 155.1) <50BBBBF8-F30B-39EA-A512-11A47F429F2C> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
    0x916ea000 - 0x91727ff7  libauto.dylib (185.5) <CD008E66-4A0C-35F5-8D72-80D76A716A03> /usr/lib/libauto.dylib
    0x91728000 - 0x91759ffb  com.apple.GSS (4.0 - 2.0) <145B389F-AC1E-3817-835D-8EA263E96EA5> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x9175a000 - 0x9177fff7  com.apple.quartzfilters (1.8.0 - 1.7.0) <FCF52905-85B1-375C-B0AA-B8251B614D2D> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x91780000 - 0x91793fff  com.apple.ImageCapture (9.0 - 9.0) <63D5C96F-1893-3F35-ADFB-EE451AFD87E6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x91794000 - 0x917e9ff3  com.apple.ImageCaptureCore (5.0 - 5.0) <69A007AE-4654-3C79-9AF6-5EC8F173F225> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x917ea000 - 0x91874ff7  com.apple.CoreSymbolication (3.0.1 - 141.0.5) <A33D0598-8699-39AC-A1DD-37079F423269> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x91875000 - 0x91876fff  libDiagnosticMessagesClient.dylib (100) <B936B1D4-90BB-395D-8EA9-E1237608E7D0> /usr/lib/libDiagnosticMessagesClient.dylib
    0x91877000 - 0x9187ffff  libsystem_dnssd.dylib (522.92.1) <7E36B79E-6BF4-3462-9A84-C0744D029636> /usr/lib/system/libsystem_dnssd.dylib
    0x91880000 - 0x9189bff5  com.apple.openscripting (1.4 - 157) <5C161A52-8D2F-3D56-A988-05727BED7A59> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x9189c000 - 0x918b4ffd  libdispatch.dylib (339.92.1) <7E7A88BF-74B3-363B-B534-6F757DF2DDE3> /usr/lib/system/libdispatch.dylib
    0x918b5000 - 0x91baaffc  com.apple.CoreImage (9.4.0) <33696A53-9E18-32D6-844F-28098DB7E426> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
    0x91bab000 - 0x91c3cfff  com.apple.ColorSync (4.9.0 - 4.9.0) <8366AE10-0396-3100-B87A-A176E8ECE7B6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x91c3d000 - 0x91c75ff7  com.apple.MediaKit (15 - 709) <82E0F8C0-313C-379C-9994-4D21587D0C0C> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x91c76000 - 0x91d8dffb  com.apple.WebKit (9537 - 9537.78.2) <525C4DF6-81DE-3D49-900A-0CDA821F9B86> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x91d8e000 - 0x91d90fff  com.apple.SecCodeWrapper (3.0 - 1) <066E1E30-2EEA-3166-8F86-D1054B50875B> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWr apper
    0x91d91000 - 0x91d99fff  liblaunch.dylib (842.92.1) <C180016C-F2DB-3D8B-A72D-5185CE67DFA2> /usr/lib/system/liblaunch.dylib
    0x91d9a000 - 0x91d9dff7  com.apple.help (1.3.3 - 46) <AB6292FA-D3BC-3D56-B3A5-2BE630A503E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x91d9e000 - 0x91da5ff2  com.apple.NetFS (6.0 - 4.0) <915AA303-C02B-3B0C-8208-D8AAA4350DB4> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x91da6000 - 0x91da7ff7  com.apple.diagnosticlogcollection (10.0 - 1000) <B2525E0D-2BB1-3AF6-BDCA-56DCDC1F7DBF> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/Versions/A/ DiagnosticLogCollection
    0x91da8000 - 0x91e1eff3  com.apple.securityfoundation (6.0 - 55122.3) <DFA5E047-2B68-3CE8-B9C3-D19E6F2461CB> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x91e1f000 - 0x91e55fff  com.apple.IconServices (25 - 25.17) <A4B5242B-765E-3D58-B066-BBEDB5947AAD> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconService s
    0x91e56000 - 0x91ef5fff  libCoreStorage.dylib (380.70.2) <AAB92110-31F1-36F0-A877-21FCE9531C4F> /usr/lib/libCoreStorage.dylib
    0x91fa2000 - 0x9221bff2  com.apple.security (7.0 - 55471.14.18) <7A58D9DE-D68B-37F7-87EF-4A3575DA09B7> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x9221c000 - 0x9223bff9  com.apple.framework.Apple80211 (9.4 - 940.60) <8CCF54EE-F3CA-38B3-BD61-DDBF99E37FCB> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x9223c000 - 0x9223cfff  libkeymgr.dylib (28) <1B097DEA-011E-3B1C-86D5-6C7FAD5C765A> /usr/lib/system/libkeymgr.dylib
    0x9223d000 - 0x92261ff3  libc++abi.dylib (49.1) <43A04ACF-97A5-35ED-B454-6B5C0CF0F99D> /usr/lib/libc++abi.dylib
    0x92262000 - 0x923efffb  com.apple.CFNetwork (673.3 - 673.3) <2C900A5F-9E29-3636-846D-68B24774E82A> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x923f0000 - 0x92420ff7  com.apple.CoreServicesInternal (184.9 - 184.9) <999FEDEC-7657-3F32-A9AE-F29E0BE0AAF5> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
    0x924210

    I suggest you start by writing a script that contains local variables.  These variables correspond to your intended procedure arguments.  Once you have that working, you should be able to convert the script into a stored procedure.  Since
    I don't have Northwind I'll use AdventureWorks as a reference.  The script below will not actually run successfully since I did not include all the required information to insert a row into the detail table - but it should give you a rough idea of what
    a basic script would look like. 
    set nocount on;
    use AdventureWorks2012;
    go
    begin tran;
    declare @orderid int;
    declare @productid int;
    declare @qty int;
    set @orderid = 10;
    set @productid = 1;
    set @qty = 4;
    insert Sales.SalesOrderDetail (SalesOrderID, ProductID, UnitPrice, OrderQty)
    select @orderid, prod.ProductID, prod.ListPrice, @qty
    from Production.Product as prod where prod.ProductID = @productid;
    rollback tran;
    go

  • [SOLVED] building mysql-workbench with lib32-libpng12

    i installed the mysql-workbench package because i want a gui interface for making query tables (from large database and non-repetitive queries):
    $ pacman -Ss mysql-workbench
    community/mysql-workbench 5.1.18-1
    MySQL Workbench is a cross-platform, visual database design tool developed
    by MySQL.
    however, running the app gives the following error:
    $ mysql-workbench
    /usr/bin/mysql-workbench-bin: error while loading shared libraries: libpng12.so.0: cannot open shared object file: No such file or directory
    looking for a solution gives:
    $ pacman -Ss libpng
    extra/libpng 1.4.0-2
    A collection of routines used to create PNG format graphics files
    community/lib32-libpng 1.4.0-2 (lib32)
    A collection of routines used to create PNG format graphics files
    i cant use libpng12 because i am running x86_64.  as far as i can tell lib32-libpng12 should satisfy the dependency.  however i still run into the error after installing this package and re-installing mysql-workbench.  is there a configuration file somewhere that i can edit to tell the app that it needs lib32-libpng12 not libpng12?  also, what is the reason that libpng (already installed) cannot be used instead of libpng12?  is it possible that libpng12 is inaccessible due to the presence of libpng?
    Last edited by poopship21 (2010-02-08 01:14:27)

    you don't need any libpn12 or lib32-libpng12.
    mysql-workbench doesn't even link it to libpng and other dependency is linking to it.
    mysql-workbench is linking to /usr/lib/libgtk-x11-2.0.so.0 (gtk2) who link to cairo, who needs libpng.
    you have other cairo package installed? pacman -Qs cairo. if so, is your job to rebuild any unsupported packages
    Last edited by wonder (2010-02-07 22:59:45)

Maybe you are looking for

  • Nano frozen on selection screen.

    Howdy, My iPod nano is stuck on the main selection screen. When I attempt to connect it to my computer iTunes will not recognize it, but the iPod will charge and shows the "Connected" screen. I have reset it numerous times using the Menu/Select metho

  • HOW toMove books from computer to i-tunes

    What are we missing?  We have downloaded a book from Simplyaudiobooks. It is in a file on the desktop. Opening i-tunes and selecting file->add file to library, then selecting the book file fails to move or put the book into i-tunes.  Yes, the book wa

  • How Do I Join a Workstation to a Domain

    I'm trying to join a workstation to my domain (Server 2012 R2 Foundation).  I've set the workstation up with a static internal IP address (192.168.1.2), and can both ping the server from the workstation and the workstation from the server.  When I go

  • How to reverse the slices

    Hello dear please i have a website design and i made many slices on it now i want to reverse all of it from rtl  to ltr in the next image i want to move all slices from right side to left and vis versa

  • Satellite P200/300 - Second HDD bay has no connector!

    I became happy when i noticed 2nd hdd bay. But There's no sata connector available! Just some solders on the mainboard. If i solder a SATA CONNECTOR just like this; http://cgi.ebay.com/HP-Pavilion-DV6000-DV9000-SATA-Hard-Drive-Connector-26_W0QQitemZ1