[Mono-list] Mono 0.31 segfault

David Sheldon dave-monolist@earth.li
Tue, 13 Apr 2004 19:44:22 +0100


I think that this is bug 55253.

http://bugzilla.ximian.com/show_bug.cgi?id=55253

Are the debian packages compiled with the  --with-sigaltstack=no 
option? 

Hmm, I wonder if this works for anyone else. It definitely doesn't work
on debian for me if I don't use that option.

David

On Tue, Apr 13, 2004 at 10:29:10PM +0400, Vadim B. Guzev wrote:
> This code also hangs on Linux 2.4.25 without throwing any exceptions or
> segfaults!
> 
> Best regards,
> Vadim B. Guzev
> http://u.pereslavl.ru/~vadim/MCSharp/
> 
> ----- Original Message ----- 
> From: "Stuart Ballard" <sballard@netreach.com>
> To: "mono-list" <mono-list@lists.ximian.com>
> Sent: Tuesday, April 13, 2004 10:19 PM
> Subject: [Mono-list] Mono 0.31 segfault
> 
> 
> > Running mono 0.31 from debian packages. The following simple test 
> > program crashes mono with a segmentation fault:
> > 
> > public class MainClass {
> > public static void Main() {
> > object o = null;
> > Console.WriteLine(o.ToString());
> > }
> > }

-- 
        "If you used a linear search on a telephone book, you
       probably wouldn't be sitting here..." -- Carroll Morgan