[MonoDevelop] Problem while running app with monodevelop on mac OSX
pablo fernandez
fernandezpablo85 at gmail.com
Wed Jan 18 02:04:21 UTC 2012
Hi guys,
I'm having a problem while running a webapp on monodevelop. The webapp
compiles cleanly but when I try to run it, it throws the following
exception on the console:
Adding applications '/:.'...
Registering application:
Host: any
Port: any
Virtual path: /
Physical path:
/Users/pfernand/Projects/eventator/trunk/EventManager.UserInterface/
Stacktrace:
at System.Web.Configuration.WebConfigurationManager.GetSection
(string,string) [0x00000] in
/private/tmp/monobuild/build/BUILD/mono-2.10.8/mcs/class/System.Web/System.Web.Configuration_2.0/WebConfigurationManager.cs:418
at
System.Web.Configuration.WebConfigurationManager.GetWebApplicationSection
(string) [0x0002c] in
/private/tmp/monobuild/build/BUILD/mono-2.10.8/mcs/class/System.Web/System.Web.Configuration_2.0/WebConfigurationManager.cs:670
at System.Web.Hosting.ApplicationHost.SetHostingEnvironment () [0x00002]
in
/private/tmp/monobuild/build/BUILD/mono-2.10.8/mcs/class/System.Web/System.Web.Hosting/ApplicationHost.cs:276
at System.AppDomain.DoCallBack (System.CrossAppDomainDelegate) [0x00006]
in
/private/tmp/monobuild/build/BUILD/mono-2.10.8/mcs/class/corlib/System/AppDomain.cs:607
at (wrapper remoting-invoke-with-check) System.AppDomain.DoCallBack
(System.CrossAppDomainDelegate) <IL 0x00039, 0xffffffff>
at (wrapper xdomain-dispatch) System.AppDomain.DoCallBack
(object,byte[]&,byte[]&) <IL 0x00063, 0xffffffff>
at (wrapper xdomain-invoke) System.AppDomain.DoCallBack
(System.CrossAppDomainDelegate) <0xffffffff>
at (wrapper remoting-invoke-with-check) System.AppDomain.DoCallBack
(System.CrossAppDomainDelegate) <IL 0x00039, 0xffffffff>
at System.Web.Hosting.ApplicationHost.CreateApplicationHost
(System.Type,string,string) <0x006fb>
at Mono.WebServer.VPathToHost.CreateHost
(Mono.WebServer.ApplicationServer,Mono.WebServer.WebSource) <0x0007f>
at Mono.WebServer.XSP.Server.RealMain
(string[],bool,Mono.WebServer.IApplicationHost,bool) <0x011f7>
at Mono.WebServer.XSP.Server.Main (string[]) <0x000a7>
at (wrapper runtime-invoke) <Module>.runtime_invoke_int_object
(object,intptr,intptr,intptr) <0xffffffff>
Native stacktrace:
0 mono 0x00094efc
mono_handle_native_sigsegv + 284
1 mono 0x00004fe8
mono_sigsegv_signal_handler + 248
2 libSystem.B.dylib 0x9382205b _sigtramp + 43
3 ??? 0xffffffff 0x0 + 4294967295
4 mono 0x00193057 assembly_binding_end +
103
5 mono 0x00191ee6 end_element + 86
6 mono 0x0024a38e
monoeg_g_markup_parse_context_parse + 2126
7 mono 0x0019290e
mono_config_parse_xml_with_context + 126
8 mono 0x00192a14
mono_config_parse_file_with_context + 212
9 mono 0x00193886
mono_config_parse_assembly_bindings + 134
10 mono 0x000e70fb
mono_assembly_apply_binding + 715
11 mono 0x000e7a11
mono_assembly_load_full_nosearch + 97
12 mono 0x000e7d9f mono_assembly_load_full
+ 63
13 mono 0x000e7e19 mono_assembly_load + 57
14 mono 0x000e2d4a
mono_assembly_load_reference + 650
15 mono 0x000eb985 mono_class_from_typeref
+ 1509
16 mono 0x00140fd2 method_from_memberref +
242
17 mono 0x00142b07
mono_get_method_from_token + 455
18 mono 0x00142fd5 mono_get_method_full +
277
19 mono 0x0002f28d mono_method_to_ir + 47373
20 mono 0x00009f1a mini_method_compile +
1642
21 mono 0x0000c5f7
mono_jit_compile_method_with_opt + 1159
22 mono 0x0000cf59 mono_jit_compile_method
+ 41
23 mono 0x0019eb83 mono_compile_method + 83
24 mono 0x0009868b common_call_trampoline
+ 1083
25 mono 0x00095c5b mono_magic_trampoline +
59
26 ??? 0x0041f066 0x0 + 4321382
27 ??? 0x0395baa0 0x0 + 60144288
28 ??? 0x0395b8d4 0x0 + 60143828
29 ??? 0x0395b8ad 0x0 + 60143789
30 ??? 0x0395b864 0x0 + 60143716
31 ??? 0x0395ab84 0x0 + 60140420
32 ??? 0x02fc0187 0x0 + 50069895
33 ??? 0x02fe7f64 0x0 + 50233188
34 ??? 0x02e8e864 0x0 + 48818276
35 ??? 0x02e8d920 0x0 + 48814368
36 ??? 0x004b0540 0x0 + 4916544
37 ??? 0x004aedb8 0x0 + 4910520
38 ??? 0x004aeefe 0x0 + 4910846
39 mono 0x0000d282 mono_jit_runtime_invoke
+ 722
40 mono 0x001a436a mono_runtime_invoke +
170
41 mono 0x001a6eac mono_runtime_exec_main +
620
42 mono 0x001a6111 mono_runtime_run_main +
929
43 mono 0x00069995 mono_jit_exec + 149
44 mono 0x0006bf13 mono_main + 9587
45 mono 0x00002299 main + 441
46 mono 0x000020a6 start + 54
Debug info from gdb:
=================================================================
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.
=================================================================
The application was terminated by a signal: SIGIOT
ENVIRONMENT INFORMATION:
MonoDevelop 2.8.5
Installation UUID: 5cf03bad-ae59-49c7-9829-8b60a98faca3
Runtime:
Mono 2.10.8 (tarball Mon Dec 19 17:43:18 EST 2011)
GTK 2.24.5
GTK# (2.12.0.0)
Apple Developer Tools:
Xcode 4.0.2 (99)
Build 4A2002a
Monotouch:
Mono for Android not installed
Build information:
Release ID: 20805000
Git revision: c4deb930539ae87247b0bc43919dfcb98df215c2
Build date: 2011-12-09 23:27:52+0000
Operating System:
Mac OS X 10.6.8
Darwin pfernand-2-mn.local 10.8.0 Darwin Kernel Version 10.8.0: Tue Jun 7
16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386 i386
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/monodevelop-list/attachments/20120117/76bd6f34/attachment-0001.html>
More information about the Monodevelop-list
mailing list