Project

General

Profile

Activity

From 2012-04-04 to 2012-04-10

2012-04-10

18:31 Feature #1904: mod_secdownload option to include url GET parameters in md5
I could use either method for the md5 myself. I'd rather keep query params attached to the md5 the way you would a pa... wolpert
16:01 Feature #1904: mod_secdownload option to include url GET parameters in md5
Good point. I considered the '?' as a simple separator and did not include it in the signature, so in my opinion the ... mimbert
12:07 Feature #1904: mod_secdownload option to include url GET parameters in md5
1.4.x is sort of "stable", so feature requests are not a priority. And if the target version isn't set i don't see th... stbuehler
02:52 Feature #1904: mod_secdownload option to include url GET parameters in md5
Wolpert, I've been using this patch for 3 years now. So if they don't include it in a release, I suggest you use my d... mimbert
01:34 Feature #1904: mod_secdownload option to include url GET parameters in md5
Is there any progress with this patch? Is this known to work? I have the same needs now... wolpert
12:25 Bug #2408 (Invalid): lighttpd 1.4.28 dir listing does not support or show files with spaces.
* Works for me
* Leave priority changes to developers
* Test with curl, make sure no caches/proxies are the problem
stbuehler
11:55 Bug #2392: fastcgi.map-extensions doesn't work
oio wrote:
> Try remove "text/html"
> from
> compress.filetype = ("text/html", "application/x-javascript", "text/c...
stbuehler

2012-04-09

10:24 Bug #2405: Crash parsing configuration: *** glibc detected *** /usr/sbin/lighttpd: malloc(): memory corruption (fast): 0x0a0354d8 ***
Nice!
Thank you very much for the bug report and all the details :)
stbuehler
08:47 Bug #2405: Crash parsing configuration: *** glibc detected *** /usr/sbin/lighttpd: malloc(): memory corruption (fast): 0x0a0354d8 ***
Thanks very much. Works for me now (I recompiled 1.4.28 current from EPEL with that extra patch).
DavidAnderson
08:12 Bug #2408 (Invalid): lighttpd 1.4.28 dir listing does not support or show files with spaces.
I made a folder named "FOlder1 - Copy - Copy - Copy - Copy - Copy" on HDD. it does not show up on the directory listi... sunnyrpandya

2012-04-08

