RESOLVED DUPLICATE of bug 18376 16372
run-nightly-webkit.cmd makes safari not start
https://bugs.webkit.org/show_bug.cgi?id=16372
Summary run-nightly-webkit.cmd makes safari not start
Darren VanBuren
Reported 2007-12-09 16:48:48 PST
I hate this new script. When you run it, it copies things?, and crashes. Attached are the crash dump files.
Attachments
Crash dump file after attempting to launch with new script (62.31 KB, application/octet-stream)
2007-12-09 16:51 PST, Darren VanBuren
no flags
other crash dump file (5.29 KB, text/plain)
2007-12-09 16:51 PST, Darren VanBuren
no flags
Darren VanBuren
Comment 1 2007-12-09 16:51:09 PST
Created attachment 17811 [details] Crash dump file after attempting to launch with new script
Darren VanBuren
Comment 2 2007-12-09 16:51:44 PST
Created attachment 17812 [details] other crash dump file
Adam Roben (:aroben)
Comment 3 2007-12-09 17:31:52 PST
What version of Safari were you using? And which nightly build did you download?
Darren VanBuren
Comment 4 2007-12-11 18:41:14 PST
hey adam. I was using 3.0.4 with builds with the script like this: @echo off set script="%TMP%\run-webkit-nightly2.cmd" set vsvars="%VS80COMNTOOLS%\vsvars32.bat" if exist %vsvars% ( copy %vsvars% "%script%" ) else ( del "%script%" ) FindSafari.exe %1 /printSafariLauncher >> "%script%" call %script% It is a stupid method to invoke Safari, we should go back to the old script but use an env. var like %SAFARIDIR%, or %ASAFARIDIR%, then use FindSafari to set that var.
Darren VanBuren
Comment 5 2007-12-11 22:19:15 PST
didn't pay attention when I entered the bug.
Adam Roben (:aroben)
Comment 6 2007-12-11 22:31:15 PST
(In reply to comment #4) > It is a stupid method to invoke Safari, we should go back to the old script but > use an env. var like %SAFARIDIR%, or %ASAFARIDIR%, then use FindSafari to set > that var. I'd love to see a patch that made this all simpler. Unfortunately things can't be quite as simple as they once were, as Safari now no longer delay-loads WebKit and so can't support an option like /frameworkPath: to specify where to load WebKit.dll from. This is all in Windows' hands now, hence the setting of PATH.
Darren VanBuren
Comment 7 2007-12-12 20:41:37 PST
Would it be possible to drop the nightly build into Safari's directory, then launch with the option /customWebKit ?
Adam Roben (:aroben)
Comment 8 2007-12-12 23:05:32 PST
(In reply to comment #7) > Would it be possible to drop the nightly build into Safari's directory, then > launch with the option /customWebKit ? It's possible, yes, but there are some cases where it wouldn't work (for example, if the user running the nightly didn't have write permissions to the Safari installation folder). It also just seems like a bad idea to be messing around with the installed Safari like that.
Robert Blaut
Comment 9 2008-03-16 11:51:16 PDT
Is the crash still happen in the latest Webkit? As far as I remember the crashes disappeared long time ago.
Darren VanBuren
Comment 10 2008-03-27 16:18:53 PDT
This still happens with Safari 3.1 and latest nightly build.
Darren VanBuren
Comment 11 2008-03-27 16:29:11 PDT
I would really like to test out the nightly of WebKit. Is there like a simple web browser application I can use right now?
ScottN
Comment 12 2008-04-11 03:33:50 PDT
(In reply to comment #10) > This still happens with Safari 3.1 and latest nightly build. I confirm. I cannot get any nightly to run ever since installing 3.1 as the base. I had webkit running fine for 3.04 but did a complete uninstall (directories, etc) of 3.04 and installed 3.1 when it came out. Now no webkit will start for me. I get the error about missing resources, try to reinstall safari.
Darren VanBuren
Comment 13 2008-04-13 16:48:15 PDT
better title.
Adam Roben (:aroben)
Comment 14 2008-04-13 18:03:29 PDT
*** This bug has been marked as a duplicate of 18376 ***
Note You need to log in before you can comment on or make changes to this bug.