seamonkey freezes

2017-08-27 Thread JD John Doran

ladies / gentlemen -
my version of seamonkey often freezes when exploring 
multiple open tabs simultaneously.
according to task manager, seamonkey begins commanding ever 
larger shares of memory
and cpu cycles which i attribute to the pop-up blocker 
inherent in the software.
or maybe ad-blocker keeps stacking requests until available 
ram memory is exhausted.
either way, i have to shut down the seamonkey process using 
task manager process window
and restart my e-mail reader, and usually the processes 
resume where i left off.
often, that, too, will stack seamonkey tab requests and i 
must return to task manager.
i am running an updated version of windows xp pro 3.1 
(latest updates applied).
seamonkey is the most current iteration available, with all 
applicable updates.

suggestions ?  jd
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Linux's SeaMonkey freezes after saving a file.

2009-03-17 Thread Ant
Weird!! I no longer have freeze ups after saving something. I didn't 
change anything! Maybe apt-get update and upgrade changed something 
recently. I will follow-up if it happens again. Computers are strange!

--
"It doesn't matter what your D&D manual says, you did not get 5 
experience points for killing the giant ant in your kitchen." --BBspot's 
Geek Horoscopes (7/30/2004)

   /\___/\
  / /\ /\ \ Phil/Ant @ http://antfarm.ma.cx (Personal Web Site)
 | |o   o| |Ant's Quality Foraged Links (AQFL): http://aqfl.net
\ _ / Nuke ANT from e-mail address: phi...@earthlink.netant
 ( )   or ant...@zimage.com
Ant is currently not listening to any songs on his home computer.
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Linux's SeaMonkey freezes after saving a file.

2009-03-17 Thread Ant

On 3/17/2009 6:59 PM PT, NoOp typed:


(no debugging symbols found)
(gdb)

Now what? I don't know how to use this gdb thing. :(

I don't know much more there either but the next step should be entering
"run". Then, for crash bugs, the next command after that would be "bt"
for getting a backtrace. Since in your case SM freezes I don't know
whether killing SM will give you similar results but you may try
pressing Ctrl+C in the console window instead of killing SM by other
means. Anyway, as the "(no debugging symbols found)" indicates, your SM
is stripped so you probably won't get meaningful results anyway. You'd
have to use a version compiled with debugging support but I'm not sure
whether those are available or you need to compile yourself. If you
installed SM using packages for your distribution it may be worth a try
to search for a matching package providing debugging symbols.

Thanks. Yeah, I can't find any Debian packages for SeaMonkey and Debian
dropped IceApe that is another name for SeaMonkey.

Oh well. I think my next plan is to try a new profile. Does anyone know
how to launch that under Linux like in Windows?

$ ./seamonkey -P

[mind the caps]

You can also do the same from your running SeaMonkey: Tools|Switch Profiles

You can also rename your .mozilla folder to something else temporarily,
then run seamonkey and it will create a new one. After you test you can
switch back.


In Ubuntu, adding the -ProfileManager switch to the shortcut that 
launches SeaMonkey will bring up Profile Manager, exactly as on Windows,


I think your first advice is best, use Tools>>Switch Profiles.

Lee


$ ./seamonkey -P

does just that. Both work.


Thank you. :)
--
"For me, the smartest animal's a pigeon." "Huh?" "1,000 cars on the 
turnpike, they find mine." "My vote goes to the ants." "How do you 
figure that?" "Know those farms they build? They build those things 
without plans. To ants! For all you do, this one's for you." --Cheers 
(unknown episode)

   /\___/\
  / /\ /\ \ Phil/Ant @ http://antfarm.ma.cx (Personal Web Site)
 | |o   o| |Ant's Quality Foraged Links (AQFL): http://aqfl.net
\ _ / Nuke ANT from e-mail address: phi...@earthlink.netant
 ( )   or ant...@zimage.com
Ant is currently not listening to any songs on his home computer.
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Linux's SeaMonkey freezes after saving a file.

2009-03-17 Thread NoOp
On 03/17/2009 06:40 PM, Leonidas Jones wrote:
> NoOp wrote:
>> On 03/17/2009 06:15 PM, Phillip Pi wrote:
>>> On 3/17/2009 3:46 PM PT, Jens Hatlak wrote:
>>>
 Ant wrote:
> (no debugging symbols found)
> (gdb)
>
> Now what? I don't know how to use this gdb thing. :(
 I don't know much more there either but the next step should be entering
 "run". Then, for crash bugs, the next command after that would be "bt"
 for getting a backtrace. Since in your case SM freezes I don't know
 whether killing SM will give you similar results but you may try
 pressing Ctrl+C in the console window instead of killing SM by other
 means. Anyway, as the "(no debugging symbols found)" indicates, your SM
 is stripped so you probably won't get meaningful results anyway. You'd
 have to use a version compiled with debugging support but I'm not sure
 whether those are available or you need to compile yourself. If you
 installed SM using packages for your distribution it may be worth a try
 to search for a matching package providing debugging symbols.
>>> Thanks. Yeah, I can't find any Debian packages for SeaMonkey and Debian
>>> dropped IceApe that is another name for SeaMonkey.
>>>
>>> Oh well. I think my next plan is to try a new profile. Does anyone know
>>> how to launch that under Linux like in Windows?
>>
>> $ ./seamonkey -P
>>
>> [mind the caps]
>>
>> You can also do the same from your running SeaMonkey: Tools|Switch Profiles
>>
>> You can also rename your .mozilla folder to something else temporarily,
>> then run seamonkey and it will create a new one. After you test you can
>> switch back.
>>
>>
> In Ubuntu, adding the -ProfileManager switch to the shortcut that 
> launches SeaMonkey will bring up Profile Manager, exactly as on Windows,
> 
> I think your first advice is best, use Tools>>Switch Profiles.
> 
> Lee

$ ./seamonkey -P

does just that. Both work.

___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Linux's SeaMonkey freezes after saving a file.

2009-03-17 Thread Leonidas Jones

NoOp wrote:

On 03/17/2009 06:15 PM, Phillip Pi wrote:

On 3/17/2009 3:46 PM PT, Jens Hatlak wrote:


Ant wrote:

(no debugging symbols found)
(gdb)

Now what? I don't know how to use this gdb thing. :(

I don't know much more there either but the next step should be entering
"run". Then, for crash bugs, the next command after that would be "bt"
for getting a backtrace. Since in your case SM freezes I don't know
whether killing SM will give you similar results but you may try
pressing Ctrl+C in the console window instead of killing SM by other
means. Anyway, as the "(no debugging symbols found)" indicates, your SM
is stripped so you probably won't get meaningful results anyway. You'd
have to use a version compiled with debugging support but I'm not sure
whether those are available or you need to compile yourself. If you
installed SM using packages for your distribution it may be worth a try
to search for a matching package providing debugging symbols.

Thanks. Yeah, I can't find any Debian packages for SeaMonkey and Debian
dropped IceApe that is another name for SeaMonkey.

Oh well. I think my next plan is to try a new profile. Does anyone know
how to launch that under Linux like in Windows?


$ ./seamonkey -P

[mind the caps]

You can also do the same from your running SeaMonkey: Tools|Switch Profiles

You can also rename your .mozilla folder to something else temporarily,
then run seamonkey and it will create a new one. After you test you can
switch back.


In Ubuntu, adding the -ProfileManager switch to the shortcut that 
launches SeaMonkey will bring up Profile Manager, exactly as on Windows,


I think your first advice is best, use Tools>>Switch Profiles.

Lee
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Linux's SeaMonkey freezes after saving a file.

2009-03-17 Thread NoOp
On 03/17/2009 06:15 PM, Phillip Pi wrote:
> On 3/17/2009 3:46 PM PT, Jens Hatlak wrote:
> 
>> Ant wrote:
>>> (no debugging symbols found)
>>> (gdb)
>>>
>>> Now what? I don't know how to use this gdb thing. :(
>> 
>> I don't know much more there either but the next step should be entering 
>> "run". Then, for crash bugs, the next command after that would be "bt" 
>> for getting a backtrace. Since in your case SM freezes I don't know 
>> whether killing SM will give you similar results but you may try 
>> pressing Ctrl+C in the console window instead of killing SM by other 
>> means. Anyway, as the "(no debugging symbols found)" indicates, your SM 
>> is stripped so you probably won't get meaningful results anyway. You'd 
>> have to use a version compiled with debugging support but I'm not sure 
>> whether those are available or you need to compile yourself. If you 
>> installed SM using packages for your distribution it may be worth a try 
>> to search for a matching package providing debugging symbols.
> 
> Thanks. Yeah, I can't find any Debian packages for SeaMonkey and Debian 
> dropped IceApe that is another name for SeaMonkey.
> 
> Oh well. I think my next plan is to try a new profile. Does anyone know 
> how to launch that under Linux like in Windows?

