[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pnet-developers] Using Portable.Net on an embedded system (2.)
From: |
Simon Posnjak |
Subject: |
[Pnet-developers] Using Portable.Net on an embedded system (2.) |
Date: |
Thu, 21 Oct 2004 11:32:57 +0200 |
Hi all,
I am still trying to get P.Net running on our embedded board. I have
ported GC and libffi to cris (patches will be send in the near future).
But still I get a segfault and the cryptic messages:
# ./ilrun -L libs/ hello.exe
token 0x0A000001: member `System.Console.WriteLine' not found
token 0x0A000002: member `System.Object..ctor' not found
00:40:8C:CD:00:<5>__alloc_pages: 0-order allocation failed (gfp=0x1d2/0)
VM: killing process ilrun
Segmentation fault
A small GDB trace is attached to this mail (pnet_gdb_1.zip).
As I see it the problem is in the Load_MemberRef (meta_build.c:2580)
function in lines 2580-2603 (the while((resolvedMember=ILClassNextMember
loop). I traced the lookup on WriteLine symbol and attached it to this
mail to (pnet_gdb_2.zip).
Anybody knows a reason why this happens (or how should I debug this)?
Regards Simon
pnet_gdb_1.zip
Description: Zip archive
pnet_gdb_2.zip
Description: Zip archive
- [Pnet-developers] Using Portable.Net on an embedded system (2.),
Simon Posnjak <=