Giter Club home page Giter Club logo

mnpp's People

Contributors

francescolaffi avatar gnuget avatar jyr avatar mrded avatar phcorp avatar

Stargazers

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

Watchers

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

mnpp's Issues

MNPP supprot mysql Innodb?

I need use Innodb type on mysql, but get error from mnpp, "PDOException: SQLSTATE[42000]: Syntax error or access violation: 1286 Unknown table engine 'InnoDB':"

check the mysql status for innodb:

+---------------+-------+------+
| Variable_name | Value |
+---------------+-------+---+
| have_innodb | NO |
----------------+-------+----+

How to use it here? Please help.

version 0.2.* does not work with Snow Leopard

I have downloaded both version 0.2.3 and 0.2.0 and tried to use them on Snow Leopard. I get the following error:

sudo /Applications/MNPP/init/mnpp --php53 --start
-n Starting php-fpm
dyld: Library not loaded: /usr/lib/libedit.3.dylib
Referenced from: /Applications/MNPP/Library/php53/sbin/php-fpm
Reason: image not found
/Applications/MNPP/init/php.sh: line 99: 18072 Trace/BPT trap $php_fpm_BIN $php_opts
failed
111219 23:14:24 mysqld_safe Logging to '/Applications/MNPP/logs/mysql_error_log.err'.
111219 23:14:24 mysqld_safe Starting mysqld daemon with databases from /Applications/MNPP/Library/mysql/var
/Applications/MNPP/Library/mysql/bin/mysqld_safe: line 137: 18211 Trace/BPT trap nohup /Applications/MNPP/Library/mysql/libexec/mysqld --basedir=/Applications/MNPP/Library/mysql --datadir=/Applications/MNPP/Library/mysql/var --user=_mysql -u root --lower_case_table_names=0 --tmpdir=/Applications/MNPP/tmp/mysql --log-error=/Applications/MNPP/logs/mysql_error_log.err --pid-file=/Applications/MNPP/tmp/mysql/mysql.pid --socket=/Applications/MNPP/tmp/mysql/mysql.sock --port=3306 < /dev/null >> /Applications/MNPP/logs/mysql_error_log.err 2>&1
111219 23:14:24 mysqld_safe mysqld from pid file /Applications/MNPP/tmp/mysql/mysql.pid ended

SL does not have /usr/lib/libedit.3.dylib only /usr/lib/libedit.2.dylib.

Any help is appreciated.

my.cnf?

Is there a my.cnf file I can use to fine tune Percona settings. I want to raise max_allowed_packets, should I do that directly to percona.sh as parameter to mysqld_safe? Or can I put a my.cnf file somewhere that it will be loaded?

No way to switch mySQL socket.

Is there a way to use a existing mySQL install? Even after adding all my mySQL php.ini directives to the MNPP PHP.ini, it still seems to only want to use the MNPP socket.

Simple instructions for use with Wordpress

I don't know how to use this with Wordpress for local development. Can you guide me, or do instructions exist? Sounds like a great project, but it's under-documented for all but experts. Cheers.

Why isn't this called MEPP?

Linux Nginx MySQL PHP is called LEMP. Shouldn't this project be called MEPP? MNPP sounds like you have a mouthful of peanut butter. :)

Conflict with VLC

When trying to launch VLC:

Process: VLC [91627]
Path: /Applications/VLC.app/Contents/MacOS/VLC
Identifier: org.videolan.vlc
Version: 1.1.11 (1.1.11)
Code Type: X86-64 (Native)
Parent Process: launchd [475]

Date/Time: 2011-08-20 15:19:01.036 -0400
OS Version: Mac OS X 10.6.8 (10K549)
Report Version: 6

Interval Since Last Report: 129782 sec
Crashes Since Last Report: 5
Per-App Crashes Since Last Report: 2
Anonymous UUID: 5A6A5C8F-211F-4CA8-9EB8-760C47D3E075

Exception Type: EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000002, 0x0000000000000000
Crashed Thread: 0 Dispatch queue: com.apple.main-thread

Dyld Error Message:
Symbol not found: _iconv_open
Referenced from: /Applications/VLC.app/Contents/MacOS/lib/libvlccore.4.dylib
Expected in: /Applications/MNPP/Library/lib/libiconv.2.dylib

Missing configuration for mysqli on php53

In the php53's php.ini there is not exists a configuration for mysqli:

https://github.com/jyr/MNPP/blob/master/conf/php53/php.ini

I just copy the configuration from the php52's php.ini and now all works:

[MySQLi]

; Maximum number of links.  -1 means no limit.
mysqli.max_links = -1

; Default port number for mysqli_connect().  If unset, mysqli_connect() will use
; the $MYSQL_TCP_PORT or the mysql-tcp entry in /etc/services or the
; compile-time value defined MYSQL_PORT (in that order).  Win32 will only look
; at MYSQL_PORT.
mysqli.default_port = 3306

; Default socket name for local MySQL connects.  If empty, uses the built-in
; MySQL defaults.
mysqli.default_socket = /Applications/MNPP/tmp/mysql/mysql.sock

; Default host for mysql_connect() (doesn't apply in safe mode).
mysqli.default_host =

; Default user for mysql_connect() (doesn't apply in safe mode).
mysqli.default_user =

; Default password for mysqli_connect() (doesn't apply in safe mode).
; Note that this is generally a *bad* idea to store passwords in this file.
; *Any* user with PHP access can run 'echo get_cfg_var("mysqli.default_pw")
; and reveal this password!  And of course, any users with read access to this
; file will be able to reveal the password as well.
mysqli.default_pw =

; Allow or prevent reconnect
mysqli.reconnect = Off

[php] tidy.so

PHP Fatal error: Call to undefined function tidy_repair_string()

phpMyAdmin login not working

I'm not sure what the problem is, but I navigate to phpmyadmin.local in my browser (chrome) and try to log in with username root and no password and it gives me an error:
#1045 Cannot log in to the MySQL server

Is there something I need to do to separately start Percona?

Connect to a server besides localhost

I've got MNPP all set up on my Mac but can't figure how to connect to a database that isn't localhost. I've got a MySQL database on an EC2 instance that i'd like to connect to.

I'm using Codeigniter/PHP and the following configuration works:

`$db['default']['hostname'] = "localhost"; 
$db['default']['password'] = "";

and the following does NOT work:

$db['default']['hostname'] = "mysite.com";  // the domain name of my EC2 instance
$db['default']['password'] = "my_password";

Do I need to change anything in my my.cnf or anywhere else to get this to work?

"The Page is temporarily unavailable" error when accessing any *.local enabled sites

I've tried to access mnpp.local and phpmyadmin.local but when I try to access either of these URLs I get the error: "The page you are looking for is temporarily unavailable.
Please try again later."

I can successfully access the welcome page at http://localhost

I'm running a fresh install of MNPP on OS 10.8.

I would be more than happy to assist with any debugging in any way that I can. I'm excited to give MNPP a shot :)

Run MNPP on Leopard

Hi

I'm trying to run MNPP.app on Leopard (versão 10.5.8) from the console (since when I click the icon from /Applications/MNPP - yes I copied all the project in there - nothing happens) but it stops suddenly with the following message:

LSOpenFromURLSpec() failed with error -10810

I tried to run the binary from init/ (sudo init/mnpp) but it also stops with:

dyld: unknown required load command 0x80000022

Trace/BPT trap

the minimum requirements are nowhere to be seen. Do I need to have at least Snow Leopard (10.6.X) in order to run MNPP !?

best regards

Error en Lion 10.7.2

Process: MNPP [2397]
Path: /Applications/NGNIX/MNPP.app/Contents/MacOS/MNPP
Identifier: com.yourcompany.MNPP
Version: 1.0 (1.0)
Code Type: X86-64 (Native)
Parent Process: launchd [142]

Date/Time: 2011-10-27 21:20:11.446 +0200
OS Version: Mac OS X 10.7.2 (11C74)
Report Version: 9

Interval Since Last Report: 794519 sec
Crashes Since Last Report: 38
Per-App Crashes Since Last Report: 2
Anonymous UUID:

Crashed Thread: 0 Dispatch queue: com.apple.main-thread

Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000

Application Specific Information:
objc[2397]: garbage collection is OFF
*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: '/Users/jyr/Desarrollo/personal/MNPP-BASE/MNPP/main.m:44 main() PyRun_SimpleFile failed with file '/Applications/NGNIX/MNPP.app/Contents/Resources/main.py'. See console for errors.'
*** First throw call stack:
(
0 CoreFoundation 0x00007fff95f2f286 __exceptionPreprocess + 198
1 libobjc.A.dylib 0x00007fff91ff2d5e objc_exception_throw + 43
2 CoreFoundation 0x00007fff95f2f0ba +[NSException raise:format:arguments:] + 106
3 CoreFoundation 0x00007fff95f2f044 +[NSException raise:format:] + 116
4 MNPP 0x0000000100001c31 main + 1039
5 MNPP 0x0000000100001800 start + 52
6 ??? 0x0000000000000002 0x0 + 2
)

terminate called throwing an exception
abort() called

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x00007fff996d3ce2 __pthread_kill + 10
1 libsystem_c.dylib 0x00007fff92d927d2 pthread_kill + 95
2 libsystem_c.dylib 0x00007fff92d83a7a abort + 143
3 libc++abi.dylib 0x00007fff8e38b7bc abort_message + 214
4 libc++abi.dylib 0x00007fff8e388fcf default_terminate() + 28
5 libobjc.A.dylib 0x00007fff91ff31b9 _objc_terminate + 94
6 libc++abi.dylib 0x00007fff8e389001 safe_handler_caller(void (*)()) + 11
7 libc++abi.dylib 0x00007fff8e38905c std::terminate() + 16
8 libc++abi.dylib 0x00007fff8e38a152 __cxa_throw + 114
9 libobjc.A.dylib 0x00007fff91ff2e7a objc_exception_throw + 327
10 com.apple.CoreFoundation 0x00007fff95f2f0ba +[NSException raise:format:arguments:] + 106
11 com.apple.CoreFoundation 0x00007fff95f2f044 +[NSException raise:format:] + 116
12 com.yourcompany.MNPP 0x0000000100001c31 main + 1039
13 com.yourcompany.MNPP 0x0000000100001800 start + 52

Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0 libsystem_kernel.dylib 0x00007fff996d47e6 kevent + 10
1 libdispatch.dylib 0x00007fff932c65be _dispatch_mgr_invoke + 923
2 libdispatch.dylib 0x00007fff932c514e _dispatch_mgr_thread + 54

Thread 2:
0 libsystem_kernel.dylib 0x00007fff996d4192 __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff92d92594 _pthread_wqthread + 758
2 libsystem_c.dylib 0x00007fff92d93b85 start_wqthread + 13

Thread 3:
0 libsystem_kernel.dylib 0x00007fff996d4192 __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff92d92594 _pthread_wqthread + 758
2 libsystem_c.dylib 0x00007fff92d93b85 start_wqthread + 13

Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x00007fff5fbfe8f8 rdx: 0x0000000000000000
rdi: 0x0000000000000a07 rsi: 0x0000000000000006 rbp: 0x00007fff5fbfe920 rsp: 0x00007fff5fbfe8f8
r8: 0x00007fff7ee83fb8 r9: 0x0000000000000482 r10: 0x00007fff996d3d0a r11: 0xffffff80002d8220
r12: 0x00007fff91fe5f80 r13: 0x0000000000000000 r14: 0x00007fff7ee86960 r15: 0x00007fff5fbfea70
rip: 0x00007fff996d3ce2 rfl: 0x0000000000000246 cr2: 0x000000010b791158
Logical CPU: 0

Binary Images:
0x100000000 - 0x100001ff7 +com.yourcompany.MNPP (1.0 - 1.0) <562BD019-E9A3-C229-A3DB-A5CF3DE32057> /Applications/NGNIX/MNPP.app/Contents/MacOS/MNPP
0x100004000 - 0x100110fff org.python.python (2.6.7 - 2.6.7) /System/Library/Frameworks/Python.framework/Versions/2.6/Python
0x1001f6000 - 0x1001f9fff _collections.so (??? - ???) <73A5D9BF-78F1-3D81-B90F-A8FFE8F9DEA2> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_collections.so
0x1004da000 - 0x1004dffff itertools.so (??? - ???) /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/itertools.so
0x1004e7000 - 0x1004eafff operator.so (??? - ???) <3EB4A499-5238-345E-B369-190D47EB4C7A> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/operator.so
0x1004f0000 - 0x1004f1fff time.so (??? - ???) <53C52AD4-F2CA-379B-A485-4AE60C969616> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/time.so
0x1004f7000 - 0x1004fafff strop.so (??? - ???) <119B33B5-82A9-3552-AB3F-C030B2CD47D5> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/strop.so
0x1007f3000 - 0x1007f5fff binascii.so (??? - ???) <99D4DAF2-6DDE-39F5-B969-E76EBBDA6536> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/binascii.so
0x1007f9000 - 0x1007fafff cStringIO.so (??? - ???) <4C4ECFDC-44BC-32FA-A29E-7EAFB6A56E22> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/cStringIO.so
0x102600000 - 0x102647fff _objc.so (??? - ???) /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/PyObjC/objc/_objc.so
0x1027e2000 - 0x1027edfff datetime.so (??? - ???) <0710199A-8B8D-36ED-8EA1-703E2D1B7258> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/datetime.so
0x1027f6000 - 0x1027fafff _struct.so (??? - ???) <9C63B85B-2E73-3A9C-98F5-6731FBDEFC54> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_struct.so
0x104155000 - 0x10415bfff pyexpat.so (??? - ???) <0E5CE0F0-0E04-3DE6-A0C3-7B703BBE79DE> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/pyexpat.so
0x104222000 - 0x104223fff _inlines.so (??? - ???) <5B5BC77F-F033-3B4E-928F-597C3E7D2EAD> /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/PyObjC/CoreFoundation/_inlines.so
0x104269000 - 0x104271fff _CoreFoundation.so (??? - ???) <798DF9D7-DE4F-3464-A21C-667CB0C24EE6> /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/PyObjC/CoreFoundation/_CoreFoundation.so
0x104277000 - 0x104278fff _inlines.so (??? - ???) <6BBC0784-F768-39DD-BDC0-70475EEF3DD7> /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/PyObjC/Foundation/_inlines.so
0x1047f9000 - 0x1047f9fff _inlines.so (??? - ???) <8CFE24F9-54B2-33F3-B432-0CADC77C0C9E> /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/PyObjC/AppKit/_inlines.so
0x104c40000 - 0x104c48fff _Foundation.so (??? - ???) /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/PyObjC/Foundation/_Foundation.so
0x104ec1000 - 0x104ec4fff _AppKit.so (??? - ???) <533B9614-FA66-327F-8C63-22A03A967D70> /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/PyObjC/AppKit/_AppKit.so
0x7fff6ad46000 - 0x7fff6ad7aac7 dyld (195.5 - ???) <4A6E2B28-C7A2-3528-ADB7-4076B9836041> /usr/lib/dyld
0x7fff8e383000 - 0x7fff8e38eff7 libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib
0x7fff8e38f000 - 0x7fff8e395fff com.apple.DiskArbitration (2.4.1 - 2.4.1) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff8e396000 - 0x7fff8e7c3fff libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff8e7ee000 - 0x7fff8e7f0fff com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fff8e7f6000 - 0x7fff8e7fbfff libGIF.dylib (??? - ???) <393E2DB5-9479-39A6-A75A-B5F20B852532> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff8e80f000 - 0x7fff8e8a9ff7 com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff8e93c000 - 0x7fff8e97eff7 libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) /usr/lib/system/libcommonCrypto.dylib
0x7fff8e97f000 - 0x7fff8ea1efff com.apple.LaunchServices (480.21 - 480.21) <6BFADEA9-5BC1-3B53-A013-488EB7F1AB57> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff8ea1f000 - 0x7fff8eee6fff FaceCoreLight (1.4.7 - compatibility 1.0.0) /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
0x7fff8f14a000 - 0x7fff8f14afff libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib
0x7fff8f166000 - 0x7fff8f18eff7 com.apple.CoreVideo (1.7 - 70.1) <98F917B2-FB53-3EA3-B548-7E97B38309A7> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff8f23e000 - 0x7fff8f2a2fff com.apple.Symbolication (1.2 - 83.1) <0C6F8907-6829-3409-99AC-ACC62923DE98> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fff8f2a7000 - 0x7fff8f3b4fff libJP2.dylib (??? - ???) <6052C973-9354-35CB-AAB9-31D00D8786F9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff8f3b5000 - 0x7fff8f3b5fff com.apple.audio.units.AudioUnit (1.7.1 - 1.7.1) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff8f3c3000 - 0x7fff8f415ff7 libGLU.dylib (??? - ???) <3C9153A0-8499-3DC0-AAA4-9FA6E488BE13> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff8f48e000 - 0x7fff8f491fff libCoreVMClient.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff8f759000 - 0x7fff8f85cfff libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <7F60B0FF-4946-3639-89AB-B540D318B249> /usr/lib/libsqlite3.dylib
0x7fff8f85d000 - 0x7fff8f85dfff com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff8f8c4000 - 0x7fff8f977fff com.apple.CoreText (220.11.0 - ???) <4EA8E2DF-542D-38D5-ADB9-C0DAA73F898B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff8f978000 - 0x7fff8f99eff7 com.apple.framework.familycontrols (3.0 - 300) <41A6DFC2-EAF5-390A-83A1-C8832528705C> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x7fff8fc4e000 - 0x7fff8fc53ff7 libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib
0x7fff906ee000 - 0x7fff9071eff7 com.apple.DictionaryServices (1.2.1 - 158.2) <3FC86118-7553-38F7-8916-B329D2E94476> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff90764000 - 0x7fff9082bff7 com.apple.ColorSync (4.7.0 - 4.7.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff9082c000 - 0x7fff90837ff7 com.apple.speech.recognition.framework (4.0.19 - 4.0.19) <7ADAAF5B-1D78-32F2-9FFF-D2E3FBB41C2B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff90838000 - 0x7fff90a3afff libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <38CD6ED3-C8E4-3CCD-89AC-9C3198803101> /usr/lib/libicucore.A.dylib
0x7fff90a3b000 - 0x7fff90a3cfff libunc.dylib (24.0.0 - compatibility 1.0.0) /usr/lib/system/libunc.dylib
0x7fff90a3d000 - 0x7fff90a78ff7 libsystem_info.dylib (??? - ???) <9C8C2DCB-96DB-3471-9DCE-ADCC26BE2DD4> /usr/lib/system/libsystem_info.dylib
0x7fff90a79000 - 0x7fff90afeff7 com.apple.Heimdal (2.1 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff90b30000 - 0x7fff90b4bfff libexpat.1.dylib (7.2.0 - compatibility 7.0.0) /usr/lib/libexpat.1.dylib
0x7fff90b8b000 - 0x7fff90cc4fef com.apple.vImage (5.1 - 5.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff90d27000 - 0x7fff90e08fff com.apple.CoreServices.OSServices (478.29 - 478.29) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff91046000 - 0x7fff9109dfff libTIFF.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff91252000 - 0x7fff91357ff7 libFontParser.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff91358000 - 0x7fff91375fff libPng.dylib (??? - ???) <3C70A94C-9442-3E11-AF51-C1B0EF81680E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff91376000 - 0x7fff9164eff7 com.apple.security (7.0 - 55010) <93713FF4-FE86-3B4C-8150-5FCC7F3320C8> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff9164f000 - 0x7fff9164ffff com.apple.ApplicationServices (41 - 41) <03F3FA8F-8D2A-3AB6-A8E3-40B001116339> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff91650000 - 0x7fff916a3fff libFontRegistry.dylib (??? - ???) <57FBD85F-41A6-3DB9-B5F4-FCC6B260F1AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff91ead000 - 0x7fff91ee0ff7 com.apple.GSS (2.1 - 2.0) <9A2C9736-DA10-367A-B376-2C7A584E6C7A> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff91ee6000 - 0x7fff91fdbfff libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib
0x7fff91fdc000 - 0x7fff920c0def libobjc.A.dylib (228.0.0 - compatibility 1.0.0) /usr/lib/libobjc.A.dylib
0x7fff920c1000 - 0x7fff920deff7 com.apple.openscripting (1.3.3 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff9236a000 - 0x7fff924d0fff com.apple.CFNetwork (520.2.5 - 520.2.5) <406712D9-3F0C-3763-B4EB-868D01F1F042> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff925d2000 - 0x7fff92bb6fff libBLAS.dylib (??? - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff92bfe000 - 0x7fff92bfefff com.apple.Cocoa (6.6 - ???) <021D4214-9C23-3CD8-AFB2-F331697A4508> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fff92c18000 - 0x7fff92c2ffff com.apple.MultitouchSupport.framework (220.62.1 - 220.62.1) /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff92c30000 - 0x7fff92c32fff libquarantine.dylib (36.0.0 - compatibility 1.0.0) <4C3BFBC7-E592-3939-B376-1C2E2D7C5389> /usr/lib/system/libquarantine.dylib
0x7fff92c7d000 - 0x7fff92c83fff libmacho.dylib (800.0.0 - compatibility 1.0.0) /usr/lib/system/libmacho.dylib
0x7fff92c84000 - 0x7fff92c98ff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff92ca2000 - 0x7fff92cbfff7 libxpc.dylib (77.17.0 - compatibility 1.0.0) <72A16104-2F23-3C22-B474-1953F06F9376> /usr/lib/system/libxpc.dylib
0x7fff92cc0000 - 0x7fff92cc3fff libRadiance.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff92cc4000 - 0x7fff92d03ff7 libGLImage.dylib (??? - ???) <2D1D8488-EC5F-3229-B983-CFDE0BB37586> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff92d24000 - 0x7fff92d39fff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff92d3a000 - 0x7fff92d41ff7 com.apple.CommerceCore (1.0 - 17) /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x7fff92d42000 - 0x7fff92e1ffef libsystem_c.dylib (763.12.0 - compatibility 1.0.0) /usr/lib/system/libsystem_c.dylib
0x7fff92e20000 - 0x7fff9303afef com.apple.CoreData (104 - 358.12) <33B1FA75-7970-3751-9DCC-FF809D3E1FA2> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff9303b000 - 0x7fff9307cfff com.apple.QD (3.12 - ???) <4F3C5629-97C7-3E55-AF3C-ACC524929DA2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff93180000 - 0x7fff93216ff7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff93217000 - 0x7fff93236fff libresolv.9.dylib (46.0.0 - compatibility 1.0.0) <33263568-E6F3-359C-A4FA-66AD1300F7D4> /usr/lib/libresolv.9.dylib
0x7fff93237000 - 0x7fff9323aff7 com.apple.securityhi (4.0 - 1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff9323b000 - 0x7fff9323bfff com.apple.Carbon (153 - 153) <895C2BF2-1666-3A59-A669-311B1F4F368B> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff932c3000 - 0x7fff932d1fff libdispatch.dylib (187.7.0 - compatibility 1.0.0) <712AAEAC-AD90-37F7-B71F-293FF8AE8723> /usr/lib/system/libdispatch.dylib
0x7fff932d2000 - 0x7fff932dafff libsystem_dnssd.dylib (??? - ???) <7749128E-D0C5-3832-861C-BC9913F774FA> /usr/lib/system/libsystem_dnssd.dylib
0x7fff933a7000 - 0x7fff933d0fff com.apple.CoreServicesInternal (113.8 - 113.8) /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fff933d1000 - 0x7fff933fefe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <095FDD3C-3961-3865-A59B-A5B0A4B8B923> /usr/lib/libSystem.B.dylib
0x7fff933ff000 - 0x7fff93404fff libcache.dylib (47.0.0 - compatibility 1.0.0) /usr/lib/system/libcache.dylib
0x7fff93405000 - 0x7fff9340cfff com.apple.NetFS (4.0 - 4.0) /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff9340d000 - 0x7fff93680fff com.apple.CoreImage (7.82 - 1.0.1) <282801B6-5D80-3E2C-88A4-00FE29906D5A> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff93681000 - 0x7fff94282ff7 com.apple.AppKit (6.7.2 - 1138.23) <5CD2C850-4F52-3BA2-BA11-3107DFD2D23C> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff94283000 - 0x7fff942f6fff libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib
0x7fff94433000 - 0x7fff944d7fef com.apple.ink.framework (1.3.2 - 110) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff944d8000 - 0x7fff944dffff libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <172B1985-F24A-34E9-8D8B-A2403C9A0399> /usr/lib/system/libcopyfile.dylib
0x7fff94b7f000 - 0x7fff94b96fff com.apple.CFOpenDirectory (10.7 - 144) <9709423E-8484-3B26-AAE8-EF58D1B8FB3F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff94bb8000 - 0x7fff94bcefff libGL.dylib (??? - ???) <6A473BF9-4D35-34C6-9F8B-86B68091A9AF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff94bcf000 - 0x7fff94bd1fff libCVMSPluginSupport.dylib (??? - ???) <61D89F3C-C64D-3733-819F-8AAAE4E2E993> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff94f22000 - 0x7fff94f82fff libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff94f83000 - 0x7fff94f8efff com.apple.CommonAuth (2.1 - 2.0) /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff9532e000 - 0x7fff95382ff7 com.apple.ScalableUserInterface (1.0 - 1) <1873D7BE-2272-31A1-8F85-F70C4D706B3B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
0x7fff95414000 - 0x7fff95415ff7 libremovefile.dylib (21.0.0 - compatibility 1.0.0) /usr/lib/system/libremovefile.dylib
0x7fff9549c000 - 0x7fff954dbfff com.apple.AE (527.7 - 527.7) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff95517000 - 0x7fff95587fff com.apple.datadetectorscore (3.0 - 179.4) <2A822A13-94B3-3A43-8724-98FDF698BB12> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff95588000 - 0x7fff955f0ff7 com.apple.audio.CoreAudio (4.0.1 - 4.0.1) <7966E3BE-376B-371A-A21D-9BD763C0BAE7> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff955f1000 - 0x7fff955f5fff libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) /usr/lib/system/libmathCommon.A.dylib
0x7fff95a72000 - 0x7fff95a72fff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff95a73000 - 0x7fff95bccfff com.apple.audio.toolbox.AudioToolbox (1.7.1 - 1.7.1) <4877267E-F736-3019-85D3-40A32A042A80> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff95bcd000 - 0x7fff95cabfff com.apple.ImageIO.framework (3.1.1 - 3.1.1) <13E549F8-5BD6-3BAE-8C33-1D0BD269C081> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff95cbd000 - 0x7fff95ccbff7 libkxld.dylib (??? - ???) <65BE345D-6618-3D1A-9E2B-255E629646AA> /usr/lib/system/libkxld.dylib
0x7fff95ccc000 - 0x7fff95d0cff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) /usr/lib/libcups.2.dylib
0x7fff95da0000 - 0x7fff95dbcff7 com.apple.GenerationalStorage (1.0 - 125) <31F60175-E38D-3C63-8D95-32CFE7062BCB> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fff95e85000 - 0x7fff95e8afff com.apple.OpenDirectory (10.7 - 146) <91A87249-6A2F-3F89-A8DE-0E95C0B54A3A> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff95e8b000 - 0x7fff9605ffff com.apple.CoreFoundation (6.7.1 - 635.15) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff96060000 - 0x7fff96062ff7 com.apple.print.framework.Print (7.1 - 247.1) <8A4925A5-BAA3-373C-9B5D-03E0270C6B12> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fff96063000 - 0x7fff96063fff com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff96064000 - 0x7fff96065ff7 libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib
0x7fff960af000 - 0x7fff96132fef com.apple.Metadata (10.7.0 - 627.20) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff96133000 - 0x7fff96137fff libdyld.dylib (195.5.0 - compatibility 1.0.0) /usr/lib/system/libdyld.dylib
0x7fff96138000 - 0x7fff9614bff7 libCRFSuite.dylib (??? - ???) <034D4DAA-63F0-35E4-BCEF-338DD7A453DD> /usr/lib/libCRFSuite.dylib
0x7fff962cd000 - 0x7fff9636fff7 com.apple.securityfoundation (5.0 - 55005) <0D59908C-A61B-389E-AF37-741ACBBA6A94> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff96500000 - 0x7fff96501fff libffi.dylib (??? - ???) /usr/lib/libffi.dylib
0x7fff96502000 - 0x7fff96506ff7 com.apple.CommonPanels (1.2.5 - 94) <0BB2C436-C9D5-380B-86B5-E355A7711259> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fff9693a000 - 0x7fff96a46fff libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib
0x7fff96a47000 - 0x7fff96ac2ff7 com.apple.print.framework.PrintCore (7.1 - 366.1) <3F140DEB-9F87-3672-97CC-F983752581AC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff96af9000 - 0x7fff96afafff libdnsinfo.dylib (395.6.0 - compatibility 1.0.0) <718A135F-6349-354A-85D5-430B128EFD57> /usr/lib/system/libdnsinfo.dylib
0x7fff96c2f000 - 0x7fff96c3dfff com.apple.NetAuth (1.0 - 3.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff96c3e000 - 0x7fff96c3ffff libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff96c40000 - 0x7fff96c41fff libsystem_sandbox.dylib (??? - ???) <8D14139B-B671-35F4-9E5A-023B4C523C38> /usr/lib/system/libsystem_sandbox.dylib
0x7fff96c42000 - 0x7fff96c6fff7 com.apple.opencl (1.50.63 - 1.50.63) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff9737c000 - 0x7fff97381fff libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib
0x7fff97382000 - 0x7fff97484ff7 libxml2.2.dylib (10.3.0 - compatibility 10.0.0) /usr/lib/libxml2.2.dylib
0x7fff974e3000 - 0x7fff974f5ff7 libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib
0x7fff974f6000 - 0x7fff97500ff7 liblaunch.dylib (392.18.0 - compatibility 1.0.0) <39EF04F2-7F0C-3435-B785-BF283727FFBD> /usr/lib/system/liblaunch.dylib
0x7fff97537000 - 0x7fff976d6fff com.apple.QuartzCore (1.7 - 270.0) /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff983de000 - 0x7fff9842cfff libauto.dylib (??? - ???) /usr/lib/libauto.dylib
0x7fff9842d000 - 0x7fff9842efff liblangid.dylib (??? - ???) /usr/lib/liblangid.dylib
0x7fff9842f000 - 0x7fff98b42587 com.apple.CoreGraphics (1.600.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff98b59000 - 0x7fff98b5ffff libGFXShared.dylib (??? - ???) <343AE6C0-EB02-333C-8D35-DF6093B92758> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff98bd2000 - 0x7fff98bd5fff com.apple.help (1.3.2 - 42) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff99297000 - 0x7fff992f2ff7 com.apple.HIServices (1.10 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff992f3000 - 0x7fff9932dfff com.apple.DebugSymbols (2.1 - 85) /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff9932e000 - 0x7fff9932efff com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff994ba000 - 0x7fff994c0ff7 libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib
0x7fff994c1000 - 0x7fff994e8fff com.apple.PerformanceAnalysis (1.10 - 10) <2A058167-292E-3C3A-B1F8-49813336E068> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff99583000 - 0x7fff995ceff7 com.apple.SystemConfiguration (1.11.1 - 1.11) /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff995cf000 - 0x7fff995d4fff libpam.2.dylib (3.0.0 - compatibility 3.0.0) /usr/lib/libpam.2.dylib
0x7fff995d5000 - 0x7fff995dbfff IOSurface (??? - ???) <06FA3FDD-E6D5-391F-B60D-E98B169DAB1B> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff995dc000 - 0x7fff99600ff7 com.apple.RemoteViewServices (1.2 - 39) <862849C8-84C1-32A1-B87E-B29E74778C9F> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff99652000 - 0x7fff996bcfff com.apple.framework.IOKit (2.0 - ???) <87D55F1D-CDB5-3D13-A5F9-98EA4E22F8EE> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff996bd000 - 0x7fff996ddfff libsystem_kernel.dylib (1699.22.73 - compatibility 1.0.0) <69F2F501-72D8-3B3B-8357-F4418B3E1348> /usr/lib/system/libsystem_kernel.dylib
0x7fff996de000 - 0x7fff999f7ff7 com.apple.Foundation (6.7.1 - 833.20) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff99a40000 - 0x7fff99d5cff7 com.apple.CoreServices.CarbonCore (960.18 - 960.18) <6020C3FB-6125-3EAE-A55D-1E77E38BEDEA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff99d5d000 - 0x7fff99dcbfff com.apple.CoreSymbolication (2.1 - 66) /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff99f77000 - 0x7fff9a08fff7 com.apple.DesktopServices (1.6.1 - 1.6.1) <4418EAA6-7163-3A77-ABD3-F8289796C81A> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff9a118000 - 0x7fff9a19cff7 com.apple.ApplicationServices.ATS (317.5.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff9a1b0000 - 0x7fff9a1c6ff7 com.apple.ImageCapture (7.0 - 7.0) <69E6E2E1-777E-332E-8BCF-4F0611517DD0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fff9a2e4000 - 0x7fff9a2f6ff7 libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib
0x7fff9a330000 - 0x7fff9a3a5ff7 libc++.1.dylib (19.0.0 - compatibility 1.0.0) /usr/lib/libc++.1.dylib
0x7fff9a3a6000 - 0x7fff9a3cffff libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff9a599000 - 0x7fff9a5a2ff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) /usr/lib/system/libsystem_notify.dylib
0x7fff9aa47000 - 0x7fff9ad6bfff com.apple.HIToolbox (1.8 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff9ad6c000 - 0x7fff9ad90fff com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff9ad91000 - 0x7fff9adf3fff com.apple.coreui (1.2.1 - 164.1) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff9ae64000 - 0x7fff9ae8fff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <8051A3FC-7385-3EA9-9634-78FC616C3E94> /usr/lib/libxslt.1.dylib
0x7fff9af33000 - 0x7fff9af42ff7 com.apple.opengl (1.7.5 - 1.7.5) <2945F1A6-910C-3596-9988-5701B04BD821> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL

External Modification Summary:
Calls made by other processes targeting this process:
task_for_pid: 1
thread_create: 0
thread_set_state: 0
Calls made by this process:
task_for_pid: 0
thread_create: 0
thread_set_state: 0
Calls made by all processes on this machine:
task_for_pid: 4181
thread_create: 0
thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=139.7M resident=70.8M(51%) swapped_out_or_unallocated=68.9M(49%)
Writable regions: Total=76.7M written=26.3M(34%) resident=35.0M(46%) swapped_out=0K(0%) unallocated=41.7M(54%)

REGION TYPE VIRTUAL
=========== =======
MALLOC 66.6M
MALLOC guard page 48K
STACK GUARD 56.0M
Stack 9752K
VM_ALLOCATE 276K
__CI_BITMAP 80K
__DATA 12.5M
__IMAGE 1256K
__LINKEDIT 47.8M
__TEXT 91.9M
__UNICODE 544K
mapped file 15.6M
shared memory 16K
=========== =======
TOTAL 302.1M

Model: MacPro3,1, 4 processors, Intel Core i7, 2.83 GHz, 4 GB, SMC 1.30f3

MNPP not installing on Lion

Hi,

Not sure what's happening here. The download page made it look simple. I'm not very experienced debugging OSX - if you could let me know the details to pursue here, I'd greatly appreciate it.

I'm running OS X 10.6.8 on a MacBook Pro.

I downloaded the zip file, unzipped it, then moved it into Applications and tried to click MNPP.app (both after navigating to it in the finder and by expanding the "Applications" icon in the dock.

Something flashes very, very briefly on the screen, and then goes away and no discernible changes.

I get the following (changed the name of the laptop - but the "yourcompany.MNPP" is unchanged).

Jan 4 15:27:30 MacBook-Pro [0x0-0x56e56e].com.yourcompany.MNPP[23028]: Traceback (most recent call last):
Jan 4 15:27:30 MacBook-Pro [0x0-0x56e56e].com.yourcompany.MNPP[23028]: File "main.py", line 10, in
Jan 4 15:27:30 MacBook-Pro [0x0-0x56e56e].com.yourcompany.MNPP[23028]: import objc
Jan 4 15:27:30 MacBook-Pro [0x0-0x56e56e].com.yourcompany.MNPP[23028]: ImportError:
Jan 4 15:27:30 MacBook-Pro [0x0-0x56e56e].com.yourcompany.MNPP[23028]: No module named objc
Jan 4 15:27:30 MacBook-Pro MNPP[23028]: * Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: '/Users/jyr/Projects/personal/MNPP-BASE/MNPP/main.m:44 main() PyRun_SimpleFile failed with file '/Applications/MNPP/MNPP.app/Contents/Resources/main.py'. See console for errors.'\n* Call stack at first throw:\n(\0 CoreFoundation 0x00007fff87464784 __exceptionPreprocess + 180\n 1 libobjc.A.dylib 0x00007fff856a0f03 objc_exception_throw + 45\n 2 CoreFoundation 0x00007fff874645a7 +[NSException raise:format:arguments:] + 103\n 3 CoreFoundation 0x00007fff87464534 +[NSException raise:format:] + 148\n 4 MNPP 0x000000019bd61caa 0x0 + 6909467818\n 5 MNPP 0x000000019bd619fc 0x0 + 6909467132\n)
Jan 4 15:27:30 MacBook-Pro [0x0-0x56e56e].com.yourcompany.MNPP[23028]: terminate called after throwing an instance of 'NSException'
Jan 4 15:27:33 MacBook-Pro com.apple.launchd.peruser.50186: Job appears to have crashed: Abort trap
Jan 4 15:27:36 MacBook-Pro ReportCrash[23030]: Saved crash report for MNPP[23028] version 1.0 (1.0) to /Users/ben/Library/Logs/DiagnosticReports/MNPP_2012-01-04-152736_MacBook-Pro.crash

The file from the last line there starts with this:

cat MNPP_2012-01-04-152736_MacBook-Pro.crash
Process: MNPP [23028]
Path: /Applications/MNPP/MNPP.app/Contents/MacOS/MNPP
Identifier: com.yourcompany.MNPP
Version: 1.0 (1.0)
Code Type: X86-64 (Native)
Parent Process: launchd [86]

Date/Time: 2012-01-04 15:27:30.142 -0800
OS Version: Mac OS X 10.6.8 (10K549)
Report Version: 6

Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Crashed Thread: 0 Dispatch queue: com.apple.main-thread

Application Specific Information:
abort() called
*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: '/Users/jyr/Projects/personal/MNPP-BASE/MNPP/main.m:44 main() PyRun_SimpleFile failed with file '/Applications/MNPP/MNPP.app/Contents/Resources/main.py'. See console for errors.'
*** Call stack at first throw:
(
0 CoreFoundation 0x00007fff87464784 __exceptionPreprocess + 180
1 libobjc.A.dylib 0x00007fff856a0f03 objc_exception_throw + 45
2 CoreFoundation 0x00007fff874645a7 +[NSException raise:format:arguments:] + 103
3 CoreFoundation 0x00007fff87464534 +[NSException raise:format:] + 148
4 MNPP 0x000000019bd61caa 0x0 + 6909467818
5 MNPP 0x000000019bd619fc 0x0 + 6909467132
)

Thread 0 Crashed: Dispatch queue: com.apple.main-thread
0 libSystem.B.dylib 0x00007fff8357c0b6 __kill + 10
1 libSystem.B.dylib 0x00007fff8361c9f6 abort + 83
2 libstdc++.6.dylib 0x00007fff894995d2 __tcf_0 + 0
3 libobjc.A.dylib 0x00007fff856a4b39 objc_terminate + 100
4 libstdc++.6.dylib 0x00007fff89497ae1 __cxxabiv1::__terminate(void (
)()) + 11
5 libstdc++.6.dylib 0x00007fff89497b16 __cxxabiv1::__unexpected(void (_)()) + 0
6 libstdc++.6.dylib 0x00007fff89497bfc __gxx_exception_cleanup(_Unwind_Reason_Code, _Unwind_Exception*) + 0
7 libobjc.A.dylib 0x00007fff856a0fa2 object_getIvar + 0
8 com.apple.CoreFoundation 0x00007fff874645a7 +[NSException raise:format:arguments:] + 103
9 com.apple.CoreFoundation 0x00007fff87464534 +[NSException raise:format:] + 148
10 com.yourcompany.MNPP 0x000000019bd61caa 0x19bd60000 + 7338
11 com.yourcompany.MNPP 0x000000019bd619fc 0x19bd60000 + 6652

Thread 1: Dispatch queue: com.apple.libdispatch-manager
0 libSystem.B.dylib 0x00007fff83546c0a kevent + 10
1 libSystem.B.dylib 0x00007fff83548add _dispatch_mgr_invoke + 154
2 libSystem.B.dylib 0x00007fff835487b4 _dispatch_queue_invoke + 185
3 libSystem.B.dylib 0x00007fff835482de _dispatch_worker_thread2 + 252
4 libSystem.B.dylib 0x00007fff83547c08 _pthread_wqthread + 353
5 libSystem.B.dylib 0x00007fff83547aa5 start_wqthread + 13

Thread 2:
0 libSystem.B.dylib 0x00007fff83547a2a __workq_kernreturn + 10
1 libSystem.B.dylib 0x00007fff83547e3c _pthread_wqthread + 917
2 libSystem.B.dylib 0x00007fff83547aa5 start_wqthread + 13

Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x0000000000000000 rbx: 0x00007fff707fa2f8 rcx: 0x00007fff5fbff878 rdx: 0x0000000000000000
rdi: 0x00000000000059f4 rsi: 0x0000000000000006 rbp: 0x00007fff5fbff890 rsp: 0x00007fff5fbff878
r8: 0x00007fff707fda60 r9: 0x0000000000000063 r10: 0x00007fff835780fa r11: 0x0000000000000202
r12: 0x00007fff874e9b09 r13: 0x0000000000000000 r14: 0x0000000100600e50 r15: 0x00007fff8569bee4
rip: 0x00007fff8357c0b6 rfl: 0x0000000000000202 cr2: 0x00007fff71109fd0

Thanks for any help or pointers!

Cheers!

-Ben

unknown error when opening mnpp page

In snow leopard, when I try to open any page I get the following warning:

This domain isn’t set up yet.
Symlink your application to mnpp.l first.

My imac does not have any problems but my macbook pro does. Even reinstallation does not change anything.

Any ideas?

[nginx + php-fpm] exploit (cgi.fix_pathinfo=1)

Original post http://www.80sec.com/nginx-securit.html

Simple translation:

If you set up your nginx+php-cgi using configuration like this:

location ~ \.php$ { root html; fastcgi_pass 127.0.0.1:9000; fastcgi_index index.php; fastcgi_param SCRIPT_FILENAME /scripts$fastcgi_script_name; include fastcgi_params; }

When someone request http://address/80sec.jpg/80sec.php

uri would be /80sec.jpg/80sec.php

SCRIPT_FILENAME would be /scripts/80sec.jpg/80sec.php

if fix_pathinfo is enable(most likely is)

SCRIPT_FILENAME would become /scripts/80sec.jpg and PATH_INFO would become 80sec.php

/scripts/80sec.jpg would become the request processed by php

means someone can upload a jpg and have it executed as php.

Quick fix: set cgi.fix_pathinfo = 0 in php.ini

==OR==

try_files $uri =404;

other webservers such as lighttpd doesn't have this problem so nginx probably needs to address this.

Can't configure nginx.conf to work with Codeigniter

I have a standard Codeigniter installation but can't seem to get MNPP to recognize it. I saw there is the codeigniter config in the common folder but can't get MNPP to recognize that either.

I've gotten my Codeigniter app to work using Nginx on an EC2 instance so its not a problem with my Codeigniter app.

Also I can serve PHP and do MySQL and memcache on MNPP but just not my Codeigniter app. Might one suggest something to point me in the right direction?

here's my MNPP /Applications/MNPP/conf/nginx/nginx.conf file: https://gist.github.com/3711660
which for the sake of simplicity I have configured to ONLY include my /Applications/MNPP/conf/nginx/sites-enabled/default file : https://gist.github.com/3711653

MNPP Stop Working after force shutdown

I had to force shutdown my machine today, it totally freezed,,,, After restaring the machine MNPP just wont work. I press on MNPP, and start the services, but it does just not work, nothing happens I have checked, msyql, apache everything is running. Any ideas ?

APC?

Great project. Thanks for all the hard work.

Any plans to add APC? PHP Projects with large codebase like some of Drupal-based ones really need it.

Thx

MAC OS Lion libfreetype problem&solution

After updating MacOS 10.7.3 (64 bit), getting this error when php tries to start,

dyld: Library not loaded: /usr/X11/lib/libfreetype.6.dylib
  Referenced from: /usr/X11/lib/libfontconfig.1.dylib
  Reason: Incompatible library version: libfontconfig.1.dylib requires version 14.0.0 or later, but libfreetype.6.dylib provides version 13.0.0
Trace/BPT trap: 5

There is a simple trick to solve this problem. Just override the current MNPP's libfreetype library.

sudo cp /usr/X11/lib/libfreetype.* /Applications/MNPP/Library/lib/

php_intl

HI, I'm trying to install the micromvc php framework but it needs php5_intl, how can this be added to MNPP?

OSX 10.8 Mountain Lion libfreetype problem

MNPP uses own old libs:
$ cat ~/.bash_profile | grep DYLD_LIBRARY_PATH
export DYLD_LIBRARY_PATH=/Applications/MNPP/init:/Applications/MNPP/Library/lib

It conflicts with an already used libraries from XQuartz 2.7.2
Dyld Error Message:
Library not loaded: /opt/X11//libfreetype.6.dylib
Referenced from: /opt/X11/
/libXfont.1.dylib
Reason: Incompatible library version: libXfont.1.dylib requires version 15.0.0 or later, but libfreetype.6.dylib provides version 14.0.0

Same problem with 10.7 is here.

Solution is same:
sudo cp /usr/X11/lib/libfreetype.* /Applications/MNPP/Library/lib/

My fork here.

Error starting percona

$ sudo ./mnpp --start percona
chown: /usr/local/mysql/: No such file or directory
120118 18:20:52 mysqld_safe Logging to '/Applications/MNPP/logs/mysql_error_log.err'.
120118 18:20:52 mysqld_safe Starting mysqld daemon with databases from /Applications/MNPP/Library/mysql/var
120118 18:20:52 mysqld_safe mysqld from pid file /Applications/MNPP/tmp/mysql/mysql.pid ended

enable PHP zipArchive class?

Can you tell me how to enable the PHP zipArchive class with MNPP?

I'd appreciate some code b/c I know I need to install this extension I just don't know the commands to do that. I've never installed or reconfigured PHP itself. I'm on a Mac 10.7.4.

Is project alive?

Last update was 9 months ago.
MNPP doen't work in OSX 10.8 Mountain Lion.

I just little a bit worried, because I'm really love MNPP.

Restart MNPP function

Would it be possible to add 'Restart MNPP' button and bash command?
This function just needs to restart already launched services.

Cheers

PHP 5.2 doesn't work in Lion

Hello

I'm using Lion and trying to use PHP 5.2 rather than 5.3 (which works fine)

Running the command sudo /Applications/MNPP/init/mnpp --php52 --start causes the following error:

dyld: Library not loaded: /opt/local/lib/libiconv.2.dylib
Referenced from: /Applications/MNPP/Library/php52/bin/php-cgi
Reason: Incompatible library version: php-cgi requires version 8.0.0 or later, but libiconv.2.dylib provides version 7.0.0
/Applications/MNPP/Library/php52/sbin/php-fpm: line 43: 28512 Trace/BPT trap: 5 $php_fpm_BIN --fpm $php_opts
failed

For some reason its looking for the lib in the non-existent /opt/local/lib/ folder, rather than the correct place /Applications/MNPP/Library/libiconv/lib/.

If I add a symlink to correct file, I get the following error

dyld: Library not loaded: /opt/local/lib/libintl.8.dylib
Referenced from: /Applications/MNPP/Library/lib/libidn.11.dylib
Reason: image not found

Adding another symlink fixes this, and allows PHP 5.2 to start correctly.

Is there a change that could be made to the php-fpm startup, or are these paths compiled inside the binary?

Can't start on OSX Lion

I copied the extracted zip file to /Applications/ and renamed the folder to /Applications/MNPP. However, I have got the following error.
Thanks for any hint on that.


Process: MNPP [46628]
Path: /Applications/MNPP/MNPP.app/Contents/MacOS/MNPP
Identifier: com.yourcompany.MNPP
Version: 1.0 (1.0)
Code Type: X86-64 (Native)
Parent Process: launchd [212]

Date/Time: 2011-07-26 12:25:43.557 +0200
OS Version: Mac OS X 10.7 (11A511)
Report Version: 9

Crashed Thread: 0 Dispatch queue: com.apple.main-thread

Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000

Application Specific Information:
objc[46628]: garbage collection is OFF
*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: '/Users/jyr/Desarrollo/personal/MNPP-BASE/MNPP/main.m:44 main() PyRun_SimpleFile failed with file '/Applications/MNPP/MNPP.app/Contents/Resources/main.py'. See console for errors.'
*** First throw call stack:
(
0 CoreFoundation 0x00007fff8fd79986 __exceptionPreprocess + 198
1 libobjc.A.dylib 0x00007fff8edd6d5e objc_exception_throw + 43
2 CoreFoundation 0x00007fff8fd797ba +[NSException raise:format:arguments:] + 106
3 CoreFoundation 0x00007fff8fd79744 +[NSException raise:format:] + 116
4 MNPP 0x0000000100001c31 main + 1039
5 MNPP 0x0000000100001800 start + 52
)

terminate called throwing an exception
abort() called

Recommend Projects

  • React photo React

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

  • Vue.js photo Vue.js

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

  • Typescript photo Typescript

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

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

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

Recommend Topics

  • javascript

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

  • web

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

  • server

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

  • Machine learning

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

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

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

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.