This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: net tests debugging problem


Nilesh Tarale wrote:
> 
> Hi,
> I have configured ecos with latest cvs-ecos.
> The hardware is i386-pc and the template is default.
> I have added the net package in the ecos..
> I have created a redboot bootable floppy with the
> latest cvs-ecos.
> While debugging the networking tests cases i am
> getting the following results..
[snip]
> (gdb) continue
>     Continuing.
>  Network stack using 65536 bytes for misc space
>                65536 bytes for mbufs
>                131072 bytes for mbuf clusters
>  Init device '<null>'
>  Program received signal SIGILL, Illegal instruction.
>  0xe816f006 in ?? ()
> 
>         And gdb stops..
>   Where as with other tests cases like io (serial and
> pci) it is working fine...

For some reason your network device table (__NETDEVTAB__) contains a NULL
entry. That shouldn't happen. You'll need to create a linker map and find
out what is setting it to NULL.

Jifl
-- 
Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223) 271062
Maybe this world is another planet's Hell -Aldous Huxley || Opinions==mine

Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]