Palemoon Portable crashes after some days

Talk about code development, features, specific bugs, enhancements, patches, and similar things.
Forum rules
Please keep everything here strictly on-topic.
This board is meant for Pale Moon source code development related subjects only like code snippets, patches, specific bugs, git, the repositories, etc.

This is not for tech support! Please do not post tech support questions in the "Development" board!
Please make sure not to use this board for support questions. Please post issues with specific websites, extensions, etc. in the relevant boards for those topics.

Please keep things on-topic as this forum will be used for reference for Pale Moon development. Expect topics that aren't relevant as such to be moved or deleted.
stevemork

Palemoon Portable crashes after some days

Unread post by stevemork » 2021-03-02, 12:21

Hi,

I love Palemoon Portable very much. There is one annoying bug:

If I leave Palemoon open with about 3 Tabs (one ebay.de), it crashes after about 4 days, e.g. Weekend. Seems to grab more and more memory until it dies.

It runs on Windows 7 Enterprise 32 Bit, but this also occurs on Windows 10 on other PCs.

Best regards

Steve

User avatar
Moonchild
Pale Moon guru
Pale Moon guru
Posts: 35576
Joined: 2011-08-28, 17:27
Location: Motala, SE
Contact:

Re: Palemoon Portable crashes after some days

Unread post by Moonchild » 2021-03-02, 15:22

You're probably running out of memory because of ebay leaking memory all over the place.
"Sometimes, the best way to get what you want is to be a good person." -- Louis Rossmann
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite

stevemork

Re: Palemoon Portable crashes after some days

Unread post by stevemork » 2021-03-02, 17:14

Thanks for your replay. Yes that could be possible. But shouldn't the browser avoid dieing due to bad web sites? By the way, the problem is with older Palemoon versions also.

User avatar
Moonchild
Pale Moon guru
Pale Moon guru
Posts: 35576
Joined: 2011-08-28, 17:27
Location: Motala, SE
Contact:

Re: Palemoon Portable crashes after some days

Unread post by Moonchild » 2021-03-03, 03:15

stevemork wrote:
2021-03-02, 17:14
Thanks for your replay. Yes that could be possible. But shouldn't the browser avoid dieing due to bad web sites?
There's only so much a browser can do about website scripting. In the simplest way of making an analogy, compare it to pouring water into a glass: if you keep pouring more water in, it will overflow. Is it then the glass's fault that your table gets wet?
And since we're talking about sessions of several days, it can be a slow trickle of memory not being released. Combined with using 32-bit which has very limited address space to work with, and you'll end up with out-of-memory situations that can't be recovered from. That leads to (deliberate but safe) crashes of the application.
"Sometimes, the best way to get what you want is to be a good person." -- Louis Rossmann
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite

Locked