Faster3ck / Converseen

Converseen is a batch image converter and resizer
https://converseen.fasterland.net/
GNU General Public License v3.0
423 stars 32 forks source link

0.9.2 segfaults on launch: `Reason: KERN_INVALID_ADDRESS at address: 0x80000000` #169

Closed barracuda156 closed 4 months ago

barracuda156 commented 4 months ago

@Faster3ck Sorry for raising an issue with the archaic version, but it seems to be the last one supporting Qt4. There is nothing in between 0.9.2 and 0.9.5, where Qt4 support got dumped.

Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_INVALID_ADDRESS at address: 0x80000000
0x00017f5c in QList<QString>::erase ()
(gdb) bt
#0  0x00017f5c in QList<QString>::erase ()
#1  0x00017ff8 in QList<QString>::removeLast ()
#2  0x00017304 in Formats::loadFormats ()
#3  0x0001c09c in MainWindowImpl::loadFormats ()
#4  0x00020be8 in MainWindowImpl::MainWindowImpl ()
#5  0x0000596c in main ()

Any idea why this crashes?

Faster3ck commented 4 months ago

Hi, may I ask why you are interested in the version that supports Qt4?

I think the error is due to the formats reading function of ImageMagick.

barracuda156 commented 4 months ago

@Faster3ck Thank you for responding!

Hi, may I ask why you are interested in the version that supports Qt4?

I wanna build this on Darwin powerpc, and Qt5 is broken there. Qt4 generally works fine, aside of some web-related stuff.

I think the error is due to the formats reading function of ImageMagick.

Is it something related to versions incompatibility (I have a recent ImageMagick 6) or a likely bug in ImageMagick (say, endianness ignored or something alike)?

barracuda156 commented 4 months ago

By the way, are there 0.9.3–0.9.4 versions somewhere? Tags jump from 0.9.2 to 0.9.5, and in between there is a commit editing README.

Faster3ck commented 4 months ago

I reviewed the code for that version, and it seems the error might be caused by a function in Qt4 that handles deleting the last element of a list.

Try deleting or commenting out line 109 s_writableFilters.removeLast(); in the src/formats.cpp file to see if this resolves the error.

Versions 0.9.3 to 0.9.4 do not exist. I likely jumped directly to version 0.9.5 because I had not developed updates for over a year and released the porting to the Qt5 version.

Let me know if it works!

By the way, have you tried compiling Qt6 from source code? I noticed that there are versions of Qt6 for Linux PPC, but I'm not sure if that would apply in your case.

barracuda156 commented 4 months ago

@Faster3ck Wow, that worked! Thank you very much. The app starts normally, opens its website on launch and starts the GUI. One odd thing I noticed is that About window, if called from the menu, opens ridiculously wide, well beyond screen limits. No distortion, so it is just up-scaled, apparently. This may not be something exclusive to Converseen, I barely recall encountering the same issue with some other app, but normally it does not occur, and About behaves as expected.

By the way, have you tried compiling Qt6 from source code?

If there is a way to build it with X11 backend without any ObjC/Cocoa/Metal nonsense, that might work. The issue is that Qt upstream hardcoded Cocoa in Qt5, while removing Carbon and not allowing for X11, which left Qt broken. (Other issue is bitness, but that can be handled, I guess.) I did not try Qt6 or anything beyond 5.3, perhaps, since 5.3 was the last to build against 10.6 SDK on Intel (even that with some hacks).

Whichever version can be switched to use X11 on MacOS will potentially work.

This will have some exceptions though, since, I think, at least Qt WebEngine is broken on powerpc on OpenBSD, for example, while Qt5 itself builds fine. AFAIK even WebKit is broken. But other than the web-related stuff, other things may work.

barracuda156 commented 4 months ago

Quick update:

  1. Previewing works (tested for jpeg and NEF).
  2. Converting works but only for the same format (I can convert jpeg to a downscaled jpeg, but cannot choose any other format). Obviously, this will not be useful for raw (no idea if it was even supported, but it would be nice to have it working).
  3. When trying to add a second image, app crashes when regenerating previews. Not sure how consistently, but I got two crashes in a row.
Process:         Converseen [1672]
Path:            /Applications/MacPorts/Converseen.app/Contents/MacOS/Converseen
Identifier:      com.github.Faster3ck.converseen.Converseen
Version:         0.9.2 (0.9.2)
Code Type:       PPC (Native)
Parent Process:  launchd [118]

Date/Time:       2024-05-26 12:14:03.472 +0800
OS Version:      Mac OS X 10.6 (10A190)
Report Version:  6

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x00000000c000000b
Crashed Thread:  0

Thread 0 Crashed:
0   QtCore                          0x00352808 __ZL17replaceArgEscapesRK7QStringRK13ArgEscapeDataiS1_S1_RK5QChar + 88
1   QtCore                          0x0035543c QString::arg(QString const&, int, QChar const&) const + 492
2   ...er3ck.converseen.Converseen  0x00021cac MainWindowImpl::showImageInformations(int, int, double, double) + 148
3   ...er3ck.converseen.Converseen  0x00035014 MainWindowImpl::qt_static_metacall(QObject*, QMetaObject::Call, int, void**) + 768
4   QtCore                          0x0038a7d8 QMetaObject::activate(QObject*, QMetaObject const*, int, void**) + 2008
5   ...er3ck.converseen.Converseen  0x00035284 myLabelPreviewer::previewReady(int, int, double, double) + 96
6   ...er3ck.converseen.Converseen  0x0002f230 myLabelPreviewer::showPreview(QImage, int, int, double, double) + 264
7   ...er3ck.converseen.Converseen  0x000353a8 myLabelPreviewer::qt_static_metacall(QObject*, QMetaObject::Call, int, void**) + 148
8   QtCore                          0x004b78c0 QObject::event(QEvent*) + 512
9   QtGui                           0x00ca1fa8 QWidget::event(QEvent*) + 5416
10  QtGui                           0x01036638 QFrame::event(QEvent*) + 56
11  QtGui                           0x00c35130 QApplicationPrivate::notify_helper(QObject*, QEvent*) + 240
12  QtGui                           0x00c3ddec QApplication::notify(QObject*, QEvent*) + 9196
13  QtCore                          0x00381f80 QCoreApplication::notifyInternal(QObject*, QEvent*) + 128
14  QtCore                          0x004a76bc QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) + 1100
15  com.apple.CoreFoundation        0x02e0ef54 __CFRunLoopDoSources0 + 940
16  com.apple.CoreFoundation        0x02e0db50 __CFRunLoopRun + 940
17  com.apple.CoreFoundation        0x02d9a0ac CFRunLoopRunSpecific + 668
18  QtGui                           0x00bd693c QEventDispatcherMac::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 572
19  QtCore                          0x004a568c QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 108
20  QtCore                          0x004a5b54 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 420
21  QtCore                          0x004a7b9c QCoreApplication::exec() + 236
22  ...er3ck.converseen.Converseen  0x00005d28 main + 772
23  ...er3ck.converseen.Converseen  0x000059cc start + 64

Thread 1:
0   libSystem.B.dylib               0x019fee10 __semwait_signal + 12
1   libSystem.B.dylib               0x01a3c3b0 _pthread_cond_wait + 1524
2   libGLProgrammability.dylib      0x064822a8 glvmDoWork + 88
3   libSystem.B.dylib               0x01a3b060 _pthread_start + 320

Thread 2:
0   libSystem.B.dylib               0x01a3a878 kevent + 12
1   libSystem.B.dylib               0x01b72a38 dispatch_wake_from_pthreads + 256

Thread 3:
0   libSystem.B.dylib               0x01a3a878 kevent + 12
1   com.apple.CoreFoundation        0x02dacedc __monitor_file_descriptor__ + 104

Thread 4:
0   libSystem.B.dylib               0x01a5b974 select$DARWIN_EXTSN + 12
1   com.apple.CoreFoundation        0x02dd7fb4 __CFSocketManager + 1016

Thread 5:
0   libSystem.B.dylib               0x019f7e18 semaphore_timedwait_signal_trap + 8
1   libSystem.B.dylib               0x01a3c2b8 _pthread_cond_wait + 1276
2   com.apple.Foundation            0x02fbeea0 __NSThread__main__ + 556

Thread 6:
0   libSystem.B.dylib               0x01a739a4 __workq_ops + 12

Thread 7:
0   libSystem.B.dylib               0x01a5b974 select$DARWIN_EXTSN + 12
1   QtCore                          0x0047fe2c QProcessManager::run() + 124
2   QtCore                          0x003c5aa4 QThreadPrivate::start(void*) + 404
3   libSystem.B.dylib               0x01a3b060 _pthread_start + 320

Thread 8:
0   libSystem.B.dylib               0x01a01e88 munmap$UNIX2003 + 12
1   libSystem.B.dylib               0x01a03b10 deallocate_pages + 56
2   QtGui                           0x00cdddc0 QImage::~QImage() + 96
3   ...er3ck.converseen.Converseen  0x00031368 ThumbnailGeneratorThread::createThumbnail() + 1056
4   ...er3ck.converseen.Converseen  0x00031564 ThumbnailGeneratorThread::run() + 476
5   QtCore                          0x003c5aa4 QThreadPrivate::start(void*) + 404
6   libSystem.B.dylib               0x01a3b060 _pthread_start + 320

Thread 0 crashed with PPC Thread State 32:
  srr0: 0x00352808  srr1: 0x0000f030   dar: 0xc000000b dsisr: 0x00200000
    r0: 0x0000004e    r1: 0xbfffdc20    r2: 0x178311b0    r3: 0xbfffddcc
    r4: 0xbfffddd0    r5: 0xbfffdd18    r6: 0x00000000    r7: 0xc000000b
    r8: 0xc000000b    r9: 0xbfffdc74   r10: 0x00000000   r11: 0x00550aea
   r12: 0x00355250   r13: 0x005f8974   r14: 0x01bff408   r15: 0xbfffdfac
   r16: 0xbfffdee8   r17: 0xbfffddcc   r18: 0xc000000b   r19: 0xc000000b
   r20: 0x09fb3240   r21: 0xbfffddde   r22: 0xbfffdd18   r23: 0x17831210
   r24: 0x09f7a8f0   r25: 0xc000000b   r26: 0xbfffddcc   r27: 0xbfffddd0
   r28: 0xbfffddde   r29: 0x00000000   r30: 0x178311c2   r31: 0x0035525c
    cr: 0x28848484   xer: 0x00000000    lr: 0x00355440   ctr: 0x00355250
vrsave: 0x00000000

Binary Images:
    0x1000 -    0x59fff +com.github.Faster3ck.converseen.Converseen 0.9.2 (0.9.2) <a4988837fa45529b3487d2c9731f68b3> /Applications/MacPorts/Converseen.app/Contents/MacOS/Converseen
   0x71000 -    0xb6fff +libMagick++-6.Q16.9.dylib ??? (???) <e430ed15e071546d5fe682fbf04f4638> /opt/local/lib/libMagick++-6.Q16.9.dylib
   0xe4000 -    0xeffff  libgcc_s.1.dylib ??? (???) <1eb48ae6b07dcb096bda0433409722c1> /usr/lib/libgcc_s.1.dylib
   0xf4000 -    0xf4fff  com.apple.Carbon 150 (150) <3b7010e4c30d70a36820a71e4b69d5ea> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
   0xf8000 -    0xfdff6  libmathCommon.A.dylib ??? (???) <e166c8e59a80a82b4504b1dd43d1f50a> /usr/lib/system/libmathCommon.A.dylib
  0x101000 -   0x101fff  com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) <e8c929e9ed651c210e5238b66b947e6e> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
  0x118000 -   0x12bffc +libz.1.dylib ??? (???) <b137603b6672e715558e6403b48f02ad> /opt/local/lib/libz.1.dylib
  0x12f000 -   0x138ffc  libkxld.dylib ??? (???) <725cd6e644549962b0110493f4bb7c08> /usr/lib/system/libkxld.dylib
  0x18c000 -   0x2c7ffb +QtNetwork ??? (???) <ebe29b51ce953bd3def14036b3ad3cc6> /opt/local/libexec/qt4/Library/Frameworks/QtNetwork.framework/Versions/4/QtNetwork
  0x318000 -   0x5f1ffb +QtCore ??? (???) <85b67f1cb56f8395588c569072ed3639> /opt/local/libexec/qt4/Library/Frameworks/QtCore.framework/Versions/4/QtCore
  0x672000 -   0x776ffb +libMagickWand-6.Q16.7.dylib ??? (???) <d8bf1b9aac4bbc7dc9cfbe973e84564a> /opt/local/lib/libMagickWand-6.Q16.7.dylib
  0x78a000 -   0x7f4ffb  libstdc++.6.dylib ??? (???) <5824de0c43054a01c556e9ef288f33c7> /usr/lib/libstdc++.6.dylib
  0x83e000 -   0x864ffb +libpng16.16.dylib ??? (???) <a2f7c02d2c79ca1ce7e0d7bc13c14d1c> /opt/local/lib/libpng16.16.dylib
  0x86b000 -   0x86bffa  com.apple.CoreServices 41 (41) <97bf3903384c706ba0f7d19577f0ef8c> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
  0x881000 -   0x902fe7  libobjc.A.dylib ??? (???) <bb09ce82013fa9c4a4010c58fe6c1e10> /usr/lib/libobjc.A.dylib
  0x914000 -   0x915ff8  com.apple.ApplicationServices 36 (36) <8d5530987cce48c3375a350c7f134b9c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
  0x92b000 -   0x93efff  com.apple.LangAnalysis 1.6.5 (1.6.5) <e7713c1bde76548000a0a0e7b9f27324> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
  0x94b000 -   0x95effb  com.apple.speech.synthesis.framework 3.10.1 (3.10.1) <67907b42aecf8e5cef273ce5085f19b5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
  0x96d000 -   0x976fff  com.apple.DiskArbitration 2.2.1 (2.2.1) <daa422fc5a934366c8f0a12204b46cb1> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
  0x97f000 -   0x98dfff  libz.1.dylib ??? (???) <c296d00fd65aa7271f3d5592c25c0f96> /usr/lib/libz.1.dylib
  0xbac000 -  0x153dff3 +QtGui ??? (???) <750deb3e02a296cd8ddf45d016bbe90d> /opt/local/libexec/qt4/Library/Frameworks/QtGui.framework/Versions/4/QtGui
 0x1758000 -  0x196ffff +libMagickCore-6.Q16.7.dylib ??? (???) <3ded31198ad713568e2049ade7c3300a> /opt/local/lib/libMagickCore-6.Q16.7.dylib
 0x19f7000 -  0x1bc1fe7  libSystem.B.dylib ??? (???) <420b38fe0fa0944f6f5bc4840bf29a4e> /usr/lib/libSystem.B.dylib
 0x1c49000 -  0x1f37ff3  com.apple.QuartzCore 1.6.0 (184.0) <61638f8b16dace924c2738e8d4025e49> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
 0x201f000 -  0x2815ffc  com.apple.AppKit 6.6 (988.3) <41788f85dd3bb1a0c36efa11aea7d01a> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
 0x2d54000 -  0x2eacff7  com.apple.CoreFoundation 6.6 (511.1) <b82d52070a5949f92c5001e06d67044b> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
 0x2fb6000 -  0x320efff  com.apple.Foundation 6.6 (711.1) <42ee053ddba592040925af9eb9542462> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
 0x3358000 -  0x3586ff7  com.apple.security 6.0 (34772) <df4f0710dfee6e04e7fdba557064977b> /System/Library/Frameworks/Security.framework/Versions/A/Security
 0x369d000 -  0x3738fff  com.apple.ApplicationServices.ATS 4.0 (???) <4210dabffcc1cafdf05b6a22996a4eb6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
 0x375f000 -  0x3833ff7  com.apple.ColorSync 4.6.0 (4.6.0) <c4746bb1c5e21b1ff1ee9e23150dae91> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
 0x3872000 -  0x3ed9ff7  com.apple.CoreGraphics 1.507.2 (???) <dc83caa82d24f470958a99ca6e198a2f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
 0x3fa0000 -  0x4003fff  com.apple.CoreText 3.0.0 (???) <367767da30e7fda6ac4302fc54116f29> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
 0x403c000 -  0x4095fff  com.apple.HIServices 1.7.0 (???) <4e20ca5a0f021908e274610eab85af23> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
 0x40c1000 -  0x426cffb  com.apple.ImageIO.framework 3.0.0 (3.0.0) <840a13dc20c1c1a1ed50edef6d706239> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
 0x42d9000 -  0x4389ffb  com.apple.QD 3.18 (???) <f6b3db0d330e0268a24dc5e3fdb820a5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
 0x43b8000 -  0x46deff7  com.apple.CoreServices.CarbonCore 818 (818) <3e631022aef7f9d15373e1f56e74ff00> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
 0x4767000 -  0x4827ffb  com.apple.CFNetwork 417.1 (417.1) <911e0fa87591b77e8bb8ec4759941216> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
 0x488f000 -  0x48cffff  com.apple.Metadata 10.6.0 (429.1) <d8b50a8ca605800f8f36caf448daed42> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
 0x48e8000 -  0x49c0fff  com.apple.CoreServices.OSServices 310 (310) <633ea4081155a516c80bf948f004d235> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
 0x4a2b000 -  0x4aa8ffb  com.apple.SearchKit 1.3.0 (1.3.0) <4c7ffa79c1cd48d28eb165768fbfc2f4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
 0x4ae7000 -  0x4b1ffff  com.apple.AE 464 (464) <492b7cdb81e64fca5af300b0c231ebec> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
 0x4b37000 -  0x4bceff7  com.apple.LaunchServices 318.1 (318.1) <5ee43f629f636d1863e73dc312c736c2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
 0x4c14000 -  0x4c37fff  com.apple.DictionaryServices 1.0.0 (1.0.0) <f2f1f85469f3036ec9890bfa888edbe2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
 0x4c4d000 -  0x4ca3ff3  com.apple.framework.IOKit 1.5.1 (???) <21f9b751b7578a33306804af2c6ded8d> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
 0x4cbc000 -  0x4e45fff  libicucore.A.dylib ??? (???) <28f339176d9e26b663f19c1cad91784e> /usr/lib/libicucore.A.dylib
 0x4e95000 -  0x4ea7fff  libbsm.0.dylib ??? (???) <c43c47af4211639e8828d3e8ff93a019> /usr/lib/libbsm.0.dylib
 0x4ead000 -  0x4ebaffe  NetFS ??? (???) <5125b2c825637b243afa1ea942ba8220> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
 0x4ec1000 -  0x4ef4ff1  libauto.dylib ??? (???) <2848423526fb9c0f381c6ceacc4f2c27> /usr/lib/libauto.dylib
 0x4f00000 -  0x4fb1ff7  libsqlite3.0.dylib ??? (???) <cc6135a5433e43988bf825e149e47483> /usr/lib/libsqlite3.0.dylib
 0x4fbd000 -  0x4ff8fff  com.apple.SystemConfiguration 1.10 (1.10) <2daf422a1a7ca90ba32720000e56b3aa> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
 0x5014000 -  0x5040fff  libxslt.1.dylib ??? (???) <da4552da93bf856897f6b399bb10806d> /usr/lib/libxslt.1.dylib
 0x5049000 -  0x5164fff  libxml2.2.dylib ??? (???) <2bdb2ca8d4aabba550ba9f2111ebf46a> /usr/lib/libxml2.2.dylib
 0x5187000 -  0x51befff  libFontParser.dylib ??? (???) <e83c633b4e6ac7de6acfa5edbe925f7a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
 0x51ec000 -  0x52cfff3  libcrypto.0.9.8.dylib ??? (???) <90068ab1dc24a941bdd01726024c515d> /usr/lib/libcrypto.0.9.8.dylib
 0x5320000 -  0x533ffff  com.apple.vecLib 3.4.2 (vecLib 3.4.2) <9e27768a4224789f73942ddb2e03e729> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
 0x539c000 -  0x54bcffa  com.apple.vImage 4.0 (4.0) <40c9ff1a236e54afc0af0dbe01d59ae0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
 0x54cb000 -  0x54eafff  com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) <c56e0d707296e54bceac01b6944e99e3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
 0x5547000 -  0x55c1fff  libvMisc.dylib ??? (???) <2607b58a270aca106281054e078194d1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
 0x55cb000 -  0x5668fe3  libvDSP.dylib ??? (???) <18d61ac588914626b88c2c2babb2ac25> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
 0x5682000 -  0x5cefff7  libBLAS.dylib ??? (???) <b09754bb15f771807655be04f5200efd> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
 0x5d2d000 -  0x60c5ff7  libLAPACK.dylib ??? (???) <7f1ccd1f986607cb24ada410c3548482> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
 0x623e000 -  0x6282ff3  libTIFF.dylib ??? (???) <7b0f8b579d3fd66175f0e695370c2232> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
 0x628d000 -  0x6291ffc  libGIF.dylib ??? (???) <ebdc74ca8b923dc8281d8644db5bf855> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
 0x6296000 -  0x62b1fff  libPng.dylib ??? (???) <ce17de27142c8af8406c282b45de241a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
 0x62b8000 -  0x62bafff  libRadiance.dylib ??? (???) <8c97d9ae80dd2661573bb62db798e710> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
 0x62be000 -  0x62e0ff2  libJPEG.dylib ??? (???) <df09b8c643d8325deae52adf5818b338> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
 0x62e7000 -  0x6315fff  libcups.2.dylib ??? (???) <dfcb272c0281e5d2ec0f89f1f75f6d88> /usr/lib/libcups.2.dylib
 0x6320000 -  0x6340fff  libresolv.9.dylib ??? (???) <2b57f734cfd1eb7ebf2eb9a4bbbc5a23> /usr/lib/libresolv.9.dylib
 0x6349000 -  0x6362fff  com.apple.CoreVideo 1.5.0 (18.0) <5cf2b5140975287f2ec3a7feaf8683b0> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
 0x6376000 -  0x6385ffb  com.apple.opengl 1.6.2 (1.6.2) <7057304e586007ad73491c1f466cf20c> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
 0x638c000 -  0x63d1ffd  libGLImage.dylib ??? (???) <9d4b12b3ed2eaae2c34569be29e4b6d7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
 0x63d8000 -  0x63daffd  IOSurface ??? (???) <5433ef600fe03d1fce7564db343d71a7> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
 0x63e0000 -  0x6436ff7  libGLU.dylib ??? (???) <0d58cf5be12c0800774385b0dab6061a> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
 0x644a000 -  0x6472ffb  libGL.dylib ??? (???) <62c15417340866d11848068acfbceba9> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
 0x6481000 -  0x659ffff  libGLProgrammability.dylib ??? (???) <9773d0426f2831c71a8baafed455acf6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
 0x65c1000 -  0x65c3ff4  libCoreVMClient.dylib ??? (???) <b2ea0d8b9bf3ec7a35c64bb23091fb71> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
 0x65c7000 -  0x65d3ffb  com.apple.audio.SoundManager 3.9.3 (3.9.3) <3c277575e7182f3c3130f2f634eb9920> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
 0x65db000 -  0x65e2ffb  com.apple.CommonPanels 1.2.4 (90) <247a78c9697bb0952e13d93cdf8075fd> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
 0x65eb000 -  0x65eefff  com.apple.help 1.3 (38) <51844a2a550a3ca237eba9f71fcea97a> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
 0x65f3000 -  0x6938fe3  com.apple.HIToolbox 1.6.0 (???) <1a4693b0eff8ed8d6fe18c37f5440f61> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
 0x6aa3000 -  0x6b09fff  com.apple.htmlrendering 72 (1.1.4) <19253ea53b000a20db907e85a7e828c1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
 0x6b36000 -  0x6b4dffb  com.apple.ImageCapture 6.0 (6.0) <edce933d8c785d8ee3e95991b566cce4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
 0x6b67000 -  0x6c1afff  com.apple.ink.framework 102.0.0 (94) <3e33ec5816e209e893a1733af95da58a> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
 0x6c42000 -  0x6c87ffb  com.apple.NavigationServices 3.5.1 (178) <24c5c5db4d59f34d4f49bbd1bbcd5810> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
 0x6cb1000 -  0x6cccfff  com.apple.openscripting 1.3 (???) <c89980d6aa74f76f7ed65f021827d373> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
 0x6cdc000 -  0x6cdffff  com.apple.securityhi 4.0 (33640) <b90db4686164760a3ec642135e38447b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
 0x6ce5000 -  0x6cf0fff  com.apple.speech.recognition.framework 3.8.2 (3.8.2) <42de060582f36d5185c23e60beb8dab8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
 0x6cfa000 -  0x6d6ffff  com.apple.audio.CoreAudio 3.2.0 (3.2) <8476a77d790570f688f95d47f0d77fb7> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
 0x6dac000 -  0x6de0ffb  com.apple.coreui 0.2 (89) <be964ae9fad2620345b04aec50268e6e> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
 0x6dff000 -  0x6eb2fff  com.apple.DesktopServices 1.5.0 (1.5.0) <8fda370f06c5c6ddb4e054ccf5ccb815> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
 0x6f10000 -  0x7044ffb  com.apple.audio.toolbox.AudioToolbox 1.6 (1.6) <838258abe5efe516c46f29eaefb99b79> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
 0x70ab000 -  0x70acfff  com.apple.audio.units.AudioUnit 1.6 (1.6) <686082ea0ec42b7f009e99a571ceec81> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
 0x70b1000 -  0x71a0ffb  com.apple.CoreData 100.1 (205) <6712b8051aee2ff6ba2cf2cf025a7fab> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
 0x721d000 -  0x721effa  liblangid.dylib ??? (???) <01ec0f0bdf13f73d8e0334a2e39e75b4> /usr/lib/liblangid.dylib
 0x7222000 -  0x727affd +libssl.1.1.dylib ??? (???) <362512aa43d2ebb107ccbd954c5e4977> /opt/local/libexec/openssl11/lib/libssl.1.1.dylib
 0x7299000 -  0x7428fb5 +libcrypto.1.1.dylib ??? (???) <ec2c3f38ac16b63f8ae43d4381484068> /opt/local/libexec/openssl11/lib/libcrypto.1.1.dylib
 0x7492000 -  0x7498fff +libMacportsLegacySupport.dylib ??? (???) <bc0959a14f888c380f4c0d3c8b346c5b> /opt/local/lib/libMacportsLegacySupport.dylib
 0x749c000 -  0x74e2fff +liblcms2.2.dylib ??? (???) <a91197d01783f2dba6b465b1227eddc4> /opt/local/lib/liblcms2.2.dylib
 0x74f2000 -  0x7602fff +libxml2.2.dylib ??? (???) <369a434372732a2ca553602dded20172> /opt/local/lib/libxml2.2.dylib
 0x7629000 -  0x7662fff +libfontconfig.1.dylib ??? (???) <11e37ced4af26fd3aafb0a4d1c4cfbbc> /opt/local/lib/libfontconfig.1.dylib
 0x766c000 -  0x7702ffc +libfreetype.6.dylib ??? (???) <fb0d4dd6d5834105c5513e3752ba29c9> /opt/local/lib/libfreetype.6.dylib
 0x771a000 -  0x7727fff +libXext.6.dylib ??? (???) <61bd4715fd902b83b34a7461159cabad> /opt/local/lib/libXext.6.dylib
 0x772c000 -  0x776effc +libXt.6.dylib ??? (???) <0fa582f59701522bf7cba81f6ff3369c> /opt/local/lib/libXt.6.dylib
 0x777e000 -  0x778cff5 +libbz2.1.0.dylib ??? (???) <561eabf373907c3899487650867150dc> /opt/local/lib/libbz2.1.0.dylib
 0x7790000 -  0x7796ffd +libltdl.7.dylib ??? (???) <f4feb81f25254641c2ddf1138d4c85ec> /opt/local/lib/libltdl.7.dylib
 0x779a000 -  0x77a0fff +libSM.6.dylib ??? (???) <042c8e569df9dba62e4ae9a4690c7f82> /opt/local/lib/libSM.6.dylib
 0x77a3000 -  0x77b3fff +libICE.6.dylib ??? (???) <c40587ba73f1bc6f598f5bc8a8e3397d> /opt/local/lib/libICE.6.dylib
 0x77ba000 -  0x78b8ff8 +libX11.6.dylib ??? (???) <6d0bfa99feb5ee74376aad152c7a5302> /opt/local/lib/libX11.6.dylib
 0x78d2000 -  0x78f8ffc +liblzma.5.dylib ??? (???) <03bc800fb47b9ef63899316e0156af75> /opt/local/lib/liblzma.5.dylib
 0x78fe000 -  0x7abcffb +libicui18n.74.dylib ??? (???) <cb340e3dec04d832ed5e4fb8d09b3fa7> /opt/local/lib/libicui18n.74.dylib
 0x7bb0000 -  0x7d00fff +libicuuc.74.dylib ??? (???) <13fd9d08463db337089d7c3b8b4fdd36> /opt/local/lib/libicuuc.74.dylib
 0x7d6b000 -  0x9ac7fff +libicudata.74.dylib ??? (???) <a11a64364b5f0f9fcaf3c4e3b2e68d73> /opt/local/lib/libicudata.74.dylib
 0x9aca000 -  0x9bcffff +libiconv.2.dylib ??? (???) <71dfab8f77eb71baebdb38550a0ed408> /opt/local/lib/libiconv.2.dylib
 0x9bde000 -  0x9d41ff7 +libstdc++.6.dylib ??? (???) <3a4efbed3b849664143b9e33bee2241d> /opt/local/lib/libgcc/libstdc++.6.dylib
 0x9dbf000 -  0x9dc4ff7 +libgcc_s.1.1.dylib ??? (???) <b36c8098c2a67cbb79125bf74a4ede7e> /opt/local/lib/libgcc/libgcc_s.1.1.dylib
 0x9dc7000 -  0x9df2fff +libexpat.1.dylib ??? (???) <0281bd0cefe7d466bcad7a1747954d9a> /opt/local/lib/libexpat.1.dylib
 0x9df9000 -  0x9e12fff +libintl.8.dylib ??? (???) <e614775697f80c705e9a5000be1a088a> /opt/local/lib/libintl.8.dylib
 0x9e18000 -  0x9e22ffd +libbrotlidec.1.dylib ??? (???) <350864381634db57ed9d40c9e548cc06> /opt/local/lib/libbrotlidec.1.dylib
 0x9e27000 -  0x9e47ffc +libbrotlicommon.1.dylib ??? (???) <d5076dab1539c0693bb4eb3ed7c1008d> /opt/local/lib/libbrotlicommon.1.dylib
 0x9e4b000 -  0x9e60ffe +libxcb.1.dylib ??? (???) <c9cfffe71e61cc106c75aaddb18a6327> /opt/local/lib/libxcb.1.dylib
 0x9e6c000 -  0x9e6dffc +libXau.6.dylib ??? (???) <e68c7e2d4490bcf51a71d84e19814e24> /opt/local/lib/libXau.6.dylib
 0x9e70000 -  0x9e73fff +libXdmcp.6.dylib ??? (???) <6a871e87ffc66f5dabe23e43c35d6325> /opt/local/lib/libXdmcp.6.dylib
 0x9eb3000 -  0x9eb4ffc  dns.so ??? (???) <d61372b816f011ea19a6b524c61f14a7> /usr/lib/info/dns.so
 0x9ebc000 -  0x9ec9fff  libCSync.A.dylib ??? (???) <db4005ec21d7c938ca16718df2083ecb> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
 0xa800000 -  0xa8f5fff  libiconv.dylib ??? (???) <a4f8e1fd3e09d840e04e9d9632883c3c> /usr/lib/libiconv.dylib
 0xb641000 -  0xb67cfff  libRIP.A.dylib ??? (???) <7a3d9d99ca9306cad3ad13898f4b6fff> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
 0xdbc4000 -  0xdbd7ffd  libTraditionalChineseConverter.dylib ??? (???) <1921911b5221870408df70e5a4fb0f54> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
 0xdbdb000 -  0xdbeafff  libSimplifiedChineseConverter.dylib ??? (???) <647e845f3d0b7c66139305df093cb8f8> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
 0xdd95000 -  0xdd9dfff  libCGATS.A.dylib ??? (???) <36c52775fc81014246e155e4d5d8a092> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
 0xdf53000 -  0xdf85fff  libTrueTypeScaler.dylib ??? (???) <d574414767e9ce7524029fb1ce9091c3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
 0xe100000 -  0xe2e3fff  libType1Scaler.dylib ??? (???) <96283c19a7166c699a257fc8365b0045> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libType1Scaler.dylib
 0xe545000 -  0xe54bffb +libqgif.dylib ??? (???) <e337a911981613dfe0c8f9fff10ed5e0> /opt/local/libexec/qt4/share/plugins/imageformats/libqgif.dylib
 0xe54f000 -  0xe555ff3 +libqico.dylib ??? (???) <2f49a49ee539468c4a5a100bbe6bfecd> /opt/local/libexec/qt4/share/plugins/imageformats/libqico.dylib
 0xe55a000 -  0xe560fff +libqjpeg.dylib ??? (???) <7dfb32f8f1dd3f65b43bfc32704b4b29> /opt/local/libexec/qt4/share/plugins/imageformats/libqjpeg.dylib
 0xe565000 -  0xe5d7fff +libjpeg.8.dylib ??? (???) <8b252b645e0d26f2c436404bdb8af4af> /opt/local/lib/libjpeg.8.dylib
 0xe5e1000 -  0xe5e6fff +libqmng.dylib ??? (???) <529060bba63f9cf6875ec819b8deb9a2> /opt/local/libexec/qt4/share/plugins/imageformats/libqmng.dylib
 0xe5eb000 -  0xe5f0ff3 +libqsvg.dylib ??? (???) <2489beb0b4ebcd1886bbdb9e23d7b3a2> /opt/local/libexec/qt4/share/plugins/imageformats/libqsvg.dylib
 0xe5f4000 -  0xe5f8ff7 +libqtga.dylib ??? (???) <0c30826e12ca6a51b2ad0d48da1fc179> /opt/local/libexec/qt4/share/plugins/imageformats/libqtga.dylib
 0xe700000 -  0xe74cfff +libmng.2.dylib ??? (???) <5c3a3f25e3faaf25163bbd8c368cf908> /opt/local/lib/libmng.2.dylib
 0xe75b000 -  0xe7aaff3 +QtSvg ??? (???) <e31ca174f9036822c3c729a3f3f00af3> /opt/local/libexec/qt4/Library/Frameworks/QtSvg.framework/Versions/4/QtSvg
 0xe7c3000 -  0xe822ff3 +QtXml ??? (???) <529b5261add4ba5b830470c12670d919> /opt/local/libexec/qt4/Library/Frameworks/QtXml.framework/Versions/4/QtXml
 0xe83f000 -  0xe845ff7 +libqtiff.dylib ??? (???) <f29ea764e4febc3a7b852e1e70bf6440> /opt/local/libexec/qt4/share/plugins/imageformats/libqtiff.dylib
 0xe84a000 -  0xe8b8ffb +libtiff.6.dylib ??? (???) <1b19caa843c9cdbd24b3291bc7ecc2e0> /opt/local/lib/libtiff.6.dylib
 0xe8c7000 -  0xe956ffb +libzstd.1.dylib ??? (???) <bb932d99a956d55e10b1189f300229d6> /opt/local/lib/libzstd.1.dylib
 0xe962000 -  0xe98cffb +libLerc.4.dylib ??? (???) <f223c9561fbccc5efad3e57d9b1f7075> /opt/local/lib/libLerc.4.dylib
 0xe998000 -  0xe9a2fff +libdeflate.0.dylib ??? (???) <a29d5ec592fb3cb6e64ccce96b170f3d> /opt/local/lib/libdeflate.0.dylib
 0xebdf000 -  0xebe3fff  libGFXShared.dylib ??? (???) <a8dd0ea385b39db8f35227fb86f1c8a2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
 0xec0c000 -  0xec2aff2  GLRendererFloat ??? (???) <8eef97e0dabd3642a4d5fc126f8a6217> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat
0x10ffc000 - 0x11192ff1  GLEngine ??? (???) <ec5cc6265fa0e42428f90256b7ff2fe8> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
0x111c4000 - 0x11349fff  com.apple.GeForceFXGLDriver 1.6.0 (6.0.0) <34eda843437877d280b73fcfb3ef195c> /System/Library/Extensions/GeForceFXGLDriver.bundle/Contents/MacOS/GeForceFXGLDriver
0x117d4000 - 0x117e1ffb +jpeg.so ??? (???) <fef20af65c9cec137b1629e37b7357ca> /opt/local/lib/ImageMagick-6.9.13/modules-Q16/coders/jpeg.so
0x12b61000 - 0x12b67fff  libCGXCoreImage.A.dylib ??? (???) <fcd92ef3f524fae590b6621adc7c9456> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
0x12bb3000 - 0x12bb3fff  com.apple.Cocoa 6.6 (???) <3d310c77126add0d1a36ed96b5790648> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x12bb7000 - 0x12bb7fff  com.apple.quartzframework 1.5 (1.5) <bd2db0c5e137f684120dd8b87b788c65> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x12bbb000 - 0x12bdeffb  com.apple.AppleVAFramework 4.5.4 (4.5.4) <2f5936f7e2dbcf45ce386634e4bad63e> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x12dd2000 - 0x12dd8ffb  com.apple.DisplayServicesFW 2.1 (2.1) <65aa8733d8c2814a38b3270bae2228f5> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x12de0000 - 0x12defffc  com.apple.DSObjCWrappers.Framework 1.2.1 (1.2.1) <d01d58281795201550a2f87a6d9418bc> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers
0x14e43000 - 0x14eafffb  com.apple.iLifeMediaBrowser 2.1.5 (368) <b0b43e4537e6fc11faf3eaab3a821112> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeMediaBrowser
0x14ef9000 - 0x14f37fff  com.apple.CoreMedia 0.484.2 (484.2) <7f4e63a5cfeaa09a9f5cb0f36e0d86f4> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
0x14f4f000 - 0x14f89fff  com.apple.CoreMediaIOServices 1.0 (1.0) <7cd0ec5a80603db5d48e78aa4f4041e1> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/CoreMediaIOServices
0x14fa5000 - 0x14fc7fff  com.apple.MeshKit 1.0 (11.0) <08c56a72468b618963453df7d9f7eb17> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
0x14fe1000 - 0x14fe2ffc  com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <a6eca1ed8f865fa30b1dfb3b71d3a644> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
0x16001000 - 0x16338fff  com.apple.QuickTime 7.7 (1680.28) <65ceb1f7d99bc1a7873257d36b092aa3> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x1643a000 - 0x1657ffff  com.apple.QTKit 7.7 (1680.28) <82f2e52d651c3ac3acb1136ea42a36d1> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x16666000 - 0x167d5ffb  com.apple.imageKit 1.0.2 (1.0) <1655c7e11b843aacfaa0687bd05f6aba> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x168c5000 - 0x16a30ffb  com.apple.MediaToolbox 0.484.2 (484.2) <d6f38672c014b3e26eedb9f507c7d28f> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x16aa2000 - 0x16ca5fff  com.apple.VideoToolbox 0.484.2 (484.2) <88269569e6ac33cde858d819beea9b52> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x16cf8000 - 0x16ebeff7  com.apple.QuartzComposer 2.1 (129) <d527b912b3960692eb8d5e45ff76b88a> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x16fca000 - 0x17034fff  com.apple.PDFKit 2.1 (2.1) <5acea4e6070a56740a2b07633fc7866c> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x17076000 - 0x170b8fff  com.apple.quartzfilters 1.6.0 (1.6.0) <f6cf2dbcdf596954121314adcb94f43f> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x170dd000 - 0x17139fff  com.apple.QuickLookUIFramework 2.0 (244.0) <5804510cda31797f77589c7a403cbe57> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x1717a000 - 0x1736aff3  com.apple.JavaScriptCore 5534 (5534.49) <85d598f60ce2169c99f4aab053b8f0c0> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x173ca000 - 0x17411ffb  com.apple.MeshKitRuntime 1.0 (11.0) <f4bf2e822cd0d806ab8b95c1af3b6ea2> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshKitRuntime.framework/Versions/A/MeshKitRuntime
0x17435000 - 0x17526fff  com.apple.MeshKitIO 1.0 (11.0) <1dff99ce1da18809c7a17f5f6f7ee77c> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshKitIO.framework/Versions/A/MeshKitIO
0x175a2000 - 0x175f6fff  com.apple.datadetectorscore 2.0 (71.0) <e41afb3c331be5ad3a136e7daa6ec7e1> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x17625000 - 0x1766efff  com.apple.com.CorePDF 1.0 (1.0) <65b62644243477cc0a58e82028fbf7f5> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x17696000 - 0x176c7ffb  com.apple.QuickLookFramework 2.0 (244.0) <b6375204f921ff709a2f354a98b42751> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x176e2000 - 0x17709ffb  com.apple.ImageCaptureCore 1.0 (1.0) <ec718e8430bf54185755108fea7bf5e0> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
0x1772b000 - 0x17747fff  com.apple.DirectoryService.Framework 3.6 (547.1) <e1f912381df39636ee08a9d70e411226> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x20000000 - 0x2009efff  edu.mit.Kerberos 6.5.3 (6.5.3) <af8fd279b2ec6f91e99e82352f2541c9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x64b00000 - 0x64b07fff  com.apple.print.framework.Print 6.0 (230) <f116d72ba9b2107cf79942409f8863d9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x8fe00000 - 0x8fe31143  dyld 113.0 (???) <ee555e655e1cf66cac80728801add419> /usr/lib/dyld
0xba900000 - 0xba917ffe  libJapaneseConverter.dylib ??? (???) <04463c179bed4f20288aa9eb5235234d> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
0xbab00000 - 0xbab21fff  libKoreanConverter.dylib ??? (???) <713b78b8d11abd81caf9c51683279237> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
0xfa100000 - 0xfa189ffb  com.apple.print.framework.PrintCore 6.0 (276) <049c93926212fa9408e9e56186970e4b> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0xffff8000 - 0xffff9703  libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib
barracuda156 commented 4 months ago

The first crash was a bit different (this one with jpeg and NEF, the one above with 2 jpegs):

Process:         Converseen [1555]
Path:            /Applications/MacPorts/Converseen.app/Contents/MacOS/Converseen
Identifier:      com.github.Faster3ck.converseen.Converseen
Version:         0.9.2 (0.9.2)
Code Type:       PPC (Native)
Parent Process:  launchd [118]

Date/Time:       2024-05-26 12:11:47.825 +0800
OS Version:      Mac OS X 10.6 (10A190)
Report Version:  6

Exception Type:  EXC_BAD_ACCESS (SIGBUS)
Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
Crashed Thread:  0

Thread 0 Crashed:
0   ...er3ck.converseen.Converseen  0x0001d520 MainWindowImpl::showPreviewAndInfos() + 80
1   ...er3ck.converseen.Converseen  0x0001d5d0 MainWindowImpl::onItemSelection() + 44
2   ...er3ck.converseen.Converseen  0x0003501c MainWindowImpl::qt_static_metacall(QObject*, QMetaObject::Call, int, void**) + 776
3   QtCore                          0x0038a7d8 QMetaObject::activate(QObject*, QMetaObject const*, int, void**) + 2008
4   QtGui                           0x011ed8ac QTreeWidgetPrivate::_q_selectionChanged(QItemSelection const&, QItemSelection const&) + 428
5   QtCore                          0x0038a7d8 QMetaObject::activate(QObject*, QMetaObject const*, int, void**) + 2008
6   QtGui                           0x011c5168 QItemSelectionModel::selectionChanged(QItemSelection const&, QItemSelection const&) + 56
7   QtGui                           0x011cce84 QItemSelectionModelPrivate::_q_rowsAboutToBeRemoved(QModelIndex const&, int, int) + 4132
8   QtGui                           0x011ce6c8 QItemSelectionModel::qt_static_metacall(QObject*, QMetaObject::Call, int, void**) + 424
9   QtCore                          0x0038a7d8 QMetaObject::activate(QObject*, QMetaObject const*, int, void**) + 2008
10  QtCore                          0x004ff454 QAbstractItemModel::rowsAboutToBeRemoved(QModelIndex const&, int, int) + 100
11  QtCore                          0x00497984 QAbstractItemModel::beginRemoveRows(QModelIndex const&, int, int) + 132
12  QtGui                           0x011f62a4 QTreeModel::beginRemoveItems(QTreeWidgetItem*, int, int) + 84
13  QtGui                           0x011f6fdc QTreeWidgetItem::takeChild(int) + 284
14  ...er3ck.converseen.Converseen  0x0002fc94 PixTreeWidget::removeItems(QList<ImageAttributes>*) + 144
15  ...er3ck.converseen.Converseen  0x0001cac8 MainWindowImpl::removeItems() + 48
16  ...er3ck.converseen.Converseen  0x00034f50 MainWindowImpl::qt_static_metacall(QObject*, QMetaObject::Call, int, void**) + 572
17  QtCore                          0x0038a7d8 QMetaObject::activate(QObject*, QMetaObject const*, int, void**) + 2008
18  QtGui                           0x00c2d84c QAction::triggered(bool) + 60
19  QtGui                           0x00c2ee28 QAction::activate(QAction::ActionEvent) + 168
20  QtGui                           0x00fe73b4 QAbstractButtonPrivate::click() + 148
21  QtGui                           0x00fe769c QAbstractButton::mouseReleaseEvent(QMouseEvent*) + 124
22  QtGui                           0x010caa58 QToolButton::mouseReleaseEvent(QMouseEvent*) + 24
23  QtGui                           0x00ca0ec8 QWidget::event(QEvent*) + 1096
24  QtGui                           0x00c35130 QApplicationPrivate::notify_helper(QObject*, QEvent*) + 240
25  QtGui                           0x00c3c7a4 QApplication::notify(QObject*, QEvent*) + 3492
26  QtCore                          0x00381f80 QCoreApplication::notifyInternal(QObject*, QEvent*) + 128
27  QtGui                           0x00bc1d7c QApplicationPrivate::globalEventProcessor(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 8284
28  com.apple.HIToolbox             0x067f9540 __ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec + 1492
29  com.apple.HIToolbox             0x067f9efc __ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14HandlerCallRec + 452
30  com.apple.HIToolbox             0x06610a98 SendEventToEventTarget + 68
31  com.apple.HIToolbox             0x067f700c __ZL29ToolboxEventDispatcherHandlerP25OpaqueEventHandlerCallRefP14OpaqueEventRefPv + 1080
32  com.apple.HIToolbox             0x067f9978 __ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec + 2572
33  com.apple.HIToolbox             0x067f9efc __ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14HandlerCallRec + 452
34  com.apple.HIToolbox             0x06610a98 SendEventToEventTarget + 68
35  QtGui                           0x00bd68b4 QEventDispatcherMac::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 436
36  QtCore                          0x004a568c QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 108
37  QtCore                          0x004a5b54 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 420
38  QtCore                          0x004a7b9c QCoreApplication::exec() + 236
39  ...er3ck.converseen.Converseen  0x00005d28 main + 772
40  ...er3ck.converseen.Converseen  0x000059cc start + 64

Thread 1:
0   libSystem.B.dylib               0x01a5b974 select$DARWIN_EXTSN + 12
1   QtCore                          0x004d371c qt_safe_select(int, fd_set*, fd_set*, fd_set*, timeval const*) + 60
2   QtCore                          0x004d8614 QEventDispatcherUNIXPrivate::doSelect(QFlags<QEventLoop::ProcessEventsFlag>, timeval*) + 404
3   QtCore                          0x004d8b18 QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 504
4   QtCore                          0x004a568c QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 108
5   QtCore                          0x004a5b54 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 420
6   QtCore                          0x003c3684 QThread::exec() + 308
7   QtCore                          0x003c5aa4 QThreadPrivate::start(void*) + 404
8   libSystem.B.dylib               0x01a3b060 _pthread_start + 320

Thread 2:
0   libSystem.B.dylib               0x01a5b974 select$DARWIN_EXTSN + 12
1   QtCore                          0x004d371c qt_safe_select(int, fd_set*, fd_set*, fd_set*, timeval const*) + 60
2   QtCore                          0x004d8614 QEventDispatcherUNIXPrivate::doSelect(QFlags<QEventLoop::ProcessEventsFlag>, timeval*) + 404
3   QtCore                          0x004d8b18 QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 504
4   QtCore                          0x004a568c QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 108
5   QtCore                          0x004a5b54 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 420
6   QtCore                          0x003c3684 QThread::exec() + 308
7   QtCore                          0x003c5aa4 QThreadPrivate::start(void*) + 404
8   libSystem.B.dylib               0x01a3b060 _pthread_start + 320

Thread 3:
0   libSystem.B.dylib               0x019fee10 __semwait_signal + 12
1   libSystem.B.dylib               0x01a3c3b0 _pthread_cond_wait + 1524
2   libGLProgrammability.dylib      0x064822a8 glvmDoWork + 88
3   libSystem.B.dylib               0x01a3b060 _pthread_start + 320

Thread 4:
0   libSystem.B.dylib               0x01a3a878 kevent + 12
1   libSystem.B.dylib               0x01b72a38 dispatch_wake_from_pthreads + 256

Thread 5:
0   libSystem.B.dylib               0x01a3a878 kevent + 12
1   com.apple.CoreFoundation        0x02dacedc __monitor_file_descriptor__ + 104

Thread 6:
0   libSystem.B.dylib               0x01a5b974 select$DARWIN_EXTSN + 12
1   com.apple.CoreFoundation        0x02dd7fb4 __CFSocketManager + 1016

Thread 7:
0   libSystem.B.dylib               0x01a739a4 __workq_ops + 12

Thread 8:
0   libSystem.B.dylib               0x019f7e18 semaphore_timedwait_signal_trap + 8
1   libSystem.B.dylib               0x01a3c2b8 _pthread_cond_wait + 1276
2   com.apple.Foundation            0x02fbeea0 __NSThread__main__ + 556

Thread 9:
0   libraw_r.23.dylib               0x188a7ba0 LibRaw::scale_colors_loop(float*) + 236
1   libraw_r.23.dylib               0x188a6234 LibRaw::scale_colors() + 1584
2   libraw_r.23.dylib               0x188a3734 LibRaw::dcraw_process() + 560
3   dng.so                          0x0eab09d8 ReadDNGImage + 1684
4   libMagickCore-6.Q16.7.dylib     0x017a3a0c ReadImage + 868
5   libMagick++-6.Q16.9.dylib       0x0008ed8c Magick::Image::read(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) + 56
6   ...er3ck.converseen.Converseen  0x00031128 ThumbnailGeneratorThread::createThumbnail() + 480
7   ...er3ck.converseen.Converseen  0x00031564 ThumbnailGeneratorThread::run() + 476
8   QtCore                          0x003c5aa4 QThreadPrivate::start(void*) + 404
9   libSystem.B.dylib               0x01a3b060 _pthread_start + 320

Thread 0 crashed with PPC Thread State 32:
  srr0: 0x0001d520  srr1: 0x0200f030   dar: 0x00000000 dsisr: 0x40000000
    r0: 0x00000001    r1: 0xbfffd090    r2: 0x00000000    r3: 0xbfffd0dc
    r4: 0xbfffd0ec    r5: 0x00000010    r6: 0xbfffd244    r7: 0x00002bb0
    r8: 0x138fc094    r9: 0x00000008   r10: 0x1611db94   r11: 0x138b0002
   r12: 0x007dd98c   r13: 0x005f8974   r14: 0x01bff408   r15: 0x00000000
   r16: 0xbfffd238   r17: 0x09f668c0   r18: 0x00000062   r19: 0x09fb1d60
   r20: 0x09fb2000   r21: 0x09f6b070   r22: 0x09f675d0   r23: 0x00000000
   r24: 0x00000001   r25: 0xbfffdbdc   r26: 0x09fb2000   r27: 0x00000010
   r28: 0x00034d14   r29: 0xbffff6a0   r30: 0xbffff6a0   r31: 0x00034d20
    cr: 0x24242244   xer: 0x20000000    lr: 0x0001d4f0   ctr: 0x007dd98c
vrsave: 0x80000000

Binary Images:
    0x1000 -    0x59fff +com.github.Faster3ck.converseen.Converseen 0.9.2 (0.9.2) <a4988837fa45529b3487d2c9731f68b3> /Applications/MacPorts/Converseen.app/Contents/MacOS/Converseen
   0x71000 -    0xb6fff +libMagick++-6.Q16.9.dylib ??? (???) <e430ed15e071546d5fe682fbf04f4638> /opt/local/lib/libMagick++-6.Q16.9.dylib
   0xe4000 -    0xeffff  libgcc_s.1.dylib ??? (???) <1eb48ae6b07dcb096bda0433409722c1> /usr/lib/libgcc_s.1.dylib
   0xf4000 -    0xf4fff  com.apple.Carbon 150 (150) <3b7010e4c30d70a36820a71e4b69d5ea> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
   0xf8000 -    0xfdff6  libmathCommon.A.dylib ??? (???) <e166c8e59a80a82b4504b1dd43d1f50a> /usr/lib/system/libmathCommon.A.dylib
  0x101000 -   0x101fff  com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) <e8c929e9ed651c210e5238b66b947e6e> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
  0x118000 -   0x12bffc +libz.1.dylib ??? (???) <b137603b6672e715558e6403b48f02ad> /opt/local/lib/libz.1.dylib
  0x12f000 -   0x138ffc  libkxld.dylib ??? (???) <725cd6e644549962b0110493f4bb7c08> /usr/lib/system/libkxld.dylib
  0x18c000 -   0x2c7ffb +QtNetwork ??? (???) <ebe29b51ce953bd3def14036b3ad3cc6> /opt/local/libexec/qt4/Library/Frameworks/QtNetwork.framework/Versions/4/QtNetwork
  0x318000 -   0x5f1ffb +QtCore ??? (???) <85b67f1cb56f8395588c569072ed3639> /opt/local/libexec/qt4/Library/Frameworks/QtCore.framework/Versions/4/QtCore
  0x672000 -   0x776ffb +libMagickWand-6.Q16.7.dylib ??? (???) <d8bf1b9aac4bbc7dc9cfbe973e84564a> /opt/local/lib/libMagickWand-6.Q16.7.dylib
  0x78a000 -   0x7f4ffb  libstdc++.6.dylib ??? (???) <5824de0c43054a01c556e9ef288f33c7> /usr/lib/libstdc++.6.dylib
  0x83e000 -   0x864ffb +libpng16.16.dylib ??? (???) <a2f7c02d2c79ca1ce7e0d7bc13c14d1c> /opt/local/lib/libpng16.16.dylib
  0x86b000 -   0x86bffa  com.apple.CoreServices 41 (41) <97bf3903384c706ba0f7d19577f0ef8c> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
  0x881000 -   0x902fe7  libobjc.A.dylib ??? (???) <bb09ce82013fa9c4a4010c58fe6c1e10> /usr/lib/libobjc.A.dylib
  0x914000 -   0x915ff8  com.apple.ApplicationServices 36 (36) <8d5530987cce48c3375a350c7f134b9c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
  0x92b000 -   0x93efff  com.apple.LangAnalysis 1.6.5 (1.6.5) <e7713c1bde76548000a0a0e7b9f27324> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
  0x94b000 -   0x95effb  com.apple.speech.synthesis.framework 3.10.1 (3.10.1) <67907b42aecf8e5cef273ce5085f19b5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
  0x96d000 -   0x976fff  com.apple.DiskArbitration 2.2.1 (2.2.1) <daa422fc5a934366c8f0a12204b46cb1> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
  0x97f000 -   0x98dfff  libz.1.dylib ??? (???) <c296d00fd65aa7271f3d5592c25c0f96> /usr/lib/libz.1.dylib
  0xbac000 -  0x153dff3 +QtGui ??? (???) <750deb3e02a296cd8ddf45d016bbe90d> /opt/local/libexec/qt4/Library/Frameworks/QtGui.framework/Versions/4/QtGui
 0x1758000 -  0x196ffff +libMagickCore-6.Q16.7.dylib ??? (???) <3ded31198ad713568e2049ade7c3300a> /opt/local/lib/libMagickCore-6.Q16.7.dylib
 0x19f7000 -  0x1bc1fe7  libSystem.B.dylib ??? (???) <420b38fe0fa0944f6f5bc4840bf29a4e> /usr/lib/libSystem.B.dylib
 0x1c49000 -  0x1f37ff3  com.apple.QuartzCore 1.6.0 (184.0) <61638f8b16dace924c2738e8d4025e49> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
 0x201f000 -  0x2815ffc  com.apple.AppKit 6.6 (988.3) <41788f85dd3bb1a0c36efa11aea7d01a> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
 0x2d54000 -  0x2eacff7  com.apple.CoreFoundation 6.6 (511.1) <b82d52070a5949f92c5001e06d67044b> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
 0x2fb6000 -  0x320efff  com.apple.Foundation 6.6 (711.1) <42ee053ddba592040925af9eb9542462> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
 0x3358000 -  0x3586ff7  com.apple.security 6.0 (34772) <df4f0710dfee6e04e7fdba557064977b> /System/Library/Frameworks/Security.framework/Versions/A/Security
 0x369d000 -  0x3738fff  com.apple.ApplicationServices.ATS 4.0 (???) <4210dabffcc1cafdf05b6a22996a4eb6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
 0x375f000 -  0x3833ff7  com.apple.ColorSync 4.6.0 (4.6.0) <c4746bb1c5e21b1ff1ee9e23150dae91> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
 0x3872000 -  0x3ed9ff7  com.apple.CoreGraphics 1.507.2 (???) <dc83caa82d24f470958a99ca6e198a2f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
 0x3fa0000 -  0x4003fff  com.apple.CoreText 3.0.0 (???) <367767da30e7fda6ac4302fc54116f29> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
 0x403c000 -  0x4095fff  com.apple.HIServices 1.7.0 (???) <4e20ca5a0f021908e274610eab85af23> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
 0x40c1000 -  0x426cffb  com.apple.ImageIO.framework 3.0.0 (3.0.0) <840a13dc20c1c1a1ed50edef6d706239> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
 0x42d9000 -  0x4389ffb  com.apple.QD 3.18 (???) <f6b3db0d330e0268a24dc5e3fdb820a5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
 0x43b8000 -  0x46deff7  com.apple.CoreServices.CarbonCore 818 (818) <3e631022aef7f9d15373e1f56e74ff00> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
 0x4767000 -  0x4827ffb  com.apple.CFNetwork 417.1 (417.1) <911e0fa87591b77e8bb8ec4759941216> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
 0x488f000 -  0x48cffff  com.apple.Metadata 10.6.0 (429.1) <d8b50a8ca605800f8f36caf448daed42> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
 0x48e8000 -  0x49c0fff  com.apple.CoreServices.OSServices 310 (310) <633ea4081155a516c80bf948f004d235> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
 0x4a2b000 -  0x4aa8ffb  com.apple.SearchKit 1.3.0 (1.3.0) <4c7ffa79c1cd48d28eb165768fbfc2f4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
 0x4ae7000 -  0x4b1ffff  com.apple.AE 464 (464) <492b7cdb81e64fca5af300b0c231ebec> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
 0x4b37000 -  0x4bceff7  com.apple.LaunchServices 318.1 (318.1) <5ee43f629f636d1863e73dc312c736c2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
 0x4c14000 -  0x4c37fff  com.apple.DictionaryServices 1.0.0 (1.0.0) <f2f1f85469f3036ec9890bfa888edbe2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
 0x4c4d000 -  0x4ca3ff3  com.apple.framework.IOKit 1.5.1 (???) <21f9b751b7578a33306804af2c6ded8d> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
 0x4cbc000 -  0x4e45fff  libicucore.A.dylib ??? (???) <28f339176d9e26b663f19c1cad91784e> /usr/lib/libicucore.A.dylib
 0x4e95000 -  0x4ea7fff  libbsm.0.dylib ??? (???) <c43c47af4211639e8828d3e8ff93a019> /usr/lib/libbsm.0.dylib
 0x4ead000 -  0x4ebaffe  NetFS ??? (???) <5125b2c825637b243afa1ea942ba8220> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
 0x4ec1000 -  0x4ef4ff1  libauto.dylib ??? (???) <2848423526fb9c0f381c6ceacc4f2c27> /usr/lib/libauto.dylib
 0x4f00000 -  0x4fb1ff7  libsqlite3.0.dylib ??? (???) <cc6135a5433e43988bf825e149e47483> /usr/lib/libsqlite3.0.dylib
 0x4fbd000 -  0x4ff8fff  com.apple.SystemConfiguration 1.10 (1.10) <2daf422a1a7ca90ba32720000e56b3aa> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
 0x5014000 -  0x5040fff  libxslt.1.dylib ??? (???) <da4552da93bf856897f6b399bb10806d> /usr/lib/libxslt.1.dylib
 0x5049000 -  0x5164fff  libxml2.2.dylib ??? (???) <2bdb2ca8d4aabba550ba9f2111ebf46a> /usr/lib/libxml2.2.dylib
 0x5187000 -  0x51befff  libFontParser.dylib ??? (???) <e83c633b4e6ac7de6acfa5edbe925f7a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
 0x51ec000 -  0x52cfff3  libcrypto.0.9.8.dylib ??? (???) <90068ab1dc24a941bdd01726024c515d> /usr/lib/libcrypto.0.9.8.dylib
 0x5320000 -  0x533ffff  com.apple.vecLib 3.4.2 (vecLib 3.4.2) <9e27768a4224789f73942ddb2e03e729> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
 0x539c000 -  0x54bcffa  com.apple.vImage 4.0 (4.0) <40c9ff1a236e54afc0af0dbe01d59ae0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
 0x54cb000 -  0x54eafff  com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) <c56e0d707296e54bceac01b6944e99e3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
 0x5547000 -  0x55c1fff  libvMisc.dylib ??? (???) <2607b58a270aca106281054e078194d1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
 0x55cb000 -  0x5668fe3  libvDSP.dylib ??? (???) <18d61ac588914626b88c2c2babb2ac25> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
 0x5682000 -  0x5cefff7  libBLAS.dylib ??? (???) <b09754bb15f771807655be04f5200efd> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
 0x5d2d000 -  0x60c5ff7  libLAPACK.dylib ??? (???) <7f1ccd1f986607cb24ada410c3548482> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
 0x623e000 -  0x6282ff3  libTIFF.dylib ??? (???) <7b0f8b579d3fd66175f0e695370c2232> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
 0x628d000 -  0x6291ffc  libGIF.dylib ??? (???) <ebdc74ca8b923dc8281d8644db5bf855> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
 0x6296000 -  0x62b1fff  libPng.dylib ??? (???) <ce17de27142c8af8406c282b45de241a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
 0x62b8000 -  0x62bafff  libRadiance.dylib ??? (???) <8c97d9ae80dd2661573bb62db798e710> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
 0x62be000 -  0x62e0ff2  libJPEG.dylib ??? (???) <df09b8c643d8325deae52adf5818b338> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
 0x62e7000 -  0x6315fff  libcups.2.dylib ??? (???) <dfcb272c0281e5d2ec0f89f1f75f6d88> /usr/lib/libcups.2.dylib
 0x6320000 -  0x6340fff  libresolv.9.dylib ??? (???) <2b57f734cfd1eb7ebf2eb9a4bbbc5a23> /usr/lib/libresolv.9.dylib
 0x6349000 -  0x6362fff  com.apple.CoreVideo 1.5.0 (18.0) <5cf2b5140975287f2ec3a7feaf8683b0> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
 0x6376000 -  0x6385ffb  com.apple.opengl 1.6.2 (1.6.2) <7057304e586007ad73491c1f466cf20c> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
 0x638c000 -  0x63d1ffd  libGLImage.dylib ??? (???) <9d4b12b3ed2eaae2c34569be29e4b6d7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
 0x63d8000 -  0x63daffd  IOSurface ??? (???) <5433ef600fe03d1fce7564db343d71a7> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
 0x63e0000 -  0x6436ff7  libGLU.dylib ??? (???) <0d58cf5be12c0800774385b0dab6061a> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
 0x644a000 -  0x6472ffb  libGL.dylib ??? (???) <62c15417340866d11848068acfbceba9> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
 0x6481000 -  0x659ffff  libGLProgrammability.dylib ??? (???) <9773d0426f2831c71a8baafed455acf6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
 0x65c1000 -  0x65c3ff4  libCoreVMClient.dylib ??? (???) <b2ea0d8b9bf3ec7a35c64bb23091fb71> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
 0x65c7000 -  0x65d3ffb  com.apple.audio.SoundManager 3.9.3 (3.9.3) <3c277575e7182f3c3130f2f634eb9920> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
 0x65db000 -  0x65e2ffb  com.apple.CommonPanels 1.2.4 (90) <247a78c9697bb0952e13d93cdf8075fd> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
 0x65eb000 -  0x65eefff  com.apple.help 1.3 (38) <51844a2a550a3ca237eba9f71fcea97a> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
 0x65f3000 -  0x6938fe3  com.apple.HIToolbox 1.6.0 (???) <1a4693b0eff8ed8d6fe18c37f5440f61> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
 0x6aa3000 -  0x6b09fff  com.apple.htmlrendering 72 (1.1.4) <19253ea53b000a20db907e85a7e828c1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
 0x6b36000 -  0x6b4dffb  com.apple.ImageCapture 6.0 (6.0) <edce933d8c785d8ee3e95991b566cce4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
 0x6b67000 -  0x6c1afff  com.apple.ink.framework 102.0.0 (94) <3e33ec5816e209e893a1733af95da58a> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
 0x6c42000 -  0x6c87ffb  com.apple.NavigationServices 3.5.1 (178) <24c5c5db4d59f34d4f49bbd1bbcd5810> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
 0x6cb1000 -  0x6cccfff  com.apple.openscripting 1.3 (???) <c89980d6aa74f76f7ed65f021827d373> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
 0x6cdc000 -  0x6cdffff  com.apple.securityhi 4.0 (33640) <b90db4686164760a3ec642135e38447b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
 0x6ce5000 -  0x6cf0fff  com.apple.speech.recognition.framework 3.8.2 (3.8.2) <42de060582f36d5185c23e60beb8dab8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
 0x6cfa000 -  0x6d6ffff  com.apple.audio.CoreAudio 3.2.0 (3.2) <8476a77d790570f688f95d47f0d77fb7> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
 0x6dac000 -  0x6de0ffb  com.apple.coreui 0.2 (89) <be964ae9fad2620345b04aec50268e6e> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
 0x6dff000 -  0x6eb2fff  com.apple.DesktopServices 1.5.0 (1.5.0) <8fda370f06c5c6ddb4e054ccf5ccb815> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
 0x6f10000 -  0x7044ffb  com.apple.audio.toolbox.AudioToolbox 1.6 (1.6) <838258abe5efe516c46f29eaefb99b79> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
 0x70ab000 -  0x70acfff  com.apple.audio.units.AudioUnit 1.6 (1.6) <686082ea0ec42b7f009e99a571ceec81> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
 0x70b1000 -  0x71a0ffb  com.apple.CoreData 100.1 (205) <6712b8051aee2ff6ba2cf2cf025a7fab> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
 0x721d000 -  0x721effa  liblangid.dylib ??? (???) <01ec0f0bdf13f73d8e0334a2e39e75b4> /usr/lib/liblangid.dylib
 0x7222000 -  0x727affd +libssl.1.1.dylib ??? (???) <362512aa43d2ebb107ccbd954c5e4977> /opt/local/libexec/openssl11/lib/libssl.1.1.dylib
 0x7299000 -  0x7428fb5 +libcrypto.1.1.dylib ??? (???) <ec2c3f38ac16b63f8ae43d4381484068> /opt/local/libexec/openssl11/lib/libcrypto.1.1.dylib
 0x7492000 -  0x7498fff +libMacportsLegacySupport.dylib ??? (???) <bc0959a14f888c380f4c0d3c8b346c5b> /opt/local/lib/libMacportsLegacySupport.dylib
 0x749c000 -  0x74e2fff +liblcms2.2.dylib ??? (???) <a91197d01783f2dba6b465b1227eddc4> /opt/local/lib/liblcms2.2.dylib
 0x74f2000 -  0x7602fff +libxml2.2.dylib ??? (???) <369a434372732a2ca553602dded20172> /opt/local/lib/libxml2.2.dylib
 0x7629000 -  0x7662fff +libfontconfig.1.dylib ??? (???) <11e37ced4af26fd3aafb0a4d1c4cfbbc> /opt/local/lib/libfontconfig.1.dylib
 0x766c000 -  0x7702ffc +libfreetype.6.dylib ??? (???) <fb0d4dd6d5834105c5513e3752ba29c9> /opt/local/lib/libfreetype.6.dylib
 0x771a000 -  0x7727fff +libXext.6.dylib ??? (???) <61bd4715fd902b83b34a7461159cabad> /opt/local/lib/libXext.6.dylib
 0x772c000 -  0x776effc +libXt.6.dylib ??? (???) <0fa582f59701522bf7cba81f6ff3369c> /opt/local/lib/libXt.6.dylib
 0x777e000 -  0x778cff5 +libbz2.1.0.dylib ??? (???) <561eabf373907c3899487650867150dc> /opt/local/lib/libbz2.1.0.dylib
 0x7790000 -  0x7796ffd +libltdl.7.dylib ??? (???) <f4feb81f25254641c2ddf1138d4c85ec> /opt/local/lib/libltdl.7.dylib
 0x779a000 -  0x77a0fff +libSM.6.dylib ??? (???) <042c8e569df9dba62e4ae9a4690c7f82> /opt/local/lib/libSM.6.dylib
 0x77a3000 -  0x77b3fff +libICE.6.dylib ??? (???) <c40587ba73f1bc6f598f5bc8a8e3397d> /opt/local/lib/libICE.6.dylib
 0x77ba000 -  0x78b8ff8 +libX11.6.dylib ??? (???) <6d0bfa99feb5ee74376aad152c7a5302> /opt/local/lib/libX11.6.dylib
 0x78d2000 -  0x78f8ffc +liblzma.5.dylib ??? (???) <03bc800fb47b9ef63899316e0156af75> /opt/local/lib/liblzma.5.dylib
 0x78fe000 -  0x7abcffb +libicui18n.74.dylib ??? (???) <cb340e3dec04d832ed5e4fb8d09b3fa7> /opt/local/lib/libicui18n.74.dylib
 0x7bb0000 -  0x7d00fff +libicuuc.74.dylib ??? (???) <13fd9d08463db337089d7c3b8b4fdd36> /opt/local/lib/libicuuc.74.dylib
 0x7d6b000 -  0x9ac7fff +libicudata.74.dylib ??? (???) <a11a64364b5f0f9fcaf3c4e3b2e68d73> /opt/local/lib/libicudata.74.dylib
 0x9aca000 -  0x9bcffff +libiconv.2.dylib ??? (???) <71dfab8f77eb71baebdb38550a0ed408> /opt/local/lib/libiconv.2.dylib
 0x9bde000 -  0x9d41ff7 +libstdc++.6.dylib ??? (???) <3a4efbed3b849664143b9e33bee2241d> /opt/local/lib/libgcc/libstdc++.6.dylib
 0x9dbf000 -  0x9dc4ff7 +libgcc_s.1.1.dylib ??? (???) <b36c8098c2a67cbb79125bf74a4ede7e> /opt/local/lib/libgcc/libgcc_s.1.1.dylib
 0x9dc7000 -  0x9df2fff +libexpat.1.dylib ??? (???) <0281bd0cefe7d466bcad7a1747954d9a> /opt/local/lib/libexpat.1.dylib
 0x9df9000 -  0x9e12fff +libintl.8.dylib ??? (???) <e614775697f80c705e9a5000be1a088a> /opt/local/lib/libintl.8.dylib
 0x9e18000 -  0x9e22ffd +libbrotlidec.1.dylib ??? (???) <350864381634db57ed9d40c9e548cc06> /opt/local/lib/libbrotlidec.1.dylib
 0x9e27000 -  0x9e47ffc +libbrotlicommon.1.dylib ??? (???) <d5076dab1539c0693bb4eb3ed7c1008d> /opt/local/lib/libbrotlicommon.1.dylib
 0x9e4b000 -  0x9e60ffe +libxcb.1.dylib ??? (???) <c9cfffe71e61cc106c75aaddb18a6327> /opt/local/lib/libxcb.1.dylib
 0x9e6c000 -  0x9e6dffc +libXau.6.dylib ??? (???) <e68c7e2d4490bcf51a71d84e19814e24> /opt/local/lib/libXau.6.dylib
 0x9e70000 -  0x9e73fff +libXdmcp.6.dylib ??? (???) <6a871e87ffc66f5dabe23e43c35d6325> /opt/local/lib/libXdmcp.6.dylib
 0x9eb3000 -  0x9eb4ffc  dns.so ??? (???) <d61372b816f011ea19a6b524c61f14a7> /usr/lib/info/dns.so
 0x9ebc000 -  0x9ec9fff  libCSync.A.dylib ??? (???) <db4005ec21d7c938ca16718df2083ecb> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
 0xa800000 -  0xa8f5fff  libiconv.dylib ??? (???) <a4f8e1fd3e09d840e04e9d9632883c3c> /usr/lib/libiconv.dylib
 0xb641000 -  0xb67cfff  libRIP.A.dylib ??? (???) <7a3d9d99ca9306cad3ad13898f4b6fff> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
 0xdbc4000 -  0xdbd7ffd  libTraditionalChineseConverter.dylib ??? (???) <1921911b5221870408df70e5a4fb0f54> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
 0xdbdb000 -  0xdbeafff  libSimplifiedChineseConverter.dylib ??? (???) <647e845f3d0b7c66139305df093cb8f8> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
 0xdd95000 -  0xdd9dfff  libCGATS.A.dylib ??? (???) <36c52775fc81014246e155e4d5d8a092> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
 0xdf53000 -  0xdf85fff  libTrueTypeScaler.dylib ??? (???) <d574414767e9ce7524029fb1ce9091c3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
 0xe100000 -  0xe2e3fff  libType1Scaler.dylib ??? (???) <96283c19a7166c699a257fc8365b0045> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libType1Scaler.dylib
 0xe545000 -  0xe54bffb +libqgif.dylib ??? (???) <e337a911981613dfe0c8f9fff10ed5e0> /opt/local/libexec/qt4/share/plugins/imageformats/libqgif.dylib
 0xe54f000 -  0xe555ff3 +libqico.dylib ??? (???) <2f49a49ee539468c4a5a100bbe6bfecd> /opt/local/libexec/qt4/share/plugins/imageformats/libqico.dylib
 0xe55a000 -  0xe560fff +libqjpeg.dylib ??? (???) <7dfb32f8f1dd3f65b43bfc32704b4b29> /opt/local/libexec/qt4/share/plugins/imageformats/libqjpeg.dylib
 0xe565000 -  0xe5d7fff +libjpeg.8.dylib ??? (???) <8b252b645e0d26f2c436404bdb8af4af> /opt/local/lib/libjpeg.8.dylib
 0xe5e1000 -  0xe5e6fff +libqmng.dylib ??? (???) <529060bba63f9cf6875ec819b8deb9a2> /opt/local/libexec/qt4/share/plugins/imageformats/libqmng.dylib
 0xe5eb000 -  0xe5f0ff3 +libqsvg.dylib ??? (???) <2489beb0b4ebcd1886bbdb9e23d7b3a2> /opt/local/libexec/qt4/share/plugins/imageformats/libqsvg.dylib
 0xe5f4000 -  0xe5f8ff7 +libqtga.dylib ??? (???) <0c30826e12ca6a51b2ad0d48da1fc179> /opt/local/libexec/qt4/share/plugins/imageformats/libqtga.dylib
 0xe700000 -  0xe74cfff +libmng.2.dylib ??? (???) <5c3a3f25e3faaf25163bbd8c368cf908> /opt/local/lib/libmng.2.dylib
 0xe75b000 -  0xe7aaff3 +QtSvg ??? (???) <e31ca174f9036822c3c729a3f3f00af3> /opt/local/libexec/qt4/Library/Frameworks/QtSvg.framework/Versions/4/QtSvg
 0xe7c3000 -  0xe822ff3 +QtXml ??? (???) <529b5261add4ba5b830470c12670d919> /opt/local/libexec/qt4/Library/Frameworks/QtXml.framework/Versions/4/QtXml
 0xe83f000 -  0xe845ff7 +libqtiff.dylib ??? (???) <f29ea764e4febc3a7b852e1e70bf6440> /opt/local/libexec/qt4/share/plugins/imageformats/libqtiff.dylib
 0xe84a000 -  0xe8b8ffb +libtiff.6.dylib ??? (???) <1b19caa843c9cdbd24b3291bc7ecc2e0> /opt/local/lib/libtiff.6.dylib
 0xe8c7000 -  0xe956ffb +libzstd.1.dylib ??? (???) <bb932d99a956d55e10b1189f300229d6> /opt/local/lib/libzstd.1.dylib
 0xe962000 -  0xe98cffb +libLerc.4.dylib ??? (???) <f223c9561fbccc5efad3e57d9b1f7075> /opt/local/lib/libLerc.4.dylib
 0xe998000 -  0xe9a2fff +libdeflate.0.dylib ??? (???) <a29d5ec592fb3cb6e64ccce96b170f3d> /opt/local/lib/libdeflate.0.dylib
 0xea0f000 -  0xea1afff +libqgenericbearer.dylib ??? (???) <581e8d363c83f7077fe4b980d9383409> /opt/local/libexec/qt4/share/plugins/bearer/libqgenericbearer.dylib
 0xea94000 -  0xea98fff  libGFXShared.dylib ??? (???) <a8dd0ea385b39db8f35227fb86f1c8a2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
 0xeaaa000 -  0xeab1fff +dng.so ??? (???) <66cca604af8b7cb873abd5a34990913c> /opt/local/lib/ImageMagick-6.9.13/modules-Q16/coders/dng.so
 0xeac1000 -  0xeadfff2  GLRendererFloat ??? (???) <8eef97e0dabd3642a4d5fc126f8a6217> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat
 0xee07000 -  0xee0fffb  com.apple.HelpData 2.0.1 (22) <a3e8599ac3f97728703939301c62f54b> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
 0xee4a000 -  0xee71fff +png.so ??? (???) <16c6ca86f2b0410bb57338dbe1288f41> /opt/local/lib/ImageMagick-6.9.13/modules-Q16/coders/png.so
0x11c00000 - 0x11d96ff1  GLEngine ??? (???) <ec5cc6265fa0e42428f90256b7ff2fe8> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
0x11dc8000 - 0x11f4dfff  com.apple.GeForceFXGLDriver 1.6.0 (6.0.0) <34eda843437877d280b73fcfb3ef195c> /System/Library/Extensions/GeForceFXGLDriver.bundle/Contents/MacOS/GeForceFXGLDriver
0x13184000 - 0x131afffb  com.apple.shortcut 1.1 (1.1) <1e8d51588735c4763373226bfa1cf4f5> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x13a46000 - 0x13a85ff3  libtidy.A.dylib ??? (???) <e0dd186ad981bb65cbc4f44f686dd59d> /usr/lib/libtidy.A.dylib
0x13cd5000 - 0x13cdbfff  libCGXCoreImage.A.dylib ??? (???) <fcd92ef3f524fae590b6621adc7c9456> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
0x13d47000 - 0x13d47fff  com.apple.Cocoa 6.6 (???) <3d310c77126add0d1a36ed96b5790648> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x13d4b000 - 0x13d4bfff  com.apple.quartzframework 1.5 (1.5) <bd2db0c5e137f684120dd8b87b788c65> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x13fa3000 - 0x13fe1fff  com.apple.CoreMedia 0.484.2 (484.2) <7f4e63a5cfeaa09a9f5cb0f36e0d86f4> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
0x13ff9000 - 0x13ffaffc  com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <a6eca1ed8f865fa30b1dfb3b71d3a644> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
0x14782000 - 0x147bcfff  com.apple.CoreMediaIOServices 1.0 (1.0) <7cd0ec5a80603db5d48e78aa4f4041e1> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/CoreMediaIOServices
0x147d8000 - 0x147deffb  com.apple.DisplayServicesFW 2.1 (2.1) <65aa8733d8c2814a38b3270bae2228f5> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x16001000 - 0x1606dffb  com.apple.iLifeMediaBrowser 2.1.5 (368) <b0b43e4537e6fc11faf3eaab3a821112> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeMediaBrowser
0x160b7000 - 0x160daffb  com.apple.AppleVAFramework 4.5.4 (4.5.4) <2f5936f7e2dbcf45ce386634e4bad63e> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x160e0000 - 0x160efffc  com.apple.DSObjCWrappers.Framework 1.2.1 (1.2.1) <d01d58281795201550a2f87a6d9418bc> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers
0x16200000 - 0x16537fff  com.apple.QuickTime 7.7 (1680.28) <65ceb1f7d99bc1a7873257d36b092aa3> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x16639000 - 0x166a3fff  com.apple.PDFKit 2.1 (2.1) <5acea4e6070a56740a2b07633fc7866c> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x166e5000 - 0x16727fff  com.apple.quartzfilters 1.6.0 (1.6.0) <f6cf2dbcdf596954121314adcb94f43f> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x1674c000 - 0x167a8fff  com.apple.QuickLookUIFramework 2.0 (244.0) <5804510cda31797f77589c7a403cbe57> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x17000000 - 0x17145fff  com.apple.QTKit 7.7 (1680.28) <82f2e52d651c3ac3acb1136ea42a36d1> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x1722c000 - 0x1739bffb  com.apple.imageKit 1.0.2 (1.0) <1655c7e11b843aacfaa0687bd05f6aba> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x1748b000 - 0x175f6ffb  com.apple.MediaToolbox 0.484.2 (484.2) <d6f38672c014b3e26eedb9f507c7d28f> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x17668000 - 0x1786bfff  com.apple.VideoToolbox 0.484.2 (484.2) <88269569e6ac33cde858d819beea9b52> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x178be000 - 0x17a84ff7  com.apple.QuartzComposer 2.1 (129) <d527b912b3960692eb8d5e45ff76b88a> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x17b90000 - 0x17d80ff3  com.apple.JavaScriptCore 5534 (5534.49) <85d598f60ce2169c99f4aab053b8f0c0> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x17de0000 - 0x17e02fff  com.apple.MeshKit 1.0 (11.0) <08c56a72468b618963453df7d9f7eb17> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
0x17e1c000 - 0x17e63ffb  com.apple.MeshKitRuntime 1.0 (11.0) <f4bf2e822cd0d806ab8b95c1af3b6ea2> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshKitRuntime.framework/Versions/A/MeshKitRuntime
0x17e87000 - 0x17f78fff  com.apple.MeshKitIO 1.0 (11.0) <1dff99ce1da18809c7a17f5f6f7ee77c> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshKitIO.framework/Versions/A/MeshKitIO
0x17ff4000 - 0x18048fff  com.apple.datadetectorscore 2.0 (71.0) <e41afb3c331be5ad3a136e7daa6ec7e1> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x18077000 - 0x180c0fff  com.apple.com.CorePDF 1.0 (1.0) <65b62644243477cc0a58e82028fbf7f5> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x180e8000 - 0x18119ffb  com.apple.QuickLookFramework 2.0 (244.0) <b6375204f921ff709a2f354a98b42751> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x18134000 - 0x1815bffb  com.apple.ImageCaptureCore 1.0 (1.0) <ec718e8430bf54185755108fea7bf5e0> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
0x1817d000 - 0x18199fff  com.apple.DirectoryService.Framework 3.6 (547.1) <e1f912381df39636ee08a9d70e411226> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x1839e000 - 0x183d8fff +libjasper.7.dylib ??? (???) <93d09030ca4d287474044e8713e7e22f> /opt/local/lib/libjasper.7.dylib
0x1883e000 - 0x188d5fff +libraw_r.23.dylib ??? (???) <bdf44feb4e9f241b7f671d7def189cc3> /opt/local/lib/libraw_r.23.dylib
0x20000000 - 0x2009efff  edu.mit.Kerberos 6.5.3 (6.5.3) <af8fd279b2ec6f91e99e82352f2541c9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x64b00000 - 0x64b07fff  com.apple.print.framework.Print 6.0 (230) <f116d72ba9b2107cf79942409f8863d9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x8fe00000 - 0x8fe31143  dyld 113.0 (???) <ee555e655e1cf66cac80728801add419> /usr/lib/dyld
0xba900000 - 0xba917ffe  libJapaneseConverter.dylib ??? (???) <04463c179bed4f20288aa9eb5235234d> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
0xbab00000 - 0xbab21fff  libKoreanConverter.dylib ??? (???) <713b78b8d11abd81caf9c51683279237> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
0xfa100000 - 0xfa189ffb  com.apple.print.framework.PrintCore 6.0 (276) <049c93926212fa9408e9e56186970e4b> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0xffff8000 - 0xffff9703  libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib
barracuda156 commented 4 months ago

@Faster3ck I think, of the above the important point is about format choices for conversion; if crashes look obscure, we can perhaps live with some instability of the app.

Faster3ck commented 4 months ago

Unfortunately, the version of the program you are trying to use is extremely old, and over the years I have introduced a number of new features and bugfixes.

The first fully functional version on macOS was a year ago (0.10.0.0) and I had to make several code changes to get it to work on this operating system.

The fact that you can't get the list of readable/writable formats may be due to that at that time the program was only compatible with linux and windows.

Try changing the function void Formats::loadFormats() to src/formats.cpp by substituting Q_OS_DARWIN (or similar, you may need to check the documentation) in place of Q_OS_LINUX.

I don't know if this modification would work because, unfortunately, this is a primordial version of the program missing a number of developments and improvements that I have made over the past 2 years!

barracuda156 commented 4 months ago

@Faster3ck Thank you, I will try that. (And pointless do debug crashes if we know that macOS was not properly supported then.)

By the way, later versions are completely incompatible with Qt4? In some instances it could be a matter of a few headers and minor syntax.

barracuda156 commented 4 months ago

@Faster3ck And, it worked!  Now the app is properly functional:

converseen

Last thing about 0.9.2, could we do something about About window? I will show how it opens now.

barracuda156 commented 4 months ago

image

This is how About opens ))

Faster3ck commented 4 months ago

@Faster3ck And, it worked!  Now the app is properly functional:

Last thing about 0.9.2, could we do something about About window? I will show how it opens now.

Great, I'm glad the modification worked.

Regarding the information dialog, I think you need to change some settings using Qt Designer.

As for a possible porting of the current version of Converseen, I think it is not impossible, even though I don't remember exactly how Qt4 worked after all these years. It might be enough to simply replace the parts that are not compatible with Qt4 by exploiting compilation errors and checking the documentation (or delete the parts of the code that are not vital).

You can find the changes that have been made since the transition from Qt4 to Qt5 here: https://github.com/Faster3ck/Converseen/compare/v0.9.2...v0.9.5

barracuda156 commented 4 months ago

Thank you! I close this issue as resolved, since Qt4-based version works now.

Faster3ck commented 4 months ago

Perfect, I'm glad it worked! :)

barracuda156 commented 4 months ago

Update merged to MacPorts: https://github.com/macports/macports-ports/commit/d0428bfa58e509f40f5c5db50daac3c80b2e0e16