dotgnu-pnet
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Pnet-developers] pnet on NetBSD2.0


From: Ilyak Kasnacheev
Subject: Re: [Pnet-developers] pnet on NetBSD2.0
Date: Thu, 18 Nov 2004 16:28:44 +0300
User-agent: Mozilla Thunderbird 0.9 (Windows/20041103)

Chris Bacon wrote:

Hi,

I have recently installed pnet v0.6.10 on NetBSD2.0RC4.
cscc appears to work fine for a trivial program (which does nothing), but
ilrun always generates a segmentation fault when trying to execute this
trivial program.
If I move the .exe file generated by cscc to a Linux machine running mono it
executes fine.
If I compile a program using mono's C# compiler and try to execute it using
ilrun it segments.

Any help would be appricated

It would surely be good if you do either:
Show `strace ilrun trivialprogram.exe' output.
Try `gdb ilrun'
> run trivialprogram.exe
> continue (i'm unsure this step is really needed, if program does not seems to start running, try it)
when it will segfault, gdb will give access to you.
> bt
and show us what bt will print.

This is standard ways to circle problem with segfault.
Even better if you will compile pnet with --enable-debug before trying gdb.

Thank you for listening :)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]