Discussion:
[unison-users] Uncaught exception
FaTony fatony@fatony.net [unison-users]
2016-05-11 17:33:56 UTC
Permalink
I'm getting an uncaught exception when trying to sync. I've tried to
launch with -debug all but it takes forever. The error message is this:

Uncaught exception Failure("input_value: bad bigarray kind")
Raised by primitive operation at file
"/tmp/buildd/unison-2.48.3/remote.ml", line 453, characters 18-45
Called from file "/tmp/buildd/unison-2.48.3/remote.ml", line 459,
characters 23-61
Called from file "/tmp/buildd/unison-2.48.3/lwt/lwt.ml", line 75,
characters 20-23
Re-raised at file "/tmp/buildd/unison-2.48.3/lwt/lwt.ml", line 135,
characters 12-13
Called from file "list.ml", line 73, characters 12-15
Called from file "/tmp/buildd/unison-2.48.3/lwt/lwt.ml", line 31,
characters 2-37
Called from file "/tmp/buildd/unison-2.48.3/lwt/lwt.ml", line 83,
characters 17-46
Called from file
"/tmp/buildd/unison-2.48.3/lwt/generic/lwt_unix_impl.ml", line 147,
characters 6-40
Called from file "/tmp/buildd/unison-2.48.3/uigtk2.ml", line 3581,
characters 6-125
Called from file "/tmp/buildd/unison-2.48.3/uigtk2.ml", line 156,
characters 18-22
Tilman Vogel tilman.vogel@gmail.com [unison-users]
2016-05-11 17:58:20 UTC
Permalink
Post by FaTony ***@fatony.net [unison-users]
bad bigarray kind
Probably this one: https://trac.macports.org/ticket/45621

Regards,

Tilman
FaTony fatony@fatony.net [unison-users]
2016-05-11 20:19:19 UTC
Permalink
Post by Tilman Vogel ***@gmail.com [unison-users]
Post by FaTony ***@fatony.net [unison-users]
bad bigarray kind
Probably this one: https://trac.macports.org/ticket/45621
Regards,
Tilman
I'm using Debian Testing and remote machine runs Ubuntu 16.04.
'Benjamin C. Pierce' bcpierce@cis.upenn.edu [unison-users]
2016-05-11 20:29:16 UTC
Permalink
Same issue on all platforms: the unison binaries on the client and server need to be compiled with the same version of the OCaml compiler (or at least both must be < 4.02 or both >= 4.02).

- B
Post by FaTony ***@fatony.net [unison-users]
Post by Tilman Vogel ***@gmail.com [unison-users]
Post by FaTony ***@fatony.net [unison-users]
bad bigarray kind
Probably this one: https://trac.macports.org/ticket/45621
Regards,
Tilman
I'm using Debian Testing and remote machine runs Ubuntu 16.04.
Loading...