Ticket Change Details
Not logged in
Overview

Artifact ID: 356d3be4f1f455605bf3445bdd9d36e6a72d3b2d
Ticket: a4a9f45b67cbbcf265ed5b1fa90bfdacf853144f
core dump on attempted branch
User & Date: bharder 2010-10-27 17:15:33
Changes

  1. comment changed to:
    <pre><nowiki>
    [bch@ansel ~/work/xyz]$ fossil ver
    This is fossil version [7954ccba68] 2010-10-16 16:24:24 UTC
    [bch@ansel ~/work/xyz]$ ../fossil/fossil branch new bchtest 7cb890 --bgcolor \#ff2222
    Segmentation fault: 11 (core dumped)
    [bch@ansel ~/work/xyz]$ fossil info 
    project-name: dev1 xyz
    repository:   /home/bch/work/fossils/xyz.fsl
    local-root:   /home/bch/work/xyz/
    project-code: f2002b49daf7eaa8429a31a5a7bfcdaaf412e115
    server-code:  de5815f84350c8ec7b68d93d16009a32c9d9604d
    checkout:     7cb890f36a69a2a578b6fc61daf68c120d16124f 2010-10-26 01:03:29 UTC
    parent:       b24bfc57e457e4add29fb33bab5486c7f0047d9b 2010-10-26 00:56:09 UTC
    child:        c56c5daca15e2dd28ecb0e97d8e964b72b89ff50 2010-10-26 01:10:25 UTC
    child:        0eff20d8719e0f6338c84bf98f0ca843ba67bc11 2010-10-26 23:36:10 UTC
    tags:         trunk
    comment:      adj css by-hand, per joe (user: bch)
    [bch@ansel ~/work/xyz]$ gdb ../fossil/fossil
    GNU gdb 6.1.1 [FreeBSD]
    Copyright 2004 Free Software Foundation, Inc.
    GDB is free software, covered by the GNU General Public License, and you are
    welcome to change it and/or distribute copies of it under certain conditions.
    Type "show copying" to see the conditions.
    There is absolutely no warranty for GDB.  Type "show warranty" for details.
    This GDB was configured as "amd64-marcel-freebsd"...
    (gdb) run branch new bchtest 7cb890 --bgcolor \#ff2222
    Starting program: /home/bch/work/fossil/fossil branch new bchtest 7cb890 --bgcolor \#ff2222
    
    Program received signal SIGSEGV, Segmentation fault.
    0x000000000040704a in branch_new () at branch_.c:97
    97            if( pParent->aFile[i].zPerm[0] ){
    (gdb) bt
    #0  0x000000000040704a in branch_new () at branch_.c:97
    #1  0x0000000000407397 in branch_cmd () at branch_.c:198
    #2  0x0000000000421633 in main (argc=6, argv=0x7fffffffe6b0) at main_.c:261
    (gdb) 
    </nowiki></pre>
    
  2. foundin changed to: "7954ccba68"
  3. private_contact changed to: "2f102b33d8f807336292e56ff47c6c59de4876c0"
  4. severity changed to: "Critical"
  5. status changed to: "Open"
  6. title changed to: "core dump on attempted branch"
  7. type changed to: "Code_Defect"