10:05 Bug #2405 (Fixed): Crash parsing configuration: *** glibc detected *** /usr/sbin/lighttpd: malloc(): memory corruption (fast): 0x0a0354d8 ***
Applied in changeset r2828. stbuehler
09:32 Bug #2405: Crash parsing configuration: *** glibc detected *** /usr/sbin/lighttpd: malloc(): memory corruption (fast): 0x0a0354d8 ***
ok, i found the problem: buffer_caseless_compare isn't transitive:... stbuehler
10:02 Revision 2829 (svn): buffer_caseless_compare: always convert letters to lowercase to get transitive results, fixing array lookups (fixes #2405)
stbuehler
10:02 Revision 2828 (svn): buffer_caseless_compare: always convert letters to lowercase to get transitive results, fixing array lookups (fixes #2405)
stbuehler
08:02 Revision e697869e: buffer_caseless_compare: always convert letters to lowercase to get transitive results, fixing array lookups (fixes #2405)
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2828 152afb58-edef-0310-8abb-c4023f1b3aa9 stbuehler

2012-04-07

17:15 Bug #2405: Crash parsing configuration: *** glibc detected *** /usr/sbin/lighttpd: malloc(): memory corruption (fast): 0x0a0354d8 ***
One other piece of info - the bug seems widely reproducible. With the same config file you get the same error on Cent... DavidAnderson
17:06 Bug #2405: Crash parsing configuration: *** glibc detected *** /usr/sbin/lighttpd: malloc(): memory corruption (fast): 0x0a0354d8 ***
Thank you...
1) I installed the debuginfo package. A new valgrind output is attached.
This is for 1.4.28 from E...
DavidAnderson
14:12 Bug #2405: Crash parsing configuration: *** glibc detected *** /usr/sbin/lighttpd: malloc(): memory corruption (fast): 0x0a0354d8 ***
Hm, strange.
* It would be helpful if you can get debug symbols for lighttpd (compile with -g, perhaps there is a ...
stbuehler
08:56 Bug #2405: Crash parsing configuration: *** glibc detected *** /usr/sbin/lighttpd: malloc(): memory corruption (fast): 0x0a0354d8 ***
For comparison, the presently running config file (one that doesn't cause a crash) ends with:
==28573== ERROR SUMM...
DavidAnderson
08:54 Bug #2405: Crash parsing configuration: *** glibc detected *** /usr/sbin/lighttpd: malloc(): memory corruption (fast): 0x0a0354d8 ***
Thank you... I've attached the output of testing a known-bad config file (that produces the glibc abort):
valgrind...
DavidAnderson

2012-04-06

21:29 Bug #2405: Crash parsing configuration: *** glibc detected *** /usr/sbin/lighttpd: malloc(): memory corruption (fast): 0x0a0354d8 ***
You could run it with valgrind; that might show the source of the memory corruption. stbuehler
17:16 Bug #2405: Crash parsing configuration: *** glibc detected *** /usr/sbin/lighttpd: malloc(): memory corruption (fast): 0x0a0354d8 ***
Nope, it's more temperamental still.
Changing *one* such section fixed things.
But when I changed my code to ou...
DavidAnderson
17:05 Bug #2405: Crash parsing configuration: *** glibc detected *** /usr/sbin/lighttpd: malloc(): memory corruption (fast): 0x0a0354d8 ***
I found the difference between crashing and not crashing....
I can take away 200 sections and it still crashes; bu...
DavidAnderson
16:39 Bug #2405: Crash parsing configuration: *** glibc detected *** /usr/sbin/lighttpd: malloc(): memory corruption (fast): 0x0a0354d8 ***
I think I've done as much testing as I can now - I also discovered that:
* I could remove about 40% of the $HTTP["...
DavidAnderson
15:39 Bug #2405: Crash parsing configuration: *** glibc detected *** /usr/sbin/lighttpd: malloc(): memory corruption (fast): 0x0a0354d8 ***
I've done some further testing.
It's not the size of the file directly - I managed to cut 20k (305kb -> 284kb) off...
DavidAnderson
14:52 Bug #2405: Crash parsing configuration: *** glibc detected *** /usr/sbin/lighttpd: malloc(): memory corruption (fast): 0x0a0354d8 ***
OK, thanks for the info. For future ref, What counts as critical? lighttpd not being able to parse a valid config fil... DavidAnderson
14:43 Bug #2405: Crash parsing configuration: *** glibc detected *** /usr/sbin/lighttpd: malloc(): memory corruption (fast): 0x0a0354d8 ***
"Urgent" and up is reserved for critical bugs. nitrox
14:38 Bug #2405 (Fixed): Crash parsing configuration: *** glibc detected *** /usr/sbin/lighttpd: malloc(): memory corruption (fast): 0x0a0354d8 ***
lighttpd version: 1.4.30 from CentOS 5 EPEL testing (http://dl.fedoraproject.org/pub/epel/testing/5/i386/lighttpd-1.4... DavidAnderson
14:51 Bug #2404: Crash parsing configuration: *** glibc detected *** /usr/sbin/lighttpd: malloc(): memory corruption (fast): 0x0a0354d8 ***
Hi,
Please close this one - the information is in 2405. Redmine threw an error when I submitted the report and did...
DavidAnderson
14:42 Bug #2404 (Missing Feedback): Crash parsing configuration: *** glibc detected *** /usr/sbin/lighttpd: malloc(): memory corruption (fast): 0x0a0354d8 ***
more at #2405 nitrox
14:39 Bug #2404 (Need Feedback): Crash parsing configuration: *** glibc detected *** /usr/sbin/lighttpd: malloc(): memory corruption (fast): 0x0a0354d8 ***
Seriously? Its that urgent that you do not even have the time to provide a few more information? nitrox
14:34 Bug #2404 (Duplicate): Crash parsing configuration: *** glibc detected *** /usr/sbin/lighttpd: malloc(): memory corruption (fast): 0x0a0354d8 ***
DavidAnderson
 

Also available in: Atom