fatal error when using in docker

Are you propose to use ubuntu 14.10 docker img as base image ?

Yes we have run some tests with ubuntu 14.04 and that is where the
regression seems to be. Ubuntu 14.10 and centos appear to be working
fine

I try to run geteventstore with ubuntu 14.10 base image but I have fatal errors again :confused:

logs :

[ERROR] FATAL UNHANDLED EXCEPTION: System.NullReferenceException: Object reference not set to an instance of an object
at System.Threading.Timer+Scheduler.SchedulerThread () [0x00000] in :0
at System.Threading.Thread.StartInternal () [0x00000] in :0

my dockerfile to build image :

EventStore (geteventstore.com)

What is your host os?

ubuntu 14.04

But i launch an 14.10 install few minutes ago.

I'm guessing it will work with 14.10 in docker running in 14.10 (I am
running that here and it seems to work).

There is something somewhere in 14.04 that is causing heap/stack
corruption not sure what yet

I confirm that when i use ubuntu 14.10, geteventstore works fine !
Thx for helping.

Ok cheers.

I’ve got it on CentOS 7 as well.

So we have an issue that appears in CentOS7 and ubuntu 14.10 but not
in 14.10 or many other versions.

Guess its time to start looking what the differences are.

Does anyone have a locally built mono in CentOS7 or ubuntu 14.10?