Re: Firefox crashes on yahoo.com

2009-06-28 Thread Frank Shute
On Sat, Jun 27, 2009 at 01:31:09PM +0530, Manish Jain wrote:

 
 Hi,
 
 This seems to be a strange problem with Firefox which I never 
 encountered on my old system. Both Firefox2 and Firefox3 work well the 
 other sites I have tried accessing, but crash on navigating to www.yahoo.com
 
 /usr/home/emmjanex # firefox3 http://www.yahoo.com 
 [1] 2668
 /usr/home/emmjanex # NP_Initialize
 New
 SetWindow
 SetWindow
 NewStream
 WriteReady
 Write
 decoding...
 The program 'firefox-bin' received an X Window System error.
 This probably reflects a bug in the program.
 The error was 'BadImplementation (server does not implement operation)'.
   (Details: serial 31 error_code 17 request_code 140 minor_code 5)
   (Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() 
function.)
 
 [1]+  Exit 1  firefox3 http://www.yahoo.com
 
 
 There is nothing relevant to the crash in Xorg.0.log or console.log
 

Have you tried Firefox3.5? It's in ports as www/firefox3-devel.

I just tried Yahoo! and had no problems.

Regards,

-- 

 Frank 


 Contact info: http://www.shute.org.uk/misc/contact.html 

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


Re: Firefox crashes on yahoo.com

2009-06-28 Thread Manish Jain

Frank Shute wrote:

On Sat, Jun 27, 2009 at 01:31:09PM +0530, Manish Jain wrote:


Hi,

This seems to be a strange problem with Firefox which I never 
encountered on my old system. Both Firefox2 and Firefox3 work well the 
other sites I have tried accessing, but crash on navigating to www.yahoo.com



/usr/home/emmjanex # firefox3 http://www.yahoo.com 
[1] 2668
/usr/home/emmjanex # NP_Initialize
New
SetWindow
SetWindow
NewStream
WriteReady
Write
decoding...
The program 'firefox-bin' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadImplementation (server does not implement operation)'.
 (Details: serial 31 error_code 17 request_code 140 minor_code 5)
 (Note to programmers: normally, X errors are reported asynchronously;
  that is, you will receive the error a while after causing it.
  To debug your program, run it with the --sync command line
  option to change this behavior. You can then get a meaningful
  backtrace from your debugger if you break on the gdk_x_error() 
  function.)


[1]+  Exit 1  firefox3 http://www.yahoo.com


There is nothing relevant to the crash in Xorg.0.log or console.log



Have you tried Firefox3.5? It's in ports as www/firefox3-devel.

I just tried Yahoo! and had no problems.

Regards,




Hi Frank,

The problem is not restricted to firefox or yahoo.com. There are other 
sites too where this happens. I built Galeon from ports, and it shows 
exactly the same behaviour as firefox2/firefox3 for those sites. So does 
Epiphany (installed from the distribution media).


I doubt whether firefox-3.5 could solve the problem. This seems to be a 
problem with a core library in X or one of the graphics libraries.


--
Regards
Manish Jain
invalid.poin...@gmail.com
+91-96500-10329

Laast year I kudn't spell Software Engineer. Now I are won.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Firefox crashes on yahoo.com

2009-06-28 Thread Roland Smith
On Sun, Jun 28, 2009 at 02:24:03PM +0530, Manish Jain wrote:
  Have you tried Firefox3.5? It's in ports as www/firefox3-devel.
  
  I just tried Yahoo! and had no problems.

I tried yahoo with firefox3 on 7.2-RELEASE-p2 amd64 without problems.

 The problem is not restricted to firefox or yahoo.com. There are other 
 sites too where this happens. I built Galeon from ports, and it shows 
 exactly the same behaviour as firefox2/firefox3 for those sites. So does 
 Epiphany (installed from the distribution media).
 
 I doubt whether firefox-3.5 could solve the problem. This seems to be a 
 problem with a core library in X or one of the graphics libraries.

