2010-01-21 04:41:15 thttpd
Parimala Baggiri (INDIA)
Message: 84934
Hello,
Why is thttpd is not updated to the latest version(thttpd-2.25b)? With the existing version when I run thttpd apllication I get the following error
root:/> thttpd
chdir: No such file or directory
SEGV
And trace is
Jump to NULL address
Deferred Exception context
CURRENT PROCESS:
COMM=thttpd PID=267 CPU=0
TEXT = 0x00ac0040-0x00acfe60 DATA = 0x00acfe64-0x00ad343c
BSS = 0x00ad343c-0x00ad3b34 USER-STACK = 0x00ad7efc
return address: [0x000003ec]; contents of:
0x000003c0: ???? ???? ???? ???? ???? ???? ???? ????
0x000003d0: ???? ???? ???? ???? ???? ???? ???? ????
0x000003e0: ???? ???? ???? ???? ???? ???? [????] ????
0x000003f0: ???? ???? ???? ???? ???? ???? ???? ????
ADSP-BF537-0.3 500(MHz CCLK) 125(MHz SCLK) (mpu off)
Linux version 2.6.32.1-ADI-2010R1-pre-svn8037 (parimala@debian) (gcc version 4.3.4 (ADI-trunk/svn-3737) ) #320 Wed Jan 20 13:02:00 IST 2010
SEQUENCER STATUS: Tainted: P
SEQSTAT: 0000002d IPEND: 0008 IMASK: ffff SYSCFG: 0006
EXCAUSE : 0x2d
physical IVG3 asserted : <0xffa0072c> /* kernel dynamic memory */
RETE: <0x00000000> /* Maybe null pointer? */
RETN: <0x00b76000> /* kernel dynamic memory */
RETX: <0x00000480> /* Maybe fixed code section */
RETS: <0x00aca076> [ thttpd + 0xa036 ]
PC : <0x000003ec> /* Maybe null pointer? */
DCPLB_FAULT_ADDR: <0x00ad39d0> [ thttpd + 0x139d0 ]
ICPLB_FAULT_ADDR: <0x000003ec> /* Maybe null pointer? */
PROCESSOR STATE:
R0 : 00000001 R1 : 00aca234 R2 : 00ad3210 R3 : 00ad0967
R4 : 00000000 R5 : 00ad346c R6 : 00000001 R7 : 00ad40ec
P0 : 00000001 P1 : ffffffff P2 : 000003ec P3 : 00000001
P4 : 00000001 P5 : 00acfe64 FP : 00ad40fc SP : 00b75f24
LB0: 00ac8839 LT0: 00ac8836 LC0: 00000000
LB1: 00ac7cd9 LT1: 00ac7cd8 LC1: 00000000
B0 : 00000000 L0 : 00000000 M0 : 00000004 I0 : 00ad2f78
B1 : 00000000 L1 : 00000000 M1 : 00000000 I1 : 00000000
B2 : 00000000 L2 : 00000000 M2 : 00000000 I2 : 00000000
B3 : 00000000 L3 : 00000000 M3 : 00000000 I3 : 00000000
A0.w: 00000000 A0.x: 00000000 A1.w: 00000000 A1.x: 00000000
USP : 00ad40e0 ASTAT: 02003004
Hardware Trace:
0 Target : <0x000050e0> { _trap_c + 0x0 }
Source : <0xffa006c0> /* kernel dynamic memory */ CALL pcrel
1 Target : <0xffa0061c> /* kernel dynamic memory */
Source : <0xffa004dc> /* kernel dynamic memory */ RTX
2 Target : <0xffa004c4> /* kernel dynamic memory */
Source : <0xffa00574> /* kernel dynamic memory */ JUMP.S
3 Target : <0xffa00500> /* kernel dynamic memory */
Source : <0xffa00786> /* kernel dynamic memory */ JUMP (P4)
4 Target : <0xffa0072c> /* kernel dynamic memory */
Source : <0x00aca074> [ thttpd + 0xa034 ] CALL (P2)
5 Target : <0x00aca062> [ thttpd + 0xa022 ]
Source : <0x00aca240> [ thttpd + 0xa200 ] RTS
6 Target : <0x00aca234> [ thttpd + 0xa1f4 ]
Source : <0x00aca060> [ thttpd + 0xa020 ] CALL (P2)
7 Target : <0x00aca050> [ thttpd + 0xa010 ]
Source : <0x00aca250> [ thttpd + 0xa210 ] RTS
8 Target : <0x00aca244> [ thttpd + 0xa204 ]
Source : <0x00aca04e> [ thttpd + 0xa00e ] CALL (P2)
9 Target : <0x00aca028> [ thttpd + 0x9fe8 ]
Source : <0x00ac13ce> [ thttpd + 0x138e ] CALL pcrel
10 Target : <0x00ac13cc> [ thttpd + 0x138c ]
Source : <0x00ac731e> [ thttpd + 0x72de ] RTS
11 Target : <0x00ac7318> [ thttpd + 0x72d8 ]
Source : <0x00ac733e> [ thttpd + 0x72fe ] RTS
12 Target : <0x00ac733a> [ thttpd + 0x72fa ]
Source : <0x00ac7762> [ thttpd + 0x7722 ] RTS
13 Target : <0x00ac775a> [ thttpd + 0x771a ]
Source : <0x00ac7748> [ thttpd + 0x7708 ] IF CC JUMP
14 Target : <0x00ac7744> [ thttpd + 0x7704 ]
Source : <0x00ac7a00> [ thttpd + 0x79c0 ] RTS
15 Target : <0x00ac79f8> [ thttpd + 0x79b8 ]
Source : <0x00ac7872> [ thttpd + 0x7832 ] IF !CC JUMP
Userspace Stack
Stack info:
SP: [0x00ad40e0] <0x00ad40e0> [ thttpd + 0x140e0 ]
uclinux-dist: svn9274
Processor: BF537-STAMP
Regards,
Parimala
QuoteReplyEditDelete
2010-01-21 04:44:03 Re: thttpd
Mike Frysinger (UNITED STATES)
Message: 84935
if no one is using/asking for a package, then we dont really care about it. people who want simple http server tend to use boa, so that's what we've worked on.
btw, nothing is stopping you from building the latest upstream release yourself.
QuoteReplyEditDelete
2010-01-21 05:15:24 Re: thttpd
Parimala Baggiri (INDIA)
Message: 84936
Thank you. I will go for latest version
QuoteReplyEditDelete
2010-01-21 13:16:27 Re: thttpd
Mike Frysinger (UNITED STATES)
Message: 84941
latest svn uclinux-dist trunk has thttpd-2.25b