shaikat3 / open-vcdiff

Automatically exported from code.google.com/p/open-vcdiff
Apache License 2.0
0 stars 0 forks source link

vcdiff command-line executable crashes on startup on FreeBSD platform #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download and extract open-vcdiff v0.1 source tarball
   on a FreeBSD 6.0 machine.
2. In top extracted directory, execute: ./configure && make
3. Execute: ./vcdiff

What is the expected output?
vcdiff should produce an error ("Must specify exactly one command option"),
then should output its usage information as with vcdiff --help.

What do you see instead?
A segmentation fault occurs.

Original issue reported on code.google.com by openvcd...@gmail.com on 29 Aug 2008 at 10:15

GoogleCodeExporter commented 9 years ago
Fixed in version 0.2.

Original comment by lincoln1...@gmail.com on 3 Sep 2008 at 4:27