Skip to content

Instantly share code, notes, and snippets.

@samm-git
Created November 30, 2018 17:53
Show Gist options
  • Save samm-git/febebef7c978647584029ade49dfdc04 to your computer and use it in GitHub Desktop.
Save samm-git/febebef7c978647584029ade49dfdc04 to your computer and use it in GitHub Desktop.
```
GNU Image Manipulation Program version 2.10.8
git-describe: GIMP_2_10_6-294-ga967e8d2c2
C compiler:
Configured with: --prefix=/Applications/Xcode-10.app/Contents/Developer/usr --with-gxx-include-dir=/Library/Developer/CommandLineTools/SDKs/MacOSX10.9.sdk/usr/include/c++/4.2.1
Apple LLVM version 10.0.0 (clang-1000.11.45.2)
Target: x86_64-apple-darwin17.7.0
Thread model: posix
InstalledDir: /Applications/Xcode-10.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
using GEGL version 0.4.12 (compiled against version 0.4.12)
using GLib version 2.58.1 (compiled against version 2.58.1)
using GdkPixbuf version 2.36.12 (compiled against version 2.36.12)
using GTK+ version 2.24.32 (compiled against version 2.24.32)
using Pango version 1.42.4 (compiled against version 1.42.4)
using Fontconfig version 2.13.0 (compiled against version 2.13.0)
using Cairo version 1.16.0 (compiled against version 1.16.0)
```
> fatal error: Segmentation fault: 11
Stack trace:
```
0 libgimpbase-2.0.0.dylib 0x0000000103618d85 gimp_stack_trace_print + 1509
1 gimp-bin 0x00000001028a7706 gimp_eek + 374
2 gimp-bin 0x00000001028a758b gimp_fatal_error + 27
3 gimp-bin 0x00000001028a824d gimp_sigfatal_handler + 45
4 libsystem_platform.dylib 0x00007fff69466b3d _sigtramp + 29
5 ??? 0x00007ffeed3637d0 0x0 + 140732878174160
6 CoreFoundation 0x00007fff3c0a0da2 __CFRunLoopServiceMachPort + 337
7 CoreFoundation 0x00007fff3c0a02f1 __CFRunLoopRun + 1654
8 CoreFoundation 0x00007fff3c09fa28 CFRunLoopRunSpecific + 463
9 HIToolbox 0x00007fff3b338b35 RunCurrentEventLoopInMode + 293
10 HIToolbox 0x00007fff3b33886b ReceiveNextEventCommon + 618
11 HIToolbox 0x00007fff3b3385e8 _BlockUntilNextEventMatchingListInModeWithFilter + 64
12 AppKit 0x00007fff395f4eb7 _DPSNextEvent + 997
13 AppKit 0x00007fff395f3c56 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1362
14 libgdk-quartz-2.0.0.dylib 0x00000001034ef2cc poll_func + 172
15 libglib-2.0.0.dylib 0x0000000103f0cf66 g_main_context_iterate + 422
16 libglib-2.0.0.dylib 0x0000000103f0d2ef g_main_loop_run + 191
17 gimp-bin 0x00000001028a6d40 app_run + 1072
18 gimp-bin 0x00000001028a993d main + 989
19 libdyld.dylib 0x00007fff6927d08d start + 1
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment