Dear Maintainer,
* What led up to the situation?
Nothing in particular.
* What exactly did you do (or not do) that was effective (or
ineffective)?
curl -D /foo/bar/baz https://www.gnus.org
* What was the outcome of this action?
segfault with the following stack trace:
#0 0x00007ffff7d784f4 in _IO_new_fclose (fp=0x0) at ./libio/iofclose.c:48
#1 0x000055555556ca23 in single_transfer (global=global@entry=0x7fffffffe5c0,
config=0x5555555b4190, share=share@entry=0x5555555c55c0,
capath_from_env=false, added=0x7fffffffe550)
at ./debian/build/src/tool_operate.c:987
#2 0x000055555556eba0 in transfer_per_config (
global=global@entry=0x7fffffffe5c0, config=<optimized out>,
share=share@entry=0x5555555c55c0, added=added@entry=0x7fffffffe550)
at ./debian/build/src/tool_operate.c:2607
#3 0x000055555556f751 in create_transfer (added=0x7fffffffe550,
share=0x5555555c55c0, global=0x7fffffffe5c0)
at ./debian/build/src/tool_operate.c:2623
#4 serial_transfers (share=0x5555555c55c0, global=0x7fffffffe5c0)
at ./debian/build/src/tool_operate.c:2433
#5 run_all_transfers (result=CURLE_OK, share=0x5555555c55c0,
global=0x7fffffffe5c0) at ./debian/build/src/tool_operate.c:2648
#6 operate (global=global@entry=0x7fffffffe5c0, argc=argc@entry=4,
argv=argv@entry=0x7fffffffe798) at ./debian/build/src/tool_operate.c:2762
#7 0x000055555555f9e2 in main (argc=4, argv=0x7fffffffe798)
at ./debian/build/src/tool_main.c:283
* What outcome did you expect instead?
Some file-related error message (ENOENT).