Bug 69899 - Some http security tests are asserting in indexOfSeparatorAfterDirectoryName()
Summary: Some http security tests are asserting in indexOfSeparatorAfterDirectoryName()
Status: RESOLVED DUPLICATE of bug 69898
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: LayoutTestFailure, MakingBotsRed
Depends on:
Blocks:
 
Reported: 2011-10-11 21:59 PDT by Simon Fraser (smfr)
Modified: 2011-10-12 16:01 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2011-10-11 21:59:22 PDT
http/tests/security/frame-loading-via-document-write.html	stderr	crash log (DumpRenderTree: indexOfSeparatorAfterDirectoryName(std::string const&, std::string const&) + 176)
http/tests/security/local-CSS-from-remote.html	stderr	crash log (DumpRenderTree: indexOfSeparatorAfterDirectoryName(std::string const&, std::string const&) + 176)
http/tests/security/local-JavaScript-from-remote.html	stderr	crash log (DumpRenderTree: indexOfSeparatorAfterDirectoryName(std::string const&, std::string const&) + 176)
http/tests/security/local-iFrame-from-remote.html	stderr	crash log (DumpRenderTree: indexOfSeparatorAfterDirectoryName(std::string const&, std::string const&) + 176)
http/tests/security/local-image-from-remote-whitelisted.html	stderr	crash log (DumpRenderTree: indexOfSeparatorAfterDirectoryName(std::string const&, std::string const&) + 176)
http/tests/security/local-image-from-remote.html	stderr	crash log (DumpRenderTree: indexOfSeparatorAfterDirectoryName(std::string const&, std::string const&) + 176)
http/tests/security/local-user-CSS-from-remote.html	stderr	crash log (DumpRenderTree: indexOfSeparatorAfterDirectoryName(std::string const&, std::string const&) + 176)
http/tests/security/local-video-poster-from-remote.html	stderr	crash log (DumpRenderTree: indexOfSeparatorAfterDirectoryName(std::string const&, std::string const&) + 176)


Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
0   DumpRenderTree                	0x0000000100030937 indexOfSeparatorAfterDirectoryName(std::string const&, std::string const&) + 176 (LayoutTestControllerMac.mm:373)
1   DumpRenderTree                	0x0000000100030a19 resourceRootAbsolutePath(std::string const&, std::string const&) + 131 (LayoutTestControllerMac.mm:388)
2   DumpRenderTree                	0x0000000100030ac3 LayoutTestController::pathToLocalResource(OpaqueJSContext const*, OpaqueJSString*) + 139 (LayoutTestControllerMac.mm:403)
3   DumpRenderTree                	0x00000001000260be pathToLocalResourceCallback(OpaqueJSContext const*, OpaqueJSValue*, OpaqueJSValue*, unsigned long, OpaqueJSValue const* const*, OpaqueJSValue const**) + 199 (LayoutTestController.cpp:288)
4   com.apple.JavaScriptCore      	0x00000001002c1ef9 JSC::JSCallbackFunction::call(JSC::ExecState*) + 301 (JSCallbackFunction.cpp:73)
Comment 1 Simon Fraser (smfr) 2011-10-11 21:59:49 PDT
See also  bug 69898.
Comment 2 Eric Seidel (no email) 2011-10-11 22:09:31 PDT
I landed the related change over a week ago.  Have things been red that long and we haven't noticed?
Comment 3 Ryosuke Niwa 2011-10-11 22:42:45 PDT
(In reply to comment #2)
> I landed the related change over a week ago.  Have things been red that long and we haven't noticed?

I bet people don't pay much attention to leak bots because it has always been red :( Also, Mac WK1 bots have been red for quite a while unfortunately. As I commented on the bug 69898, I suspect this is a leak-bot-only bug.
Comment 4 Eric Seidel (no email) 2011-10-12 14:52:53 PDT
OK.  Looking at this now.
Comment 5 Eric Seidel (no email) 2011-10-12 16:01:44 PDT

*** This bug has been marked as a duplicate of bug 69898 ***