Page 1 of 2 12 LastLast
Results 1 to 15 of 19

Thread: javascript breaks firefox and safari in 10.4.11?

  1. #1
    Draw the Drapes Recognized Member rubah's Avatar
    Join Date
    Dec 2004
    Location
    Now Destiny is done.
    Posts
    30,655
    Blog Entries
    21
    Contributions
    • Former Administrator
    • Former Cid's Knight

    Default javascript breaks firefox and safari in 10.4.11?

    installed update to osx, firefox crashed repeatedly trying to load eoff and livejournal, it loaded gmail okay though, which is weird because gmail is all about javascript.

    but anyways, I turned javascript off, nothing changed, but when I restarted firefox obviously it did not crash on eoff.

    safari crashed on whatever its homepage is set to be. I have no clue what that is.
    Camino didn't care either way, which is what made me think it might be javascript.

    but you know, I'm not for sure! I sent stu a couple of screen shots and maybe he saved them, but I dunno.

  2. #2

    Default

    *talking about Macs never crashing* *hum*

    Sorry, haven't got a clue.

  3. #3
    i n v i s i b l e Tech Admin o_O's Avatar
    Join Date
    Jun 2001
    Location
    New Zealand
    Posts
    2,957
    Blog Entries
    1

    FFXIV Character

    Humphrey Squibbles (Sargatanas)

    Default

    Install 10.5.

    You could try downgrading Safari. I Googled a bit and it seems like people have gotten the same problem quite a lot. Unfortunately it seems that each person fixed it differently. Try rebooting, disabling RSS, reapplying the update, applying <a href="http://www.apple.com/support/downloads/macosx10411comboupdateppc.html">this</a> update (if that's not what you already did and if you have a PPC processor ) or disabling/uninstalling PicLens.

    Yeah, install 10.5.

  4. #4
    Draw the Drapes Recognized Member rubah's Avatar
    Join Date
    Dec 2004
    Location
    Now Destiny is done.
    Posts
    30,655
    Blog Entries
    21
    Contributions
    • Former Administrator
    • Former Cid's Knight

    Default

    I don't feel like buying it! or pirating it!

    I don't use safari, mike. I just opened it to make sure it wasn't a just-firefox thing.

  5. #5
    Last Exile Baloki's Avatar
    Join Date
    Sep 2003
    Location
    Dreaming a dream~
    Posts
    8,425
    Articles
    5
    Blog Entries
    2

    FFXIV Character

    Baloki Kyuu (Sargatanas)
    Contributions
    • Former Senior Site Staff

    Default

    What other programs were running when Firefox/Safari were running?

    Maybe there was a conflict?
    FOA

  6. #6
    Draw the Drapes Recognized Member rubah's Avatar
    Join Date
    Dec 2004
    Location
    Now Destiny is done.
    Posts
    30,655
    Blog Entries
    21
    Contributions
    • Former Administrator
    • Former Cid's Knight

    Default

    the same ones as always! finder kvirc adium and quicksilver.

    It's weird. I reenabled javascript and it decided not to crash anymore. . .so far. WHATEVER YOU GUYS JUST BE WEIRD.

    here's one of the error messages plus terminal debug window from when safari decided to take a break.
    http://www.snowy-day.net/stuff/safaricrash.png

  7. #7
    Last Exile Baloki's Avatar
    Join Date
    Sep 2003
    Location
    Dreaming a dream~
    Posts
    8,425
    Articles
    5
    Blog Entries
    2

    FFXIV Character

    Baloki Kyuu (Sargatanas)
    Contributions
    • Former Senior Site Staff

    Default

    SnowCat: Rubah have you tried completely removing and re-installing Firefox?
    SnowCat: As according to the terminal window that is the issue...
    FOA

  8. #8
    Draw the Drapes Recognized Member rubah's Avatar
    Join Date
    Dec 2004
    Location
    Now Destiny is done.
    Posts
    30,655
    Blog Entries
    21
    Contributions
    • Former Administrator
    • Former Cid's Knight

    Default

    no I haven't, do you mean reinstall safari? x.x;

  9. #9
    Last Exile Baloki's Avatar
    Join Date
    Sep 2003
    Location
    Dreaming a dream~
    Posts
    8,425
    Articles
    5
    Blog Entries
    2

    FFXIV Character

    Baloki Kyuu (Sargatanas)
    Contributions
    • Former Senior Site Staff

    Default

    No I meant re-install Firefox as that's what OSX was referencing when the crash occurred.
    FOA

  10. #10
    i n v i s i b l e Tech Admin o_O's Avatar
    Join Date
    Jun 2001
    Location
    New Zealand
    Posts
    2,957
    Blog Entries
    1

    FFXIV Character

    Humphrey Squibbles (Sargatanas)

    Default

    By that terminal output, it's trying to access memory outside of the base and limit registers assigned to Safari. That pretty much means that when you started Safari, it was allocated a chunk of memory and then tried to access some memory address outside of that chunk. It crashes because the OS can't allow that to happen, since Safari could be haxoring any piece of data that needs to remain in memory.

    It could be something to do with that /Users/rubahness/375 file. If it tried to read a specific number of bytes from the file and made an explicit memory reference based upon that. Of course it's probably not that.

    I don't know how to fix whatever was causing your problem though.

  11. #11
    Draw the Drapes Recognized Member rubah's Avatar
    Join Date
    Dec 2004
    Location
    Now Destiny is done.
    Posts
    30,655
    Blog Entries
    21
    Contributions
    • Former Administrator
    • Former Cid's Knight

    Default

    well, see, there is no file there! (not even a hidden one)

  12. #12
    i n v i s i b l e Tech Admin o_O's Avatar
    Join Date
    Jun 2001
    Location
    New Zealand
    Posts
    2,957
    Blog Entries
    1

    FFXIV Character

    Humphrey Squibbles (Sargatanas)

    Default

    It could be that whatever process is trying to create that file doesn't have permission to create it. If it happens again, try doing this at a terminal:
    Code:
    touch /Users/rubahness/375 && chmod 755 /Users/rubahness/375
    or try executing the offending browser as root. If either of those work you have a permissions problem.

  13. #13
    Draw the Drapes Recognized Member rubah's Avatar
    Join Date
    Dec 2004
    Location
    Now Destiny is done.
    Posts
    30,655
    Blog Entries
    21
    Contributions
    • Former Administrator
    • Former Cid's Knight

    Default

    it started it up again >:[

    terminal didn't really say anything one way or another about that snippit mikeface:o

  14. #14
    Last Exile Baloki's Avatar
    Join Date
    Sep 2003
    Location
    Dreaming a dream~
    Posts
    8,425
    Articles
    5
    Blog Entries
    2

    FFXIV Character

    Baloki Kyuu (Sargatanas)
    Contributions
    • Former Senior Site Staff

    Default

    Why did no-one take me seriously when I said re-install firefox?
    FOA

  15. #15
    i n v i s i b l e Tech Admin o_O's Avatar
    Join Date
    Jun 2001
    Location
    New Zealand
    Posts
    2,957
    Blog Entries
    1

    FFXIV Character

    Humphrey Squibbles (Sargatanas)

    Default

    What's the output of this code?
    Code:
    ls -l /Users/rubahness/375
    Did you try executing the browser as superuser?
    Code:
    su -c 'safari http://www.eyesonff.com'

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •