From: Luis Lavena Date: 2010-04-09T08:45:12+09:00 Subject: Re: ruby and networking crashes app on windows On Apr 8, 8:01 pm, mortee wrote: > > You could post backtraces, as well. > > I'd be glad to, but as I've said already, I have no logs (at least not > at this level), and no terminal output from the app involved. All I get > is a dialog window from the MS Visual Runtime telling me about the > crash, without any usable details. > > The weird part is that non-network code (even usong multiple ruby > threads) runs without problems. Is the application you're embedding/calling ruby library compiled with a newer version of Microsoft C? Can you verify it links to MSVCRT and *not* MSVCR80.DLL or MSVCR90.DLL? -- Luis Lavena