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] 
https://developer.mozilla.org/En/How_to_get_a_stacktrace_for_a_bug_report


HTH

Jens

--
Jens Hatlak http://jens.hatlak.de/
SeaMonkey Trunk Tracker http://smtt.blogspot.com/
___
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 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 ToolsSwitch 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: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 ToolsSwitch 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 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 DD 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-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 value Set height of startup window to value.
-h or -help Print this message.
-installer  Start with 4.x migration window.
-width value  Set width of startup window to value.
-v or -version  Print ./seamonkey-bin version.
-CreateProfile profileCreate profile.
-P profileStart with profile.
-ProfileWizard  Start with profile wizard.
-ProfileManager Start with profile manager.
-SelectProfile  Start with profile selection dialog.
-UILocale locale  Start with locale resources 
as UI Locale.
-contentLocale locale Start with locale resources 
as content Locale.

-remote command   Execute command 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 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
http://gnu.org/licenses/gpl.html
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