Hi Remy
Might be worth checking the following are installed, replace any i686 versions with P4 versions
libxslt - 1.132-1 P4
libxml2 - 2.9.10-3 P4
libssp - 9.2.0-5 P4
libstdc++ - 9.2.0-5 P4
libc - 0.1.10-1 P4
libgcc - 9.2.0-5 P4
libgcc-fwd - 9.2.0-5 P4
libicu - 68.1-1 P4
Other than that I am out of ideas...
Regards
Pete
Hi,
I did it but got same problem.
One interesting thing is that I had backlevel on libicu due to problem using 68.1-1 i686 to allow Ooffice to work but using the latest with P4 allow Ooffice to work too while it crashes when in i686...
Regards
Rémy
More news :
I progressed...
The problem seems to be into Dooble code or some part of its code due to timing issue or something else
I just did a test removing a small php code creating rssfeed display using ArcaNoae rssfeed link.
The page loaded without crahs !
I then loaded the rssfeed part code only
(rssfeeds entries displaied correctly)
Then, while the code is memory loaded, I tried to open the page which always crashes and this time, it opens without crash !
- interesting -
From these tests, I see that loading the original webpage with all code always crashes...
While opening a page without the rssfeed display code and then open the rssfeed display code only
and finally opening the original page will full code opens without a crash....
(The change is that all code is memory loaded - cache - in the second time and faster while when it crashes, the load of the rssfeed is longer and happens after the page is loaded....). Hope this could help resolving this issue which I hope could resolve other site having same kind of problems...
Regards
Rémy
note: The php code creates html entries from the input rssfeed
(I can forward the used code if need to identify whats going wrong into dooble)