Skip to content

Instantly share code, notes, and snippets.

@rdp
Created April 28, 2011 00:31
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 rdp/f3ad8f88db22c083adab to your computer and use it in GitHub Desktop.
Save rdp/f3ad8f88db22c083adab to your computer and use it in GitHub Desktop.
$ sudo port install wine
(gdb) r /opt/local/bin/port install wine
Starting program: /usr/bin/tclsh /opt/local/bin/port install wine
Reading symbols for shared libraries .+++..... done
Reading symbols for shared libraries .. done
Reading symbols for shared libraries ............. done
Reading symbols for shared libraries . done
Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_INVALID_ADDRESS at address: 0x0000000000000000
0x0000000000000000 in ?? ()
(gdb) bt
#0 0x0000000000000000 in ?? ()
#1 0x00000001001f3dbe in reg_all_entries ()
#2 0x00000001001f3fb0 in reg_entry_installed ()
#3 0x00000001001f1a12 in entry_installed ()
#4 0x00000001001f187c in entry_cmd ()
#5 0x0000000100016559 in Tcl_CreateInterp ()
#6 0x000000010004e2eb in TclStackAlloc ()
#7 0x00000001000889e6 in TclObjInterpProcCore ()
#8 0x0000000100016559 in Tcl_CreateInterp ()
#9 0x000000010004e2eb in TclStackAlloc ()
#10 0x00000001000889e6 in TclObjInterpProcCore ()
#11 0x0000000100016559 in Tcl_CreateInterp ()
#12 0x000000010004e2eb in TclStackAlloc ()
#13 0x00000001000889e6 in TclObjInterpProcCore ()
#14 0x0000000100016559 in Tcl_CreateInterp ()
#15 0x0000000100017769 in Tcl_EvalObjv ()
#16 0x000000010005e53d in Tcl_CreateSlave ()
#17 0x0000000100016559 in Tcl_CreateInterp ()
#18 0x000000010004e2eb in TclStackAlloc ()
#19 0x00000001000889e6 in TclObjInterpProcCore ()
#20 0x0000000100016559 in Tcl_CreateInterp ()
#21 0x000000010004e2eb in TclStackAlloc ()
#22 0x0000000100054fae in TclStackAlloc ()
#23 0x0000000100017ad7 in TclEvalObjEx ()
#24 0x000000010005bcdb in Tcl_GetAlias ()
#25 0x000000010005d472 in Tcl_LimitSetTime ()
#26 0x0000000100016559 in Tcl_CreateInterp ()
#27 0x000000010004e2eb in TclStackAlloc ()
#28 0x00000001000889e6 in TclObjInterpProcCore ()
#29 0x0000000100016559 in Tcl_CreateInterp ()
#30 0x000000010004e2eb in TclStackAlloc ()
#31 0x00000001000889e6 in TclObjInterpProcCore ()
#32 0x0000000100016559 in Tcl_CreateInterp ()
#33 0x000000010004e2eb in TclStackAlloc ()
#34 0x0000000100054fae in TclStackAlloc ()
#35 0x0000000100017ad7 in TclEvalObjEx ()
#36 0x000000010001c4d6 in Tcl_Alloc ()
#37 0x0000000100016559 in Tcl_CreateInterp ()
#38 0x000000010004e2eb in TclStackAlloc ()
#39 0x0000000100054fae in TclStackAlloc ()
#40 0x0000000100017ad7 in TclEvalObjEx ()
#41 0x0000000100086d74 in TclObjGetFrame ()
#42 0x0000000100016559 in Tcl_CreateInterp ()
#43 0x000000010004e2eb in TclStackAlloc ()
#44 0x00000001000889e6 in TclObjInterpProcCore ()
#45 0x0000000100016559 in Tcl_CreateInterp ()
#46 0x000000010004e2eb in TclStackAlloc ()
#47 0x00000001000889e6 in TclObjInterpProcCore ()
#48 0x0000000100016559 in Tcl_CreateInterp ()
#49 0x000000010004e2eb in TclStackAlloc ()
#50 0x00000001000889e6 in TclObjInterpProcCore ()
#51 0x0000000100016559 in Tcl_CreateInterp ()
#52 0x000000010004e2eb in TclStackAlloc ()
#53 0x0000000100054fae in TclStackAlloc ()
#54 0x0000000100017ad7 in TclEvalObjEx ()
#55 0x000000010002263f in Tcl_Alloc ()
#56 0x0000000100016559 in Tcl_CreateInterp ()
#57 0x00000001000171a9 in Tcl_CreateInterp ()
#58 0x000000010006d116 in Tcl_FSEvalFileEx ()
#59 0x0000000100072e1b in Tcl_Main ()
#60 0x00000001000019d0 in ?? ()
#61 0x0000000100001978 in ?? ()
(gdb)
@rdp
Copy link
Author

rdp commented May 12, 2011

corrupted registry...
segmentation fault

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment