On Wed, 05 Feb 2014 20:42:10 GMT, Sönke Ludwig wrote:

On Tue, 04 Feb 2014 19:10:25 GMT, Etienne wrote:

On Tue, 04 Feb 2014 20:03:11 +0100, Sönke Ludwig wrote:

This sometimes
happens when a process uses up too much memory.

I had this problem precisely on a VMWare image of debian when debugging something yesterday, compilation can take 1-2gb of ram for vibenews. dub on linux i386 doesn't show out of memory errors, it just closes the process with Error: <blank> and a SIGKILL

Just to clarify, DUB itself unfortunately doesn't have much control over the DMD process, which consumes the actual memory. It's the OS that kills the process tree as a safety measure (usually based on ulimit settings).

Just to update, I do believe it is the memory issue. Currently I'm using the free tier of AWS, which is only ~ .6GB of memory. Since this is just only in development, i'm OK working in 32 bit for now. I'll see if I can get some time to test with the new version of dub later.