WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Details
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
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
Created
attachment 169930
[details]
1
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.
Top of Page
Format For Printing
XML
Clone This Bug