Tcl Source Code

Ticket Change Details
Login
Overview

Artifact ID: 58327a8c095de5fb3d9c44442b3fe1855a766188e0f8550cc860c12a5a496000
Ticket: 6eb8d79cb86f8a16d14a191e5871a3e6672d7a21
segfault in obj-34.1
User & Date: dgp 2024-04-22 15:44:29
Changes

  1. assignee changed to: "nobody"
  2. closer changed to: "nobody"
  3. cmimetype changed to: "text/plain"
  4. comment changed to:
    (gdb) run ../tests/obj.test -match obj-34.1 -verbose bpste
    ...
    ---- obj-34.1 start
    
    Program received signal SIGSEGV, Segmentation fault.
    0x000000000042676f in TestbignumobjCmd (dummy159=0x0, interp=0x8f2870, objc=4, 
        objv=0x8f7658) at /home/dgp/fossil/tcl8.7/generic/tclTestObj.c:197
    197             if (mp_init(&bignumValue) != MP_OKAY) {
    Missing separate debuginfos, use: debuginfo-install glibc-2.17-326.el7_9.x86_64 zlib-1.2.7-21.el7_9.x86_64
    (gdb) bt
    #0  0x000000000042676f in TestbignumobjCmd (dummy159=0x0, interp=0x8f2870, 
        objc=4, objv=0x8f7658) at /home/dgp/fossil/tcl8.7/generic/tclTestObj.c:197
    #1  0x00000000004359ab in Dispatch (data=0x9e0108, interp=0x8f2870, 
        dummy4913=0) at /home/dgp/fossil/tcl8.7/generic/tclBasic.c:4951
    #2  0x0000000000435a39 in TclNRRunCallbacks (interp=0x8f2870, result=0, 
        rootPtr=0x0) at /home/dgp/fossil/tcl8.7/generic/tclBasic.c:4991
    #3  0x000000000043519b in Tcl_EvalObjv (interp=0x8f2870, objc=6, 
        objv=0x8f6b60, flags=2097168)
        at /home/dgp/fossil/tcl8.7/generic/tclBasic.c:4710
    #4  0x0000000000437b94 in TclEvalEx (interp=0x8f2870, 
        script=0x99e4f0 "# Functionality covered: this file contains a collection of tests for the\n# procedures in tclObj.c that implement Tcl's basic type support and the\n# type managers for the types boolean, double, and in"..., 
        numBytes=22788, flags=0, line=582, clNextOuter=0x0, 
        outerScript=0x99e4f0 "# Functionality covered: this file contains a collection of tests for the\n# procedures in tclObj.c that implement Tcl's basic type support and the\n# type managers for the types boolean, double, and in"...)
        at /home/dgp/fossil/tcl8.7/generic/tclBasic.c:5868
    #5  0x000000000056b2d8 in Tcl_FSEvalFileEx (interp=0x8f2870, pathPtr=0x93ea90, 
        encodingName=0x64707c "utf-8")
        at /home/dgp/fossil/tcl8.7/generic/tclIOUtil.c:1794
    #6  0x0000000000578250 in Tcl_MainEx (argc=-1, argv=0x7fffffffcea8, 
        appInitProc=0x410210 <Tcl_AppInit>, interp=0x8f2870)
        at /home/dgp/fossil/tcl8.7/generic/tclMain.c:404
    #7  0x0000000000410209 in main (argc=6, argv=0x7fffffffcea8)
        at /home/dgp/fossil/tcl8.7/unix/tclAppInit.c:94
    
  5. foundin changed to: "8.7"
  6. is_private changed to: "0"
  7. login: "dgp"
  8. priority changed to: "5 Medium"
  9. private_contact changed to: "8e2300e85be5dd1445b9666eb9429055951e33be"
  10. resolution changed to: "None"
  11. severity changed to: "Critical"
  12. status changed to: "Open"
  13. submitter changed to: "dgp"
  14. subsystem changed to: "10. Objects"
  15. title changed to: "segfault in obj-34.1"
  16. type changed to: "Bug"