Are your ports up-to-date? Use portsnap(8) [first time: 'portsnap fetch
extract', afterwards 'portsnap fetch update'] to update your ports tree and
then portmaster(8) ['portmaster -a -B -d'].

If your ports are up-to-date, try rebuilding libX11 and the ports it
depends on ['portmaster -f -x libX11'].

Roland
-- 
R.F.Smith   http://www.xs4all.nl/~rsmith/
[plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)


pgpWGmqAZI8ZP.pgp
Description: PGP signature


Re: Firefox crashes on yahoo.com

2009-06-28 Thread Manish Jain

Roland Smith wrote:

On Sun, Jun 28, 2009 at 02:24:03PM +0530, Manish Jain wrote:

Have you tried Firefox3.5? It's in ports as www/firefox3-devel.

I just tried Yahoo! and had no problems.


I tried yahoo with firefox3 on 7.2-RELEASE-p2 amd64 without problems.

The problem is not restricted to firefox or yahoo.com. There are other 
sites too where this happens. I built Galeon from ports, and it shows 
exactly the same behaviour as firefox2/firefox3 for those sites. So does 
Epiphany (installed from the distribution media).


I doubt whether firefox-3.5 could solve the problem. This seems to be a 
problem with a core library in X or one of the graphics libraries.


Are your ports up-to-date? Use portsnap(8) [first time: 'portsnap fetch
extract', afterwards 'portsnap fetch update'] to update your ports tree and
then portmaster(8) ['portmaster -a -B -d'].

If your ports are up-to-date, try rebuilding libX11 and the ports it
depends on ['portmaster -f -x libX11'].

Roland



Hi Roland,

I traced the problem. It's related to flash. When I disable the 
flash plugin, Firefox works smoothly.


I suspect a lot of sites are using a new version of flash, which 
doesn't go down well with the existing browsers.


I run portsnap and portmaster through a daily cron, so the ports 
directory is always up-to-date.


--
Regards
Manish Jain
invalid.poin...@gmail.com
+91-96500-10329

Laast year I kudn't spell Software Engineer. Now I are won.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Firefox crashes on yahoo.com

2009-06-28 Thread Roland Smith
On Sun, Jun 28, 2009 at 07:31:55PM +0530, Manish Jain wrote:
 I traced the problem. It's related to flash. When I disable the 
 flash plugin, Firefox works smoothly.

 I suspect a lot of sites are using a new version of flash, which 
 doesn't go down well with the existing browsers.

Are you using the linux-flashplugin?

You could try graphics/gnash as a flash plugin. If it crashes it doesn't
take your browser with it. And it is open source. It doesn't work with
all flash sites, but e.g. youtube works.

Roland
-- 
R.F.Smith   http://www.xs4all.nl/~rsmith/
[plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)


pgpZEHD8VUahh.pgp
Description: PGP signature


Firefox crashes on yahoo.com

2009-06-27 Thread Manish Jain


Hi,

This seems to be a strange problem with Firefox which I never 
encountered on my old system. Both Firefox2 and Firefox3 work well the 
other sites I have tried accessing, but crash on navigating to www.yahoo.com



/usr/home/emmjanex # firefox3 http://www.yahoo.com 
[1] 2668
/usr/home/emmjanex # NP_Initialize
New
SetWindow
SetWindow
NewStream
WriteReady
Write
decoding...
The program 'firefox-bin' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadImplementation (server does not implement operation)'.
  (Details: serial 31 error_code 17 request_code 140 minor_code 5)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)

[1]+  Exit 1  firefox3 http://www.yahoo.com



There is nothing relevant to the crash in Xorg.0.log or console.log

--
Regards
Manish Jain
invalid.poin...@gmail.com
+91-96500-10329

Laast year I kudn't spell Software Engineer. Now I are won.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Other browsers show the same behaviour (Firefox crashes on yahoo.com)

2009-06-27 Thread Manish Jain
The problem is not restricted to firefox or yahoo.com. There are other 
sites too where this happens. I built Galeon from ports, and it shows 
exactly the same behaviour as firefox2/firefox3 for those sites. So does 
Epiphany (installed from the distribution media).




Hi,

This seems to be a strange problem with Firefox which I never encountered on my 
old system. Both Firefox2 and Firefox3 work well the other sites I have tried 
accessing, but crash on navigating to www.yahoo.com


/usr/home/emmjanex # firefox3 http://www.yahoo.com 
[1] 2668
/usr/home/emmjanex # NP_Initialize
New
SetWindow
SetWindow
NewStream
WriteReady
Write
decoding...
The program 'firefox-bin' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadImplementation (server does not implement operation)'.
  (Details: serial 31 error_code 17 request_code 140 minor_code 5)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)

[1]+  Exit 1  firefox3 http://www.yahoo.com



There is nothing relevant to the crash in Xorg.0.log or console.log


--
Regards
Manish Jain
invalid.poin...@gmail.com
+91-96500-10329

Laast year I kudn't spell Software Engineer. Now I are won.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Other browsers show the same behaviour (Firefox crashes on yahoo.com)

2009-06-27 Thread Morgan Wesström


Manish Jain wrote:
 The problem is not restricted to firefox or yahoo.com. There are other
 sites too where this happens. I built Galeon from ports, and it shows
 exactly the same behaviour as firefox2/firefox3 for those sites. So does
 Epiphany (installed from the distribution media).
 
 
 Hi,

 This seems to be a strange problem with Firefox which I never
 encountered on my old system. Both Firefox2 and Firefox3 work well the
 other sites I have tried accessing, but crash on navigating to
 www.yahoo.com

 /usr/home/emmjanex # firefox3 http://www.yahoo.com 
 [1] 2668
 /usr/home/emmjanex # NP_Initialize
 New
 SetWindow
 SetWindow
 NewStream
 WriteReady
 Write
 decoding...
 The program 'firefox-bin' received an X Window System error.
 This probably reflects a bug in the program.
 The error was 'BadImplementation (server does not implement operation)'.
   (Details: serial 31 error_code 17 request_code 140 minor_code 5)
   (Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error()
 function.)

 [1]+  Exit 1  firefox3 http://www.yahoo.com


 There is nothing relevant to the crash in Xorg.0.log or console.log
 

I'm not using X at all on my FreeBSD machines so I don't know if this is
related. We had a similar problem in Gentoo lately where Firefox simply
segfaulted on certain webpages. It was tracked down to librsvg and there
is a temporary patch for 2.22-2.26:
http://mirrors.evolva.ro/gentoo-portage/gnome-base/librsvg/files/librsvg-2.22.3-fix-segfault-with-firefox.patch
As I said, I don't know if this relates to FreeBSD in any way but to a
layman like myself it seems plausible since it's the same applications
involved and I can't see that there is a patch for this in Ports. Some
developer probably can make more sense out of this than I but I though
it was worth mentioning.

Regards
Morgan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Other browsers show the same behaviour (Firefox crashes on yahoo.com)

2009-06-27 Thread Mel Flynn
On Saturday 27 June 2009 06:41:43 Manish Jain wrote:
 The problem is not restricted to firefox or yahoo.com. There are other
 sites too where this happens. I built Galeon from ports, and it shows
 exactly the same behaviour as firefox2/firefox3 for those sites. So does
 Epiphany (installed from the distribution media).

Galeon also uses mozilla engine. How about Opera?

  The program 'firefox-bin' received an X Window System error.
  This probably reflects a bug in the program.
  The error was 'BadImplementation (server does not implement operation)'.
(Details: serial 31 error_code 17 request_code 140 minor_code 5)
(Note to programmers: normally, X errors are reported asynchronously;
 that is, you will receive the error a while after causing it.
 To debug your program, run it with the --sync command line
 option to change this behavior. You can then get a meaningful
 backtrace from your debugger if you break on the gdk_x_error()
  function.)
 
  [1]+  Exit 1  firefox3 http://www.yahoo.com
 
  There is nothing relevant to the crash in Xorg.0.log or console.log

Yet, could you startup firefox with --sync to see where it crashes?

Unable to reproduce here.
-- 
Mel
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Other browsers show the same behaviour (Firefox crashes on yahoo.com)

2009-06-27 Thread Glen Barber
On Sat, Jun 27, 2009 at 11:01 AM, Morgan
Wesströmfreebsd-questi...@pp.dyndns.biz wrote:

 I'm not using X at all on my FreeBSD machines so I don't know if this is
 related. We had a similar problem in Gentoo lately where Firefox simply
 segfaulted on certain webpages. It was tracked down to librsvg and there
 is a temporary patch for 2.22-2.26:
 http://mirrors.evolva.ro/gentoo-portage/gnome-base/librsvg/files/librsvg-2.22.3-fix-segfault-with-firefox.patch
 As I said, I don't know if this relates to FreeBSD in any way but to a
 layman like myself it seems plausible since it's the same applications
 involved and I can't see that there is a patch for this in Ports. Some
 developer probably can make more sense out of this than I but I though
 it was worth mentioning.


I didn't see any replies about ${OTHER_OS} -- Firefox 3.0.11 does not
crash on *buntu (don't ask) for me.  I just wanted to point that out.
I don't have FF3 on FreeBSD boxes to test.

Just thought I'd share.

-- 
Glen Barber
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


firefox crashes ......

2008-08-27 Thread Gary Kline
People,

I keeep my system ports currents except for the HUGE ports like OO.
Any ideas why firefox-linux keeps crashing very regularly?  No warning,
nothing to stdoutt nor stderr.

The only clues I have are these core dumps.  

-rw---   1 kline  kline   4173824 Aug 27 17:38 talkback.core
-rw---   1 kline  kline  86728704 Aug 27 17:38 firefox-bin.core

Suggestions,

gary



-- 
 Gary Kline  [EMAIL PROTECTED]  http://www.thought.org  Public Service Unix
http://jottings.thought.org   http://transfinite.thought.org


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


Re: firefox crashes ......

2008-08-27 Thread Norberto Meijome
On Wed, 27 Aug 2008 17:58:49 -0700
Gary Kline [EMAIL PROTECTED] wrote:

 -rw---   1 kline  kline   4173824 Aug 27 17:38 talkback.core
 -rw---   1 kline  kline  86728704 Aug 27 17:38 firefox-bin.core
 
 Suggestions,

not much to go on really... what version of ffox ? i'm running 3.x here and it
works fine.

any message left in messages.log, or .xsession-errors ? anything in particular
that triggers it ? 

 what does gdb on the core file show? 
B
_
{Beto|Norberto|Numard} Meijome

You can discover what your enemy fears most by observing the means he uses to
frighten you. Eric Hoffer (1902 - 1983)

I speak for myself, not my employer. Contents may be hot. Slippery when wet.
Reading disclaimers makes you go blind. Writing them is worse. You have been
Warned.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


firefox crashes

2008-01-26 Thread David Coder

$uname -a
FreeBSD ns0.dcoder.net 6.3-PRERELEASE FreeBSD 6.3-PRERELEASE #0: Sat Dec  1
14:00:49 EST 2007 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/NS0  i386

this is on a dual-core i386 machine, X up to date w/ the nvidia driver.

firefox DISTVERSION=2.0.0.11,1 crashes w/ the following error output:

NewStream
WriteReady
Write
decoding...
Not a JPEG file: starts with 0xbf 0x01
WriteReady
Write
Improper call to JPEG library in state 0
Unable to read JPEG data
Segmentation fault (core dumped)

any ideas?

thx.
--
Cheers,

David Coder
Network Engineer Emeritus, Verio/NTT
Telluride, CO  Washington, DC

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


Re: Firefox crashes and hangs my 6.1R system

2006-06-23 Thread freebsd-questions
Hi Adi,

On Thu, 8 Jun 2006 12:26:28 +0300, Adi Pircalabu wrote:
On Thu, 08 Jun 2006 11:02:16 +1000 [EMAIL PROTECTED]
wrote:

 Try to reproduce the above described behaviour and jump over with
 gdb. Sort of:
 
 gdb /usr/X11R6/lib/firefox/firefox-bin pid-of-firefox-bin
 (... wait)
 (gdb) t a a bt full

Just to bring you and the list up to date - I've solved my hang issue :)
It seems that it was nothing to do with Firefox, after all. I removed the
ATI Radeon AGP card from my machine and reverted to the onboard i915 Intel
video and no more problem.  I think there may be something not quite right
with the Xorg Radeon driver (or is it the radeon.ko?), or maybe even the
hardware itself as what finally prompted me to remove the card was that I
began to see more and more artifacts on the display - at its worst, my
white-background xterms were becoming unreadable due to a growing reddish
tinge that could only be cured by 'wiping' one xterm with another!

Thanks for the help.

joel
-- Joel Hatton --
Infrastructure Manager  | Hotline: +61 7 3365 4417
AusCERT - Australia's national CERT | Fax: +61 7 3365 7031
The University of Queensland| WWW: www.auscert.org.au
Qld 4072 Australia  | Email:   [EMAIL PROTECTED]

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


Re: Firefox crashes and hangs my 6.1R system

2006-06-08 Thread Adi Pircalabu
On Thu, 08 Jun 2006 11:02:16 +1000 [EMAIL PROTECTED]
wrote:

 Try to reproduce the above described behaviour and jump over with
 gdb. Sort of:
 
 gdb /usr/X11R6/lib/firefox/firefox-bin pid-of-firefox-bin
 (... wait)
 (gdb) t a a bt full
 
 Excuse my ignorance - I take it I need to
 
   o start firefox normally
   o run gdb as above
   o invoke the crash situation

1. If I were you, I'd go for the safer path and assure myself that I
don't use a system (OS  apps) built with unusual compiler flags.
2. Try to use a pre-built Ff package from ftp.freebsd.org and see if
the problem still occurs.
3. Actually, to get a core file, the steps are:
- as a regular user open a console, make sure you are in a directory
with write permissions (${HOME} is ok) and launch firefox 
- open another console, note the pid of firefox-bin and type the above
command (gdb /path/to/ff-bin pid) but don't press Enter yet
- try to fry the CPU again. If succeeded, press Enter in the gdb
console and get a full backtrace.
- alternately, if you can't attach to the process, try to send SIGABRT
when it goes crazy.

   o then ... ?
 
 I'm just hoping that there's enough cpu left to save something at that
 point!
 
  options SCHED_ULE   # ULE scheduler
 
 Do you need SCHED_ULE? Try SCHED_4BSD instead, Ff is very picky when
 it comes to threads.
 
 I probably don't - I added this after reading /usr/src/sys/conf/NOTES
 and it hadn't bitten me until maybe now.  I'll recompile the kernel
 with SCHED_4BSD before I carry on.

You should also consider rebuilding Firefox without optimizations.
Trying to use compiler optimizations for Gecko-based applications is the
perfect recipe for trouble :)

-- 
Adi Pircalabu (PGP Key ID 0x04329F5E)



-- 
This message was scanned for spam and viruses by BitDefender.
For more information please visit http://www.bitdefender.com/

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


Re: Firefox crashes and hangs my 6.1R system

2006-06-07 Thread Adi Pircalabu
On Wed, 07 Jun 2006 15:46:46 +1000 [EMAIL PROTECTED]
wrote:

 Lately, and seemingly inexplicably, firefox will lock up my X server
 with it if I click a button where filesystem access is required eg.
 if I'm in an 'upload file' form and a 'Browse...' button is available
 to go to a filesystem browser. If I ssh into the machine remotely I
 can see that Xorg is using 90+% CPU and the only way to recover is to
 reboot (which doesn't even execute cleanly). Interestingly, I can
 reproduce this situation when running firefox on a remote host but
 displaying locally so it seems more likely X/system related than
 specifically firefox.  When the machine hangs, even the keyboard is
 non functional eg scroll lock won't light. I have USB keyboard/mouse.

Hi Joel,

I tried to reproduce it on two 6.1-STABLE systems but with no result,
file upload works just fine. I have a bad feeling that it's very hard
to reproduce.
On the other hand, did the problem started to occur at a specified
date? Can you link the problem with a world / ports update?
However:

 I'd appreciate any tips for diagnosis/recovery. I've appended the most
 relevant configuration information. I've already rebuilt and installed
 kernel/world to ensure I'm up to date, and portupgraded as much as
 practicable. I should note that I haven't changed my build options for
 firefox since pre-crash, either.

Try to reproduce the above described behaviour and jump over with gdb.
Sort of:

gdb /usr/X11R6/lib/firefox/firefox-bin pid-of-firefox-bin
(... wait)
(gdb) t a a bt full
Save the output for all threads and post it on freebsd-gnome@
But wait, there's more :)

 regards,
 -- Joel Hatton --
 Infrastructure Manager  | Hotline: +61 7 3365 4417
 AusCERT - Australia's national CERT | Fax: +61 7 3365 7031
 The University of Queensland| WWW: www.auscert.org.au
 Qld 4072 Australia  | Email:   [EMAIL PROTECTED]
 
 Firefox options:
 
 # This file is auto-generated by 'make config'.
 # No user-servicable parts inside!
 # Options for firefox-1.5.0.4,1
[...]
 WITH_LOGGING=true
 WITH_OPTIMIZED_CFLAGS=true

The above options are not the defaults for Ff, try rebuilding it using:
WITHOUT_LOGGING=true
WITHOUT_OPTIMIZED_CFLAGS=true

 6.1-RELEASE-p1
 
[snip]
 
 My current kernel config file:
 
 machine i386
 cpu I686_CPU
 ident   GX260
 options SCHED_ULE   # ULE scheduler

Do you need SCHED_ULE? Try SCHED_4BSD instead, Ff is very picky when it
comes to threads.

-- 
Adi Pircalabu (PGP Key ID 0x04329F5E)



-- 
This message was scanned for spam and viruses by BitDefender.
For more information please visit http://www.bitdefender.com/

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


Re: Firefox crashes and hangs my 6.1R system

2006-06-07 Thread freebsd-questions
Hi Adi,

Thanks for the reply :)

On Wed, 7 Jun 2006 18:23:46 +0300, Adi Pircalabu wrote:

I tried to reproduce it on two 6.1-STABLE systems but with no result,
file upload works just fine. I have a bad feeling that it's very hard
to reproduce.
On the other hand, did the problem started to occur at a specified
date? Can you link the problem with a world / ports update?

Yes, this problem seems to have begun after the upgrade from 6.1-RELEASE
to 6.1-RELEASE-p1, though it's hard to see the connection.


Try to reproduce the above described behaviour and jump over with gdb.
Sort of:

gdb /usr/X11R6/lib/firefox/firefox-bin pid-of-firefox-bin
(... wait)
(gdb) t a a bt full

Excuse my ignorance - I take it I need to

o start firefox normally
o run gdb as above
o invoke the crash situation
o then ... ?

I'm just hoping that there's enough cpu left to save something at that
point!

 options SCHED_ULE   # ULE scheduler

Do you need SCHED_ULE? Try SCHED_4BSD instead, Ff is very picky when it
comes to threads.

I probably don't - I added this after reading /usr/src/sys/conf/NOTES and
it hadn't bitten me until maybe now.  I'll recompile the kernel with
SCHED_4BSD before I carry on.

cheers,
-- Joel Hatton --
Infrastructure Manager  | Hotline: +61 7 3365 4417
AusCERT - Australia's national CERT | Fax: +61 7 3365 7031
The University of Queensland| WWW: www.auscert.org.au
Qld 4072 Australia  | Email:   [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 crashes and hangs my 6.1R system

2006-06-06 Thread freebsd-questions
Hi,

Lately, and seemingly inexplicably, firefox will lock up my X server with
it if I click a button where filesystem access is required eg. if I'm in
an 'upload file' form and a 'Browse...' button is available to go to a
filesystem browser. If I ssh into the machine remotely I can see that Xorg
is using 90+% CPU and the only way to recover is to reboot (which doesn't
even execute cleanly). Interestingly, I can reproduce this situation when
running firefox on a remote host but displaying locally so it seems more
likely X/system related than specifically firefox.  When the machine hangs,
even the keyboard is non functional eg scroll lock won't light. I have USB
keyboard/mouse.

I'd appreciate any tips for diagnosis/recovery. I've appended the most
relevant configuration information. I've already rebuilt and installed
kernel/world to ensure I'm up to date, and portupgraded as much as
practicable. I should note that I haven't changed my build options for
firefox since pre-crash, either.

regards,
-- Joel Hatton --
Infrastructure Manager  | Hotline: +61 7 3365 4417
AusCERT - Australia's national CERT | Fax: +61 7 3365 7031
The University of Queensland| WWW: www.auscert.org.au
Qld 4072 Australia  | Email:   [EMAIL PROTECTED]

Firefox options:

# This file is auto-generated by 'make config'.
# No user-servicable parts inside!
# Options for firefox-1.5.0.4,1
_OPTIONS_READ=firefox-1.5.0.4,1
WITH_NEWTAB=true
WITHOUT_SMB=true
WITHOUT_DEBUG=true
WITH_LOGGING=true
WITH_OPTIMIZED_CFLAGS=true

6.1-RELEASE-p1

Information for xorg-server-6.9.0_4:

Depends on:
Dependency: expat-2.0.0_1
Dependency: pkgconfig-0.20_2
Dependency: pkg-config-0.20_2
Dependency: libdrm-2.0.1_1
Dependency: freetype2-2.1.10_3
Dependency: fontconfig-2.3.2_5,1
Dependency: xorg-libraries-6.9.0

Information for firefox-1.5.0.4,1:

Depends on:
Dependency: libiconv-1.9.2_2
Dependency: expat-2.0.0_1
Dependency: gettext-0.14.5_2
Dependency: jpeg-6b_4
Dependency: pkgconfig-0.20_2
Dependency: pkg-config-0.20_2
Dependency: png-1.2.8_3
Dependency: freetype2-2.1.10_3
Dependency: popt-1.7_1
Dependency: perl-5.8.8
Dependency: glib-2.10.2
Dependency: nspr-4.6.1
Dependency: nss-3.11_1
Dependency: fontconfig-2.3.2_5,1
Dependency: libxml2-2.6.24
Dependency: libdrm-2.0.1_1
Dependency: xorg-libraries-6.9.0
Dependency: libXft-2.1.7_1
Dependency: tiff-3.8.2
Dependency: xorg-fonts-encodings-6.9.0_1
Dependency: shared-mime-info-0.17_1
Dependency: bitstream-vera-1.10_2
Dependency: libIDL-0.8.6_2
Dependency: atk-1.11.4
Dependency: xorg-fonts-truetype-6.9.0
Dependency: hicolor-icon-theme-0.5
Dependency: glitz-0.4.4_1
Dependency: desktop-file-utils-0.11
Dependency: cairo-1.0.4
Dependency: pango-1.12.2
Dependency: gtk-2.8.17

My current kernel config file:

machine i386
cpu I686_CPU
ident   GX260
options SCHED_ULE   # ULE scheduler
options PREEMPTION  # Enable kernel thread preemption
options INET# InterNETworking
options FFS # Berkeley Fast Filesystem
options SOFTUPDATES # Enable FFS soft updates support
options UFS_ACL # Support for access control lists
options UFS_DIRHASH # Improve performance on big directories
options NFSCLIENT   # Network Filesystem Client
options MSDOSFS # MSDOS Filesystem
options CD9660  # ISO 9660 Filesystem
options PROCFS  # Process filesystem (requires PSEUDOFS)
options PSEUDOFS# Pseudo-filesystem framework
options GEOM_GPT# GUID Partition Tables.
options COMPAT_43   # Compatible with BSD 4.3 [KEEP THIS!]
options COMPAT_FREEBSD4 # Compatible with FreeBSD4
options COMPAT_FREEBSD5 # Compatible with FreeBSD5
options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
options KTRACE  # ktrace(1) support
options SYSVSHM # SYSV-style shared memory
options SYSVMSG # SYSV-style message queues
options SYSVSEM # SYSV-style semaphores
options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time 
extensions
options KBD_INSTALL_CDEV# install a CDEV entry in /dev
options ADAPTIVE_GIANT  # Giant mutex is adaptive.
options IPFIREWALL  #firewall
options IPFIREWALL_VERBOSE  #enable logging to syslogd(8)
options INCLUDE_CONFIG_FILE # Include this file in kernel
options TCP_DROP_SYNFIN #drop TCP packets with SYN+FIN
device  apic# I/O APIC
device  pci
device  fdc
device  ata
device  atadisk # ATA disk drives
device  atapicd # ATAPI CDROM drives
options 

Re: anyone notice firefox crashes a lot with BSD+KDE

2006-03-06 Thread Chandan Haldar

My firefox (1.0.7) takes a long time to start up.

I have the sessionsaver extension installed and have
several tabs open at all times.  Sometimes it seems as
if firefox loads the pages in all the tabs BEFORE the GUI
has a chance to display the window.  Did anyone improve
upon this behavior?  Firefox for MSWin seems to instantly
display the window with empty tabs and then starts loading
the pages.  It may be a matter of personal preference,
but if I had a choice, I'd want the latter behavior.

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


Re: anyone notice firefox crashes a lot with BSD+KDE

2006-03-06 Thread Yuan Jue
On Monday 06 March 2006 16:56, Chandan Haldar wrote:
 My firefox (1.0.7) takes a long time to start up.

maybe you should upgrade your firefox to 1.5.0 first :)


 I have the sessionsaver extension installed and have
 several tabs open at all times.  Sometimes it seems as
 if firefox loads the pages in all the tabs BEFORE the GUI
 has a chance to display the window.  Did anyone improve
 upon this behavior?  Firefox for MSWin seems to instantly
 display the window with empty tabs and then starts loading
 the pages.  It may be a matter of personal preference,
 but if I had a choice, I'd want the latter behavior.