$ ./seamonkey -P

[mind the caps]

You can also do the same from your running SeaMonkey: Tools|Switch Profiles

You can also rename your .mozilla folder to something else temporarily,
then run seamonkey and it will create a new one. After you test you can
switch back.


___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Linux's SeaMonkey freezes after saving a file.

2009-03-17 Thread Phillip Pi

On 3/17/2009 3:46 PM PT, Jens Hatlak wrote:


Ant wrote:

(no debugging symbols found)
(gdb)

Now what? I don't know how to use this gdb thing. :(


I don't know much more there either but the next step should be entering 
"run". Then, for crash bugs, the next command after that would be "bt" 
for getting a backtrace. Since in your case SM freezes I don't know 
whether killing SM will give you similar results but you may try 
pressing Ctrl+C in the console window instead of killing SM by other 
means. Anyway, as the "(no debugging symbols found)" indicates, your SM 
is stripped so you probably won't get meaningful results anyway. You'd 
have to use a version compiled with debugging support but I'm not sure 
whether those are available or you need to compile yourself. If you 
installed SM using packages for your distribution it may be worth a try 
to search for a matching package providing debugging symbols.


Thanks. Yeah, I can't find any Debian packages for SeaMonkey and Debian 
dropped IceApe that is another name for SeaMonkey.


Oh well. I think my next plan is to try a new profile. Does anyone know 
how to launch that under Linux like in Windows?

--
Phillip Pi (aka Ant)
Senior Software Quality Assurance Analyst
Partner Engineering/Internet Service Provider/Symantec Online Services, 
Consumer Business Unit

Symantec Corporation
www.symantec.com
-
Email: phillip...@symantec.comsymc (remove SYMC to reply by e-mail)
-
Please do NOT e-mail me for technical support. DISCLAIMER: The views 
expressed in this posting are mine, and do not necessarily reflect the 
views of my employer. Thank you.

___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Linux's SeaMonkey freezes after saving a file.

2009-03-17 Thread Jens Hatlak

Ant wrote:

(no debugging symbols found)
(gdb)

Now what? I don't know how to use this gdb thing. :(


I don't know much more there either but the next step should be entering 
"run". Then, for crash bugs, the next command after that would be "bt" 
for getting a backtrace. Since in your case SM freezes I don't know 
whether killing SM will give you similar results but you may try 
pressing Ctrl+C in the console window instead of killing SM by other 
means. Anyway, as the "(no debugging symbols found)" indicates, your SM 
is stripped so you probably won't get meaningful results anyway. You'd 
have to use a version compiled with debugging support but I'm not sure 
whether those are available or you need to compile yourself. If you 
installed SM using packages for your distribution it may be worth a try 
to search for a matching package providing debugging symbols.


There are some instructions on [1] but I guess they don't apply to SM1.x.

[1] 



HTH

Jens

--
Jens Hatlak 
SeaMonkey Trunk Tracker 
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Linux's SeaMonkey freezes after saving a file.

2009-03-16 Thread Ant

On 3/16/2009 9:39 AM PT, Philip Chee typed:


Use the -debug command line switch.

seamonkey -debug


$ ./seamonkey --debug
./run-mozilla.sh -g ./seamonkey-bin
MOZILLA_FIVE_HOME=.
  LD_LIBRARY_PATH=.:./plugins:/usr/local/lib/mre/mre-1.1.14
DISPLAY=:0.0
DYLD_LIBRARY_PATH=.:/usr/local/lib/mre/mre-1.1.14
 LIBRARY_PATH=.:./components:/usr/local/lib/mre/mre-1.1.14
   SHLIB_PATH=.:/usr/local/lib/mre/mre-1.1.14
  LIBPATH=.:/usr/local/lib/mre/mre-1.1.14
   ADDON_PATH=.
  MOZ_PROGRAM=./seamonkey-bin
  MOZ_TOOLKIT=
