[Mono-list] Re: More problems.

dietmar dietmar@ximian.com
02 Dec 2002 11:07:19 +0100


On Sun, 2002-12-01 at 21:52, Miguel de Icaza wrote:
> I hacked the compiler, and it is currently generating incorrect code,
> but now I get this:
> 
> mono$ mono test-12.exe 
> 
> ** (test-12.exe:7245): WARNING **: Exception insinde function without
> unwind info
> 
> ** ERROR **: file exception.c: line 845 (arch_handle_exception): should
> not be reached
> aborting...
> Aborted
> 
> I am attaching the test-12.exe (which is known to contain errors), but
> the stack trace is not showing up with the new exception stuff.

I cant reproduce that bug. I get the following result:

# mono test-12.exe 

** (/home/dm/test12.exe:4190): CRITICAL **: bind failed: Address already in use

** (/home/dm/test12.exe:4189): WARNING **: Handle daemon failed to start

** (/home/dm/test12.exe:4189): WARNING **: Failed to attach shared memory! Falling back to non-shared handles


and a freeze.

- Dietmar