pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Firefox 24 doesn't restore session



I wrote:

> With pkgsrc firefox-24 ktrace/kdump shows:
> ---
>   1336     11 firefox  RET   __gettimeofday50 0
>   1336     11 firefox  CALL  open(0xb1fdace0,0,0x180)
>   1336     11 firefox  NAMI  
> "/home/tsutsui/.mozilla/firefox/1xub1hun.default/sessionstore.js"
>   1336     11 firefox  RET   open 37/0x25
>   1336     11 firefox  CALL  __fstat50(0x25,0xb25fdb20)
>   1336     11 firefox  RET   __fstat50 0
>   1336     11 firefox  CALL  close(0x25)
>   1336     11 firefox  RET   close 0
> ---
> so it looks some checks against results of fstat(2) fail.

There is similar bug report and fixes for firefox 20.x on Solaris:
https://bugzilla.mozilla.org/show_bug.cgi?id=861829
https://hg.mozilla.org/mozilla-central/rev/3ef3b7592a53

Probably we need more OS specific implementation around *xstat?

---
Izumi Tsutsui


Home | Main Index | Thread Index | Old Index