Re: Firefox 2.0.0.9 issues on 7.0-BETA3

2007-11-29 Thread Yuri Pankov
On Wed, Nov 28, 2007 at 04:04:57PM -0600, Doug Poland wrote:
 On Wed, Nov 28, 2007 at 03:58:48PM -0500, Jeremy Gransden wrote:
  
  
   I did some googling but nothing interesting turned up.  I find it
   curious that the latest build of Thunderbird works, but linux-firefox
   fails like it's native sibling.
  
   All help is appreciated...
  
  
  
  what are the permissions on ~/.mozilla and its contents
 
 ~/.mozilla700
 ~/.mozzilla/firefox   700
 ~/.mozilla/plugins755
 
 
 -- 
 Regards,
 Doug

Check also ownership on ~/.mozilla (ie, ls -ld ~/.mozilla).

 sudo chown -R root:wheel .mozilla
 firefox
 echo $?
1
 sudo chown -R yuri:users .mozilla
 firefox

Runs fine :-)

-- 
Yuri Pankov [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Firefox 2.0.0.9 issues on 7.0-BETA3

2007-11-28 Thread Doug Poland
Hello,

I have a freshly installed 7.0-BETA3 i386 system and am having issues
with firefox 2.0.0.9.

Upon launching /usr/local/bin/firefox from a command line I am
immediately returned a cursor with an error code of 1.

% /usr/local/bin/firefox
% echo $?
1

I debugged both /usr/local/bin/firefox and
/usr/local/lib/firefox/run-mozilla.sh until I found the debugger
option, which I tried:

/usr/local/lib/firefox/run-mozilla.sh -g
/usr/local/lib/firefox/firefox-bin -d gdb

# /usr/local/lib/firefox/run-mozilla.sh -g \
  /usr/local/lib/firefox/firefox-bin -d gdb

MOZILLA_FIVE_HOME=/usr/local/lib/firefox
  
LD_LIBRARY_PATH=/usr/local/lib/firefox:/usr/local/lib/firefox/plugins:/usr/local/lib/browser_plugins:/usr/local/lib/browser_linux_plugins:/usr/local/lib/firefox
DISPLAY=:0.0
DYLD_LIBRARY_PATH=/usr/local/lib/firefox:/usr/local/lib/firefox
 
LIBRARY_PATH=/usr/local/lib/firefox:/usr/local/lib/firefox/components:/usr/local/lib/firefox
   SHLIB_PATH=/usr/local/lib/firefox:/usr/local/lib/firefox
  LIBPATH=/usr/local/lib/firefox:/usr/local/lib/firefox
   ADDON_PATH=/usr/local/lib/firefox
  MOZ_PROGRAM=/usr/local/lib/firefox/firefox-bin
  MOZ_TOOLKIT=
moz_debug=1
 moz_debugger=
/usr/bin/gdb /usr/local/lib/firefox/firefox-bin -x /tmp/mozargs.VoVJBX
GNU gdb 6.1.1 [FreeBSD]
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and
you are welcome to change it and/or distribute copies of it under
certain conditions.
Type show copying to see the conditions.
There is absolutely no warranty for GDB.  Type show warranty for
details.
This GDB was configured as i386-marcel-freebsd...(no debugging
symbols found)...
(gdb) run
Starting program: /usr/local/lib/firefox/firefox-bin -d gdb
(no debugging symbols found)...(no debugging symbols found)...(no
debugging symbols found)...(no debugging symbols found)...(no
debugging symbols found)...(no debugging symbols found)...(no
debugging symbols found)...(no debugging symbols found)...(no
debugging symbols found)...(no debugging symbols found)...(no
debugging symbols found)...(no debugging symbols found)...(no
debugging symbols found)...(no debugging symbols found)...(no
debugging symbols found)...(no debugging symbols found)...(no
debugging symbols found)...(no debugging symbols found)...(no
debugging symbols found)...(no debugging symbols found)...(no
debugging symbols found)...(no debugging symbols found)...(no
debugging symbols found)...(no debugging symbols found)...(no
debugging symbols found)...(no debugging symbols found)...(no
debugging symbols found)...(no debugging symbols found)...(no
debugging symbols found)...(no debugging symbols found)...(no
debugging symbols found)...(no debugging symbols found)...(no
debugging symbols found)...(no debugging symbols found)...(no
debugging symbols found)...(no debugging symbols found)...[New LWP
100191]
(no debugging symbols found)...(no debugging symbols found)...(no
debugging symbols found)...(no debugging symbols found)...(no
debugging symbols found)...(no debugging symbols found)...(no
debugging symbols found)...(no debugging symbols found)...(no
debugging symbols found)...(no debugging symbols found)...(no
debugging symbols found)...(no debugging symbols found)...[New Thread
0x29a01100 (LWP 100191)]
(no debugging symbols found)...(no debugging symbols found)...(no
debugging symbols found)...(no debugging symbols found)...(no
debugging symbols found)...[New LWP 100191]

Program received signal SIGTRAP, Trace/breakpoint trap.
[Switching to LWP 100191]
Cannot remove breakpoints because program is no longer writable.
It might be running in another process.
Further execution is probably impossible.
0x2805c3e0 in ?? () from /libexec/ld-elf.so.1

I did some googling but nothing interesting turned up.  I find it
curious that the latest build of Thunderbird works, but linux-firefox
fails like it's native sibling.

All help is appreciated...



-- 
Regards,
Doug

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Firefox 2.0.0.9 issues on 7.0-BETA3

2007-11-28 Thread Jeremy Gransden


 I did some googling but nothing interesting turned up.  I find it
 curious that the latest build of Thunderbird works, but linux-firefox
 fails like it's native sibling.

 All help is appreciated...




 --
 Regards,
 Doug

 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 [EMAIL PROTECTED]



what are the permissions on ~/.mozilla and its contents
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Firefox 2.0.0.9 issues on 7.0-BETA3

2007-11-28 Thread Tore Lund
Doug Poland wrote:
 Hello,
 
 I have a freshly installed 7.0-BETA3 i386 system 

So have I.

 and am having issues with firefox 2.0.0.9.

FWIW, native firefox-2.0.0.9,1 runs perfectly OK here.
-- 
Tore


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Firefox 2.0.0.9 issues on 7.0-BETA3

2007-11-28 Thread Doug Poland
On Wed, Nov 28, 2007 at 03:58:48PM -0500, Jeremy Gransden wrote:
 
 
  I did some googling but nothing interesting turned up.  I find it
  curious that the latest build of Thunderbird works, but linux-firefox
  fails like it's native sibling.
 
  All help is appreciated...
 
 
 
 what are the permissions on ~/.mozilla and its contents

~/.mozilla  700
~/.mozzilla/firefox 700
~/.mozilla/plugins  755


-- 
Regards,
Doug
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Firefox 2.0.0.9 issues on 7.0-BETA3

2007-11-28 Thread Doug Poland
On Wed, Nov 28, 2007 at 02:29:38PM -0600, Doug Poland wrote:
 Hello,
 
 I have a freshly installed 7.0-BETA3 i386 system and am having issues
 with firefox 2.0.0.9.
 
 Upon launching /usr/local/bin/firefox from a command line I am
 immediately returned a cursor with an error code of 1.
 
 % /usr/local/bin/firefox
 % echo $?
 1
 
 I debugged both /usr/local/bin/firefox and
 /usr/local/lib/firefox/run-mozilla.sh until I found the debugger
 option, which I tried:
 
 /usr/local/lib/firefox/run-mozilla.sh -g
 /usr/local/lib/firefox/firefox-bin -d gdb
 
 # /usr/local/lib/firefox/run-mozilla.sh -g \
   /usr/local/lib/firefox/firefox-bin -d gdb
 
 MOZILLA_FIVE_HOME=/usr/local/lib/firefox
   
 LD_LIBRARY_PATH=/usr/local/lib/firefox:/usr/local/lib/firefox/plugins:/usr/local/lib/browser_plugins:/usr/local/lib/browser_linux_plugins:/usr/local/lib/firefox
 DISPLAY=:0.0
 DYLD_LIBRARY_PATH=/usr/local/lib/firefox:/usr/local/lib/firefox
  
 LIBRARY_PATH=/usr/local/lib/firefox:/usr/local/lib/firefox/components:/usr/local/lib/firefox
SHLIB_PATH=/usr/local/lib/firefox:/usr/local/lib/firefox
   LIBPATH=/usr/local/lib/firefox:/usr/local/lib/firefox
ADDON_PATH=/usr/local/lib/firefox
   MOZ_PROGRAM=/usr/local/lib/firefox/firefox-bin
   MOZ_TOOLKIT=
 moz_debug=1
  moz_debugger=
 /usr/bin/gdb /usr/local/lib/firefox/firefox-bin -x /tmp/mozargs.VoVJBX
 GNU gdb 6.1.1 [FreeBSD]
 Copyright 2004 Free Software Foundation, Inc.
 GDB is free software, covered by the GNU General Public License, and
 you are welcome to change it and/or distribute copies of it under
 certain conditions.
 Type show copying to see the conditions.
 There is absolutely no warranty for GDB.  Type show warranty for
 details.
 This GDB was configured as i386-marcel-freebsd...(no debugging
 symbols found)...
 (gdb) run
 Starting program: /usr/local/lib/firefox/firefox-bin -d gdb
 (no debugging symbols found)...(no debugging symbols found)...(no
 debugging symbols found)...(no debugging symbols found)...(no
 debugging symbols found)...(no debugging symbols found)...(no
 debugging symbols found)...(no debugging symbols found)...(no
 debugging symbols found)...(no debugging symbols found)...(no
 debugging symbols found)...(no debugging symbols found)...(no
 debugging symbols found)...(no debugging symbols found)...(no
 debugging symbols found)...(no debugging symbols found)...(no
 debugging symbols found)...(no debugging symbols found)...(no
 debugging symbols found)...(no debugging symbols found)...(no
 debugging symbols found)...(no debugging symbols found)...(no
 debugging symbols found)...(no debugging symbols found)...(no
 debugging symbols found)...(no debugging symbols found)...(no
 debugging symbols found)...(no debugging symbols found)...(no
 debugging symbols found)...(no debugging symbols found)...(no
 debugging symbols found)...(no debugging symbols found)...(no
 debugging symbols found)...(no debugging symbols found)...(no
 debugging symbols found)...(no debugging symbols found)...[New LWP
 100191]
 (no debugging symbols found)...(no debugging symbols found)...(no
 debugging symbols found)...(no debugging symbols found)...(no
 debugging symbols found)...(no debugging symbols found)...(no
 debugging symbols found)...(no debugging symbols found)...(no
 debugging symbols found)...(no debugging symbols found)...(no
 debugging symbols found)...(no debugging symbols found)...[New Thread
 0x29a01100 (LWP 100191)]
 (no debugging symbols found)...(no debugging symbols found)...(no
 debugging symbols found)...(no debugging symbols found)...(no
 debugging symbols found)...[New LWP 100191]
 
 Program received signal SIGTRAP, Trace/breakpoint trap.
 [Switching to LWP 100191]
 Cannot remove breakpoints because program is no longer writable.
 It might be running in another process.
 Further execution is probably impossible.
 0x2805c3e0 in ?? () from /libexec/ld-elf.so.1
 
 I did some googling but nothing interesting turned up.  I find it
 curious that the latest build of Thunderbird works, but linux-firefox
 fails like it's native sibling.
 
 All help is appreciated...
 
Thought I'd try installing firefox 2.0.0.10,1 on the whim that it may
fix my problem.  No joy.

BTW, how do I get debugging symbols for firefox so that I may further
debug this?


-- 
Regards,
Doug
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]