Things are progressing nicely (I have already abandoned two problem reports because they were fixed in the meantime) but there has been an unfortunate regression - a few days ago Reddit comment threads started thrashing the CPU. Example: http://www.reddit.com/r/haskell/comments/24rcf0/hourglass_a_new_simpler_time... This is bad news for me as I follow a lot of subreddits. I hope it can be fixed soon. If there is anything I can do to help find the problem please say so. Regards, Jeremy Henty
On Mo, Mai 05, 2014, Jeremy Henty wrote:
Things are progressing nicely (I have already abandoned two problem reports because they were fixed in the meantime) but there has been an unfortunate regression - a few days ago Reddit comment threads started thrashing the CPU. Example:
http://www.reddit.com/r/haskell/comments/24rcf0/hourglass_a_new_simpler_time...
This is bad news for me as I follow a lot of subreddits. I hope it can be fixed soon. If there is anything I can do to help find the problem please say so.
Aside from testing, perhaps simplification of pages, see attached example, which has all stripped off which is not neccessary to reproduce the bug. (It is largely intuition to get there, so perhaps it is best when I do this.) Expect a fix soon. Sebastian
On Mon, May 05, 2014, Sebastian Geerken wrote:
On Mo, Mai 05, 2014, Jeremy Henty wrote:
Things are progressing nicely (I have already abandoned two problem reports because they were fixed in the meantime) but there has been an unfortunate regression - a few days ago Reddit comment threads started thrashing the CPU. Example:
http://www.reddit.com/r/haskell/comments/24rcf0/hourglass_a_new_simpler_time...
This is bad news for me as I follow a lot of subreddits. I hope it can be fixed soon. If there is anything I can do to help find the problem please say so.
Aside from testing, perhaps simplification of pages, see attached example, which has all stripped off which is not neccessary to reproduce the bug. (It is largely intuition to get there, so perhaps it is best when I do this.)
Expect a fix soon.
Fixed. Interestingly, the fix was in some rather old part of dw; the old implementation did not seem to work properly with extremes (e. g. <button> within <table>), so it is strange that this bug was invisble until now. Sebastian
Sebastian Geerken wrote:
On Mon, May 05, 2014, Sebastian Geerken wrote:
On Mo, Mai 05, 2014, Jeremy Henty wrote:
Things are progressing nicely (I have already abandoned two problem reports because they were fixed in the meantime) but there has been an unfortunate regression - a few days ago Reddit comment threads started thrashing the CPU. Example:
http://www.reddit.com/r/haskell/comments/24rcf0/hourglass_a_new_simpler_time...
This is bad news for me as I follow a lot of subreddits. I hope it can be fixed soon. If there is anything I can do to help find the problem please say so.
Aside from testing, perhaps simplification of pages, see attached example, which has all stripped off which is not neccessary to reproduce the bug. (It is largely intuition to get there, so perhaps it is best when I do this.)
Expect a fix soon.
Fixed.
Marvellous! Regards, Jeremy Henty
participants (2)
-
onepoint@starurchin.org
-
sgeerken@dillo.org