Yep. By design. It would fail and people asked me, "Why?" Without a
stack trace, there was no way to tell. I need to go back through and
not call abort when the failure is plainly obvious.

On Wed, Apr 5, 2017 at 1:50 AM, Andreas Schwab <sch...@suse.de> wrote:
> $ autogen --version
> autogen (GNU AutoGen) 5.18.12
> $ autogen </dev/null
> No definition data were read
> Aborted (core dumped)
> $ autogen /dev/null
> fserr 22: cannot open non-regular file /dev/null:  Invalid argument
> Aborted (core dumped)
> $ echo foo | autogen
> FSM Error:  in state 0 (init), event 3 (var_name) is invalid
> invalid transition:  in stdin on line 1
>         token in error:  var_name:  ''foo
> ''
>
>         [[...<error-text>]]
>
>
> Likely causes:  a mismatched quote, a value that needs quoting,
>                 or a missing semi-colon
> Aborted (core dumped)
>
> Andreas.
>
> --
> Andreas Schwab, SUSE Labs, sch...@suse.de
> GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
> "And now for something completely different."
>
> ------------------------------------------------------------------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> Autogen-users mailing list
> Autogen-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/autogen-users



-- 
 - Bruce

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Autogen-users mailing list
Autogen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/autogen-users

Reply via email to