Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Cherokee: dev

Issue 625 in cherokee: Error when I/O Cache is enabled

 

 

Cherokee dev RSS feed   Index | Next | Previous | View Threaded


codesite-noreply at google

Nov 4, 2009, 6:40 AM

Post #1 of 12 (95 views)
Permalink
Issue 625 in cherokee: Error when I/O Cache is enabled

Status: New
Owner: ----

New issue 625 by gslsouza: Error when I/O Cache is enabled
http://code.google.com/p/cherokee/issues/detail?id=625

What steps will reproduce the problem?
1. Image file, eg: cherokee.png
2. Enable I/O Cache and restart server
3. 1st request with different case of image,
eg: http://localhost/img/CHEROKEE.png

What is the expected output? What do you see instead?
Expected: cherokee.png, but return error 404
Further requests with correct case http://localhost/images/cherokee.png
will also return error 404.

What version of the product are you using? On what operating system?
0.99.26 Ubuntu 9.10, CentOS 5.3

Please provide any additional information below.
This problem doesn't occur if 1st request is
http://localhost/images/cherokee.png
or if I/O Cache is disabled.


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
_______________________________________________
Cherokee-dev mailing list
Cherokee-dev[at]lists.octality.com
http://lists.octality.com/listinfo/cherokee-dev


codesite-noreply at google

Nov 4, 2009, 9:43 AM

Post #2 of 12 (92 views)
Permalink
Re: Issue 625 in cherokee: Error when I/O Cache is enabled [In reply to]

Updates:
Status: Accepted
Labels: Type-Defect Priority-High Component-Logic Usability

Comment #1 on issue 625 by ste...@konink.de: Error when I/O Cache is enabled
http://code.google.com/p/cherokee/issues/detail?id=625

I love how you found this error!!

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
_______________________________________________
Cherokee-dev mailing list
Cherokee-dev[at]lists.octality.com
http://lists.octality.com/listinfo/cherokee-dev


codesite-noreply at google

Nov 4, 2009, 10:03 AM

Post #3 of 12 (92 views)
Permalink
Re: Issue 625 in cherokee: Error when I/O Cache is enabled [In reply to]

Comment #2 on issue 625 by binb...@b2host.de: Error when I/O Cache is
enabled
http://code.google.com/p/cherokee/issues/detail?id=625

Indeed very descriptive.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
_______________________________________________
Cherokee-dev mailing list
Cherokee-dev[at]lists.octality.com
http://lists.octality.com/listinfo/cherokee-dev


codesite-noreply at google

Nov 4, 2009, 10:07 AM

Post #4 of 12 (92 views)
Permalink
Re: Issue 625 in cherokee: Error when I/O Cache is enabled [In reply to]

Comment #3 on issue 625 by ste...@konink.de: Error when I/O Cache is enabled
http://code.google.com/p/cherokee/issues/detail?id=625

http://code.google.com/p/cherokee/issues/detail?id=596

I think the above one is maybe even related.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
_______________________________________________
Cherokee-dev mailing list
Cherokee-dev[at]lists.octality.com
http://lists.octality.com/listinfo/cherokee-dev


codesite-noreply at google

Nov 4, 2009, 1:42 PM

Post #5 of 12 (92 views)
Permalink
Re: Issue 625 in cherokee: Error when I/O Cache is enabled [In reply to]

Comment #4 on issue 625 by ste...@konink.de: Error when I/O Cache is enabled
http://code.google.com/p/cherokee/issues/detail?id=625

I'm trying to reproduce this with the latest SVN. But I can't...

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
_______________________________________________
Cherokee-dev mailing list
Cherokee-dev[at]lists.octality.com
http://lists.octality.com/listinfo/cherokee-dev


codesite-noreply at google

Nov 4, 2009, 3:40 PM

Post #6 of 12 (92 views)
Permalink
Re: Issue 625 in cherokee: Error when I/O Cache is enabled [In reply to]

Updates:
Owner: alobbs

Comment #5 on issue 625 by alobbs: Error when I/O Cache is enabled
http://code.google.com/p/cherokee/issues/detail?id=625

