[Webkit-unassigned] [Bug 7835] New: After logging into the account, debug build stops on ASSERT
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Fri Mar 17 14:41:05 PST 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=7835
Summary: After logging into the account, debug build stops on
ASSERT
Product: WebKit
Version: 420+ (nightly)
Platform: Macintosh
URL: http://box.net
OS/Version: Mac OS X 10.0
Status: NEW
Severity: normal
Priority: P2
Component: New Bugs
AssignedTo: webkit-unassigned at opendarwin.org
ReportedBy: david.carson at nokia.com
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();
--
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list