Posted to tcl by hypnotoad at Fri Jan 22 16:28:49 GMT 2016view raw

  1. baccarat:build seandeelywoods$ lldb tclsh
  2. (lldb) target create "tclsh"
  3. Current executable set to 'tclsh' (x86_64).
  4. (lldb) run
  5. Process 33682 launched: '/opt/local/bin/tclsh' (x86_64)
  6. % load libodielib2.1.1.dylib
  7. Process 33682 stopped
  8. * thread #1: tid = 0x991ec9, 0x00000001001c6afe libodielib2.1.1.dylib`Odie_Wallset_Init(interp=0x0000000100827a10) + 67 at wallset.c:1709, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1, address=0x30)
  9. frame #0: 0x00000001001c6afe libodielib2.1.1.dylib`Odie_Wallset_Init(interp=0x0000000100827a10) + 67 at wallset.c:1709
  10. 1706
  11. 1707 nameObj = Tcl_NewStringObj("::wallset", -1);
  12. 1708 Tcl_IncrRefCount(nameObj);
  13. -> 1709 if ((curClassObject = Tcl_GetObjectFromObj(interp, nameObj)) == NULL) {
  14. 1710 Tcl_DecrRefCount(nameObj);
  15. 1711 return TCL_ERROR;
  16. 1712 }