-
-
Notifications
You must be signed in to change notification settings - Fork 488
Closed
Description
Expected Result
What did you expect to happen?
The application would not error on missing this symbol
Actual Result
What did happen?
Inkscape 0.92.2 (an Intel Darwin X11 app) has this in its logs before a coredump:
dyld: lazy symbol binding failed: Symbol not found: _CreateNibReference
Referenced from: /Applications/Inkscape.app/Contents/MacOS/Inkscape
Expected in: /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
dyld: Symbol not found: _CreateNibReference
Referenced from: /Applications/Inkscape.app/Contents/MacOS/Inkscape
Expected in: /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
abort_with_payload: reason: Symbol not found: _CreateNibReference
Referenced from: /Applications/Inkscape.app/Contents/MacOS/Inkscape
Expected in: /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
; code: 4
Abort trap: 6 (core dumped)
This is in the Inkscape source here
- next frame up here
Steps To Reproduce
If possible, what steps can you take to reproduce the issue?
- Get
Inkscape-0.92.2-1-x11-10.7-x86_64.dmgfrom the official release here. Be advised that this version is not the latest version of Inkscape, and is outdated. I'm using it for testing purposes only (and because it's FOSS). - Install the dmg in the usual fashion
- Run this:
/Applications/Inkscape.app/Contents/MacOS/Inkscape
System Information
What system are you using?
| Software | Version |
|---|---|
| Linux Kernel | 6.12.23-1-lts |
| Darling | fd4ba40 |
This is a follow-up to #1577
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels