Bug 7835 - After logging into the account, debug build stops on ASSERT
Summary: After logging into the account, debug build stops on ASSERT
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL: http://box.net
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-17 14:41 PST by David Carson
Modified: 2012-10-22 11:08 PDT (History)
0 users

See Also:


Attachments
1 (deleted)
2012-10-22 09:51 PDT, Echo Azure
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Carson 2006-03-17 14:41:04 PST
When I run Safari within XCode debugger, and log into box.net.
the following ASSERT_NOT_REACHED() fires in KURL.cpp:

void KURL::setUser(const QString &user)
{
    if (m_isValid) {
        QString u;
        int end = userEndPos;
        if (!user.isEmpty()) {
            // Untested code, but this is never used.
            ASSERT_NOT_REACHED();
Comment 1 David Carson 2006-05-23 05:35:12 PDT
Retested and can't reproduce it.
Comment 2 Alexey Proskuryakov 2006-05-23 06:46:44 PDT
This was resolved in bug 7877.
Comment 3 Echo Azure 2012-10-22 09:51:37 PDT
Created attachment 169930 [details]
1
Comment 4 David Kilzer (:ddkilzer) 2012-10-22 11:08:10 PDT
The content of attachment 169930 [details] has been deleted by
    David Kilzer (:ddkilzer) <ddkilzer@webkit.org>
who provided the following reason:

Spam

The token used to delete this attachment was generated at 2012-10-22 11:07:59 PST.