Skip to content

Instantly share code, notes, and snippets.

@sorear
Created September 16, 2012 23:36
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 sorear/123d73d33c08adbb5081 to your computer and use it in GitHub Desktop.
Save sorear/123d73d33c08adbb5081 to your computer and use it in GitHub Desktop.
parrot gdb failure
Stefans-MacBook-Air:parrot sorear$ gdb --args ./parrot t/pmc/task.t
GNU gdb 6.3.50-20050815 (Apple version gdb-1752) (Sat Jan 28 03:02:46 UTC 2012)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "x86_64-apple-darwin"...
warning: Unable to read symbols for /usr/local/lib/libparrot.dylib (file not found).
warning: Unable to read symbols from "libparrot.dylib" (not yet mapped into memory).
Reading symbols for shared libraries ..... done
(gdb) b Parrot_thread_init_threads_array
Function "Parrot_thread_init_threads_array" not defined.
Make breakpoint pending on future shared library load? (y or [n]) y
Breakpoint 1 (Parrot_thread_init_threads_array) pending.
(gdb) run
Starting program: /Users/sorear/dl/parrot/parrot t/pmc/task.t
dyld: Library not loaded: /usr/local/lib/libparrot.dylib
Referenced from: /Users/sorear/dl/parrot/parrot
Reason: image not found
Program received signal SIGTRAP, Trace/breakpoint trap.
0x00007fff5fc0106d in __dyld_dyld_fatal_error ()
(gdb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment