Am 10/9/2012 1:00 AM, schrieb Dan Davidson:

I'm new to D and vibe...it looks great. I modified
../mongodb/source/app.d to point to an existing collection. When
running while connected (wireless network on laptop) I can see my
documents. When run not connected I get seg fault. I'm running on
linux with rejectedsoftware-vibe.d-482ca76.

The following is the result of where in gdb:
Any suggestions on how to proceed appreciated.

Thanks
Dan

It seems that libevent is causing the crash when trying to resolve
"localhost", although it should usually just look in the hosts file.
Changing localhost to 127.0.0.1 makes it work. I'll look into why it
crashes.