Just realized my current development platform (MacOS X 10.6) has a
case-insensitive
file system. I'll try to reproduce it on a Linux box ASAP.

Thanks for reporting!

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
_______________________________________________
Cherokee-dev mailing list
Cherokee-dev[at]lists.octality.com
http://lists.octality.com/listinfo/cherokee-dev


codesite-noreply at google

Nov 4, 2009, 5:04 PM

Post #7 of 12 (92 views)
Permalink
Re: Issue 625 in cherokee: Error when I/O Cache is enabled [In reply to]

Updates:
Status: Fixed

Comment #6 on issue 625 by alobbs: Error when I/O Cache is enabled
http://code.google.com/p/cherokee/issues/detail?id=625

It's fixed now:

http://svn.cherokee-project.com/changeset/3777

Thanks a million for reporting!! You've helped us to catch a nasty bug
here. :-)

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
_______________________________________________
Cherokee-dev mailing list
Cherokee-dev[at]lists.octality.com
http://lists.octality.com/listinfo/cherokee-dev


codesite-noreply at google

Nov 4, 2009, 5:10 PM

Post #8 of 12 (92 views)
Permalink
Re: Issue 625 in cherokee: Error when I/O Cache is enabled [In reply to]

Comment #7 on issue 625 by ste...@konink.de: Error when I/O Cache is enabled
http://code.google.com/p/cherokee/issues/detail?id=625

+ Big thanks from me too! :) I'm going to kill some Cherokee uptime because
this fix.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
_______________________________________________
Cherokee-dev mailing list
Cherokee-dev[at]lists.octality.com
http://lists.octality.com/listinfo/cherokee-dev


codesite-noreply at google

Nov 4, 2009, 5:22 PM

Post #9 of 12 (92 views)
Permalink
Re: Issue 625 in cherokee: Error when I/O Cache is enabled [In reply to]

Comment #8 on issue 625 by alobbs: Error when I/O Cache is enabled
http://code.google.com/p/cherokee/issues/detail?id=625

Issue 596 has been merged into this issue.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
_______________________________________________
Cherokee-dev mailing list
Cherokee-dev[at]lists.octality.com
http://lists.octality.com/listinfo/cherokee-dev


codesite-noreply at google

Nov 5, 2009, 12:22 AM

Post #10 of 12 (78 views)
Permalink
Re: Issue 625 in cherokee: Error when I/O Cache is enabled [In reply to]

Comment #9 on issue 625 by skarcha: Error when I/O Cache is enabled
http://code.google.com/p/cherokee/issues/detail?id=625

Mmmm... I'll see if this patch fixes these errors I'm getting:

file iocache.c:562 (cherokee_iocache_autoget_fd): this should not happen


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
_______________________________________________
Cherokee-dev mailing list
Cherokee-dev[at]lists.octality.com
http://lists.octality.com/listinfo/cherokee-dev


codesite-noreply at google

Nov 5, 2009, 6:57 AM

Post #11 of 12 (78 views)
Permalink
Re: Issue 625 in cherokee: Error when I/O Cache is enabled [In reply to]

Comment #10 on issue 625 by alobbs: Error when I/O Cache is enabled
http://code.google.com/p/cherokee/issues/detail?id=625

I managed to get one of those warnings when I was working with the
case-insensitive
file-system of MacOS X (Geez! I cannot believe they are actually using a
case-insensitive FS by default!).

Please let me know if you find a way to get that error message again. :)

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
_______________________________________________
Cherokee-dev mailing list
Cherokee-dev[at]lists.octality.com
http://lists.octality.com/listinfo/cherokee-dev


codesite-noreply at google

Nov 9, 2009, 3:35 AM

Post #12 of 12 (66 views)
Permalink
Re: Issue 625 in cherokee: Error when I/O Cache is enabled [In reply to]

Comment #11 on issue 625 by skarcha: Error when I/O Cache is enabled
http://code.google.com/p/cherokee/issues/detail?id=625

No problem so far... Looks that it fixed that problem too... ;)


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
_______________________________________________
Cherokee-dev mailing list
Cherokee-dev[at]lists.octality.com
http://lists.octality.com/listinfo/cherokee-dev

Cherokee dev RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.