I've never used sessionsaver extension. Anyone else have ideas?

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


anyone notice firefox crashes a lot with BSD+KDE

2006-03-05 Thread Steel City Phantom
i ran it since about 0.9 or so on win and and it rarely crashed.  since 
i moved to BSD i crashes 1 or 2 times a day.  am i alone or is it par 
for the course.  CNN.com seems to take it out the most.

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


Re: anyone notice firefox crashes a lot with BSD+KDE

2006-03-05 Thread Kris Kennaway
On Mon, Mar 06, 2006 at 01:13:18AM -0500, Steel City Phantom wrote:
 i ran it since about 0.9 or so on win and and it rarely crashed.  since 
 i moved to BSD i crashes 1 or 2 times a day.  am i alone or is it par 
 for the course.  CNN.com seems to take it out the most.

Do you have the flash plugin installed?  That never worked reliably
for me.  Apart from that it's quite stable.

Kris


pgpz9bPSv1WPx.pgp
Description: PGP signature


Re: anyone notice firefox crashes a lot with BSD+KDE

2006-03-05 Thread Yuan Jue
On Monday 06 March 2006 14:20, Kris Kennaway wrote:
 On Mon, Mar 06, 2006 at 01:13:18AM -0500, Steel City Phantom wrote:
  i ran it since about 0.9 or so on win and and it rarely crashed.  since
  i moved to BSD i crashes 1 or 2 times a day.  am i alone or is it par
  for the course.  CNN.com seems to take it out the most.

 Do you have the flash plugin installed?  That never worked reliably
 for me.  Apart from that it's quite stable.

neither for me, when with flash plugin ;)

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


firefox crashes after upgrade to R5.4

2005-05-10 Thread Hou Ian
Hi,
After successful upgrade to R5.4 via
buildworld/installworld on my amd64/R5.3 machine,
everything works quite well except that the
firefox-1.0.3 crashes whenever I try to use find
(Ctrl-f) or access to localhost for samba
administration. The firefox window got closed
immediately and core-dump without leaving any other
trace when either of the above events take place.

Anyone has any idea? Thanks in advance.

James 



__ 
Do you Yahoo!? 
Read only the mail you want - Yahoo! Mail SpamGuard. 
http://promotions.yahoo.com/new_mail 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: firefox crashes after upgrade to R5.4

2005-05-10 Thread Kent Stewart
On Tuesday 10 May 2005 06:59 am, Hou Ian wrote:
 Hi,
 After successful upgrade to R5.4 via
 buildworld/installworld on my amd64/R5.3 machine,
 everything works quite well except that the
 firefox-1.0.3 crashes whenever I try to use find
 (Ctrl-f) or access to localhost for samba
 administration. The firefox window got closed
 immediately and core-dump without leaving any other
 trace when either of the above events take place.

 Anyone has any idea? Thanks in advance.


You didn't say the magic works make kernel. Did you build and install 
a new kernel?

Kent

-- 
Kent Stewart
Richland, WA

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


Re: firefox crashes after upgrade to R5.4

2005-05-10 Thread Hou Ian

--- Kent Stewart [EMAIL PROTECTED] wrote:
 On Tuesday 10 May 2005 06:59 am, Hou Ian wrote:
  Hi,
  After successful upgrade to R5.4 via
  buildworld/installworld on my amd64/R5.3 machine,
  everything works quite well except that the
  firefox-1.0.3 crashes whenever I try to use find
  (Ctrl-f) or access to localhost for samba
  administration. The firefox window got closed
  immediately and core-dump without leaving any
 other
  trace when either of the above events take place.
 
  Anyone has any idea? Thanks in advance.
 
 
 You didn't say the magic works make kernel. Did
 you build and install 
 a new kernel?
 
 Kent
 
Yes, I did make buildkernel/installkernel, of course.
Sorry I didn't make that clear. The dmesg confirms I
am now running 5.4 and everything else doesn't have a
single problem.

BTW, I had even re-portinstall the firefox port and
the problem persists.

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: firefox crashes after upgrade to R5.4

2005-05-10 Thread mark wolgemuth
Check to make sure you don't have a /etc/libmap.conf setup with  
mappings for firefox-- let it use the default.

--mark
On May 10, 2005, at 10:26 AM, Hou Ian wrote:
--- Kent Stewart [EMAIL PROTECTED] wrote:
On Tuesday 10 May 2005 06:59 am, Hou Ian wrote:
Hi,
After successful upgrade to R5.4 via
buildworld/installworld on my amd64/R5.3 machine,
everything works quite well except that the
firefox-1.0.3 crashes whenever I try to use find
(Ctrl-f) or access to localhost for samba
administration. The firefox window got closed
immediately and core-dump without leaving any
other
trace when either of the above events take place.
Anyone has any idea? Thanks in advance.

You didn't say the magic works make kernel. Did
you build and install
a new kernel?
Kent

Yes, I did make buildkernel/installkernel, of course.
Sorry I didn't make that clear. The dmesg confirms I
am now running 5.4 and everything else doesn't have a
single problem.
BTW, I had even re-portinstall the firefox port and
the problem persists.
__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions- 
[EMAIL PROTECTED]


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


Re: firefox crashes after upgrade to R5.4

2005-05-10 Thread Hou Ian
Thanks mark but that didn't help. My libmap.conf file
only contains the following two lines and I don't
think any of them is for firefox.

# candidate mapping
libm.so.2   libm.so.3

Though there's no libmap.conf in my /etc/defaults
folders, the timestamp on this libmap file shows quite
certainly that it is a default one without my
modification or changes from the upgrade process. I
even tried to rename the file to something else to see
how things go but the results are the same as before.

--- mark wolgemuth [EMAIL PROTECTED] wrote:
 
 Check to make sure you don't have a
 /etc/libmap.conf setup with  
 mappings for firefox-- let it use the default.
 
 --mark
 
 On May 10, 2005, at 10:26 AM, Hou Ian wrote:
 
 
  --- Kent Stewart [EMAIL PROTECTED] wrote:
 
  On Tuesday 10 May 2005 06:59 am, Hou Ian wrote:
 
  Hi,
  After successful upgrade to R5.4 via
  buildworld/installworld on my amd64/R5.3
 machine,
  everything works quite well except that the
  firefox-1.0.3 crashes whenever I try to use
 find
  (Ctrl-f) or access to localhost for samba
  administration. The firefox window got closed
  immediately and core-dump without leaving any
 
  other
 
  trace when either of the above events take
 place.
 
  Anyone has any idea? Thanks in advance.
 
 
 
  You didn't say the magic works make kernel. Did
  you build and install
  a new kernel?
 
  Kent
 
 
  Yes, I did make buildkernel/installkernel, of
 course.
  Sorry I didn't make that clear. The dmesg confirms
 I
  am now running 5.4 and everything else doesn't
 have a
  single problem.
 
  BTW, I had even re-portinstall the firefox port
 and
  the problem persists.
 
  __
  Do You Yahoo!?
  Tired of spam?  Yahoo! Mail has the best spam
 protection around
  http://mail.yahoo.com
  ___
  freebsd-questions@freebsd.org mailing list
 

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

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

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: firefox crashes after upgrade to R5.4

2005-05-10 Thread Alex Zbyslaw
Hou Ian wrote:
After successful upgrade to R5.4 via
buildworld/installworld on my amd64/R5.3 machine,

everything works quite well except that the
firefox-1.0.3 crashes whenever I try to usefind

(Ctrl-f) or access to localhost for samba
administration. The firefox window got closed
immediately and core-dump without leaving any
other trace when either of the above events take place.
If firefox is like mozilla, then you can make the port with debugging
  make WITH_DEBUG=1
That might a) give you more info about what happens just before it 
crashes and b) give you a -g executable you can use with your core file.

The only other question is, did you update gnome recently, and did you follow 
the instructions in /usr/ports/UPDATING? --look for 20050312.  Only guessing 
mind.  My last attempt at thunderbird crashed constantly -- far more often than 
your firefox.  I just gave up.
Also, be warned that with debugging, mozilla beeps quite a lot as it seems to 
fail assertions doing just about anything.  Not very accurate assertions, I 
guess ;)  Also, you may need to tweak or delete /var/db/ports/firefox/options 
when you want to recompile without debugging again.  That one caught me out, 
and mozilla is *still* beeping like a mad thing.
--Alex
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]