Re: firefox cashes in file-open and file-save dialogs

2006-05-15 Thread Leo Peschier
I use the gtk file chooser in other applications and it works fine. That's just my experience. Leo, if I create a firefox wiki page, could you put this info there? That's OK. Leo. -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.htm

Re: firefox cashes in file-open and file-save dialogs

2006-05-14 Thread Dan Nicholson
On 5/14/06, Leo Peschier <[EMAIL PROTECTED]> wrote: Apologies for not mentioning that (when I wrote the reply, I realized I should have tested that before). However, turning off optimization flags did not solve the problem. I did some more search on the subject and found there has been some deba

Re: firefox cashes in file-open and file-save dialogs

2006-05-14 Thread Leo Peschier
Dan Nicholson wrote: You could have said that before! #1 rule of compiling: If something breaks, turn off the optimization flags! Apologies for not mentioning that (when I wrote the reply, I realized I should have tested that before). However, turning off optimization flags did not solve the

Re: firefox cashes in file-open and file-save dialogs

2006-05-12 Thread Dan Nicholson
On 5/12/06, Alexander E. Patrakov <[EMAIL PROTECTED]> wrote: Dan Nicholson wrote: > > I'd be surprised if it has changed. I've opened up simple bugs like > this before, and they never get responded to. I'm thinking that maybe > it hasn't been an issue in the past because pangoxft was pulled in

Re: firefox cashes in file-open and file-save dialogs

2006-05-12 Thread Alexander E. Patrakov
Dan Nicholson wrote: On 5/12/06, Alexander E. Patrakov <[EMAIL PROTECTED]> wrote: Also I have to check that the problem is indeed still relevant for Seamonkey-1.0.1 (it was checked only for 1.0). I'd be surprised if it has changed. I've opened up simple bugs like this before, and they never g

Re: firefox cashes in file-open and file-save dialogs

2006-05-12 Thread Dan Nicholson
On 5/12/06, Alexander E. Patrakov <[EMAIL PROTECTED]> wrote: Dan Nicholson wrote: > Shouldn't be any harm. Alexander, could you test out the attached > patch without the LDFLAGS next build you do? AFAICT, this is the only > directory that has sources that need to link to pangoxft. In fact, > t

Re: firefox cashes in file-open and file-save dialogs

2006-05-12 Thread Alexander E. Patrakov
Dan Nicholson wrote: Shouldn't be any harm. Alexander, could you test out the attached patch without the LDFLAGS next build you do? AFAICT, this is the only directory that has sources that need to link to pangoxft. In fact, the program gfx/src/gtk/mozilla-decoder.cpp includes . Sorry, my att

Re: firefox cashes in file-open and file-save dialogs

2006-05-11 Thread Dan Nicholson
On 5/11/06, Alexander E. Patrakov <[EMAIL PROTECTED]> wrote: ac_add_options --enable-pango Required for rendering complex scripts like Thai Interesting. I didn't know about that. Thanks for bringing it up. ac_add_options --disable-updater Disables checks for updates (they are pointless on

Re: firefox cashes in file-open and file-save dialogs

2006-05-11 Thread Alexander E. Patrakov
Randy McMurchy wrote: Alexander E. Patrakov wrote these words on 05/10/06 08:27 CST: If it doesn't: bug in Firefox (and in the book). If this is a bug in the book, why haven't you ever mentioned it? Because the book doesn't tell the user to add --enable-pango (i.e.: doesn't trigger the bug

Re: firefox cashes in file-open and file-save dialogs

2006-05-10 Thread Miguel Bazdresch
* Leo Peschier <[EMAIL PROTECTED]> [2006-05-10 17:06]: > - changing optimization flags (from -O3 -march=pentium4 to -O2 > -march=pentium4) In my experience -O3 and -march=pentium3 (what I have) break firefox. -fomit-frame-pointer and -ffast-math also break it. The most I've been able to do is "-

Re: firefox cashes in file-open and file-save dialogs

2006-05-10 Thread Randy McMurchy
Dan Nicholson wrote these words on 05/10/06 15:56 CST: > You could have said that before! > > Sheesh. Is there a proper warning for this in the books? In the "Before asking for Help" section, it specifically says to mention if you've deviated from the book. So Leo was in error by not mentionin

Re: firefox cashes in file-open and file-save dialogs

2006-05-10 Thread Dan Nicholson
On 5/10/06, Leo Peschier <[EMAIL PROTECTED]> wrote: I guess I've got to do some more experimenting. Things I can think of: - playing with the .mozconfig settings. - changing optimization flags (from -O3 -march=pentium4 to -O2 -march=pentium4) You could have said that before! #1 rule of compil

Re: firefox cashes in file-open and file-save dialogs

2006-05-10 Thread Leo Peschier
Could you please do this: LD_BIND_NOW=1 firefox Does firefox start at all? It does. Simon, I tried the 1.5.0.3 version. Still the same problem. I guess I've got to do some more experimenting. Things I can think of: - playing with the .mozconfig settings. - changing optimization flags (from -O3

Re: firefox cashes in file-open and file-save dialogs

2006-05-10 Thread Dan Nicholson
On 5/10/06, Alexander E. Patrakov <[EMAIL PROTECTED]> wrote: If it doesn't: bug in Firefox (and in the book). Rebuild with the library containing the needed symbol explicitly mentioned in LDFLAGS, as the LiveCD does with SeaMonkey: http://wiki.linuxfromscratch.org/livecd/browser/trunk/packages/

Re: firefox cashes in file-open and file-save dialogs

2006-05-10 Thread Randy McMurchy
Alexander E. Patrakov wrote these words on 05/10/06 08:27 CST: > If it doesn't: bug in Firefox (and in the book). If this is a bug in the book, why haven't you ever mentioned it? > Rebuild with the library > containing the needed symbol explicitly mentioned in LDFLAGS, as the LiveCD > does >

Re: firefox cashes in file-open and file-save dialogs

2006-05-10 Thread Alexander E. Patrakov
Leo Peschier wrote: Hello all, After upgrading Firefox from BLFS 6.1 (version 1.0.6) to version 1.5.0.2, following the svn-book, it crashes in file-open and file-save dialogs when: - moving the scrollbar, or - using the mouse wheel, or - moving below the visual part with the down-arrow, with:

Re: firefox cashes in file-open and file-save dialogs

2006-05-10 Thread Simon Geard
On Tue, 2006-05-09 at 20:14 +0200, Leo Peschier wrote: > Hello all, > > After upgrading Firefox from BLFS 6.1 (version 1.0.6) to version > 1.5.0.2, following the svn-book, it crashes in file-open and file-save > dialogs when: The current version is now 1.5.0.3 - you could try upgrading, and see

Re: firefox cashes in file-open and file-save dialogs

2006-05-10 Thread Leo Peschier
... My solution was to start with a clean profile, ... Have done that and it did not help. Dan, I have no Gnome stuff installed. I run KDE though. Just to be sure I've just tried it from fluxbox: same behaviour. Leo. -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http

Re: firefox cashes in file-open and file-save dialogs

2006-05-09 Thread Dan Nicholson
On 5/9/06, Leo Peschier <[EMAIL PROTECTED]> wrote: DJ Lucas wrote: > I assume that the issue did not occur with 1.0.x? It sounds like the > very familiar font permissions problem, but not likely if it didn't > happen with the previous version. Does the problem go away if you > run firefox as r

Re: firefox cashes in file-open and file-save dialogs

2006-05-09 Thread Doug Reich
> After upgrading Firefox from BLFS 6.1 (version 1.0.6) to version > 1.5.0.2, following the svn-book, it crashes in file-open and file-save > dialogs when: > - moving the scrollbar, or > - using the mouse wheel, or > - moving below the visual part with the down-arrow, I remember having lots of st

Re: firefox cashes in file-open and file-save dialogs

2006-05-09 Thread Leo Peschier
DJ Lucas wrote: I assume that the issue did not occur with 1.0.x? It sounds like the very familiar font permissions problem, but not likely if it didn't happen with the previous version. Does the problem go away if you run firefox as root? If not, did you upgrade any other packages along w

Re: firefox cashes in file-open and file-save dialogs

2006-05-09 Thread DJ Lucas
Leo Peschier wrote: Hello all, After upgrading Firefox from BLFS 6.1 (version 1.0.6) to version 1.5.0.2, following the svn-book, it crashes in file-open and file-save dialogs when: - moving the scrollbar, or - using the mouse wheel, or - moving below the visual part with the down-arrow, with:

firefox cashes in file-open and file-save dialogs

2006-05-09 Thread Leo Peschier
Hello all, After upgrading Firefox from BLFS 6.1 (version 1.0.6) to version 1.5.0.2, following the svn-book, it crashes in file-open and file-save dialogs when: - moving the scrollbar, or - using the mouse wheel, or - moving below the visual part with the down-arrow, with: /usr/lib/firefox-1