Bug#900277: Found the issue

2018-05-30 Thread GCS
On Thu, May 31, 2018 at 4:03 AM Trent W. Buck wrote: > Peter van Dijk wrote: > > I can reproduce this ‘hang’ (actually it’s a very busy read() loop). A > > simpler ‘echo 1,2,3 > test2.csv’ does work, so this is just exposing a bug > > in the CSV implementation. > > You're right --- it looks like e

Bug#900277: Found the issue

2018-05-30 Thread Trent W. Buck
Peter van Dijk wrote: > I can reproduce this ‘hang’ (actually it’s a very busy read() loop). A > simpler ‘echo 1,2,3 > test2.csv’ does work, so this is just exposing a bug > in the CSV implementation. You're right --- it looks like ext/misc/csv.c is broken for one-column CSV tables. I can reprodu

Bug#900277: Found the issue

2018-05-30 Thread Peter van Dijk
I can reproduce this ‘hang’ (actually it’s a very busy read() loop). A simpler ‘echo 1,2,3 > test2.csv’ does work, so this is just exposing a bug in the CSV implementation.