[Mono-list] XSP2 SIGSEGV SIGNAL
Nicolas Cornu
nicolas.cornu at cyber-developpement.com
Sat Jul 8 10:14:51 EDT 2006
Hello,
I got this error while executing my ASP.NET 2 application with Xsp2. I
am testing if my website developpe dunder Visual Studio 2005 run with xsp2.
I don't know if I must post this here.
=================================================================
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:
in (wrapper managed-to-native)
Mono.Data.SqliteClient.Sqlite:sqlite3_prepare
(intptr,string,int,intptr&,intptr&) <0x4>
in (wrapper managed-to-native)
Mono.Data.SqliteClient.Sqlite:sqlite3_prepare
(intptr,string,int,intptr&,intptr&) <0xfffff820>
in Mono.Data.SqliteClient.SqliteCommand:ExecuteReader
(System.Data.CommandBehavior,bool,int&) <0xb8>
in Mono.Data.SqliteClient.SqliteCommand:ExecuteReader
(System.Data.CommandBehavior) <0x20>
in Mono.Data.SqliteClient.SqliteCommand:ExecuteReader () <0xf>
in
Mono.Data.SqliteClient.SqliteCommand:System.Data.IDbCommand.ExecuteReader
() <0xd>
in Cyberdev.Authentification.UserManager:IsValidUser (string,string) <0x65>
in login:Page_Load (object,System.EventArgs) <0x134>
in (wrapper delegate-invoke)
System.MulticastDelegate:invoke_void_object_EventArgs
(object,System.EventArgs) <0x10ebb7>
in System.Web.UI.Control:OnLoad (System.EventArgs) <0x117>
in System.Web.UI.Control:LoadRecursive () <0x112>
in System.Web.UI.Page:InternalProcessRequest () <0x1c4>
in System.Web.UI.Page:ProcessRequest (System.Web.HttpContext) <0xa7>
in <Pipeline>__1:MoveNext () <0x1a09>
in System.Web.HttpApplication:Tick () <0x1f>
in System.Web.HttpApplication:Start (object) <0x37>
in
System.Web.HttpApplication:System.Web.IHttpAsyncHandler.BeginProcessRequest
(System.Web.HttpContext,System.AsyncCallback,object) <0x68>
in System.Web.HttpRuntime:RealProcessRequest (object) <0x1ab>
in System.Web.HttpRuntime:ProcessRequest (System.Web.HttpWorkerRequest)
<0x2c>
in Mono.WebServer.MonoWorkerRequest:ProcessRequest () <0xa>
in Mono.WebServer.BaseApplicationHost:ProcessRequest
(Mono.WebServer.MonoWorkerRequest) <0x43>
in Mono.WebServer.XSPApplicationHost:ProcessRequest
(int,long,int,long,int,string,string,string,string,byte[],string,intptr,Mono.WebServer.SslInformations)
<0x37f>
in (wrapper remoting-invoke-with-check)
Mono.WebServer.XSPApplicationHost:ProcessRequest
(int,long,int,long,int,string,string,string,string,byte[],string,intptr,Mono.WebServer.SslInformations)
<0xfffffa6c>
in (wrapper xdomain-dispatch)
Mono.WebServer.XSPApplicationHost:ProcessRequest
(object,byte[]&,byte[]&,int,long,int,long,int,string,string,string,string,byte[],string)
<0xfffd892b>
in (wrapper xdomain-invoke)
Mono.WebServer.XSPApplicationHost:ProcessRequest
(int,long,int,long,int,string,string,string,string,byte[],string,intptr,Mono.WebServer.SslInformations)
<0xffffff3d>
in (wrapper remoting-invoke-with-check)
Mono.WebServer.XSPApplicationHost:ProcessRequest
(int,long,int,long,int,string,string,string,string,byte[],string,intptr,Mono.WebServer.SslInformations)
<0xffd6982b>
in Mono.WebServer.XSPWorker:InnerRun (object) <0x563>
in Mono.WebServer.XSPWorker:Run (object) <0x22>
in (wrapper delegate-invoke) System.MulticastDelegate:invoke_void_object
(object) <0xffffff95>
in (wrapper runtime-invoke) System.Object:runtime_invoke_void_object
(object,intptr,intptr,intptr) <0x7841857>
Native stacktrace:
/usr/bin/mono(mono_handle_native_sigsegv+0xbb) [0x814f88b]
/usr/bin/mono [0x813bc3f]
[0xa15440]
/usr/lib/libsqlite3.so.0(sqlite3_prepare+0x43) [0xd42f2e]
[0xc63df8]
[0xc635d9]
[0xc63db1]
[0xc63d78]
[0xc63d4e]
[0x34b724e]
[0xc90935]
[0xc6c41a]
[0xd7af90]
[0xd7add3]
[0xc923ed]
[0xc902f8]
[0xc6a94a]
[0xc68e68]
[0xc64a38]
[0xc64919]
[0xbdc90c]
[0xbdc42d]
[0xbdc3eb]
[0xbdc154]
[0xbba378]
[0xbb9739]
[0xbb903d]
[0xb915ec]
[0xb913ae]
[0x8faadc]
[0x8fa3b3]
[0x8fa36c]
[0x8fa2c6]
/usr/bin/mono [0x813baf0]
/usr/bin/mono(mono_runtime_invoke+0x27) [0x80d6827]
/usr/bin/mono(mono_runtime_invoke_array+0x270) [0x80d7d00]
/usr/bin/mono(mono_message_invoke+0xc5) [0x80d9815]
/usr/bin/mono [0x80a52bf]
/usr/bin/mono [0x80a5ae9]
/usr/bin/mono [0x809a072]
/usr/bin/mono [0x80f5317]
/usr/bin/mono [0x8113ac5]
/lib/libpthread.so.0 [0x1a0bd4]
/lib/libc.so.6(__clone+0x5e) [0xafe4fe]
Abandon
In advance thanks,
Cornu Nicolas
More information about the Mono-list
mailing list