[Mono-aspnet-list] SIGSEGV error, no idea why?
Robert Jordan
robertj at gmx.net
Thu Jul 16 13:15:35 EDT 2009
Piercy wrote:
> Ok, i tried my best to trace this. I didnt do it on xsp (because i have no
> idea how that works or anything so jsut used apache). i navigated to the ASP
> .Net sites bin folder and did "mono --trace WeddingSite.dll >> fileOut.txt"
> (is this correct?). The output i got was this:
It's not correct. Try this:
1) open a shell
2) change into your app's directory
3) execute:
MONO_OPTIONS=--trace xsp2 --nonstop --port 8181 --applications /:. >
trace.log 2>&1
4) navigate to http://localhost:8181/ and try to trigger the crash
5) execute
tail -n100 trace.log
6) post the output of (5)
If your application's virtual root isn't "/" then adjust
the --applications switch accordingly:
--applications /foo:.
Robert
More information about the Mono-aspnet-list
mailing list