GNOME Bugzilla – Bug 796423
Cannot Input Chinese, seems does not work with other IME too
Last modified: 2018-06-30 00:10:59 UTC
I cannot input Chinese anywhere in GnuCash 3.1, using Mac OS 10.13.4 native input method. Besides, I'm in English environment. I tried to set "LANG=zh_CN" and "LANGUAGE=zh_CN" in package file "etc/gnucash/environment", but this didn't work at all. At last, I fell back to 2.6.11, this work well. But after that, I cannot launch 3.1, it disappeared before the loading window. I can only launch 3.1 in terminal by typing "GnuCash.app/Contents/MacOS/Gnucash" now. I used to use GnuCash in openSUSE Tumbleweed, with KDE and fcitx, this always work well. But I'm newer and noob on Mac OS, so thanks a lot for your helps.
windows can't use Chinese IME input in account tag at "描述" maybe in english is "description" field as well
First, you need to enable the IM by adding the line GTK_IM_MODULE_FILE={GNC_HOME}/etc/gtk-3.0/gtk.immodules to Gnucash.app/Contents/Resources/etc/gnucash/environment. However there's still a problem with IMs in the register, see bug 795253 (which is about Windows) and the email thread beginning at https://lists.gnucash.org/pipermail/gnucash-user/2018-May/077206.html. I don't yet know if the Windows and MacOS problems are the same so we'll keep two bugs.
Thanks for the replies, but now I cannot launch GnuCash 3.1. Mac OS notified me that "GnuCash" is an application downloaded from Internet. Are you sure you want to open it? Then I click open, the icon disappear on dock, and no more hints. But I can launch it in terminal by call "/Volumes/Gnucash-3.1/Gnucash.app/Contents/MacOS/Gnucash". I'm not sure which logs should I check, I'm really noob in MacOS.
If GnuCash did start and then crash there should be a crash file for it. Open Applications:Utilities:Console and select "User Reports" from the side bar. The report name will begin with Gnucash.app.
But there are no logs in "Console" in "User Reports" or any other folder. I have tried to launch in both way, launch in dmg image and copy to Application.
(In reply to sjx95 from comment #5) > But there are no logs in "Console" in "User Reports" or any other folder. > > I have tried to launch in both way, launch in dmg image and copy to > Application. That just means it exited "normally", usually because it didn't find something it needs. It's very strange indeed that it would start OK from the terminal but not when double-clicking the file in Finder. While there's no longer any requirement for Gnucash.app to be writable it's still safer to move it out of the dmg, so stick with the one in Applications. There is another log, the trace file (https://wiki.gnucash.org/wiki/Tracefile) but if GnuCash is quitting immediately on startup it's probably empty. Try saying "open /Applications/Gnucash.app" from the command line instead of "/Applications/Gnucash.app/Contents/MacOS/Gnucash". Try having Console open with the first item in the sidebar (on my system it has a grey header "Devices" and the machine's name, but I'm on a Developer Beta and I don't remember offhand if that's what's in the general distribution). There might be a useful message or two that scrolls by as it quits.
Oh, and you couldn't have changed the environment file on the copy in the dmg, it's read-only, so if that doesn't launch then something else has gone awry.
OK, although I cannot locate the problem, but GnuCash can launch now. I found that GnuCash will "crash" if I receive the "downloaded from Internet" warning. If open it in dmg image, this will warn every time. But it will be OK if I copy it to /Application and launch the second time or later. It's a little weird, maybe there are some problem while packaging? Now I add GTK_IM_MODULE_FILE={GNC_HOME}/etc/gtk-3.0/gtk.immodules to /Applications/Gnucash.app/Contents/Resources/etc/gnucash/enviroment then, it really crashed, and I can see the log now. I have tried using absolute path, this doesn't work either. Here are the most important part in the log (just in my view): --- Process: Gnucash [641] Path: /Applications/Gnucash.app/Contents/MacOS/Gnucash Identifier: org.gnucash.Gnucash Version: 3.1 (3.1) Code Type: X86-64 (Native) Parent Process: ??? [1] Responsible: Gnucash [641] User ID: 501 Date/Time: 2018-05-29 17:35:35.503 +0800 OS Version: Mac OS X 10.13.4 (17E199) Report Version: 12 Anonymous UUID: 129C5244-7B70-ABE9-7CFF-08AA327A1C65 Time Awake Since Boot: 1000 seconds System Integrity Protection: enabled Crashed Thread: 0 Dispatch queue: com.apple.main-thread Exception Type: EXC_BREAKPOINT (SIGTRAP) Exception Codes: 0x0000000000000002, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY Termination Signal: Trace/BPT trap: 5 Termination Reason: Namespace SIGNAL, Code 0x5 Terminating Process: exc handler [0] --- If I launch the ELF directly, got this in terminal: --- Application Path /Applications/Gnucash.app/Contents/MacOS/./Gnucash (process:665): gnc.gui-WARNING **: [mac_find_close_country()] Apple Locale is set to a value en_JP not supported by the C runtime (process:665): gnc.gui-WARNING **: [mac_find_close_country()] Using ja_JP instead. (process:665): gnc.gui-WARNING **: [mac_set_languages()] Language list: en:en_JP:C:zh_CN (process:665): Gtk-WARNING **: Locale not supported by C library. Using the fallback 'C' locale. Trace/BPT trap: 5 --- For some reason, I set Region to Japan.
A dmg is a little read-only file system. Gatekeeper must want to write some data on the application's code signature indicating that it's already seen it, which it can't do if the application is in a dmg. ELF is a Linux executable format. The MacOS equivalent is mach-o. Interesting, I see the "dissapear" behavior on first open as well. I'll look into that separately. I need a bit more of that crash report, please attach the whole file here. You can control-click on it in Console and select "Show in Finder" to get its location. The messages from the command line launch are normal and expected.
It's a little long... Or maybe I should attach logs via Gist next time? --- Process: Gnucash [665] Path: /Applications/Gnucash.app/Contents/MacOS/./Gnucash Identifier: org.gnucash.Gnucash Version: 3.1 (3.1) Code Type: X86-64 (Native) Parent Process: bash [329] Responsible: Gnucash [665] User ID: 501 Date/Time: 2018-05-29 17:45:53.105 +0800 OS Version: Mac OS X 10.13.4 (17E199) Report Version: 12 Anonymous UUID: 129C5244-7B70-ABE9-7CFF-08AA327A1C65 Time Awake Since Boot: 1700 seconds System Integrity Protection: enabled Crashed Thread: 0 Dispatch queue: com.apple.main-thread Exception Type: EXC_BREAKPOINT (SIGTRAP) Exception Codes: 0x0000000000000002, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY Termination Signal: Trace/BPT trap: 5 Termination Reason: Namespace SIGNAL, Code 0x5 Terminating Process: exc handler [0] Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 libglib-2.0.0.dylib 0x000000010f1a2154 g_logv + 1060 1 libglib-2.0.0.dylib 0x000000010f1a1d16 g_log + 134 2 libgio-2.0.0.dylib 0x000000010fcdad49 g_settings_set_property + 185 3 libgobject-2.0.0.dylib 0x000000010fd93b6e object_set_property + 190 4 libgobject-2.0.0.dylib 0x000000010fd93221 g_object_new_internal + 257 5 libgobject-2.0.0.dylib 0x000000010fd93075 g_object_new_valist + 1173 6 libgobject-2.0.0.dylib 0x000000010fd92923 g_object_new + 179 7 libgio-2.0.0.dylib 0x000000010fcd794c g_settings_new + 44 8 libgncmod-app-utils.dylib 0x0000000111febb72 gnc_gsettings_get_settings_ptr + 226 9 libgncmod-app-utils.dylib 0x0000000111fec455 gnc_gsettings_get_float + 21 10 libgncmod-app-utils.dylib 0x0000000111fee348 gnc_prefs_init + 40 11 libgncmod-gnome-utils.dylib 0x0000000111f091d7 gnc_gui_init + 135 12 org.gnucash.Gnucash 0x000000010ee10ba6 main + 3334 13 libdyld.dylib 0x00007fff67439015 start + 1 Thread 1: 0 libsystem_kernel.dylib 0x00007fff6758a292 __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff67751009 _pthread_wqthread + 1035 2 libsystem_pthread.dylib 0x00007fff67750be9 start_wqthread + 13 Thread 2: 0 libsystem_kernel.dylib 0x00007fff6758a292 __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff67751009 _pthread_wqthread + 1035 2 libsystem_pthread.dylib 0x00007fff67750be9 start_wqthread + 13 Thread 3: 0 libsystem_kernel.dylib 0x00007fff6758a292 __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff6775120e _pthread_wqthread + 1552 2 libsystem_pthread.dylib 0x00007fff67750be9 start_wqthread + 13 Thread 4: 0 libsystem_kernel.dylib 0x00007fff6758a292 __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff6775120e _pthread_wqthread + 1552 2 libsystem_pthread.dylib 0x00007fff67750be9 start_wqthread + 13 Thread 0 crashed with X86 Thread State (64-bit): rax: 0x0000000000000000 rbx: 0x0000000000000002 rcx: 0x00007fff9fa693c8 rdx: 0x0000030000000403 rdi: 0x0000000000012068 rsi: 0x0000000000000400 rbp: 0x00007ffee0dfe4f0 rsp: 0x00007ffee0dfe3e0 r8: 0x00007fff9fa4b288 r9: 0x0000000000000040 r10: 0x00007fff9fa4b280 r11: 0xffffffffffffffff r12: 0x0000000000000004 r13: 0x00007fff9fa47070 r14: 0x0000000000000002 r15: 0x0000000000000006 rip: 0x000000010f1a2154 rfl: 0x0000000000000246 cr2: 0x000000010f1c1310 Logical CPU: 2 Error Code: 0x00000000 Trap Number: 3 Binary Images: 0x10ee01000 - 0x10ee13fff +org.gnucash.Gnucash (3.1 - 3.1) <D91C7860-6A70-3055-899D-7E50072304CA> /Applications/Gnucash.app/Contents/MacOS/Gnucash 0x10ee1b000 - 0x10ee1dfff +libgthread-2.0.0.dylib (0) <884B2A74-AA97-3A8B-8F24-4371BEA8EBFC> /Applications/Gnucash.app/Contents/Resources/lib/libgthread-2.0.0.dylib 0x10ee22000 - 0x10eed1ff7 +libgnc-gnome.dylib (0) <647DEF46-7DA6-33DA-998D-2535BA79D145> /Applications/Gnucash.app/Contents/Resources/lib/libgnc-gnome.dylib 0x10ef21000 - 0x10f024ff7 +libguile-2.0.22.dylib (0) <4A667335-DB9A-32CB-9AF9-7E7C109F698A> /Applications/Gnucash.app/Contents/Resources/lib/libguile-2.0.22.dylib 0x10f101000 - 0x10f11cff7 +libgc.1.dylib (0) <F3BF0BAE-20BE-3413-9A65-5A6D4DFA2494> /Applications/Gnucash.app/Contents/Resources/lib/libgc.1.dylib 0x10f15f000 - 0x10f161fff +libharfbuzz-icu.0.dylib (0) <DEB42EAD-5166-3EA1-85F0-BC77A4DF7796> /Applications/Gnucash.app/Contents/Resources/lib/libharfbuzz-icu.0.dylib 0x10f166000 - 0x10f270fff +libglib-2.0.0.dylib (0) <D2FC2550-B1E4-34D3-8FE0-A6328E43FF7C> /Applications/Gnucash.app/Contents/Resources/lib/libglib-2.0.0.dylib 0x10f29a000 - 0x10f2a3ff7 +libintl.9.dylib (0) <8A29026E-3AB2-30A7-BEB0-57944D8D9B3B> /Applications/Gnucash.app/Contents/Resources/lib/libintl.9.dylib 0x10f2ae000 - 0x10f84bff7 +libgtk-3.0.dylib (0) <DF183AF4-FE0B-35E5-8317-C782D84522EF> /Applications/Gnucash.app/Contents/Resources/lib/libgtk-3.0.dylib 0x10f98c000 - 0x10f9fcfff +libgdk-3.0.dylib (0) <6037F365-6011-3994-8DB0-0AEAE11D8105> /Applications/Gnucash.app/Contents/Resources/lib/libgdk-3.0.dylib 0x10fa2f000 - 0x10fa3eff7 +libpangocairo-1.0.0.dylib (0) <38B92CA7-82E2-30D7-BD99-785778638754> /Applications/Gnucash.app/Contents/Resources/lib/libpangocairo-1.0.0.dylib 0x10fa52000 - 0x10fa8fff7 +libpango-1.0.0.dylib (0) <C32BC871-548A-3BF9-9A88-E1EB23FCF532> /Applications/Gnucash.app/Contents/Resources/lib/libpango-1.0.0.dylib 0x10faa8000 - 0x10fac1fff +libatk-1.0.0.dylib (0) <B5E73612-7903-3DA1-A547-4F475B41784D> /Applications/Gnucash.app/Contents/Resources/lib/libatk-1.0.0.dylib 0x10fad2000 - 0x10fad8ff7 +libcairo-gobject.2.dylib (0) <47A480BF-B275-38E8-930A-FCD6E612539B> /Applications/Gnucash.app/Contents/Resources/lib/libcairo-gobject.2.dylib 0x10fae0000 - 0x10fba4ff7 +libcairo.2.dylib (0) <E8BC37EC-A6EA-329A-864B-91DB6EB50AA9> /Applications/Gnucash.app/Contents/Resources/lib/libcairo.2.dylib 0x10fbd5000 - 0x10fbf1fff +libgdk_pixbuf-2.0.0.dylib (0) <441BDE2B-E413-329D-B60F-32F22B167CBA> /Applications/Gnucash.app/Contents/Resources/lib/libgdk_pixbuf-2.0.0.dylib 0x10fc02000 - 0x10fd0ffff +libgio-2.0.0.dylib (0) <952C0025-7393-303A-A88E-1968B5B2C303> /Applications/Gnucash.app/Contents/Resources/lib/libgio-2.0.0.dylib 0x10fd85000 - 0x10fdbdff7 +libgobject-2.0.0.dylib (0) <A383B46A-EEA8-3156-AD5C-2A950D972614> /Applications/Gnucash.app/Contents/Resources/lib/libgobject-2.0.0.dylib 0x10fdd7000 - 0x10fde3ff7 +libgtkmacintegration-gtk3.2.dylib (0) <0B552149-3AC1-3A61-803D-AD1E7170DC72> /Applications/Gnucash.app/Contents/Resources/lib/libgtkmacintegration-gtk3.2.dylib 0x10fdf3000 - 0x10fe1ffff +libgncmod-ledger-core.dylib (0) <A4730371-D4AE-33EF-863C-2AF16913E6DA> /Applications/Gnucash.app/Contents/Resources/lib/gnucash/libgncmod-ledger-core.dylib 0x10fe3c000 - 0x10fe56ff7 +libgncmod-report-gnome.dylib (0) <B0C078D3-91CE-30CE-9D73-DEC2FFCE54BC> /Applications/Gnucash.app/Contents/Resources/lib/gnucash/libgncmod-report-gnome.dylib 0x10fe6c000 - 0x10fe7ffff +libgncmod-html.dylib (0) <C2CB338C-E07F-3319-8809-551285D9B315> /Applications/Gnucash.app/Contents/Resources/lib/gnucash/libgncmod-html.dylib 0x10fe8b000 - 0x110dacff7 +libwebkitgtk-3.0.0.dylib (0) <ACDEB376-4CD8-3FB3-8896-73F8037010A7> /Applications/Gnucash.app/Contents/Resources/lib/libwebkitgtk-3.0.0.dylib 0x1117bf000 - 0x111832ff7 +libsoup-2.4.1.dylib (0) <7F31784B-07BA-3544-8220-F765805A75F7> /Applications/Gnucash.app/Contents/Resources/lib/libsoup-2.4.1.dylib 0x111883000 - 0x111c9cfff +libjavascriptcoregtk-3.0.0.dylib (0) <14BF073B-C5D2-387E-8A16-C865DDB632DF> /Applications/Gnucash.app/Contents/Resources/lib/libjavascriptcoregtk-3.0.0.dylib 0x111e2b000 - 0x111e37fff +libgncmod-report-system.dylib (0) <524266B2-0FB1-30EC-9FEF-9DC5C7BDE513> /Applications/Gnucash.app/Contents/Resources/lib/gnucash/libgncmod-report-system.dylib 0x111e43000 - 0x111e63ff7 +libgncmod-register-gnome.dylib (0) <280D5496-DAF0-3C88-A381-FDD4A0E4D134> /Applications/Gnucash.app/Contents/Resources/lib/gnucash/libgncmod-register-gnome.dylib 0x111e77000 - 0x111e8afff +libgncmod-register-core.dylib (0) <5FF4F01A-E702-395B-A4B4-D1EAE5F81B32> /Applications/Gnucash.app/Contents/Resources/lib/gnucash/libgncmod-register-core.dylib 0x111e99000 - 0x111eb2fff +libgncmod-gnome-search.dylib (0) <FFDAD0A2-50CE-31FA-AB41-EFF808027606> /Applications/Gnucash.app/Contents/Resources/lib/gnucash/libgncmod-gnome-search.dylib 0x111ec1000 - 0x111f89ff7 +libgncmod-gnome-utils.dylib (0) <F88404CF-8FD9-31BF-A4B0-02825764DC41> /Applications/Gnucash.app/Contents/Resources/lib/gnucash/libgncmod-gnome-utils.dylib 0x111fd6000 - 0x112004fff +libgncmod-app-utils.dylib (0) <6BB87C3E-03DA-31A0-958B-ECEFC6421597> /Applications/Gnucash.app/Contents/Resources/lib/gnucash/libgncmod-app-utils.dylib 0x112020000 - 0x11204efff +libxslt.1.dylib (0) <EBAB3FA6-CE1D-3890-BD7D-42A3CE24B320> /Applications/Gnucash.app/Contents/Resources/lib/libxslt.1.dylib 0x11205e000 - 0x11207efff +liblzma.5.dylib (0) <FC1673BF-E3C0-3E97-B859-1AF7AFD72D9D> /Applications/Gnucash.app/Contents/Resources/lib/liblzma.5.dylib 0x11208c000 - 0x1120c1ff7 +libgnc-backend-xml-utils.dylib (0) <AD314383-D9B0-30DE-AB0B-5D72B7CF3835> /Applications/Gnucash.app/Contents/Resources/lib/libgnc-backend-xml-utils.dylib 0x1120ee000 - 0x1122ccff7 +libgncmod-engine.dylib (0) <CBFE77BD-C865-35E8-8DB2-0017DE02211B> /Applications/Gnucash.app/Contents/Resources/lib/gnucash/libgncmod-engine.dylib 0x11237d000 - 0x112381ff7 +libgnc-module.dylib (0) <51DAC386-CBB1-3673-BB65-9A6FB4B92ABC> /Applications/Gnucash.app/Contents/Resources/lib/libgnc-module.dylib 0x112389000 - 0x1123a6fff +libgnc-core-utils.dylib (0) <EC695566-E290-37F1-A33E-44FD61464463> /Applications/Gnucash.app/Contents/Resources/lib/libgnc-core-utils.dylib 0x1123bc000 - 0x112436ff3 +libboost_locale.dylib (0) <C8C32BA2-8B88-3FF7-A40A-CDF1BD631103> /Applications/Gnucash.app/Contents/Resources/lib/libboost_locale.dylib 0x1124d5000 - 0x1124e2ff7 +libboost_filesystem.dylib (0) <42FC1A23-6464-33B6-8D4D-A3140B834607> /Applications/Gnucash.app/Contents/Resources/lib/libboost_filesystem.dylib 0x1124fb000 - 0x1124fdff3 +libboost_system.dylib (0) <DC89A9C4-06A8-3743-B5E8-CC8B1DB51A69> /Applications/Gnucash.app/Contents/Resources/lib/libboost_system.dylib 0x11250a000 - 0x11250eff7 +libboost_date_time.dylib (0) <9907821D-751E-30FA-B787-A35D6744C6BB> /Applications/Gnucash.app/Contents/Resources/lib/libboost_date_time.dylib 0x112522000 - 0x1125d0ff7 +libboost_regex.dylib (0) <A3579ED3-22EB-3243-8C11-01EA40BD702F> /Applications/Gnucash.app/Contents/Resources/lib/libboost_regex.dylib 0x11266f000 - 0x112672fff +libgmodule-2.0.0.dylib (0) <2F0CCAAD-D0ED-3AC1-9A92-2BA50BAF1544> /Applications/Gnucash.app/Contents/Resources/lib/libgmodule-2.0.0.dylib 0x11267f000 - 0x1127c3fff +libxml2.2.dylib (0) <55400C08-1648-39B9-BC7B-E0239ED0F797> /Applications/Gnucash.app/Contents/Resources/lib/libxml2.2.dylib 0x1127fa000 - 0x11280dff7 +libz.1.dylib (0) <DDF218B6-F19A-3DF7-BA43-D1DD246BC3A0> /Applications/Gnucash.app/Contents/Resources/lib/libz.1.dylib 0x112819000 - 0x112932ff7 +libicuuc.55.dylib (0) <D25AB367-62E1-3BEA-8C65-9DE5CE2EC1F7> /Applications/Gnucash.app/Contents/Resources/lib/libicuuc.55.dylib 0x1129a1000 - 0x112b35fff +libicui18n.55.dylib (0) <5D312192-61DF-3D98-851C-A0D7869ED079> /Applications/Gnucash.app/Contents/Resources/lib/libicui18n.55.dylib 0x112c0e000 - 0x112c1cffb +libboost_thread.dylib (0) <5EF486DE-56BC-3EDA-935A-C8110F652596> /Applications/Gnucash.app/Contents/Resources/lib/libboost_thread.dylib 0x112c38000 - 0x112c3cff3 +libboost_chrono.dylib (0) <7816D9BA-A3FC-3BAB-8E7B-CD6F79C43B52> /Applications/Gnucash.app/Contents/Resources/lib/libboost_chrono.dylib 0x112c47000 - 0x112c4cfff +libffi.6.dylib (0) <8D6782AA-4945-3194-9AE1-28C968A066C4> /Applications/Gnucash.app/Contents/Resources/lib/libffi.6.dylib 0x112c52000 - 0x112dabfff +libunistring.2.dylib (0) <AF60B706-614B-3053-8977-A265682347F5> /Applications/Gnucash.app/Contents/Resources/lib/libunistring.2.dylib 0x112dc2000 - 0x112e28ff7 +libgmp.10.dylib (0) <D2E66655-2752-3FC8-ADF8-4EA922A0995A> /Applications/Gnucash.app/Contents/Resources/lib/libgmp.10.dylib 0x112e36000 - 0x112e3cff7 +libltdl.7.dylib (0) <682B5371-BA65-335E-BD7B-5316ECCED9B2> /Applications/Gnucash.app/Contents/Resources/lib/libltdl.7.dylib 0x112e43000 - 0x112e9efff +libepoxy.0.dylib (0) <7E0335B9-EFB4-314F-98A8-733842D0CB89> /Applications/Gnucash.app/Contents/Resources/lib/libepoxy.0.dylib 0x112f3a000 - 0x112f48ff7 +libpangoft2-1.0.0.dylib (0) <D901995D-47C5-3F8A-BDCF-B66D60C52EAC> /Applications/Gnucash.app/Contents/Resources/lib/libpangoft2-1.0.0.dylib 0x112f55000 - 0x112fd4ff7 +libharfbuzz.0.dylib (0) <FA0198CB-97B2-35E7-A606-4D2957EC24DF> /Applications/Gnucash.app/Contents/Resources/lib/libharfbuzz.0.dylib 0x112fed000 - 0x113022fff +libfontconfig.1.dylib (0) <E912A492-D503-352B-B18B-E5FAFF401E0A> /Applications/Gnucash.app/Contents/Resources/lib/libfontconfig.1.dylib 0x113034000 - 0x1130bfff7 +libfreetype.6.dylib (0) <FDE1D8A5-D499-3F4E-AD96-F9F9CA5DCDBE> /Applications/Gnucash.app/Contents/Resources/lib/libfreetype.6.dylib 0x1130d8000 - 0x113150fff +libpixman-1.0.dylib (0) <581D9A8B-3904-3880-9F30-A9BA28F6D941> /Applications/Gnucash.app/Contents/Resources/lib/libpixman-1.0.dylib 0x113166000 - 0x113190fff +libpng16.16.dylib (0) <10B886C0-E035-3885-B03A-8FC2E47EDA58> /Applications/Gnucash.app/Contents/Resources/lib/libpng16.16.dylib 0x11319b000 - 0x1131cdfff +libexpat.1.dylib (0) <61E0FAE7-B444-319F-A841-AD9CAEA676CA> /Applications/Gnucash.app/Contents/Resources/lib/libexpat.1.dylib 0x1131d7000 - 0x1131defff +libenchant.1.dylib (0) <DAB4FF2C-E272-3DFB-9E41-5232AE5B7BD1> /Applications/Gnucash.app/Contents/Resources/lib/libenchant.1.dylib 0x1131e5000 - 0x11321afff +libjpeg.9.dylib (0) <7D3C1415-6A57-3842-8F5B-4081E38966A0> /Applications/Gnucash.app/Contents/Resources/lib/libjpeg.9.dylib 0x113224000 - 0x113338fff +libsqlite3.0.dylib (0) <5F816E93-5CCA-3574-97A8-A86ED1D8A2B2> /Applications/Gnucash.app/Contents/Resources/lib/libsqlite3.0.dylib 0x113350000 - 0x1133b6ff7 +libwebp.7.dylib (0) <C8C8B7DB-535B-36BA-929B-698E3BD58D7B> /Applications/Gnucash.app/Contents/Resources/lib/libwebp.7.dylib 0x113a6c000 - 0x113ab69df dyld (551.3) <AFAB4EFA-7020-34B1-BBEF-0F26C6D3CA36> /usr/lib/dyld 0x113b0a000 - 0x1153c0fff +libicudata.55.dylib (0) <8C35C08B-6F30-33F8-92DA-FF74EB48DDEC> /Applications/Gnucash.app/Contents/Resources/lib/libicudata.55.dylib 0x7fff3b618000 - 0x7fff3b618fff com.apple.Accelerate (1.11 - Accelerate 1.11) <8632A9C5-19EA-3FD7-A44D-80765CC9C540> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x7fff3b630000 - 0x7fff3bb2efc3 com.apple.vImage (8.1 - ???) <A243A7EF-0C8E-3A9A-AA38-44AFD7507F00> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x7fff3bb2f000 - 0x7fff3bc89fe3 libBLAS.dylib (1211.50.2) <62C659EB-3E32-3B5F-83BF-79F5DF30D5CE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x7fff3bc8a000 - 0x7fff3bcb8fef libBNNS.dylib (38.1) <7BAEFDCA-3227-3E07-80D8-59B6370B89C6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib 0x7fff3bcb9000 - 0x7fff3c078ff7 libLAPACK.dylib (1211.50.2) <40ADBA5F-8B2D-30AC-A7AD-7B17C37EE52D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x7fff3c079000 - 0x7fff3c08eff7 libLinearAlgebra.dylib (1211.50.2) <E8E0B7FD-A0B7-31E5-AF01-81781F71EBBE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib 0x7fff3c08f000 - 0x7fff3c094ff3 libQuadrature.dylib (3) <3D6BF66A-55B2-3692-BAC7-DEB0C676ED29> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib 0x7fff3c095000 - 0x7fff3c115fff libSparse.dylib (79.50.2) <0DC25CDD-F8C1-3D6E-B472-8B060708424F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib 0x7fff3c116000 - 0x7fff3c129fff libSparseBLAS.dylib (1211.50.2) <722573CC-31CC-34B2-9032-E4F652A9CCFE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib 0x7fff3c12a000 - 0x7fff3c2d7fc3 libvDSP.dylib (622.50.5) <40690941-CF89-3F90-A0AC-A4D200744A5D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x7fff3c2d8000 - 0x7fff3c389fff libvMisc.dylib (622.50.5) <BA2532DF-2D68-3DD0-9B59-D434BF702AA4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x7fff3c38a000 - 0x7fff3c38afff com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <54FF3B43-E66C-3F36-B34B-A2B3B0A36502> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x7fff3c67d000 - 0x7fff3d4dbfff com.apple.AppKit (6.9 - 1561.40.112) <C839B0C1-F7EE-3056-985C-63CF1A030EC4> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x7fff3d52d000 - 0x7fff3d52dfff com.apple.ApplicationServices (48 - 50) <8DA47D38-B07B-3AE2-B343-4579864430C6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x7fff3d52e000 - 0x7fff3d594fff com.apple.ApplicationServices.ATS (377 - 445.3) <000C4E9F-E0D9-371D-B304-83BA37460724> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x7fff3d62d000 - 0x7fff3d74ffff libFontParser.dylib (222.1.4) <FF68FAF6-70BB-3E39-A263-E17B6F5E00D0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib 0x7fff3d750000 - 0x7fff3d79aff7 libFontRegistry.dylib (221.3) <C84F7112-4764-3F4B-9FBA-4A022CF6346B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib 0x7fff3d83f000 - 0x7fff3d872ff7 libTrueTypeScaler.dylib (222.1.4) <4734ECD6-6F41-3A16-AE35-265BDC1572C5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib 0x7fff3d8dc000 - 0x7fff3d8e0ff3 com.apple.ColorSyncLegacy (4.13.0 - 1) <A5FB2694-1559-34A8-A3D3-2029F68A63CA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy 0x7fff3d980000 - 0x7fff3d9d2ffb com.apple.HIServices (1.22 - 624) <828E189A-62F9-3961-8A89-22F508870CC5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x7fff3d9d3000 - 0x7fff3d9e1fff com.apple.LangAnalysis (1.7.0 - 1.7.0) <B65FF7E6-E9B5-34D8-8CA7-63D415A8A9A6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x7fff3d9e2000 - 0x7fff3da2efff com.apple.print.framework.PrintCore (13.4 - 503.2) <B90C67C1-0292-3CEC-885D-F1882CD104BE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x7fff3da2f000 - 0x7fff3da69fff com.apple.QD (3.12 - 404.2) <38B20AFF-9D54-3B52-A6DC-C0D71380AA5F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x7fff3da6a000 - 0x7fff3da76fff com.apple.speech.synthesis.framework (7.5.1 - 7.5.1) <84ADDF38-36F1-3D3B-B28D-8865FA10FCD7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x7fff3da77000 - 0x7fff3dd04ff7 com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <87D81714-F167-39F5-B5E7-A7A432EDAB5B> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x7fff3dd06000 - 0x7fff3dd06fff com.apple.audio.units.AudioUnit (1.14 - 1.14) <513C9A4B-4F6D-3A21-921F-2CA101B97830> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x7fff3e028000 - 0x7fff3e3c2ff7 com.apple.CFNetwork (897.15 - 897.15) <0C03AF39-3527-3E0D-8413-8E1B2A962F0D> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x7fff3e3d7000 - 0x7fff3e3d7fff com.apple.Carbon (158 - 158) <F8B370D9-2103-3276-821D-ACC756167F86> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x7fff3e3d8000 - 0x7fff3e3dbffb com.apple.CommonPanels (1.2.6 - 98) <2391761C-5CAA-3F68-86B7-50B37927B104> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels 0x7fff3e3dc000 - 0x7fff3e6e1fff com.apple.HIToolbox (2.1.1 - 911.10) <BF7F9C0E-C732-3FB2-9BBC-362888BDA57B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x7fff3e6e2000 - 0x7fff3e6e5ffb com.apple.help (1.3.8 - 66) <DEBADFA8-C189-3195-B0D6-A1F2DE95882A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x7fff3e6e6000 - 0x7fff3e6ebfff com.apple.ImageCapture (9.0 - 9.0) <23B4916F-3B43-3DFF-B956-FC390EECA284> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x7fff3e6ec000 - 0x7fff3e781ffb com.apple.ink.framework (10.9 - 221) <5206C8B0-22DA-36C9-998E-846EDB626D5B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x7fff3e782000 - 0x7fff3e79cff7 com.apple.openscripting (1.7 - 174) <1B2A1F9E-5534-3D61-83CA-9199B39E8708> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x7fff3e7bd000 - 0x7fff3e7befff com.apple.print.framework.Print (12 - 267) <3682ABFB-2561-3419-847D-02C247F4800D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x7fff3e7bf000 - 0x7fff3e7c1ff7 com.apple.securityhi (9.0 - 55006) <C1406B8D-7D05-3959-808F-9C82189CF57F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x7fff3e7c2000 - 0x7fff3e7c8fff com.apple.speech.recognition.framework (6.0.3 - 6.0.3) <2ED8643D-B0C3-3F17-82A2-BBF13E6CBABC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x7fff3e8e9000 - 0x7fff3e8e9fff com.apple.Cocoa (6.11 - 22) <4CF8E31C-B5C7-367B-B73D-1A8AC8E41B7F> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x7fff3e8f7000 - 0x7fff3e9b0fff com.apple.ColorSync (4.13.0 - 3325) <D283C285-447D-3258-A7E4-59532123B8FF> /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x7fff3eb3d000 - 0x7fff3ebd0ff7 com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <6E3F958D-79BB-3658-99AD-59F16BF756F1> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x7fff3ec37000 - 0x7fff3ec60ffb com.apple.CoreBluetooth (1.0 - 1) <E1335074-9D07-370E-8440-61C4874BAC56> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth 0x7fff3ec61000 - 0x7fff3efb7fef com.apple.CoreData (120 - 851) <A2B59780-FB16-36A3-8EE0-E0EF072454E0> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x7fff3efb8000 - 0x7fff3f09dff7 com.apple.CoreDisplay (1.0 - 97.16) <FCFB2A8C-7A5E-314B-AA12-04D33656A0E6> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay 0x7fff3f09e000 - 0x7fff3f53ffef com.apple.CoreFoundation (6.9 - 1452.23) <945E5C0A-86C5-336E-A64F-5BF06E78985A> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x7fff3f541000 - 0x7fff3fb51fef com.apple.CoreGraphics (2.0 - 1161.10) <31C36FA0-4026-3347-93FD-71CD7287A6F0> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x7fff3fb53000 - 0x7fff3fe42fff com.apple.CoreImage (13.0.0 - 579.4.11) <702F8035-26FE-3C78-8587-4C9563E03CC4> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage 0x7fff4020a000 - 0x7fff4020afff com.apple.CoreServices (822.31 - 822.31) <615919A2-AE11-3F27-9A37-FB0CFF8D36B6> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x7fff4020b000 - 0x7fff4027fffb com.apple.AE (735.1 - 735.1) <08EBA184-20F7-3725-AEA6-C314448161C6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x7fff40280000 - 0x7fff40557fff com.apple.CoreServices.CarbonCore (1178.4 - 1178.4) <0D5E19BF-18CB-3FA4-8A5F-F6C787C5EE08> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x7fff40558000 - 0x7fff4058cfff com.apple.DictionaryServices (1.2 - 284.2) <6505B075-41C3-3C62-A4C3-85CE3F6825CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x7fff4058d000 - 0x7fff40595ffb com.apple.CoreServices.FSEvents (1239.50.1 - 1239.50.1) <3637CEC7-DF0E-320E-9634-44A442925C65> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents 0x7fff40596000 - 0x7fff40753ff7 com.apple.LaunchServices (822.31 - 822.31) <BDFAB0FF-C2C6-375B-9E84-E43E267E2F82> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x7fff40754000 - 0x7fff40804ff7 com.apple.Metadata (10.7.0 - 1191.4.13) <B5C22E70-C265-3C9F-865F-B138994A418D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x7fff40805000 - 0x7fff40865fff com.apple.CoreServices.OSServices (822.31 - 822.31) <690E3C93-8799-39FF-8663-190A49B002E3> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x7fff40866000 - 0x7fff408d4fff com.apple.SearchKit (1.4.0 - 1.4.0) <3662545A-B1CF-3079-BDCD-C83855CEFEEE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x7fff408d5000 - 0x7fff408f9ffb com.apple.coreservices.SharedFileList (71.21 - 71.21) <7DB79D78-9925-33F8-96BA-35AB7AEB326A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList 0x7fff40b9a000 - 0x7fff40ceafff com.apple.CoreText (352.0 - 578.18) <B8454115-2A4B-3585-A7A1-B47A638F2EEB> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText 0x7fff40ceb000 - 0x7fff40d25fff com.apple.CoreVideo (1.8 - 0.0) <86CCC036-51BB-3DD1-9601-D93798BCCD0F> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x7fff40d26000 - 0x7fff40db1ff3 com.apple.framework.CoreWLAN (13.0 - 1350.1) <E862CC02-69D2-3503-887B-B6E8223081E7> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN 0x7fff4102c000 - 0x7fff41031fff com.apple.DiskArbitration (2.7 - 2.7) <A6450227-DD23-3100-ADBF-DB1C21E979F7> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x7fff411f2000 - 0x7fff415b8fff com.apple.Foundation (6.9 - 1452.23) <E64540AD-1755-3C16-8537-552A00E92541> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x7fff41628000 - 0x7fff41658fff com.apple.GSS (4.0 - 2.0) <41087278-74AE-3FA5-8C0E-9C78EB696299> /System/Library/Frameworks/GSS.framework/Versions/A/GSS 0x7fff4176a000 - 0x7fff4186effb com.apple.Bluetooth (6.0.5 - 6.0.5f3) <85F1B5A6-03C5-3D5A-90B8-5FC86349E330> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth 0x7fff418ce000 - 0x7fff41969ff7 com.apple.framework.IOKit (2.0.2 - 1445.50.26) <A63CAC8D-BF57-34FD-9A88-2F74546F2000> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x7fff4196b000 - 0x7fff41972ffb com.apple.IOSurface (211.12 - 211.12) <392CA7DE-B365-364E-AF4A-33EC2CC48E6F> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 0x7fff419c9000 - 0x7fff41b42fe7 com.apple.ImageIO.framework (3.3.0 - 1739.1) <E5E88083-26A7-3E48-8EB4-A1F04E0737CE> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x7fff41b43000 - 0x7fff41b47ffb libGIF.dylib (1739.1) <D39BE184-279C-36AC-B233-EE17CACDEDB3> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x7fff41b48000 - 0x7fff41c2ffef libJP2.dylib (1739.1) <053925CD-59DB-372F-98A8-C2372FF0B899> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib 0x7fff41c30000 - 0x7fff41c53ff7 libJPEG.dylib (1739.1) <E925D511-B457-3732-9B67-1A7DFB228EA4> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x7fff41f2f000 - 0x7fff41f55feb libPng.dylib (1739.1) <48633B0C-BE01-3D94-9D9D-A95D50466AF9> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x7fff41f56000 - 0x7fff41f58ffb libRadiance.dylib (1739.1) <A6F1064A-FFFC-3B06-8CBF-5204CDFC41C6> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x7fff41f59000 - 0x7fff41fa7fef libTIFF.dylib (1739.1) <AD819413-29E3-3B2F-8997-2F88A82D9D83> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x7fff42e43000 - 0x7fff42e5cff7 com.apple.Kerberos (3.0 - 1) <F86DCCDF-93C1-38B3-82C2-477C12E8EE6D> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x7fff43836000 - 0x7fff438b7ff7 com.apple.Metal (125.25 - 125.25) <B2ECA050-4C13-3EAD-A1C8-AC21EFF122F1> /System/Library/Frameworks/Metal.framework/Versions/A/Metal 0x7fff438d4000 - 0x7fff438effff com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <0B4455FE-5C97-345C-B416-325EC6D88A2A> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore 0x7fff438f0000 - 0x7fff4395ffef com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <87F14199-C445-34C2-90F8-57C29212483E> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage 0x7fff43960000 - 0x7fff43984fff com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <BD50FD9C-CE92-34AF-8663-968BF89202A0> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix 0x7fff43985000 - 0x7fff43a6cff7 com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <FBDDCAE6-EC6E-361F-B924-B3EBDEAC2D2F> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork 0x7fff43a6d000 - 0x7fff43a6dff7 com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <20ECB52B-B5C2-39EA-88E3-DFEC0C3CC9FF> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders 0x7fff44a6c000 - 0x7fff44a78ffb com.apple.NetFS (6.0 - 4.0) <471DD96F-FA2E-3FE9-9746-2519A6780D1A> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS 0x7fff4786a000 - 0x7fff478b8fff com.apple.opencl (2.8.15 - 2.8.15) <83ED39D0-1D39-3593-BA25-70A8A911DE71> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x7fff478b9000 - 0x7fff478d5ffb com.apple.CFOpenDirectory (10.13 - 207.50.1) <C2715A7A-2E5C-3A21-ADB4-726F707A1294> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory 0x7fff478d6000 - 0x7fff478e1fff com.apple.OpenDirectory (10.13 - 207.50.1) <220FB6F2-4892-3A66-8838-C134CF657D3A> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 0x7fff48a60000 - 0x7fff48a62fff libCVMSPluginSupport.dylib (16.5.10) <BF5D065A-A38B-3446-9418-799F598072EF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib 0x7fff48a63000 - 0x7fff48a68ffb libCoreFSCache.dylib (162.6.1) <879B2738-2E8A-3596-AFF8-9C3FB1B6828B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib 0x7fff48a69000 - 0x7fff48a6dfff libCoreVMClient.dylib (162.6.1) <64ED0A84-225F-39BC-BE0D-C896ACF5B50A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib 0x7fff48a6e000 - 0x7fff48a77ff7 libGFXShared.dylib (16.5.10) <6024B1FE-ACD7-3314-B390-85972CB9B778> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib 0x7fff48a78000 - 0x7fff48a83fff libGL.dylib (16.5.10) <AB8B6C73-8496-3784-83F6-27737ED03B09> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x7fff48a84000 - 0x7fff48abffe7 libGLImage.dylib (16.5.10) <5B41D074-3132-3587-91B6-E441BA8C9F13> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x7fff48c2d000 - 0x7fff48c6bffb libGLU.dylib (16.5.10) <F6844912-1B86-34DF-9FB5-A428CC7B5B18> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x7fff495e3000 - 0x7fff495f2fff com.apple.opengl (16.5.10 - 16.5.10) <BC4EEFE3-A09B-3998-B723-1415B995B0EE> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x7fff4a441000 - 0x7fff4a68cff7 com.apple.QuartzCore (1.11 - 584.40) <ABC7F8FA-5F5A-31F4-868B-FDC4175BAFAC> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x7fff4aec0000 - 0x7fff4b1e8fff com.apple.security (7.0 - 58286.51.6) <7212D257-5324-3DBA-8C26-504D6B8F632A> /System/Library/Frameworks/Security.framework/Versions/A/Security 0x7fff4b1e9000 - 0x7fff4b275ff7 com.apple.securityfoundation (6.0 - 55185.50.5) <087D601E-7813-3F9E-97EE-BC7081F520BD> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x7fff4b2a7000 - 0x7fff4b2abffb com.apple.xpc.ServiceManagement (1.0 - 1) <5BFDB3ED-73A7-3035-A5BC-ADA6E4F74BFD> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement 0x7fff4b650000 - 0x7fff4b6c0ff3 com.apple.SystemConfiguration (1.17 - 1.17) <8532B8E9-7E30-35A3-BC4A-DDE8E0614FDA> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x7fff4e5b1000 - 0x7fff4e644ff7 com.apple.APFS (1.0 - 1) <D1CE52E0-45C0-30C4-B440-E2CF2F74CEE5> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS 0x7fff4f25f000 - 0x7fff4f287fff com.apple.framework.Apple80211 (13.0 - 1361.7) <16627876-8CF5-3502-A1D6-35FCBDD5E79A> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211 0x7fff4f289000 - 0x7fff4f298fef com.apple.AppleFSCompression (96.30.2 - 1.0) <ABFF224B-22D6-35F6-A072-9548FD388EB7> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression 0x7fff4f3da000 - 0x7fff4f422ff3 com.apple.AppleJPEG (1.0 - 1) <8DD410CB-76A1-3F22-9A9F-0491FA0CEB4A> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG 0x7fff4f45d000 - 0x7fff4f485fff com.apple.applesauce (1.0 - ???) <CCA8B094-1BCE-3AE3-A0A7-D544C818DE36> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce 0x7fff4fca5000 - 0x7fff4fcacff7 com.apple.coreservices.BackgroundTaskManagement (1.0 - 57.1) <51A41CA3-DB1D-3380-993E-99C54AEE518E> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement 0x7fff4fcad000 - 0x7fff4fd34ff7 com.apple.backup.framework (1.9.5 - 1.9.5) <BC020BDD-7C93-37E5-A762-4FDCBD2056A8> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup 0x7fff516ea000 - 0x7fff516f3ff3 com.apple.CommonAuth (4.0 - 2.0) <4D237B25-27E5-3577-948B-073659F6D3C0> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth 0x7fff521f6000 - 0x7fff52206ff7 com.apple.CoreEmoji (1.0 - 69.3) <A4357F5C-0C38-3A61-B456-D7321EB2CEE5> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji 0x7fff530e4000 - 0x7fff53115ff3 com.apple.CoreServicesInternal (309.1 - 309.1) <EB09CAFC-AE9B-3257-BE45-5471D9F64AAD> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal 0x7fff53451000 - 0x7fff534e2fff com.apple.CoreSymbolication (9.3 - 64026) <BAF3CE6E-8140-3159-BF1B-B953816459A0> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication 0x7fff53565000 - 0x7fff53699fff com.apple.coreui (2.1 - 494.1) <19624CAA-74DE-3DD3-9585-E64BE866EBFF> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x7fff5369a000 - 0x7fff537caff7 com.apple.CoreUtils (5.5 - 550.44) <DFC364C3-0812-31B5-9C79-C81C2DFDDB8B> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils 0x7fff5381f000 - 0x7fff53883fff com.apple.framework.CoreWiFi (13.0 - 1350.1) <6EC5DEB3-6E2F-3DC2-BE59-1FD05175FB0C> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi 0x7fff53884000 - 0x7fff53894ff7 com.apple.CrashReporterSupport (10.13 - 1) <4D0DF741-8BFA-3BCF-971D-6EF849019534> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport 0x7fff53912000 - 0x7fff53921ff7 com.apple.framework.DFRFoundation (1.0 - 191.7) <3B8ED6F7-5DFF-34C3-BA90-DDB85679684C> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation 0x7fff53924000 - 0x7fff53928ffb com.apple.DSExternalDisplay (3.1 - 380) <8D03D346-887A-3CE7-9483-4AD7804D1FBB> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay 0x7fff539aa000 - 0x7fff53a20fff com.apple.datadetectorscore (7.0 - 590.3) <83E85A62-44A8-33F8-AD79-AC4C807184C4> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore 0x7fff53a6e000 - 0x7fff53aaeff7 com.apple.DebugSymbols (181.0 - 181.0) <299A0238-ED78-3676-B131-274D972824AA> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols 0x7fff53aaf000 - 0x7fff53bdefff com.apple.desktopservices (1.12.4 - 1.12.4) <47C3FBF3-5E75-3821-B003-2A4DC3657D8D> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x7fff549f5000 - 0x7fff54e23fff com.apple.vision.FaceCore (3.3.2 - 3.3.2) <B574FE33-4A41-3611-9738-388EBAF03E37> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore 0x7fff580eb000 - 0x7fff580f0ff7 com.apple.GPUWrangler (3.18.48 - 3.18.48) <D2BA4CFA-ED0A-3FEC-B5FF-2D6C0557334E> /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler 0x7fff58e66000 - 0x7fff58e75fff com.apple.GraphVisualizer (1.0 - 5) <B993B8A2-5700-3DFC-9EB7-4CCEE8F959F1> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer 0x7fff58ef8000 - 0x7fff58f6cfff com.apple.Heimdal (4.0 - 2.0) <18607D75-DB78-3CC7-947E-AC769195164C> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal 0x7fff59868000 - 0x7fff5986fff7 com.apple.IOAccelerator (378.18.1 - 378.18.1) <E47DDE66-1B2B-310F-A060-638CA5D86F9C> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator 0x7fff59873000 - 0x7fff5988bfff com.apple.IOPresentment (1.0 - 35.1) <214AD582-466F-3844-A0A4-DE0742A8B899> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment 0x7fff59c56000 - 0x7fff59c7cffb com.apple.IconServices (97.6 - 97.6) <A56D826D-20D2-34BE-AACC-A80CFCB4E915> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices 0x7fff59f14000 - 0x7fff5a009ff7 com.apple.LanguageModeling (1.0 - 159.5.3) <7F0AC200-E3DD-39FB-8A95-00DD70B66A9F> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling 0x7fff5a00a000 - 0x7fff5a04cfff com.apple.Lexicon-framework (1.0 - 33.5) <DC94CF9E-1EB4-3C0E-B298-CA1190885276> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon 0x7fff5a050000 - 0x7fff5a057ff7 com.apple.LinguisticData (1.0 - 238.3) <49A54649-1021-3DBD-99B8-1B2EDFFA5378> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData 0x7fff5ad36000 - 0x7fff5ad9fff7 com.apple.gpusw.MetalTools (1.0 - 1) <B5F66CF4-BE75-3A0B-A6A0-2F22C7C259D9> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools 0x7fff5afc0000 - 0x7fff5afeaffb com.apple.MultitouchSupport.framework (1404.4 - 1404.4) <45374A2A-C0BC-3A70-8183-37295205CDFA> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport 0x7fff5b251000 - 0x7fff5b25cfff com.apple.NetAuth (6.2 - 6.2) <B3795F63-C14A-33E1-9EE6-02A2E7661321> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth 0x7fff5caee000 - 0x7fff5cafeffb com.apple.PerformanceAnalysis (1.194 - 194) <D0211AD1-72B3-3493-92C9-B4F40ED581D5> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis 0x7fff5e8bc000 - 0x7fff5e8dafff com.apple.ProtocolBuffer (1 - 260) <40704740-4A53-3010-A49B-08D1D69D1D5E> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer 0x7fff5eab0000 - 0x7fff5ead3ffb com.apple.RemoteViewServices (2.0 - 125) <592323D1-CB44-35F1-9921-4C2AB8D920A0> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices 0x7fff603f0000 - 0x7fff60502fff com.apple.Sharing (1019.46 - 1019.46) <1266C41E-3CA9-3EFC-8413-A37D52EA9FB2> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing 0x7fff6052d000 - 0x7fff6052eff7 com.apple.performance.SignpostNotification (1.2.4 - 2.4) <9957B2C0-4D48-3337-8A4D-5E457CC7B542> /System/Library/PrivateFrameworks/SignpostNotification.framework/Versions/A/SignpostNotification 0x7fff61276000 - 0x7fff61512fff com.apple.SkyLight (1.600.0 - 312.50) <0CF4C608-8748-32BF-9586-A1601945F82C> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight 0x7fff61cd8000 - 0x7fff61ce5ff7 com.apple.SpeechRecognitionCore (4.0.13 - 4.0.13) <8B5418A4-CDC5-3200-AEF0-F109E0DF9019> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore 0x7fff62889000 - 0x7fff62912fc7 com.apple.Symbolication (9.3 - 64033) <FAA17252-6378-34A4-BBBB-22DF54EC1626> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication 0x7fff62e82000 - 0x7fff62e8aff7 com.apple.TCC (1.0 - 1) <E1EB7272-FE6F-39AB-83CA-B2B5F2A88D9B> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC 0x7fff63097000 - 0x7fff63154ff7 com.apple.TextureIO (3.7 - 3.7) <F8BAC954-405D-3CC3-AB7B-048C866EF980> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO 0x7fff63201000 - 0x7fff633b0fff com.apple.UIFoundation (1.0 - 547.3) <ACC12DF5-E528-33F3-A358-4E1BEA68239C> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation 0x7fff64ab9000 - 0x7fff64abbffb com.apple.loginsupport (1.0 - 1) <D1232C1B-80EA-3DF8-9466-013695D0846E> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport 0x7fff64c22000 - 0x7fff64c55ff7 libclosured.dylib (551.3) <DC3DA678-9C40-339C-A9C6-32AB74FCC682> /usr/lib/closure/libclosured.dylib 0x7fff64d0f000 - 0x7fff64d48ff7 libCRFSuite.dylib (41) <FE5EDB68-2593-3C2E-BBAF-1C52D206F296> /usr/lib/libCRFSuite.dylib 0x7fff64d49000 - 0x7fff64d54fff libChineseTokenizer.dylib (28) <53633C9B-A3A8-36F7-A53C-432D802F4BB8> /usr/lib/libChineseTokenizer.dylib 0x7fff64de6000 - 0x7fff64de7ff3 libDiagnosticMessagesClient.dylib (104) <9712E980-76EE-3A89-AEA6-DF4BAF5C0574> /usr/lib/libDiagnosticMessagesClient.dylib 0x7fff64e1e000 - 0x7fff64fe8ff3 libFosl_dynamic.dylib (17.8) <C58ED77A-4986-31C2-994C-34DDFB8106F0> /usr/lib/libFosl_dynamic.dylib 0x7fff65020000 - 0x7fff65020fff libOpenScriptingUtil.dylib (174) <610F0242-7CE5-3C86-951B-B646562694AF> /usr/lib/libOpenScriptingUtil.dylib 0x7fff65157000 - 0x7fff6515bffb libScreenReader.dylib (562.18.4) <E239923D-54C9-3BBF-852F-87C09DEF4091> /usr/lib/libScreenReader.dylib 0x7fff6515c000 - 0x7fff6515dffb libSystem.B.dylib (1252.50.4) <C7810EA7-A61F-3817-8E54-E2EC4E26F946> /usr/lib/libSystem.B.dylib 0x7fff651f0000 - 0x7fff651f0fff libapple_crypto.dylib (109.50.14) <48BA2E76-BF2F-3522-A54E-D7FB7EAF7A57> /usr/lib/libapple_crypto.dylib 0x7fff651f1000 - 0x7fff65207ff7 libapple_nghttp2.dylib (1.24) <01402BC4-4822-3676-9C80-50D83F816424> /usr/lib/libapple_nghttp2.dylib 0x7fff65208000 - 0x7fff65232ff3 libarchive.2.dylib (54) <8FC28DD8-E315-3C3E-95FE-D1D2CBE49888> /usr/lib/libarchive.2.dylib 0x7fff65233000 - 0x7fff652b4fdf libate.dylib (1.13.1) <178ACDAD-DE7E-346C-A613-1CBF7929AC07> /usr/lib/libate.dylib 0x7fff652b8000 - 0x7fff652b8ff3 libauto.dylib (187) <A05C7900-F8C7-3E75-8D3F-909B40C19717> /usr/lib/libauto.dylib 0x7fff652b9000 - 0x7fff65371ff3 libboringssl.dylib (109.50.14) <E6813F87-B5E4-3F7F-A725-E6A7F2BD02EC> /usr/lib/libboringssl.dylib 0x7fff65372000 - 0x7fff65382ff3 libbsm.0.dylib (39) <6BC96A72-AFBE-34FD-91B1-748A530D8AE6> /usr/lib/libbsm.0.dylib 0x7fff65383000 - 0x7fff65390ffb libbz2.1.0.dylib (38) <0A5086BB-4724-3C14-979D-5AD4F26B5B45> /usr/lib/libbz2.1.0.dylib 0x7fff65391000 - 0x7fff653e7fff libc++.1.dylib (400.9) <7D3DACCC-3804-393C-ABC1-1A580FD00CB6> /usr/lib/libc++.1.dylib 0x7fff653e8000 - 0x7fff6540cff7 libc++abi.dylib (400.8.2) <EF5E37D7-11D9-3530-BE45-B986612D13E2> /usr/lib/libc++abi.dylib 0x7fff6540e000 - 0x7fff6541efff libcmph.dylib (6) <A5509EE8-7E00-3224-8814-015B077A3CF5> /usr/lib/libcmph.dylib 0x7fff6541f000 - 0x7fff65435fff libcompression.dylib (47.50.1) <491784AE-CB90-3E27-9081-95C3A1211760> /usr/lib/libcompression.dylib 0x7fff656e0000 - 0x7fff656f8ff7 libcoretls.dylib (155.50.1) <D350052E-DC4D-3185-ADBA-BA48EDCEE955> /usr/lib/libcoretls.dylib 0x7fff656f9000 - 0x7fff656faff3 libcoretls_cfhelpers.dylib (155.50.1) <B297F5D8-F2FE-3566-A752-E9D998B9C039> /usr/lib/libcoretls_cfhelpers.dylib 0x7fff65bcb000 - 0x7fff65c21ff3 libcups.2.dylib (462.2) <64864CBE-03A3-34C7-9DBB-C93601F183FD> /usr/lib/libcups.2.dylib 0x7fff65d61000 - 0x7fff65d61fff libenergytrace.dylib (16) <A92AB8B8-B986-3CE6-980D-D55090FEF387> /usr/lib/libenergytrace.dylib 0x7fff65d98000 - 0x7fff65d9dff3 libheimdal-asn1.dylib (520.50.6) <E358445A-B84E-31B5-BCCD-7E1397519D96> /usr/lib/libheimdal-asn1.dylib 0x7fff65dc9000 - 0x7fff65ebaff7 libiconv.2.dylib (51.50.1) <2FEC9707-3FAF-3828-A50D-8605086D060F> /usr/lib/libiconv.2.dylib 0x7fff65ebb000 - 0x7fff660e2ffb libicucore.A.dylib (59173.0.1) <CECAD5E5-3EFD-3AAC-AD9B-E355B2DD5E9C> /usr/lib/libicucore.A.dylib 0x7fff6612f000 - 0x7fff66130fff liblangid.dylib (128) <39C39393-0D05-301D-93B2-F224FC4949AA> /usr/lib/liblangid.dylib 0x7fff66131000 - 0x7fff6614affb liblzma.5.dylib (10) <3D419A50-961F-37D2-8A01-3DC7AB7B8D18> /usr/lib/liblzma.5.dylib 0x7fff6614b000 - 0x7fff66161ff7 libmarisa.dylib (9) <D6D2D55D-1D2E-3442-B152-B18803C0ABB4> /usr/lib/libmarisa.dylib 0x7fff66212000 - 0x7fff6643aff7 libmecabra.dylib (779.7.6) <F462F170-E872-3D09-B219-973D5E99C09F> /usr/lib/libmecabra.dylib 0x7fff66612000 - 0x7fff6678cfff libnetwork.dylib (1229.51.2) <D64FE2A1-CBFD-3817-A701-9A0DDBD70DCF> /usr/lib/libnetwork.dylib 0x7fff6680b000 - 0x7fff66bf97e7 libobjc.A.dylib (723) <DD9E5EC5-B507-3249-B700-93433E2D5EDF> /usr/lib/libobjc.A.dylib 0x7fff66c0c000 - 0x7fff66c10fff libpam.2.dylib (22) <7B4D2CE2-1438-387A-9802-5CEEFBF26F86> /usr/lib/libpam.2.dylib 0x7fff66c13000 - 0x7fff66c47fff libpcap.A.dylib (79.20.1) <FA13918B-A247-3181-B256-9B852C7BA316> /usr/lib/libpcap.A.dylib 0x7fff66cc6000 - 0x7fff66ce2ffb libresolv.9.dylib (65) <E8F3415B-4472-3202-8901-41FD87981DB2> /usr/lib/libresolv.9.dylib 0x7fff66d33000 - 0x7fff66ec6ff7 libsqlite3.dylib (274.8.1) <FCAD6A57-829E-3701-B16E-1833D620E0E8> /usr/lib/libsqlite3.dylib 0x7fff6709a000 - 0x7fff670faff3 libusrtcp.dylib (1229.51.2) <3D8806D9-4BA9-35EE-BC44-F58BC2A0962D> /usr/lib/libusrtcp.dylib 0x7fff670fb000 - 0x7fff670feffb libutil.dylib (51.20.1) <216D18E5-0BAF-3EAF-A38E-F6AC37CBABD9> /usr/lib/libutil.dylib 0x7fff670ff000 - 0x7fff6710cfff libxar.1.dylib (400) <0316128D-3B47-3052-995D-97B4FE5491DC> /usr/lib/libxar.1.dylib 0x7fff67110000 - 0x7fff671f7fff libxml2.2.dylib (31.10) <503721DB-0D8D-379E-B743-18CE59304155> /usr/lib/libxml2.2.dylib 0x7fff671f8000 - 0x7fff67220fff libxslt.1.dylib (15.12) <4A5E011D-8B29-3135-A52B-9A9070ABD752> /usr/lib/libxslt.1.dylib 0x7fff67221000 - 0x7fff67233ffb libz.1.dylib (70) <48C67CFC-940D-3857-8DAD-857774605352> /usr/lib/libz.1.dylib 0x7fff672cf000 - 0x7fff672d3ff7 libcache.dylib (80) <092479CB-1008-3A83-BECF-E115F24D13C1> /usr/lib/system/libcache.dylib 0x7fff672d4000 - 0x7fff672deff3 libcommonCrypto.dylib (60118.50.1) <029F5985-9B6E-3DCB-9B96-FD007678C6A7> /usr/lib/system/libcommonCrypto.dylib 0x7fff672df000 - 0x7fff672e6fff libcompiler_rt.dylib (62) <968B8E3F-3681-3230-9D78-BB8732024F6E> /usr/lib/system/libcompiler_rt.dylib 0x7fff672e7000 - 0x7fff672f0ffb libcopyfile.dylib (146.50.5) <3885083D-50D8-3EEC-B481-B2E605180D7F> /usr/lib/system/libcopyfile.dylib 0x7fff672f1000 - 0x7fff67376fff libcorecrypto.dylib (562.50.17) <67007279-24E1-3F30-802D-A55CD5C27946> /usr/lib/system/libcorecrypto.dylib 0x7fff673fe000 - 0x7fff67437ff7 libdispatch.dylib (913.50.12) <848EEE57-4235-3A61-9A52-C0097DD2AB5E> /usr/lib/system/libdispatch.dylib 0x7fff67438000 - 0x7fff67455ff7 libdyld.dylib (551.3) <CF59A5A5-288B-30E6-BD42-9056B4E4139A> /usr/lib/system/libdyld.dylib 0x7fff67456000 - 0x7fff67456ffb libkeymgr.dylib (28) <E34E283E-90FA-3C59-B48E-1277CDB9CDCE> /usr/lib/system/libkeymgr.dylib 0x7fff67457000 - 0x7fff67463ff3 libkxld.dylib (4570.51.1) <C2B927F3-E9D9-3ACF-A358-A51A61749FB4> /usr/lib/system/libkxld.dylib 0x7fff67464000 - 0x7fff67464ff7 liblaunch.dylib (1205.50.76) <4D52BB64-C568-3A36-8935-2480427EE2A2> /usr/lib/system/liblaunch.dylib 0x7fff67465000 - 0x7fff67469ffb libmacho.dylib (906) <1902A611-081A-3452-B11E-EBD1B166E831> /usr/lib/system/libmacho.dylib 0x7fff6746a000 - 0x7fff6746cff3 libquarantine.dylib (86) <26C0BA22-8F93-3A07-9A4E-C8D53D2CE42E> /usr/lib/system/libquarantine.dylib 0x7fff6746d000 - 0x7fff6746eff3 libremovefile.dylib (45) <711E18B2-5BBE-3211-A916-56740C27D17A> /usr/lib/system/libremovefile.dylib 0x7fff6746f000 - 0x7fff67486fff libsystem_asl.dylib (356.50.1) <3B24F2D1-B578-359D-ADB2-0ED19A364C38> /usr/lib/system/libsystem_asl.dylib 0x7fff67487000 - 0x7fff67487fff libsystem_blocks.dylib (67) <17303FDF-0D2D-3963-B05E-B4DF63052D47> /usr/lib/system/libsystem_blocks.dylib 0x7fff67488000 - 0x7fff67511ff7 libsystem_c.dylib (1244.50.9) <1187BFE8-4576-3247-8177-481554E1F9E7> /usr/lib/system/libsystem_c.dylib 0x7fff67512000 - 0x7fff67515ffb libsystem_configuration.dylib (963.50.8) <DF6B5287-203E-30CB-9947-78DF446C72B8> /usr/lib/system/libsystem_configuration.dylib 0x7fff67516000 - 0x7fff67519ffb libsystem_coreservices.dylib (51) <486000D3-D8CB-3BE7-8EE5-8BF380DE6DF7> /usr/lib/system/libsystem_coreservices.dylib 0x7fff6751a000 - 0x7fff6751bfff libsystem_darwin.dylib (1244.50.9) <09C21A4A-9EE0-388B-A9D9-DFF8F6758791> /usr/lib/system/libsystem_darwin.dylib 0x7fff6751c000 - 0x7fff67522ff7 libsystem_dnssd.dylib (878.50.17) <9033B909-BCF7-37EB-A040-ADE8081611D6> /usr/lib/system/libsystem_dnssd.dylib 0x7fff67523000 - 0x7fff6756cff7 libsystem_info.dylib (517.30.1) <AB634A98-B8AA-3804-8436-38261FC8EC4D> /usr/lib/system/libsystem_info.dylib 0x7fff6756d000 - 0x7fff67593ff7 libsystem_kernel.dylib (4570.51.1) <5CAAB092-02CC-3A37-9D5F-C4AD1083AB96> /usr/lib/system/libsystem_kernel.dylib 0x7fff67594000 - 0x7fff675dffcb libsystem_m.dylib (3147.50.1) <FC2E58BA-E6D5-3D2A-89CA-67F212294136> /usr/lib/system/libsystem_m.dylib 0x7fff675e0000 - 0x7fff675fffff libsystem_malloc.dylib (140.50.6) <7FD43735-9DDD-300E-8C4A-F909A74BDF49> /usr/lib/system/libsystem_malloc.dylib 0x7fff67600000 - 0x7fff67730ff3 libsystem_network.dylib (1229.51.2) <F65ED095-8ABA-3355-93F8-B9D0505932F4> /usr/lib/system/libsystem_network.dylib 0x7fff67731000 - 0x7fff6773bffb libsystem_networkextension.dylib (767.50.25) <758F1414-796D-3422-83C9-92D2915A06CE> /usr/lib/system/libsystem_networkextension.dylib 0x7fff6773c000 - 0x7fff67745ff3 libsystem_notify.dylib (172) <08012EC0-2CD2-34BE-BF93-E7F56491299A> /usr/lib/system/libsystem_notify.dylib 0x7fff67746000 - 0x7fff6774dff7 libsystem_platform.dylib (161.50.1) <6355EE2D-5456-3CA8-A227-B96E8F1E2AF8> /usr/lib/system/libsystem_platform.dylib 0x7fff6774e000 - 0x7fff67759fff libsystem_pthread.dylib (301.50.1) <0E51CCBA-91F2-34E1-BF2A-FEEFD3D321E4> /usr/lib/system/libsystem_pthread.dylib 0x7fff6775a000 - 0x7fff6775dfff libsystem_sandbox.dylib (765.50.51) <B48D256E-D7DB-3D4F-BC95-34557170C7AA> /usr/lib/system/libsystem_sandbox.dylib 0x7fff6775e000 - 0x7fff6775fff3 libsystem_secinit.dylib (30) <DE8D14E8-A276-3FF8-AE13-77F7040F33C1> /usr/lib/system/libsystem_secinit.dylib 0x7fff67760000 - 0x7fff67767ff7 libsystem_symptoms.dylib (820.50.37) <ED7350E0-B68B-374A-9AB7-DC1F195A8327> /usr/lib/system/libsystem_symptoms.dylib 0x7fff67768000 - 0x7fff6777bfff libsystem_trace.dylib (829.50.17) <6568D68B-1D4C-38EE-90A9-54821D6403C0> /usr/lib/system/libsystem_trace.dylib 0x7fff6777d000 - 0x7fff67782ff7 libunwind.dylib (35.3) <BEF3FB49-5604-3B5F-82B5-332B80023AC3> /usr/lib/system/libunwind.dylib 0x7fff67783000 - 0x7fff677b0fff libxpc.dylib (1205.50.76) <25DB244E-217D-3CE0-A8F2-0C4255783B42> /usr/lib/system/libxpc.dylib External Modification Summary: Calls made by other processes targeting this process: task_for_pid: 0 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: 947 thread_create: 0 thread_set_state: 0 VM Region Summary: ReadOnly portion of Libraries: Total=416.6M resident=0K(0%) swapped_out_or_unallocated=416.6M(100%) Writable regions: Total=85.8M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=85.8M(100%) VIRTUAL REGION REGION TYPE SIZE COUNT (non-coalesced) =========== ======= ======= Activity Tracing 256K 2 CoreUI image file 116K 2 Dispatch continuations 16.0M 2 Kernel Alloc Once 8K 2 MALLOC 58.7M 16 MALLOC guard page 32K 7 STACK GUARD 56.0M 6 Stack 10.0M 6 VM_ALLOCATE 36K 4 __DATA 24.3M 296 __FONT_DATA 4K 2 __LINKEDIT 211.6M 69 __TEXT 205.0M 287 __UNICODE 560K 2 mapped file 37.8M 13 shared memory 628K 12 =========== ======= ======= TOTAL 621.1M 712 ---
You should attach files using the "Add an attachment" link at the top of the page. gsettings_set_property is a new one. It's a fatal error that croaks after making a log entry, which will be the last item in the trace file (see https://wiki.gnucash.org/wiki/Tracefile). What does it say?
Created attachment 372471 [details] GnuCash Trace File
Um, did you add that line to environment or replace the whole file with the one line?
I added a line at the beginning.
Created attachment 372472 [details] the environment file
Huh. Putting it at the beginning does indeed crash GnuCash. I don't yet know why, so just put it at the end.
Sorry for late feedback. This really works, after I moved this line to the end. Now I can use IME, except in "description", just like bug 795253.
And I found the problem with the IME in the register, so that's fixed for 3.2.
Okey, thanks for your works, I'll keep an eye on 3.2.
GnuCash bug tracking has moved to a new Bugzilla host. This bug has been copied to https://bugs.gnucash.org/show_bug.cgi?id=796423. Please update any external references or bookmarks.