moz_debug=1
 moz_debugger=
/usr/bin/gdb ./seamonkey-bin -x /tmp/mozargs.wodAef
GNU gdb 6.8-debian
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later

This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show
copying"
and "show warranty" for details.
This GDB was configured as "i486-linux-gnu"...
(no debugging symbols found)
(gdb)


Now what? I don't know how to use this gdb thing. :(
--
"When an ant gets wings, it loses its head." --Bosnian Proverb
   /\___/\
  / /\ /\ \ Phil/Ant @ http://antfarm.ma.cx (Personal Web Site)
 | |o   o| |Ant's Quality Foraged Links (AQFL): http://aqfl.net
\ _ / Nuke ANT from e-mail address: phi...@earthlink.netant
 ( )   or ant...@zimage.com
Ant is currently not listening to any songs on his home computer.
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Linux's SeaMonkey freezes after saving a file.

2009-03-16 Thread Phillip Pi

On 3/16/2009 9:39 AM PT, Philip Chee wrote:

Since I had to dump Debian's IceApe a few weeks ago, I had to install 
SeaMonkey (SM) v1.1.4 from 
seamonkey-1.1.14.en-US.linux-i686.installer.tar.gz into 
/home/Programs/seamonkey/ ... Mostly everything works, but I noticed 
saving files cause SM to freeze hard. CPU usage is in used from SM.


I have to kill its three processes through KDE v3.5.10's terminal since 
regular kills weren't enough. At first, I thought it was the old 
SessionSaver extension but I was still able to reproduce the freeze. I


I tried to use strace but it seems to stop when SM loads a Web page and 
doesn't output anymore.


Any ideas? Thank you in advance. :)


Use the -debug command line switch.

seamonkey -debug


I will try that later on my local machine (don't want to do it over 
SSH). Weird that I didn't see -debug listed:

$ ./seamonkey --help
Usage: ./seamonkey-bin [ options ... ] [URL]
   where options include:

X11 options
--display=DISPLAY   X display to use
--sync  Make X calls synchronous
--no-xshm   Don't use X shared memory extension
--xim-preedit=STYLE
--xim-status=STYLE
--g-fatal-warnings  Make all warnings fatal

SeaMonkey options
-height  Set height of startup window to .
-h or -help Print this message.
-installer  Start with 4.x migration window.
-width   Set width of startup window to .
-v or -version  Print ./seamonkey-bin version.
-CreateProfile Create .
-P Start with .
-ProfileWizard  Start with profile wizard.
-ProfileManager Start with profile manager.
-SelectProfile  Start with profile selection dialog.
-UILocale   Start with  resources 
as UI Locale.
-contentLocale  Start with  resources 
as content Locale.

-remoteExecute  in an already running
SeaMonkey process.  For more info, see:

http://www.mozilla.org/unix/remote.html

-splash Enable splash screen.


Also, how can I output the debug into a log file if they are shown on 
screen?

--
Phillip Pi (aka Ant)
Senior Software Quality Assurance Analyst
Partner Engineering/Internet Service Provider/Symantec Online Services, 
Consumer Business Unit

Symantec Corporation
www.symantec.com
-
Email: phillip...@symantec.comsymc (remove SYMC to reply by e-mail)
-
Please do NOT e-mail me for technical support. DISCLAIMER: The views 
expressed in this posting are mine, and do not necessarily reflect the 
views of my employer. Thank you.

___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Linux's SeaMonkey freezes after saving a file.

2009-03-16 Thread Phillip Pi

On 3/16/2009 12:26 PM PT, Bill Davidsen wrote:

You might try creating a brand new profile with no extensions or 
add-ons, and see if the behavior continues.I will say that I would use 
'top' in a window and see if SM grows over time and behaves badly when 
it hits 450-550MB in size.


I did watch top when saving my files. No CPU usage and memory usage 
changed. I will try again later.


I will also try a new profile. How do I make a new profile? I don't have 
a KDE's menu shortcut for its Profile Manager like in Windows XP Pro.

