[Mono-list] Got a SIGABRT, what to do?

Robert Jordan robertj at gmx.net
Fri Aug 12 09:46:16 EDT 2011


On 12.08.2011 15:34, Esben Laursen wrote:
> Hi Guys,
>
> I got this from my mono install, do any of you know that to do about it?
>
> ERROR:../../mono/io-layer/handles-private.h:362:_wapi_handle_share_release: assertion failed: (info->handle_refs>  0)
> Stacktrace:
>
...

> Mono JIT compiler version 2.6.7 (Debian 2.6.7-5)
> Copyright (C) 2002-2010 Novell, Inc and Contributors. www.mono-project.com

Try to disable the so called "shared handles" (see Mono's man page):

MONO_DISABLE_SHM=1 mono yourapp.exe

Anyways, consider upgrading from this old Mono version.

Robert



More information about the Mono-list mailing list