Closed Bug 1385799 Opened 7 years ago Closed 7 years ago

multiple instances are not independent.

Categories

(SeaMonkey :: General, defect)

SeaMonkey 2.46 Branch
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: michael-remy, Unassigned)

Details

User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:49.0) Gecko/20100101 Firefox/49.0 SeaMonkey/2.46
Build ID: 20161213183751

Steps to reproduce:

i open seamonkey
i went to a web site which sometimes creates lopping javascript or bad script (very bug) which freezes seamonkey (Like www.priceminister.com this week).


Actual results:

i saw the site is not display then the cpu ressource & memory grows very quickly.
once it's append, i open another instance of seamonkey.

the second instance is waiting (for signal i guess) from the old instance of seamonkey to be ready to be available.
Once you get the error message from the old instance (https://twitter.com/Mykee_Seven/status/891912937639751680)  the you can use the new instance.


Expected results:

the new instance should not wait any signal or (permission) from the old instance.

i'm sorry if i can't provide a "buggy script" which can re-create the bug, it is just an example of ****-Js script there. I hope you have other example to test the problem.

So in less words , i owuld describe the problem as : "the new instance is not available while the "old bug one is in loop-process"
Not a security issue that needs to stay hidden.
Group: core-security-release
SeaMonkey is multithreaded but uses only one process. So even if you open a second instance it shares data and resources with the first. Currently this is the expected behaviour and by design. In the future e10s from Firefox might be ported to overcome these (bad) limitations. For now closing as invalid.
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → INVALID
but there is a really strange behaviour :
-in the first session instance, i always start some slow downloads which are managed by the download manager of that instance.
-then i suddenly felt into a **** webpage with loop javascript
-by experience, i knew that loop will be overload my system (memory or cpu) and in the end will terminated (abord - cancel) my current download
- so i discover that idea to quickly open another seamonkey instance which (i don't know why) that the relay of caring the download manager. So i can terminate the first seamonkey instance (windows task manager) without lost my current download.

i guess the most recent instance of seamonkey acquiers (steal?) the "download manager" process of the previous existent instance.
You need to log in before you can comment on or make changes to this bug.