[Mono-aspnet-list] Stack overflow in unmanaged: IP: 0x8215e35, fault addr: 0xb5c04ed8

Gonzalo Paniagua Javier gonzalo.mono at gmail.com
Tue Sep 7 14:17:16 EDT 2010


On Sat, 2010-09-04 at 12:17 +0400, Alexander M. Batishchev wrote:
> Hi, everybody.

> I do next on my virtual debian box (Visual Studio 2010 web application
> built using xbuild without errors)

> $ xsp4 --port 8086

For debugging purposes, run it like:

MONO_OPTIONS="--trace" xsp4 --port 8086 > trace-output

It will take a while before crashing. Once it does, you will have a huge
file named trace-output the last few hundreds (may be thousands) lines
might show the same method calling itself over and over again. If that's
the case and the method is in your code, you have a bug, otherwise, we
do :-)

-Gonzalo




More information about the Mono-aspnet-list mailing list