happypancake / fdb-erlang

Erlang bindings for FoundationDB
Apache License 2.0
13 stars 7 forks source link

call fdb:open() before fdb:api_version(100), vm crash #4

Open ghost opened 9 years ago

ghost commented 9 years ago

erl -pa ebin Erlang/OTP 17 [erts-6.2] [source] [64-bit] [smp:8:8] [async-threads:10] [hipe] [kernel-poll:false]

Eshell V6.2 (abort with ^G) 1> fdb:init(). ok 4> {ok, DB } = fdb:open(). UNIMPLEMENTED FDB API FUNCTION Abort trap

ptomasroos commented 9 years ago

I would take a look at the forked @uxvibe uxvibe repo.

They have continuously improved stuff but refuse to send changes upstream.

Are you btw using Fdb 3.0 or 2?

Thanks, Tomas

Sent from my iPhone

On 16 Dec 2014, at 03:19, Jamie Newton notifications@github.com wrote:

erl -pa ebin Erlang/OTP 17 [erts-6.2] [source] [64-bit] [smp:8:8] [async-threads:10] [hipe] [kernel-poll:false]

Eshell V6.2 (abort with ^G) 1> fdb:init(). ok 4> {ok, DB } = fdb:open(). UNIMPLEMENTED FDB API FUNCTION Abort trap

— Reply to this email directly or view it on GitHub.

ghost commented 9 years ago

Hi,

Thanks for getting back to me. I’m VERY interested in using erlang with FDB

I’m using Fdb 3.0, just getting started. Erlang was my first choice for exploration.

Thank you

Kind regards, Jamie Newton

On Dec 16, 2014, at 12:54 AM, Tomas Roos notifications@github.com wrote:

I would take a look at the forked uxvibe repo.

They have continuously improved stuff but refuse to send changes upstream.

Are you btw using Fdb 3.0 or 2?

Thanks, Tomas

Sent from my iPhone

On 16 Dec 2014, at 03:19, Jamie Newton notifications@github.com wrote:

erl -pa ebin Erlang/OTP 17 [erts-6.2] [source] [64-bit] [smp:8:8] [async-threads:10] [hipe] [kernel-poll:false]

Eshell V6.2 (abort with ^G) 1> fdb:init(). ok 4> {ok, DB } = fdb:open(). UNIMPLEMENTED FDB API FUNCTION Abort trap

— Reply to this email directly or view it on GitHub.

— Reply to this email directly or view it on GitHub.