--
Phillip Pi (aka Ant)
Senior Software Quality Assurance Analyst
Partner Engineering/Internet Service Provider/Symantec Online Services, 
Consumer Business Unit

Symantec Corporation
www.symantec.com
-
Email: phillip...@symantec.comsymc (remove SYMC to reply by e-mail)
-
Please do NOT e-mail me for technical support. DISCLAIMER: The views 
expressed in this posting are mine, and do not necessarily reflect the 
views of my employer. Thank you.

___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Linux's SeaMonkey freezes after saving a file.

2009-03-16 Thread Bill Davidsen

Ant wrote:
Since I had to dump Debian's IceApe a few weeks ago, I had to install 
SeaMonkey (SM) v1.1.4 from 
seamonkey-1.1.14.en-US.linux-i686.installer.tar.gz into 
/home/Programs/seamonkey/ ... Mostly everything works, but I noticed 
saving files cause SM to freeze hard. CPU usage is in used from SM.


I have to kill its three processes through KDE v3.5.10's terminal since 
regular kills weren't enough. At first, I thought it was the old 
SessionSaver extension but I was still able to reproduce the freeze. I


I tried to use strace but it seems to stop when SM loads a Web page and 
doesn't output anymore.


Any ideas? Thank you in advance. :)


You might try creating a brand new profile with no extensions or add-ons, and 
see if the behavior continues.I will say that I would use 'top' in a window and 
see if SM grows over time and behaves badly when it hits 450-550MB in size.


--
Bill Davidsen 
  "We have more to fear from the bungling of the incompetent than from
the machinations of the wicked."  - from Slashdot
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Linux's SeaMonkey freezes after saving a file.

2009-03-16 Thread Philip Chee
On Sun, 15 Mar 2009 21:59:37 -0700, Ant wrote:
> Since I had to dump Debian's IceApe a few weeks ago, I had to install 
> SeaMonkey (SM) v1.1.4 from 
> seamonkey-1.1.14.en-US.linux-i686.installer.tar.gz into 
> /home/Programs/seamonkey/ ... Mostly everything works, but I noticed 
> saving files cause SM to freeze hard. CPU usage is in used from SM.
> 
> I have to kill its three processes through KDE v3.5.10's terminal since 
> regular kills weren't enough. At first, I thought it was the old 
> SessionSaver extension but I was still able to reproduce the freeze. I
> 
> I tried to use strace but it seems to stop when SM loads a Web page and 
> doesn't output anymore.
> 
> Any ideas? Thank you in advance. :)

Use the -debug command line switch.

seamonkey -debug

Phil

-- 
Philip Chee , 
http://flashblock.mozdev.org/ http://xsidebar.mozdev.org
Guard us from the she-wolf and the wolf, and guard us from the thief,
oh Night, and so be good for us to pass.
[ ]BASIC isn't; C stands for Confusing...
* TagZilla 0.066.6

___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Linux's SeaMonkey freezes after saving a file.

2009-03-15 Thread Ant
Since I had to dump Debian's IceApe a few weeks ago, I had to install 
SeaMonkey (SM) v1.1.4 from 
seamonkey-1.1.14.en-US.linux-i686.installer.tar.gz into 
/home/Programs/seamonkey/ ... Mostly everything works, but I noticed 
saving files cause SM to freeze hard. CPU usage is in used from SM.


I have to kill its three processes through KDE v3.5.10's terminal since 
regular kills weren't enough. At first, I thought it was the old 
SessionSaver extension but I was still able to reproduce the freeze. I


I tried to use strace but it seems to stop when SM loads a Web page and 
doesn't output anymore.


Any ideas? Thank you in advance. :)
--
"It's kind of an insane case ... 6,000 ants dressed up as rice and 
robbed a Chinese restaurant." --Steven Wright

   /\___/\
  / /\ /\ \ Phil/Ant @ http://antfarm.ma.cx (Personal Web Site)
 | |o   o| |Ant's Quality Foraged Links (AQFL): http://aqfl.net
\ _ / Nuke ANT from e-mail address: phi...@earthlink.netant
 ( )   or ant...@zimage.com
Ant is currently not listening to any songs on his home computer.
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey