Skip to content

Instantly share code, notes, and snippets.

@davelab6
Created March 12, 2013 19:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davelab6/761a32eb86beda9d6135 to your computer and use it in GitHub Desktop.
Save davelab6/761a32eb86beda9d6135 to your computer and use it in GitHub Desktop.
Get Info crash - http://youtu.be/FD3_nAYiFQI
Script started on Tue Mar 12 15:25:51 2013
(lldb) error: Aborting reading of commands after command #5: 'run' continued the target.
Executing commands in '/Applications/FontForge.app/Contents/MacOS/debug-script'.
(lldb) version
LLDB-179.1
(lldb) settings set frame-format "frame #${frame.index}: ${frame.pc}{ ${module.file.basename}`${function.name-with-args}{${function.pc-offset}}}{ at ${line.file.basename}:${line.number}}\n"
(lldb) target create /Applications/FontForge.app/Contents/Resources/opt/local/bin/fontforge
Current executable set to '/Applications/FontForge.app/Contents/Resources/opt/local/bin/fontforge' (x86_64).
(lldb) target select 0
Current targets:
* target #0: /Applications/FontForge.app/Contents/Resources/opt/local/bin/fontforge ( arch=x86_64-apple-macosx, platform=localhost )
(lldb) run
Process 74946 launched: '/Applications/FontForge.app/Contents/Resources/opt/local/bin/fontforge' (x86_64)
Copyright (c) 2000-2012 by George Williams. See AUTHORS for contributors.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
with many parts BSD <http://fontforge.org/license.html>. Please read LICENSE.
Executable based on sources from 17:35 EST 12-Mar-2013-ML-NoPython-D.
Library based on sources from 17:35 EST 12-Mar-2013.
Based on source from git with hash:4b5e2a9ad3108221fffa8dcd5415b1690719c22f
Recovering from /Users/dcrossland/.FontForge/autosave/auto012231-1.asfd... Done
Recovering from /Users/dcrossland/.FontForge/autosave/auto012231-2.asfd... Done
collabclient_sniffForLocalServer_timer() p:pong
******* have local server!
X Error of failed request: BadAlloc (insufficient resources for operation)
Major opcode of failed request: 53.0 (X_CreatePixmap)
Serial number of failed request: 132451
Failed resource ID: 141
Process 74946 stopped
* thread #1: tid = 0x1c03, 0x00007fff8cc59d46 libsystem_kernel.dylib`__kill + 10, stop reason = signal SIGABRT
"frame #0: 0x00007fff8cc59d46 libsystem_kernel.dylib`__kill + 10
"libsystem_kernel.dylib`__kill + 10:
-> 0x7fff8cc59d46: jae 0x7fff8cc59d4d ; __kill + 17
0x7fff8cc59d48: jmpq 0x7fff8cc5b4d4 ; cerror_nocancel
0x7fff8cc59d4d: ret
0x7fff8cc59d4e: nop
(lldb) bt
* thread #1: tid = 0x1c03, 0x00007fff8cc59d46 libsystem_kernel.dylib`__kill + 10, stop reason = signal SIGABRT
"frame #0: 0x00007fff8cc59d46 libsystem_kernel.dylib`__kill + 10
" "frame #1: 0x00000001006fe0f5 libgdraw-2.0.0_beta1.dylib`myerrorhandler + 197
" "frame #2: 0x0000000101597c21 libX11.6.dylib`_XError + 369
" "frame #3: 0x00000001015949bf libX11.6.dylib`handle_response + 175
" "frame #4: 0x000000010159445d libX11.6.dylib`_XEventsQueued + 93
" "frame #5: 0x0000000101595e4e libX11.6.dylib`_XGetRequest + 46
" "frame #6: 0x0000000101574f09 libX11.6.dylib`_XFlushGCCache + 41
" "frame #7: 0x0000000101575c04 libX11.6.dylib`XDrawArc + 68
" "frame #8: 0x0000000100700808 libgdraw-2.0.0_beta1.dylib`GXDrawDrawArc + 120
" "frame #9: 0x00000001006ae13d libgdraw-2.0.0_beta1.dylib`DrawRoundRects + 221
" "frame #10: 0x00000001006ab5e0 libgdraw-2.0.0_beta1.dylib`GBoxDrawBorder + 2864
" "frame #11: 0x00000001006f2904 libgdraw-2.0.0_beta1.dylib`gtextfield_expose + 164
" "frame #12: 0x00000001006bb786 libgdraw-2.0.0_beta1.dylib`_GWidget_Container_eh + 326
" "frame #13: 0x0000000100701eee libgdraw-2.0.0_beta1.dylib`GXDrawRequestExpose + 382
" "frame #14: 0x00000001006f1408 libgdraw-2.0.0_beta1.dylib`sendtoparent_eh + 56
" "frame #15: 0x00000001006bbd8e libgdraw-2.0.0_beta1.dylib`_GWidget_Container_eh + 1870
" "frame #16: 0x0000000100704c6d libgdraw-2.0.0_beta1.dylib`dispatchEvent + 5789
" "frame #17: 0x0000000100702235 libgdraw-2.0.0_beta1.dylib`GXDrawEventLoop + 85
" "frame #18: 0x000000010016ec5d libfontforgeexe-2.0.0_beta1.dylib`fontforge_main + 285
" "frame #19: 0x000000010000ef24 fontforge`start + 52
"(lldb) exit
Script done on Tue Mar 12 15:26:12 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment