Displaying 2 results from an estimated 2 matches for "tclbasic".
Did you mean:
  clasic
  
2009 Dec 29
0
aMSN segfaults at login after configuring my home network
...script = 0x0
        myaddr = 0x0
        chan = <value optimized out>
#11 0xb7da6b59 in TclEvalObjvInternal (interp=0x80563a0, objc=4,
    objv=0x81b7e74, command=0xffffffff <Address 0xffffffff out of bounds>,
    length=-1, flags=0)
    at /build/buildd/tcl8.5-8.5.7/unix/../generic/tclBasic.c:3690
---Type <return> to continue, or q <return> to quit---
        cmdPtr = 0x8061158
        i = <value optimized out>
        savedVarFramePtr = 0x0
        varFramePtr = <value optimized out>
        code = 1
        traceCode = 0
        checkTraces = 1
        traced...
2018 Jul 01
2
[PATCH nbdkit] valgrind: Don't call dlclose when running under valgrind.
...==2441==    by 0x784662B: Tcl_Realloc (tclCkalloc.c:1145)
  ==2441==    by 0x79329BA: Tcl_DStringSetLength (tclUtil.c:2819)
  ==2441==    by 0x78BFAC0: Tcl_ExternalToUtfDString (tclEncoding.c:1155)
  ==2441==    by 0x78C59C5: TclSetupEnv (tclEnv.c:124)
  ==2441==    by 0x7841C4B: Tcl_CreateInterp (tclBasic.c:907)
  ==2441==    by 0x75FA074: tcl_load (tcl.c:54)
  ==2441==    by 0x40A5E2: plugin_register (plugins.c:750)
  ==2441==    by 0x404436: open_plugin_so (main.c:740)
  ==2441==    by 0x404436: main (main.c:565)
---
 README          | 15 ++++++++++++---
 configure.ac    | 17 +++++++++++++++++
 sr...