Opened 11 years ago
Closed 10 years ago
#10504 closed bug (fixed)
bash crashes running todo.sh --help
Reported by: | Kev | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | - General | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | x86 |
Description
Repeatable bug on hrev46756. I have stock todo.sh in ~/todo/ with a todo.cfg that lives there too. I run:
~> ./todo/todo.sh -d todo/todo.cfg --help Kill Thread
Now, I know I'm supposed to put 'help' instead of '--help', but I don't think this is supposed to cause bash to crash. (If I do put 'help' or any other normal todo.sh command, it works fine.) Attached is the crash report.
Attachments (2)
Change History (6)
by , 11 years ago
Attachment: | bash-920-debug-04-02-2014-14-54-21.report added |
---|
comment:1 by , 11 years ago
comment:2 by , 11 years ago
I'm not sure, it's the only place I use it. Also, I just noticed if I cd into /todo and run just 'todo.sh --help', it also works without crashing.
by , 11 years ago
Attachment: | bash-8131-debug-01-05-2014-18-51-32.report added |
---|
comment:4 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Assuming todo.sh was from https://github.com/ginatrapani/todo.txt-cli/downloads this seems to be fixed now.
Does this command line work on another OS? If yes, what bash version? Bash is a third party application, which we would have to update from upstream anyway one day.