Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#5239 - mono applications segfault

Attached to Project: Arch Linux
Opened by Niklas Volbers (nv) - Friday, 18 August 2006, 05:40 GMT
Task Type Bug Report
Category Packages: Current
Status Closed
Assigned To No-one
Architecture not specified
Severity High
Priority Normal
Reported Version 0.7.2 Gimmick
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

I can't get any mono application to work. They all segfault.


Here is the error message for Tomboy and for beagle-search:

** (/opt/gnome/lib/tomboy/Tomboy.exe:3346): WARNING **: The following assembly referenced from /opt/gnome/lib/tomboy/Tomboy.exe could not be loaded:
Assembly: Mono.Posix (assemblyref_index=1)
Version: 1.0.5000.0
Public Key: 0738eb9f132ed756
The assembly was not found in the Global Assembly Cache, a path listed in the MONO_PATH environment variable, or in the location of the executing assembly (/opt/gnome/lib/tomboy).


** (/opt/gnome/lib/tomboy/Tomboy.exe:3346): WARNING **: Could not load file or assembly 'Mono.Posix, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756' or one of its dependencies.

=================================================================
Got a SIGSEGV while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=================================================================

Stacktrace:


Native stacktrace:

mono(mono_handle_native_sigsegv+0xe7) [0x8144247]
mono [0x8111498]
[0xffffe440]
mono(mono_class_get_full+0x171) [0x80c2051]
mono(mono_class_get+0x1e) [0x80c216e]
mono [0x80a222a]
mono(mono_metadata_parse_type_full+0x138) [0x80a14f8]
mono [0x80c74c8]
mono(mono_class_init+0x3ac) [0x80c4d2c]
mono(mono_class_vtable+0x274) [0x80cac74]
mono [0x8130bdb]
mono(mono_runtime_exec_main+0x60) [0x80ccfe0]
mono(mono_runtime_run_main+0x1b3) [0x80cd2c3]
mono(mono_main+0xe54) [0x805d1e4]
mono [0x805beb2]
/lib/libc.so.6(__libc_start_main+0xd8) [0xb7d22808]
mono [0x805be01]
Aborted


-----


** (/usr/lib/beagle/Search.exe:3349): WARNING **: The following assembly referenced from /usr/lib/mono/gac/glib-sharp/2.8.0.0__35e10195dab3c99f/glib-sharp.dll could not be loaded:
Assembly: System (assemblyref_index=1)
Version: 1.0.5000.0
Public Key: b77a5c561934e089
The assembly was not found in the Global Assembly Cache, a path listed in the MONO_PATH environment variable, or in the location of the executing assembly (/usr/lib/mono/gac/glib-sharp/2.8.0.0__35e10195dab3c99f).


** (/usr/lib/beagle/Search.exe:3349): WARNING **: Could not load file or assembly 'System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies.

Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly 'System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies.



This task depends upon

Closed by  Jan de Groot (JGC)
Saturday, 19 August 2006, 09:17 GMT
Reason for closing:  Works for me
Comment by Jan de Groot (JGC) - Friday, 18 August 2006, 06:12 GMT
Try reinstalling mono, it's missing the System component, which is part of mono. Somehow this DLL doesn't exist on your system anymore.
Comment by Niklas Volbers (nv) - Friday, 18 August 2006, 07:07 GMT
Thanks, that solved my problem.

I am sorry that I had to file a bug report and did not have that idea myself :-(

Even though I still wonder why the error occured !?!



Loading...