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!
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!
FS#11575 - gapi_codegen.exe from gtk-sharp-2 crashes
Attached to Project:
Arch Linux
Opened by Jaroslav Šmíd (jardasmid) - Wednesday, 24 September 2008, 13:57 GMT
Last edited by Jan de Groot (JGC) - Thursday, 16 October 2008, 13:25 GMT
Opened by Jaroslav Šmíd (jardasmid) - Wednesday, 24 September 2008, 13:57 GMT
Last edited by Jan de Groot (JGC) - Thursday, 16 October 2008, 13:25 GMT
|
DetailsDescription:
gapi_codegen.exe from gtk-sharp-2 (2.12.1-1) crashes during "make" procedures for every application/library dependent on gtk-sharp and using gapi_codegen. Stacktrace: at System.Security.Cryptography.RNGCryptoServiceProvider..cctor () <0xffffffff> at System.Security.Cryptography.RNGCryptoServiceProvider..cctor () <0x0000d> at (wrapper runtime-invoke) System.Object.runtime_invoke_void (object,intptr,intptr,intptr) <0xffffffff> at (wrapper managed-to-native) System.Reflection.MonoCMethod.InternalInvoke (object,object[]) <0x00056> at (wrapper managed-to-native) System.Reflection.MonoCMethod.InternalInvoke (object,object[]) <0xffffffff> at System.Reflection.MonoCMethod.Invoke (object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo) <0x000cc> at System.Reflection.MonoCMethod.Invoke (System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo) <0x00042> at System.Activator.CreateInstance (System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo,object[]) <0x002e8> at System.Activator.CreateInstance (System.Type,object[],object[]) <0x0003b> at System.Activator.CreateInstance (System.Type,object[]) <0x00033> at System.Security.Cryptography.CryptoConfig.CreateFromName (string,object[]) <0x000d5> at System.Security.Cryptography.CryptoConfig.CreateFromName (string) <0x0000f> at System.Security.Cryptography.RandomNumberGenerator.Create (string) <0x0000f> at System.Security.Cryptography.RandomNumberGenerator.Create () <0x00012> at System.Guid.NewGuid () <0x0006b> at System.Xml.Schema.XmlSchemaSet..ctor (System.Xml.XmlNameTable) <0x00093> at System.Xml.Schema.XmlSchemaSet..ctor () <0x0002f> at Mono.Xml.Schema.XsdValidatingReader..ctor (System.Xml.XmlReader) <0x00040> at System.Xml.XmlValidatingReader.Read () <0x000e9> at System.Xml.XmlDocument.ReadNodeCore (System.Xml.XmlReader) <0x0005e> at System.Xml.XmlDocument.ReadNode (System.Xml.XmlReader) <0x00104> at System.Xml.XmlDocument.Load (System.Xml.XmlReader) <0x0005a> at System.Xml.XmlDocument.Load (System.IO.Stream) <0x000b0> at GtkSharp.Generation.Parser.Load (string) <0x0005b> at GtkSharp.Generation.Parser.Parse (string) <0x00044> at GtkSharp.Generation.CodeGenerator.Main (string[]) <0x003b0> at (wrapper runtime-invoke) GtkSharp.Generation.CodeGenerator.runtime_invoke_int_string[] (object,intptr,intptr,intptr) <0xffffffff> Native stacktrace: mono [0x53c161] mono [0x43f3ed] /lib/libpthread.so.0 [0x2b6e091df900] /lib/libc.so.6(memcpy+0x60) [0x2b6e096ee1f0] mono(mono_breakpoint_clean_code+0x1b) [0x42826b] mono [0x440935] mono [0x540f10] [0x4035e160] ================================================================= 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. ================================================================= Steps to reproduce: e.g. try to build gtksourceview2-sharp. It crashes during "make" procedure. |
This task depends upon
Closed by Jan de Groot (JGC)
Thursday, 16 October 2008, 13:25 GMT
Reason for closing: Fixed
Additional comments about closing: Works fine with gtk-sharp-2 from testing on both architectures.
Thursday, 16 October 2008, 13:25 GMT
Reason for closing: Fixed
Additional comments about closing: Works fine with gtk-sharp-2 from testing on both architectures.
Comment by Jan de Groot (JGC) -
Sunday, 12 October 2008, 20:46 GMT
Does this still happen with gtk-sharp-2 2.12.4?