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]

Problem with ecos web server


Hi All,

I got the ecos web server "monitor" web page to display at:
192.168.0.21/monitor using the test httpd1.c . the return via
CYG_TEST_PASS_FINISH was commented out to facilitate testing . The stack was
increased from 0x1000 to 0x5000 (did not have any effect) .
The /monitor page shows correctly, the first link (anyone of the four
possible) shows the page correctly, but the second use of any link seems to
reliably crash the program , no asserts are shown and what I suspect is a
gdb message shows up on the serial port .

on the redboot serial port :
$T0bthread:00000002;25:8031ef18;1d:803bf5f0;#69

the cvs used is dated july 2nd. The previously (last week) reported problem
with the tftp_client was solved with the most recent code.
Anybody seen this kind of problem before or can give hints of what to look
for????
Last may , someone reported having problems with the asserts displaying
messages but this is not the case here.

many thanks for any help

Henri


RedBoot> go
[cyg_net_init] Init: mbinit(0x00000000)
[cyg_net_init] Init: cyg_net_init_devs(0x00000000)
Init device 'i82559_eth0'
[cyg_net_init] Init: loopattach(0x00000000)
[cyg_net_init] Init: ifinit(0x00000000)
IFP: 0x8036ebd8, next: 0x803c4740
IFP: 0x803c4740, next: 0x00000000
[cyg_net_init] Init: domaininit(0x00000000)
[cyg_net_init] Init: cyg_net_add_domain(0x80370170)
New domain internet at 0x00000000
[cyg_net_init] Init: cyg_net_add_domain(0x8036f960)
New domain route at 0x00000000
[cyg_net_init] Init: cyg_route_init(0x00000000)
[cyg_net_init] Done
BOOTP[eth0] op: REPLY
       htype: Ethernet
        hlen: 6
        hops: 0
         xid: 0x0
        secs: 0
       flags: 0x0
       hw_addr: 08:88:12:34:56:78
     client IP:
         my IP: 192.168.0.21
     server IP: 192.168.0.4
    gateway IP: 192.168.0.4
  options:
        subnet mask: 255.255.255.0
       IP broadcast: 192.168.0.255
            gateway: 192.168.0.4
Route - dst: 0.0.0.0, mask: 0.0.0.0, gateway: 192.168.0.4



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