Re: Firefox 1.0-2 crashes

2004-11-16 Thread Nikita V. Youshchenko
> 
> It would be very nice if someone could give a hint or two on how to deal
> with this problem. If needed I will of course provide the full strace
> output or any other information required.

Report bug to package maintainer. Use 'reportbug' tool for that.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Firefox 1.0-2 crashes

2004-11-16 Thread Alexander Sack
Marc Reich wrote:
I moved ~/.mozilla to /tmp now/again. The result is the same: After 
most of the page is loaded the browser dies.

The site you mentioned appears to have a flash component. Maybe all 
sites with flash segfault your setup?
Have you tried to remove mozilla-firefox and look what is left in 
/usr/lib/mozilla-firefox and /var/lib/mozilla-firefox? Maybe removing 
existing garbage in those directories before installing helps!

Alex
--
GPG messages preferred. |  .''`.  ** Debian GNU/Linux **
Alexander Sack  | : :' :  The  universal
[EMAIL PROTECTED] | `. `'  Operating System
http://www.jwsdot.com/  |   `-http://www.debian.org/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Firefox 1.0-2 crashes

2004-11-16 Thread Marc Reich
Marc,
Marc Wilson wrote:
On Mon, Nov 15, 2004 at 10:46:10PM +0100, Marc Reich wrote:
munmap(0xb1829000, 65456)   = 0
open("/usr/share/fonts/truetype/ssee1257.fon", O_RDONLY) = 45

When did something with a .fon extension become a TrueType font?
I removed *.fon from the TrueType-dirs and everything seems to work fine
now. Thank you!
Bye,
Marc

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Firefox 1.0-2 crashes

2004-11-16 Thread Paul Johnson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Marc Wilson <[EMAIL PROTECTED]> writes:

> On Mon, Nov 15, 2004 at 10:46:10PM +0100, Marc Reich wrote:
>> munmap(0xb1829000, 65456)   = 0
>> open("/usr/share/fonts/truetype/ssee1257.fon", O_RDONLY) = 45
>
> When did something with a .fon extension become a TrueType font?

This is windows corruption.  Windows users started interchanging fon
and ttf a while ago.  Why is beyond me...

- -- 
Paul Johnson
[EMAIL PROTECTED]
http://ursine.dyndns.org/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQFBmbfIUzgNqloQMwcRAkl9AJwJCI5U54f2tBEOSylDmSCq1prAQgCeP4jE
4EDS4Xp7OweMJr3C3scHKqk=
=yfHl
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Firefox 1.0-2 crashes

2004-11-16 Thread Andrea Vettorello
On Mon, 15 Nov 2004 23:44:17 +0100, Marc Reich <[EMAIL PROTECTED]> wrote:
> Andrea,
> 
> thank you for your fast reply.
> 
> Andrea Vettorello wrote:
> > On Mon, 15 Nov 2004 22:46:10 +0100, Marc Reich <[EMAIL PROTECTED]> wrote:
> > 
> [..]
> >
> > Have you tried what is suggested in the Debian Firefox documentation?
> >
> > Practically, if you used a previous version, try moving out your
> > ~/.mozilla/firefox setup dir.
> 
> I moved ~/.mozilla to /tmp now/again. The result is the same: After most
> of the page is loaded the browser dies.
> 

I think you should follow Marc Wilson suggestion, don't know if this
is the culprit, but IMHO you should put only TrueType fonts on your
/usr/share/fonts/truetype/ dir.


Andrea


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Firefox 1.0-2 crashes

2004-11-15 Thread Sridhar M.A.
On Mon, Nov 15, 2004 at 10:46:10PM +0100, Marc Reich wrote:
   > 
   > I'm running debian testing and just installed mozilla-firefox-1.0-2 from
   > the unstable branch. The problem now is that firefox reproducibly
   > crashes when reading some sites - this is a behaviour version 0.9.3 also
   > showed and that leads to the conclusion that something could be wrong
   > with my setup.
   > 
   > To get closer to the source of the problem I ran
   > 
   > $> strace firefox www.gizmodo.com
   > 
   > where gizmodo.com is a page that always leads to a crash.
   > 
On my system:

~$ apt-cache policy mozilla-firefox
mozilla-firefox:
  Installed: 1.0-2
  Candidate: 1.0-2
  Version Table:
 *** 1.0-2 0
 95 http://ftp.debian.org unstable/main Packages
100 /var/lib/dpkg/status
 0.9.3-5 0
900 http://ftp.debian.org testing/main Packages

Tried the site you have mentioned. Whole page loads and it does not
crash.

Maybe there are some configuration issues with your setup.

Regards,

-- 
Sridhar M.A.   GPG KeyID : F6A35935
  Fingerprint: D172 22C4 7CDC D9CD 62B5  55C1 2A69 D5D8 F6A3 5935

I don't wanna argue, and I don't wanna fight,
But there will definitely be a party tonight...


signature.asc
Description: Digital signature


Re: Firefox 1.0-2 crashes

2004-11-15 Thread Marc Reich
Andrea,
thank you for your fast reply.
Andrea Vettorello wrote:
On Mon, 15 Nov 2004 22:46:10 +0100, Marc Reich <[EMAIL PROTECTED]> wrote:
[..]
Have you tried what is suggested in the Debian Firefox documentation?
Practically, if you used a previous version, try moving out your
~/.mozilla/firefox setup dir.
I moved ~/.mozilla to /tmp now/again. The result is the same: After most 
of the page is loaded the browser dies.

Bye,
Marc
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Firefox 1.0-2 crashes

2004-11-15 Thread Marc Wilson
On Mon, Nov 15, 2004 at 10:46:10PM +0100, Marc Reich wrote:
> munmap(0xb1829000, 65456)   = 0
> open("/usr/share/fonts/truetype/ssee1257.fon", O_RDONLY) = 45

When did something with a .fon extension become a TrueType font?

-- 
 Marc Wilson | Delta: We never make the same mistake three times.
 [EMAIL PROTECTED] | -- David Letterman


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Firefox 1.0-2 crashes

2004-11-15 Thread Andrea Vettorello
On Mon, 15 Nov 2004 22:46:10 +0100, Marc Reich <[EMAIL PROTECTED]> wrote:
> Dear all,
> 
> I'm running debian testing and just installed mozilla-firefox-1.0-2 from
> the unstable branch. The problem now is that firefox reproducibly
> crashes when reading some sites - this is a behaviour version 0.9.3 also
> showed and that leads to the conclusion that something could be wrong
> with my setup.
> 
> To get closer to the source of the problem I ran
> 
> $> strace firefox www.gizmodo.com
> 
> where gizmodo.com is a page that always leads to a crash.
> 

[...]

> 
> It would be very nice if someone could give a hint or two on how to deal
> with this problem. If needed I will of course provide the full strace
> output or any other information required.
> 

Have you tried what is suggested in the Debian Firefox documentation?

Practically, if you used a previous version, try moving out your
~/.mozilla/firefox setup dir.


Andrea


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]