Skip to content

Instantly share code, notes, and snippets.

@jashwanth9
Created June 19, 2012 17:20
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 jashwanth9/2955387 to your computer and use it in GitHub Desktop.
Save jashwanth9/2955387 to your computer and use it in GitHub Desktop.
GNU gdb (Ubuntu/Linaro 7.3-0ubuntu2) 7.3-2011.08
Copyright (C) 2011 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "i686-linux-gnu".
For bug reporting instructions, please see:
<http://bugs.launchpad.net/gdb-linaro/>...
Reading symbols from /home/jashwanth/parrot/bin/winxed...done.
(gdb) start
Temporary breakpoint 1 at 0x8048c81
Starting program: /home/jashwanth/parrot/bin/winxed inverse.winxed
[Thread debugging using libthread_db enabled]
Temporary breakpoint 1, 0x08048c81 in main ()
(gdb) c
Continuing.
WARNING: class NumMatrix2D not found at compile time near 'NumMatrix2D' at inverse.winxed line 11
WARNING: class NumMatrix2D not found at compile time near 'NumMatrix2D' at inverse.winxed line 22
WARNING: class NumMatrix2D not found at compile time near 'NumMatrix2D' at inverse.winxed line 30
In Winxed Main!
Matrix A:
1 2 3
4 5 6
7 8 9
1
Program received signal SIGSEGV, Segmentation fault.
0xb6ac6d70 in ATL_dswap_xp0yp0aXbX () from /usr/lib/libblas.so.3gf
(gdb) bt
#0 0xb6ac6d70 in ATL_dswap_xp0yp0aXbX () from /usr/lib/libblas.so.3gf
#1 0xb6ac6c93 in ATL_dswap () from /usr/lib/libblas.so.3gf
#2 0xb6c8d482 in cblas_dswap () from /usr/lib/liblapack.so
#3 0xb6c6eeaa in ATL_dgetriC () from /usr/lib/liblapack.so
#4 0xb6c6eaa0 in ATL_dgetri () from /usr/lib/liblapack.so
#5 0xb6c728c1 in atl_f77wrap_dgetri_ () from /usr/lib/liblapack.so
#6 0xb6eb8998 in dgetri_ () from /usr/lib/liblapack.so
#7 0xb7a1835a in ffi_call_SYSV () from /usr/lib/i386-linux-gnu/libffi.so.6
#8 0xb7a1808f in ffi_call () from /usr/lib/i386-linux-gnu/libffi.so.6
#9 0xb7d3ede6 in call_ffi_thunk (interp=0x8055028, nci_pmc=0x8cfa194, self=0x8cfa3b0)
at src/nci/libffi.c:645
#10 0xb7da1c5a in Parrot_NCI_invoke (interp=0x8055028, _self=0x8cfa194, next=0x8d011a8)
at src/pmc/nci.c:215
#11 0xb7cbd411 in Parrot_invokecc_p (cur_opcode=0x8d011a0, interp=0x8055028) at src/ops/core_ops.c:13698
#12 0xb7d5a867 in runops_fast_core (interp=0x8055028, runcore_unused=0x80e6678, pc=0x8d011a0)
at src/runcore/cores.c:499
#13 0xb7d59da9 in runops_int (interp=0x8055028, offset=1238) at src/runcore/main.c:220
#14 0xb7d31530 in runops (interp=0x8055028, offs=1238) at src/call/ops.c:126
#15 0xb7d2abcc in Parrot_pcc_invoke_from_sig_object (interp=0x8055028, sub_obj=0x8103d90,
call_object=0x8103df4) at src/call/pcc.c:338
#16 0xb7d10735 in Parrot_ext_call (interp=0x8055028, sub_pmc=0x8103d90, signature=0xb7f0d785 "P->")
at src/extend.c:175
#17 0xb7e5b571 in Parrot_Task_invoke (interp=0x8055028, _self=0x810314c, next=0x0) at src/pmc/task.c:166
#18 0xb7d2ab7a in Parrot_pcc_invoke_from_sig_object (interp=0x8055028, sub_obj=0x810314c,
call_object=0x8103da4) at src/call/pcc.c:330
#19 0xb7d10735 in Parrot_ext_call (interp=0x8055028, sub_pmc=0x810314c, signature=0xb7ebe339 "->")
at src/extend.c:175
#20 0xb7d60ca0 in Parrot_cx_next_task (interp=0x8055028, scheduler=0x80e77f4) at src/scheduler.c:218
#21 0xb7d60a3e in Parrot_cx_outer_runloop (interp=0x8055028) at src/scheduler.c:147
#22 0xb7d60966 in Parrot_cx_begin_execution (interp=0x8055028, main=0x80f41ec, argv=0x80e7b50)
at src/scheduler.c:111
#23 0xb7d6e4c5 in Parrot_pf_execute_bytecode_program (interp=0x8055028, pbc=0x80f4278, args=0x80e7b50)
at src/packfile/api.c:2677
#24 0xb7d0a180 in Parrot_api_run_bytecode (interp_pmc=0x80e23c8, pbc=0x80f4278, args=0x80e7b50)
at src/embed/bytecode.c:161
#25 0x08048e5e in main ()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment