[erlang-questions] digraph fails to add vertex

Karlo Kuna kuna.prime@REDACTED
Fri May 25 11:12:02 CEST 2018


i'm sorry for previous mail
i have found my mistake

i just wish that error would be something like: {badrecord, {expects,
digraph}}

On Fri, May 25, 2018 at 10:43 AM, Karlo Kuna <kuna.prime@REDACTED> wrote:

> hello
> in my little program i am doing successive calls to digraph:add_vertex/2
> and then my program deterministically fails with:
>  ** exception error: {badrecord,digraph}
>      in function  digraph:do_add_vertex/2 (digraph.erl, line 378)
>      in call from sets:fold_bucket/3 (sets.erl, line 310)
>      in call from sets:fold_seg/4 (sets.erl, line 306)
>      in call from sets:fold_segs/4 (sets.erl, line 302)
>
> however i cannot locate any problems, and the failing call is not in any
> way special
>
> thanks
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20180525/af7f107f/attachment.htm>


More information about the erlang-questions mailing list