Path: csiph.com!goblin2!goblin1!goblin.stu.neva.ru!usenet.stanford.edu!not-for-mail From: Eduardo Bustamante Newsgroups: gnu.bash.bug Subject: Re: Seg history Date: Tue, 22 Oct 2019 15:33:56 -0700 Lines: 14 Approved: bug-bash@gnu.org Message-ID: References: <84EF0D3A-F26B-45B0-AF93-99B4C4784A0C@gmail.com> NNTP-Posting-Host: lists.gnu.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-Trace: usenet.stanford.edu 1571783653 32016 209.51.188.17 (22 Oct 2019 22:34:13 GMT) X-Complaints-To: action@cs.stanford.edu Cc: bug-bash To: younes berramdane Envelope-to: bug-bash@gnu.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=4P3sJDvDq5dfF8kmVzO9SWSRw/GWUnlPQP17Ezbg/Uo=; b=KJyQmkmImf/vMMAUnucimuL+6WLdn1rQCDsUfvo8IgntoELXOht19fNo5IuLuc3sCU PVlaX1wI91zDB16g5qAbiEISKmAP1S28LRL5Zls9/UIdjBZK5gp9ewE8gs7dQOEyc4xh 0T62oC5iyQ6MTL4pP/Wjfr0Gh5ppL1xsEuRX+RI8J5aagRhX/vb8IRKsCLvrV1Qxv4JV 9V2cAVxFAGKdU//Qi5yKRyJI3JFoDjfi44n1YkodxewS7HXw/UIvpTn8VzMAgUuOv52j BSBzi/8eDl0r2DcNcqZ1EwNiBglnNp3cRR/ej2M8nCSrS7/WxTrAom+Y8I+sZwdxsyY4 4sqQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=4P3sJDvDq5dfF8kmVzO9SWSRw/GWUnlPQP17Ezbg/Uo=; b=j+MBk14H3wTsi7ex40frTYETHAz6t+O/7RDF7WiEz3mHsMz7jmv1IJvRR1++CV1FRz sWfqVKcFzrkqcytyh34z0j1eCVyCbzPFI17ZfJQg9e4VU29M+jNM07hFyINnR8V7RxXx /HXH0THe/m/DXZz1V/PsYWIKWCchxE20yahhIxfAsQdtraM7Jm5JYo6lbC4WG8Nq+DX4 /+NQjzPivC7uq/yvX7MpgyMcAI5Zfd3asGSHmWgSqCKBq/skOuM80KLoYn3fOceWdTkB I+B2lD8YVDSE9zGOG32J6OexwQ26ZsoNjeNMlVhg+gd7UUnx7D2x0J3yVLyUrcomtmWX BD3w== X-Gm-Message-State: APjAAAXwQ71PgrJ8+2cFFuz13Jbfvc7lGTimUkj6ZT8zRCBRNZhIF3LU 2oRWRtbmsK/nQmVQUYkamq2znZ4Sva5scnifJ40= X-Google-Smtp-Source: APXvYqyT6H0bhe+CCJExsLSNMjk5DihhksDU6o5eXCpb8dXsCBNk0QrmYIXeDfdsVqqIsDSSFvu1YB9Md/prkmJxRRs= X-Received: by 2002:a05:6102:3124:: with SMTP id f4mr3649963vsh.229.1571783647352; Tue, 22 Oct 2019 15:34:07 -0700 (PDT) In-Reply-To: <84EF0D3A-F26B-45B0-AF93-99B4C4784A0C@gmail.com> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2607:f8b0:4864:20::e29 X-BeenThere: bug-bash@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports for the GNU Bourne Again SHell List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: X-Mailman-Original-References: <84EF0D3A-F26B-45B0-AF93-99B4C4784A0C@gmail.com> Xref: csiph.com gnu.bash.bug:15531 On Tue, Oct 22, 2019 at 6:09 AM younes berramdane wrote: > > Hello, > I have found a seg in the history of bash while I was doing a project for my school, > (Put fc -s at the last command of the history file [~/.sh_history] for bash posix or [~/.bash_history] for bash then launch bash and execute fc -s again) Hi Younes, 1) What version of bash are you using? (And did you compile it yourself or are you using a specific software distribution?) 2) What do you mean by 'seg'? Do you mean a segmentation fault? If so, can you generate a stack trace of the crash?