RESOLVED WORKSFORME 7835
After logging into the account, debug build stops on ASSERT
https://bugs.webkit.org/show_bug.cgi?id=7835
Summary After logging into the account, debug build stops on ASSERT
David Carson
Reported 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();
Attachments
1 (deleted)
2012-10-22 09:51 PDT, Echo Azure
no flags
David Carson
Comment 1 2006-05-23 05:35:12 PDT
Retested and can't reproduce it.
Alexey Proskuryakov
Comment 2 2006-05-23 06:46:44 PDT
This was resolved in bug 7877.
Echo Azure
Comment 3 2012-10-22 09:51:37 PDT
David Kilzer (:ddkilzer)
Comment 4 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.
Note You need to log in before you can comment on or make changes to this bug.