Opened 13 years ago
Last modified 12 years ago
#668 closed defect
Issue with 49b92ba0bfb7ecfceb49a45f64e9943ea83a6d94 — at Initial Version
Reported by: | Mario Domenech Goulart | Owned by: | felix winkelmann |
---|---|---|---|
Priority: | critical | Milestone: | 4.9.0 |
Component: | unknown | Version: | 4.7.x |
Keywords: | 49b92ba0bfb7ecfceb49a45f64e9943ea83a6d94 | Cc: | sjamaan |
Estimated difficulty: |
Description
I have a quite complex awful web app that behaves weirdly when run by chicken from git commit 49b92ba0bfb7ecfceb49a45f64e9943ea83a6d94. The same web app works fine with chicken code prior to 49b92ba0bfb7ecfceb49a45f64e9943ea83a6d94 and doesn't work with commits more recent than it.
By "behaves weirdly" I mean the application can be started, but requests take a long time to be finished and keep the CPU very busy. The requested data is eventually delivered to the client but takes a long time and demands a lot of CPU work.
Unfortunately I don't have a simple test case to reproduce the problem yet. I'm just filing this ticket now in the hope somebody can see something in 49b92ba0bfb7ecfceb49a45f64e9943ea83a6d94 that could be a problem.