[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #62070] Segmentation fault in Table's --tail option with string col
From: |
Mohammad Akhlaghi |
Subject: |
[bug #62070] Segmentation fault in Table's --tail option with string columns |
Date: |
Wed, 16 Feb 2022 20:36:55 -0500 (EST) |
URL:
<https://savannah.gnu.org/bugs/?62070>
Summary: Segmentation fault in Table's --tail option with
string columns
Project: GNU Astronomy Utilities
Submitted by: makhlaghi
Submitted on: Thu 17 Feb 2022 01:36:53 AM UTC
Category: Table
Severity: 3 - Normal
Item Group: Crash
Status: In Progress
Privacy: Public
Assigned to: makhlaghi
Open/Closed: Open
Discussion Lock: Any
_______________________________________________________
Details:
When Table is called with string columns, and the '--tail' option is called
with a value more than half of the table's number of rows, it crashes with a
segmentation fault. The code below can be used to reproduce the problem:
$ cat test.txt
# Column 1: test [no, str3]
abc
def
ghi
jkl
mno
pqr
$ asttable test.txt --tail=4
Segmentation fault (core dumped)
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?62070>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
- [bug #62070] Segmentation fault in Table's --tail option with string columns,
Mohammad Akhlaghi <=