[Mono-devel-list] Problems with reference count for images

Gonzalo Paniagua Javier gonzalo at ximian.com
Thu Oct 2 02:06:13 EDT 2003


Testing xsp under some load, it creates a few threads and this is one of
the errors i got when running xsp in gdb:

#0  0x4019b1c6 in g_hash_table_size () from /usr/lib/libglib-2.0.so.0
#1  0x4019a436 in g_hash_table_destroy () from /usr/lib/libglib-2.0.so.0
#2  0x400ced6b in mono_image_close (image=0x4141fb38) at image.c:898
#3  0x400ca650 in mono_assembly_open (
    filename=0x4141d9b8
"/home/gpanjav/go-mono/install/lib/mscorlib.dll",
    status=0xbbdfeea4) at assembly.c:504
#4  0x400be0d9 in real_load (search_path=0x804aee8,
    filename=0x41422e48 "mscorlib.dll") at appdomain.c:562
#5  0x400be23b in mono_domain_assembly_preload (aname=0xbbdfeff0,
    assemblies_path=0x804aee8, user_data=0x0) at appdomain.c:608
#6  0x400ca07a in invoke_assembly_preload_hook (aname=0xbbdfeff0,
    assemblies_path=0x804aee8) at assembly.c:269
#7  0x400ca8c5 in mono_assembly_load (aname=0xbbdfeff0, basedir=0x0,
    status=0xbbdff018) at assembly.c:573
#8  0x400be94e in ves_icall_System_AppDomain_LoadAssembly (ad=0x849d330,
    assRef=0x8e26080, evidence=0x8d75c80) at appdomain.c:818

If I run it outside gdb, i get other errors. More details when i wake
up.

-Gonzalo





More information about the Mono-devel-list mailing list