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]

net tests debugging problem


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..

(gdb) set remotebaud 38400
(gdb) target remote /dev/ttyS1
     Remote debugging using /dev/ttyS1
     0x00007d94 in ?? () at /opt/ecos-
cvs/packages/net/tcpip/current/src/sys/net/if_loop.c:237
 237 }
(gdb) load
Loading section .text, size 0x1c8bc lma 0x108000
Loading section .rodata, size 0x21e0 lma 0x1248c0
Loading section .data, size 0x7c0 lma 0x126aa0
Start address 0x108000, load size 127580
Transfer rate: 25516 bits/sec, 318 bytes/write.
(gdb) b cyg_start
Breakpoint 1 at 0x1086ee: file
/opt/ecos-cvs/packages/net/tcpip/current/tests/socket_test.c,
 
line 95.
(gdb) b net_test
Breakpoint 2 at 0x108663: file
/opt/ecos-cvs/packages/net/tcpip/current/tests/socket_test.c,
 
line 77.
(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... 
Can anybody help me out.. 

Thanx 
Nilesh Tarale

__________________________________________________
Do You Yahoo!?
Send FREE Valentine eCards with Yahoo! Greetings!
http://greetings.yahoo.com


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